From 30af0dc581d86003fcd5e8e0ff3823e81d0fde7b Mon Sep 17 00:00:00 2001 From: Augustin Husson Date: Mon, 12 Jan 2026 19:10:08 +0100 Subject: [PATCH] [ignore] Remove copyright date from license headers Signed-off-by: Augustin Husson --- .eslintrc.js | 2 +- barchart/jest.config.ts | 2 +- barchart/rsbuild.config.ts | 2 +- barchart/schemas/bar.cue | 2 +- barchart/schemas/migrate/migrate.cue | 2 +- barchart/sdk/go/bar.go | 2 +- barchart/sdk/go/options.go | 2 +- barchart/src/BarChart.ts | 2 +- barchart/src/BarChartBase.tsx | 2 +- barchart/src/BarChartOptionsEditorSettings.test.tsx | 2 +- barchart/src/BarChartOptionsEditorSettings.tsx | 2 +- barchart/src/BarChartPanel.tsx | 2 +- barchart/src/bar-chart-model.ts | 2 +- barchart/src/bootstrap.tsx | 2 +- barchart/src/env.d.ts | 2 +- barchart/src/index-federation.ts | 2 +- barchart/src/index.ts | 2 +- barchart/src/setup-tests.ts | 2 +- barchart/src/utils.test.ts | 2 +- barchart/src/utils.ts | 2 +- clickhouse/jest.config.ts | 2 +- clickhouse/rsbuild.config.ts | 2 +- clickhouse/sdk/go/datasource/datasource.go | 2 +- clickhouse/sdk/go/datasource/options.go | 2 +- clickhouse/sdk/go/query/log/log.go | 2 +- clickhouse/sdk/go/query/log/options.go | 2 +- clickhouse/sdk/go/query/time-series/options.go | 2 +- clickhouse/sdk/go/query/time-series/time-series.go | 2 +- clickhouse/src/bootstrap.tsx | 2 +- clickhouse/src/components/ClickQLEditor.tsx | 2 +- clickhouse/src/components/constants.ts | 2 +- clickhouse/src/components/index.ts | 2 +- .../click-house-datasource/ClickHouseDatasource.tsx | 2 +- .../click-house-datasource/ClickHouseDatasourceEditor.tsx | 2 +- .../click-house-datasource/click-house-datasource-types.ts | 2 +- clickhouse/src/datasources/click-house-datasource/index.ts | 2 +- clickhouse/src/datasources/index.ts | 2 +- clickhouse/src/env.d.ts | 2 +- clickhouse/src/getPluginModule.ts | 2 +- clickhouse/src/index-federation.ts | 2 +- clickhouse/src/index.ts | 2 +- clickhouse/src/model/click-house-client.ts | 2 +- clickhouse/src/model/click-house-data-types.ts | 2 +- .../queries/click-house-log-query/ClickHouseLogQuery.tsx | 2 +- .../click-house-log-query/ClickHouseLogQueryEditor.tsx | 2 +- .../click-house-log-query-types.test.ts | 2 +- .../click-house-log-query/click-house-log-query-types.ts | 2 +- .../click-house-log-query/get-click-house-log-data.ts | 2 +- clickhouse/src/queries/click-house-log-query/index.ts | 2 +- .../click-house-time-series-query/ClickHouseQuery.tsx | 2 +- .../click-house-time-series-query/ClickHouseQueryEditor.tsx | 2 +- .../click-house-query-types.test.ts | 2 +- .../click-house-query-types.ts | 2 +- .../click-house-time-series-query/get-click-house-data.ts | 2 +- .../src/queries/click-house-time-series-query/index.ts | 2 +- clickhouse/src/queries/constants.ts | 2 +- clickhouse/src/queries/index.ts | 2 +- clickhouse/src/queries/query-editor-model.ts | 2 +- clickhouse/src/setup-tests.ts | 2 +- datasourcevariable/rsbuild.config.ts | 2 +- datasourcevariable/schemas/datasource.cue | 2 +- datasourcevariable/schemas/migrate/migrate.cue | 2 +- datasourcevariable/sdk/cue/datasource-variable.cue | 4 ++-- datasourcevariable/sdk/go/options.go | 2 +- datasourcevariable/src/DatasourceVariable.tsx | 2 +- datasourcevariable/src/bootstrap.tsx | 2 +- datasourcevariable/src/env.d.ts | 2 +- datasourcevariable/src/getPluginModule.ts | 2 +- datasourcevariable/src/index-federation.ts | 2 +- datasourcevariable/src/index.tsx | 2 +- flamechart/jest.config.ts | 2 +- flamechart/rsbuild.config.ts | 2 +- flamechart/schemas/flame.cue | 2 +- flamechart/sdk/go/flamechart.go | 2 +- flamechart/sdk/go/option.go | 2 +- flamechart/src/FlameChart.ts | 2 +- flamechart/src/bootstrap.tsx | 2 +- flamechart/src/components/CustomBreadcrumb.tsx | 2 +- flamechart/src/components/FlameChart.tsx | 2 +- .../src/components/FlameChartOptionsEditorSettings.tsx | 2 +- flamechart/src/components/FlameChartPanel.tsx | 2 +- flamechart/src/components/PaletteSelector.tsx | 2 +- flamechart/src/components/SearchBar.tsx | 2 +- flamechart/src/components/SeriesChart.tsx | 2 +- flamechart/src/components/Settings.tsx | 2 +- flamechart/src/components/SwitchSelector.tsx | 2 +- flamechart/src/components/TableChart.tsx | 2 +- flamechart/src/components/index.ts | 2 +- flamechart/src/env.d.ts | 2 +- flamechart/src/flame-chart-model.ts | 2 +- flamechart/src/getPluginModule.ts | 2 +- flamechart/src/index-federation.ts | 2 +- flamechart/src/index.tsx | 2 +- flamechart/src/setup-tests.ts | 2 +- flamechart/src/utils/data-model.ts | 2 +- flamechart/src/utils/data-transform.test.ts | 2 +- flamechart/src/utils/data-transform.ts | 2 +- flamechart/src/utils/format.ts | 2 +- flamechart/src/utils/palette-gen.ts | 2 +- flamechart/src/utils/palette.ts | 2 +- flamechart/src/utils/series-tooltip.ts | 2 +- flamechart/src/utils/tooltip.ts | 2 +- flamechart/src/utils/ui-text.ts | 2 +- flamechart/src/utils/utils.ts | 2 +- gaugechart/jest.config.ts | 2 +- gaugechart/rsbuild.config.ts | 2 +- gaugechart/schemas/gauge.cue | 4 ++-- gaugechart/schemas/migrate/migrate.cue | 2 +- gaugechart/sdk/go/gauge.go | 2 +- gaugechart/sdk/go/options.go | 2 +- gaugechart/src/GaugeChart.ts | 2 +- gaugechart/src/GaugeChartBase.tsx | 2 +- gaugechart/src/GaugeChartOptionsEditorSettings.test.tsx | 2 +- gaugechart/src/GaugeChartOptionsEditorSettings.tsx | 2 +- gaugechart/src/GaugeChartPanel.tsx | 2 +- gaugechart/src/bootstrap.tsx | 2 +- gaugechart/src/env.d.ts | 2 +- gaugechart/src/gauge-chart-model.ts | 2 +- gaugechart/src/index-federation.ts | 2 +- gaugechart/src/setup-tests.ts | 2 +- gaugechart/src/thresholds.ts | 2 +- heatmapchart/jest.config.ts | 2 +- heatmapchart/rsbuild.config.ts | 2 +- heatmapchart/schemas/heatmap.cue | 2 +- heatmapchart/sdk/go/heatmap.go | 2 +- heatmapchart/sdk/go/options.go | 2 +- heatmapchart/src/HeatMapChart.ts | 2 +- heatmapchart/src/bootstrap.tsx | 2 +- heatmapchart/src/components/HeatMapChart.tsx | 2 +- .../components/HeatMapChartOptionsEditorSettings.test.tsx | 2 +- .../src/components/HeatMapChartOptionsEditorSettings.tsx | 2 +- heatmapchart/src/components/HeatMapChartPanel.tsx | 2 +- heatmapchart/src/components/HeatMapTooltip.ts | 2 +- heatmapchart/src/components/index.ts | 2 +- heatmapchart/src/env.d.ts | 2 +- heatmapchart/src/heat-map-chart-model.ts | 2 +- heatmapchart/src/index-federation.ts | 2 +- heatmapchart/src/index.ts | 2 +- heatmapchart/src/setup-tests.ts | 2 +- heatmapchart/src/utils/get-formatted-axis-label.ts | 2 +- heatmapchart/src/utils/index.ts | 2 +- histogramchart/jest.config.ts | 2 +- histogramchart/rsbuild.config.ts | 2 +- histogramchart/schemas/histogram.cue | 2 +- histogramchart/sdk/go/histogram.go | 2 +- histogramchart/sdk/go/options.go | 2 +- histogramchart/src/HistogramChart.ts | 2 +- histogramchart/src/bootstrap.tsx | 2 +- histogramchart/src/components/HistogramChart.tsx | 2 +- .../components/HistogramChartOptionsEditorSettings.test.tsx | 2 +- .../src/components/HistogramChartOptionsEditorSettings.tsx | 2 +- histogramchart/src/components/HistogramChartPanel.tsx | 2 +- histogramchart/src/components/index.ts | 2 +- histogramchart/src/env.d.ts | 2 +- histogramchart/src/histogram-chart-model.ts | 2 +- histogramchart/src/index-federation.ts | 2 +- histogramchart/src/index.ts | 2 +- histogramchart/src/setup-tests.ts | 2 +- histogramchart/src/utils/index.ts | 2 +- jest.shared.ts | 2 +- logstable/jest.config.ts | 2 +- logstable/rsbuild.config.ts | 2 +- logstable/sdk/go/options.go | 2 +- logstable/sdk/go/plugin.go | 6 +++--- logstable/src/LogsTable.ts | 2 +- logstable/src/LogsTableComponent.tsx | 2 +- logstable/src/LogsTablePanel.test.tsx | 2 +- logstable/src/LogsTablePanel.tsx | 2 +- logstable/src/LogsTableSettingsEditor.tsx | 2 +- logstable/src/bootstrap.tsx | 2 +- logstable/src/components/EmptyLogsState.tsx | 2 +- logstable/src/components/LogRow/LogDetailsTable.tsx | 2 +- logstable/src/components/LogRow/LogRow.tsx | 2 +- logstable/src/components/LogRow/LogTimestamp.tsx | 2 +- logstable/src/components/LogRow/LogsStyles.tsx | 2 +- logstable/src/components/LogRow/index.ts | 2 +- logstable/src/components/LogsList.tsx | 2 +- logstable/src/components/VirtualizedLogsList.tsx | 2 +- logstable/src/components/hooks/useExpandedRows.ts | 2 +- logstable/src/components/hooks/useSeverity.ts | 2 +- logstable/src/components/utils.ts | 2 +- logstable/src/env.d.ts | 2 +- logstable/src/index-federation.ts | 2 +- logstable/src/model.ts | 2 +- logstable/src/setup-tests.ts | 2 +- logstable/src/test/mock-query-results.ts | 2 +- loki/jest.config.ts | 2 +- loki/sdk/go/datasource/datasource.go | 2 +- loki/sdk/go/datasource/options.go | 2 +- loki/sdk/go/query/log/log.go | 2 +- loki/sdk/go/query/log/options.go | 2 +- loki/sdk/go/query/time-series/options.go | 2 +- loki/sdk/go/query/time-series/time-series.go | 2 +- loki/src/components/complete.ts | 2 +- loki/src/components/index.ts | 2 +- loki/src/components/logql-editor.tsx | 2 +- loki/src/components/logql-extension.ts | 2 +- loki/src/components/logql-highlight.ts | 2 +- loki/src/datasources/index.ts | 2 +- loki/src/datasources/loki-datasource/LokiDatasource.tsx | 2 +- .../datasources/loki-datasource/LokiDatasourceEditor.tsx | 2 +- loki/src/datasources/loki-datasource/index.ts | 2 +- .../datasources/loki-datasource/loki-datasource-types.ts | 2 +- loki/src/model/index.ts | 2 +- loki/src/model/loki-client-types.ts | 2 +- loki/src/model/loki-client.ts | 2 +- loki/src/model/loki-data-types.ts | 2 +- loki/src/model/loki-selectors.ts | 2 +- loki/src/queries/index.ts | 2 +- loki/src/queries/loki-log-query/LokiLogQueryEditor.tsx | 2 +- .../src/queries/loki-log-query/loki-log-query-types.test.ts | 2 +- .../queries/loki-time-series-query/LokiTimeSeriesQuery.tsx | 2 +- .../loki-time-series-query/LokiTimeSeriesQueryEditor.tsx | 2 +- .../loki-time-series-query/get-loki-time-series-data.ts | 2 +- loki/src/queries/loki-time-series-query/index.ts | 2 +- .../loki-time-series-query-types.test.ts | 2 +- .../loki-time-series-query/loki-time-series-query-types.ts | 2 +- loki/src/queries/query-editor-model.ts | 2 +- markdown/jest.config.ts | 2 +- markdown/rsbuild.config.ts | 2 +- markdown/schemas/markdown.cue | 2 +- markdown/schemas/migrate/migrate.cue | 2 +- markdown/sdk/go/markdown.go | 2 +- markdown/sdk/go/options.go | 2 +- markdown/src/Markdown.ts | 2 +- markdown/src/MarkdownPanel.tsx | 2 +- markdown/src/MarkdownPanelOptionsEditor.tsx | 2 +- markdown/src/bootstrap.tsx | 2 +- markdown/src/env.d.ts | 2 +- markdown/src/index-federation.ts | 2 +- markdown/src/markdown-panel-model.ts | 2 +- markdown/src/setup-tests.ts | 2 +- piechart/jest.config.ts | 2 +- piechart/rsbuild.config.ts | 2 +- piechart/schemas/migrate/migrate.cue | 2 +- piechart/schemas/pie.cue | 2 +- piechart/sdk/go/options.go | 2 +- piechart/sdk/go/pie.go | 2 +- piechart/src/PieChart.ts | 2 +- piechart/src/PieChartBase.tsx | 2 +- piechart/src/PieChartOptionsEditorSettings.tsx | 2 +- piechart/src/bootstrap.tsx | 2 +- piechart/src/colors.ts | 2 +- piechart/src/env.d.ts | 2 +- piechart/src/index-federation.ts | 2 +- piechart/src/pie-chart-model.ts | 2 +- piechart/src/setup-tests.ts | 2 +- piechart/src/utils.test.ts | 2 +- piechart/src/utils.ts | 2 +- prometheus/jest.config.ts | 2 +- prometheus/rsbuild.config.ts | 2 +- prometheus/schemas/datasource/prometheus.cue | 2 +- .../schemas/prometheus-label-names/migrate/migrate.cue | 2 +- .../prometheus-label-names/prometheus-label-names.cue | 2 +- .../schemas/prometheus-label-values/migrate/migrate.cue | 2 +- .../prometheus-label-values/prometheus-label-values.cue | 2 +- prometheus/schemas/prometheus-promql/migrate/migrate.cue | 2 +- prometheus/schemas/prometheus-promql/prometheus-promql.cue | 2 +- .../prometheus-time-series-query/migrate/migrate.cue | 4 ++-- prometheus/schemas/prometheus-time-series-query/query.cue | 4 ++-- prometheus/sdk/cue/filter/filter.cue | 2 +- prometheus/sdk/cue/panel/panel.cue | 2 +- prometheus/sdk/cue/variable/labelnames/labelnames.cue | 2 +- prometheus/sdk/cue/variable/labelvalues/labelvalues.cue | 2 +- prometheus/sdk/cue/variable/promql/promql.cue | 2 +- prometheus/sdk/cue/variable/variable.cue | 2 +- prometheus/sdk/go/datasource/datasource.go | 2 +- prometheus/sdk/go/datasource/options.go | 2 +- prometheus/sdk/go/query/options.go | 2 +- prometheus/sdk/go/query/query.go | 2 +- prometheus/sdk/go/variable/label-names/label-names.go | 2 +- prometheus/sdk/go/variable/label-names/options.go | 2 +- prometheus/sdk/go/variable/label-values/label-values.go | 2 +- prometheus/sdk/go/variable/label-values/options.go | 2 +- prometheus/sdk/go/variable/promql/options.go | 2 +- prometheus/sdk/go/variable/promql/promql.go | 2 +- prometheus/src/bootstrap.tsx | 2 +- prometheus/src/components/PromQLEditor.tsx | 2 +- prometheus/src/components/TreeNode.tsx | 2 +- prometheus/src/components/index.ts | 2 +- prometheus/src/components/promql/ast.ts | 2 +- prometheus/src/components/promql/format.tsx | 2 +- prometheus/src/components/promql/functionSignatures.ts | 2 +- prometheus/src/components/promql/serialize.ts | 2 +- prometheus/src/components/promql/utils.ts | 2 +- prometheus/src/components/query.ts | 2 +- prometheus/src/env.d.ts | 2 +- prometheus/src/explore/PrometheusExplorer.tsx | 2 +- .../PrometheusMetricsFinder/PrometheusMetricsFinder.tsx | 2 +- .../explore/PrometheusMetricsFinder/display/MetricChip.tsx | 2 +- .../display/list/MetricList.test.tsx | 2 +- .../PrometheusMetricsFinder/display/list/MetricList.tsx | 2 +- .../PrometheusMetricsFinder/filter/FilterInputs.test.tsx | 2 +- .../explore/PrometheusMetricsFinder/filter/FilterInputs.tsx | 2 +- .../PrometheusMetricsFinder/filter/FinderFilters.tsx | 2 +- prometheus/src/explore/PrometheusMetricsFinder/index.ts | 2 +- .../PrometheusMetricsFinder/overview/MetricOverview.tsx | 2 +- .../PrometheusMetricsFinder/overview/tabs/JobTab.tsx | 2 +- .../PrometheusMetricsFinder/overview/tabs/OverviewTab.tsx | 2 +- .../PrometheusMetricsFinder/overview/tabs/SimilarTab.tsx | 2 +- prometheus/src/explore/PrometheusMetricsFinder/types.ts | 2 +- prometheus/src/explore/PrometheusMetricsFinder/utils.ts | 2 +- prometheus/src/index-federation.ts | 2 +- prometheus/src/model/api-types.ts | 2 +- prometheus/src/model/index.ts | 2 +- prometheus/src/model/parse-sample-values.ts | 2 +- prometheus/src/model/prometheus-client.ts | 2 +- prometheus/src/model/prometheus-selectors.ts | 2 +- prometheus/src/model/time.test.ts | 2 +- prometheus/src/model/time.ts | 2 +- prometheus/src/plugins/MatcherEditor.tsx | 2 +- prometheus/src/plugins/PrometheusDatasourceEditor.tsx | 2 +- prometheus/src/plugins/prometheus-datasource.test.ts | 2 +- prometheus/src/plugins/prometheus-datasource.tsx | 2 +- .../PrometheusTimeSeriesQuery.ts | 2 +- .../PrometheusTimeSeriesQueryEditor.tsx | 2 +- .../prometheus-time-series-query/get-time-series-data.ts | 2 +- .../src/plugins/prometheus-time-series-query/index.ts | 2 +- .../src/plugins/prometheus-time-series-query/plugin.test.ts | 2 +- .../prometheus-time-series-query/query-editor-model.ts | 2 +- .../replace-prom-builtin-variables.ts | 2 +- .../prometheus-time-series-query/time-series-query-model.ts | 2 +- prometheus/src/plugins/prometheus-variables.tsx | 2 +- prometheus/src/plugins/test/setup-tests.ts | 2 +- prometheus/src/plugins/types.ts | 2 +- prometheus/src/plugins/variable.tsx | 2 +- prometheus/src/setup-tests.ts | 2 +- prometheus/src/utils/index.ts | 2 +- prometheus/src/utils/utils.test.ts | 2 +- prometheus/src/utils/utils.ts | 2 +- pyroscope/jest.config.ts | 2 +- pyroscope/rsbuild.config.ts | 2 +- pyroscope/schemas/datasource/pyroscope.cue | 2 +- pyroscope/schemas/pyroscope-profile-query/query.cue | 2 +- pyroscope/sdk/go/datasource/datasource.go | 2 +- pyroscope/sdk/go/datasource/options.go | 2 +- pyroscope/sdk/go/query/options.go | 2 +- pyroscope/sdk/go/query/query.go | 2 +- pyroscope/src/bootstrap.tsx | 2 +- pyroscope/src/components/AddFilterItem.tsx | 2 +- pyroscope/src/components/DeleteFilterItem.tsx | 2 +- pyroscope/src/components/FilterItem.tsx | 2 +- pyroscope/src/components/Filters.tsx | 2 +- pyroscope/src/components/LabelName.tsx | 2 +- pyroscope/src/components/LabelValue.tsx | 2 +- pyroscope/src/components/Operator.tsx | 2 +- pyroscope/src/components/ProfileTypeSelector.tsx | 2 +- pyroscope/src/components/Service.tsx | 2 +- pyroscope/src/components/index.ts | 2 +- pyroscope/src/env.d.ts | 2 +- pyroscope/src/explore/PyroscopeExplorer.tsx | 2 +- pyroscope/src/explore/index.ts | 2 +- pyroscope/src/getPluginModule.ts | 2 +- pyroscope/src/index-federation.ts | 2 +- pyroscope/src/index.tsx | 2 +- pyroscope/src/model/api-types.ts | 2 +- pyroscope/src/model/index.ts | 2 +- pyroscope/src/model/profile-query-model.ts | 2 +- pyroscope/src/model/pyroscope-client.test.ts | 2 +- pyroscope/src/model/pyroscope-client.ts | 2 +- pyroscope/src/model/pyroscope-selectors.ts | 2 +- pyroscope/src/plugins/PyroscopeDatasourceEditor.tsx | 2 +- pyroscope/src/plugins/index.ts | 2 +- pyroscope/src/plugins/pyroscope-datasource-types.tsx | 2 +- pyroscope/src/plugins/pyroscope-datasource.tsx | 2 +- .../pyroscope-profile-query/PyroscopeProfileQuery.ts | 2 +- .../pyroscope-profile-query/PyroscopeProfileQueryEditor.tsx | 2 +- .../src/plugins/pyroscope-profile-query/get-profile-data.ts | 2 +- pyroscope/src/plugins/pyroscope-profile-query/index.ts | 2 +- .../plugins/pyroscope-profile-query/query-editor-model.ts | 2 +- pyroscope/src/setup-tests.ts | 2 +- pyroscope/src/test/index.ts | 2 +- pyroscope/src/test/mock-data.ts | 2 +- pyroscope/src/test/setup-tests.ts | 2 +- pyroscope/src/utils/types.ts | 2 +- pyroscope/src/utils/use-query.ts | 2 +- rsbuild.shared.ts | 2 +- scatterchart/jest.config.ts | 2 +- scatterchart/rsbuild.config.ts | 2 +- scatterchart/schemas/scatter.cue | 2 +- scatterchart/sdk/go/scatter.go | 2 +- scatterchart/src/ScatterChart.ts | 2 +- scatterchart/src/ScatterChartPanel.test.tsx | 2 +- scatterchart/src/ScatterChartPanel.tsx | 2 +- scatterchart/src/Scatterplot.tsx | 2 +- scatterchart/src/bootstrap.tsx | 2 +- scatterchart/src/env.d.ts | 2 +- scatterchart/src/index-federation.ts | 2 +- scatterchart/src/mock-trace-data.ts | 2 +- scatterchart/src/scatter-chart-model.ts | 2 +- scatterchart/src/setup-tests.ts | 2 +- scripts/build-archive/build-archive.go | 2 +- scripts/build-plugins/build-plugins.go | 2 +- scripts/bump-deps/bump-deps.go | 2 +- scripts/bump-deps/bump-deps_test.go | 2 +- scripts/bump-plugin/bump-plugin.go | 2 +- scripts/lint-plugins/lint-plugins.go | 2 +- scripts/manifest/manifest.go | 2 +- scripts/npm-publish/npm-publish.go | 2 +- scripts/release/changelog.go | 2 +- scripts/release/release.go | 2 +- scripts/tag/tag.go | 2 +- scripts/test-schemas-plugins/test-schemas-plugins.go | 2 +- scripts/tidy-modules/tidy-modules.go | 2 +- scripts/upload-archive/upload-archive.go | 2 +- statchart/jest.config.ts | 2 +- statchart/rsbuild.config.ts | 2 +- statchart/schemas/migrate/migrate.cue | 2 +- statchart/schemas/stat.cue | 2 +- statchart/sdk/go/options.go | 2 +- statchart/sdk/go/stat.go | 2 +- statchart/src/StatChart.ts | 2 +- statchart/src/StatChartBase.test.tsx | 2 +- statchart/src/StatChartBase.tsx | 2 +- statchart/src/StatChartOptionsEditorSettings.test.tsx | 2 +- statchart/src/StatChartOptionsEditorSettings.tsx | 2 +- statchart/src/StatChartPanel.tsx | 2 +- statchart/src/StatChartValueMappingEditor.tsx | 2 +- statchart/src/bootstrap.tsx | 2 +- statchart/src/env.d.ts | 2 +- statchart/src/index-federation.ts | 2 +- statchart/src/index.ts | 2 +- statchart/src/setup-tests.ts | 2 +- statchart/src/stat-chart-model.ts | 2 +- statchart/src/utils/calculate-font-size.test.ts | 2 +- statchart/src/utils/calculate-font-size.ts | 2 +- statchart/src/utils/calculate-value.ts | 2 +- statchart/src/utils/data-transform.test.ts | 2 +- statchart/src/utils/data-transform.ts | 2 +- statchart/src/utils/format-stat-chart-value.ts | 2 +- statchart/src/utils/get-color.ts | 2 +- staticlistvariable/rsbuild.config.ts | 2 +- staticlistvariable/schemas/migrate/migrate.cue | 2 +- staticlistvariable/schemas/static-list.cue | 2 +- staticlistvariable/sdk/cue/staticlist.cue | 2 +- staticlistvariable/sdk/go/options.go | 2 +- staticlistvariable/sdk/go/static-list.go | 2 +- staticlistvariable/src/bootstrap.tsx | 2 +- staticlistvariable/src/env.d.ts | 2 +- staticlistvariable/src/index-federation.ts | 2 +- statushistorychart/jest.config.ts | 2 +- statushistorychart/rsbuild.config.ts | 2 +- statushistorychart/schemas/migrate/migrate.cue | 2 +- statushistorychart/schemas/status-history.cue | 2 +- statushistorychart/sdk/go/options.go | 2 +- statushistorychart/sdk/go/stat.go | 2 +- statushistorychart/src/StatusHistoryChart.ts | 2 +- statushistorychart/src/StatusHistoryChartBase.tsx | 2 +- .../src/StatusHistoryChartOptionsEditorSettings.tsx | 2 +- statushistorychart/src/StatusHistoryPanel.tsx | 2 +- statushistorychart/src/StatusHistoryTooltip.ts | 2 +- statushistorychart/src/StatusHistoryValueMappingEditor.tsx | 2 +- statushistorychart/src/bootstrap.tsx | 2 +- statushistorychart/src/env.d.ts | 2 +- statushistorychart/src/index-federation.ts | 2 +- statushistorychart/src/index.ts | 2 +- statushistorychart/src/setup-tests.ts | 2 +- statushistorychart/src/status-history-model.ts | 2 +- statushistorychart/src/utils/data-transform.test.ts | 2 +- statushistorychart/src/utils/data-transform.ts | 2 +- statushistorychart/src/utils/get-color.test.ts | 2 +- statushistorychart/src/utils/get-color.ts | 2 +- statushistorychart/src/utils/get-formatted-axis-label.ts | 2 +- statushistorychart/src/utils/get-timescale.ts | 2 +- statushistorychart/src/utils/get-tooltip-position.ts | 2 +- statushistorychart/src/utils/index.ts | 2 +- stylesMock.js | 2 +- table/jest.config.ts | 2 +- table/rsbuild.config.ts | 2 +- table/schemas/migrate/migrate.cue | 2 +- table/schemas/table.cue | 2 +- table/sdk/go/options.go | 2 +- table/sdk/go/table.go | 2 +- table/src/Table.ts | 2 +- table/src/bootstrap.tsx | 2 +- table/src/components/CellsEditor/CellsEditor.tsx | 2 +- table/src/components/CellsEditor/index.ts | 2 +- table/src/components/ColumnsEditor/ColumnEditor.tsx | 2 +- .../src/components/ColumnsEditor/ColumnEditorContainer.tsx | 2 +- table/src/components/ColumnsEditor/ColumnsEditor.tsx | 2 +- table/src/components/ColumnsEditor/DataLinkEditorDialog.tsx | 2 +- table/src/components/ColumnsEditor/index.ts | 2 +- table/src/components/EmbeddedPanel.tsx | 2 +- table/src/components/TableCellsEditor.tsx | 2 +- table/src/components/TableColumnsEditor.test.tsx | 2 +- table/src/components/TableColumnsEditor.tsx | 2 +- table/src/components/TablePanel.test.tsx | 2 +- table/src/components/TablePanel.tsx | 2 +- table/src/components/TableSettingsEditor.tsx | 2 +- table/src/components/TableTransformsEditor.tsx | 2 +- table/src/components/index.ts | 2 +- table/src/env.d.ts | 2 +- table/src/index-federation.ts | 2 +- table/src/models/index.ts | 2 +- table/src/models/model.ts | 2 +- table/src/models/table-model.ts | 2 +- table/src/setup-tests.ts | 2 +- table/src/test/mock-query-results.ts | 2 +- tempo/jest.config.ts | 2 +- tempo/rsbuild.config.ts | 2 +- tempo/schemas/datasource/tempo.cue | 2 +- tempo/schemas/tempo-trace-query/query.cue | 2 +- tempo/sdk/go/datasource/datasource.go | 2 +- tempo/sdk/go/datasource/options.go | 2 +- tempo/sdk/go/query/options.go | 2 +- tempo/sdk/go/query/query.go | 2 +- tempo/src/bootstrap.tsx | 2 +- tempo/src/components/AttributeFilters.tsx | 2 +- tempo/src/components/TraceQLEditor.tsx | 2 +- tempo/src/components/TraceQLExtension.ts | 2 +- tempo/src/components/complete.test.ts | 2 +- tempo/src/components/complete.ts | 2 +- tempo/src/components/filter/index.ts | 2 +- tempo/src/components/highlight.ts | 2 +- tempo/src/components/index.ts | 2 +- tempo/src/env.d.ts | 2 +- tempo/src/explore/TempoExplorer.tsx | 2 +- tempo/src/explore/links.ts | 2 +- tempo/src/index-federation.ts | 2 +- tempo/src/model/api-types.ts | 2 +- tempo/src/model/index.ts | 2 +- tempo/src/model/tempo-client.test.ts | 2 +- tempo/src/model/tempo-client.ts | 2 +- tempo/src/model/tempo-selectors.ts | 2 +- tempo/src/model/trace-query-model.ts | 2 +- tempo/src/plugins/TempoDatasourceEditor.tsx | 2 +- tempo/src/plugins/plugin.test.ts | 2 +- tempo/src/plugins/tempo-datasource-types.tsx | 2 +- tempo/src/plugins/tempo-datasource.tsx | 2 +- tempo/src/plugins/tempo-trace-query/TempoTraceQuery.ts | 2 +- .../src/plugins/tempo-trace-query/TempoTraceQueryEditor.tsx | 2 +- tempo/src/plugins/tempo-trace-query/get-trace-data.test.ts | 2 +- tempo/src/plugins/tempo-trace-query/get-trace-data.ts | 2 +- tempo/src/plugins/tempo-trace-query/query-editor-model.ts | 2 +- tempo/src/setup-tests.ts | 2 +- tempo/src/test/index.ts | 2 +- tempo/src/test/mock-data.ts | 2 +- tempo/src/test/setup-tests.ts | 2 +- timeserieschart/jest.config.ts | 2 +- timeserieschart/rsbuild.config.ts | 2 +- timeserieschart/schemas/migrate/migrate.cue | 2 +- timeserieschart/schemas/time-series.cue | 2 +- timeserieschart/sdk/go/options.go | 2 +- timeserieschart/sdk/go/options_test.go | 2 +- timeserieschart/sdk/go/time-series.go | 2 +- timeserieschart/src/CSVExportUtils.ts | 2 +- timeserieschart/src/GeneralSettingsEditor.tsx | 2 +- timeserieschart/src/QuerySettingsEditor.tsx | 2 +- timeserieschart/src/TimeSeriesChart.ts | 2 +- timeserieschart/src/TimeSeriesChartBase.tsx | 2 +- timeserieschart/src/TimeSeriesChartPanel.test.tsx | 2 +- timeserieschart/src/TimeSeriesChartPanel.tsx | 2 +- timeserieschart/src/TimeSeriesExportAction.tsx | 2 +- timeserieschart/src/VisualOptionsEditor.test.tsx | 2 +- timeserieschart/src/VisualOptionsEditor.tsx | 2 +- timeserieschart/src/YAxisOptionsEditor.tsx | 2 +- timeserieschart/src/bootstrap.tsx | 2 +- timeserieschart/src/env.d.ts | 2 +- timeserieschart/src/index-federation.ts | 2 +- timeserieschart/src/index.ts | 2 +- timeserieschart/src/setup-tests.ts | 2 +- timeserieschart/src/test/mock-query-results.ts | 2 +- timeserieschart/src/time-series-chart-model.ts | 2 +- timeserieschart/src/utils/data-transform.test.ts | 2 +- timeserieschart/src/utils/data-transform.ts | 2 +- timeserieschart/src/utils/palette-gen.test.ts | 2 +- timeserieschart/src/utils/palette-gen.ts | 2 +- timeserieschart/src/utils/palette.ts | 2 +- timeseriestable/jest.config.ts | 2 +- timeseriestable/rsbuild.config.ts | 2 +- timeseriestable/schemas/time-series-table.cue | 2 +- timeseriestable/sdk/go/time-series-table.go | 2 +- timeseriestable/src/TimeSeriesTable.ts | 2 +- timeseriestable/src/TimeSeriesTablePanel.test.tsx | 2 +- timeseriestable/src/TimeSeriesTablePanel.tsx | 2 +- timeseriestable/src/bootstrap.tsx | 2 +- timeseriestable/src/components/DataTable.tsx | 2 +- timeseriestable/src/components/EmbeddedPanel.tsx | 2 +- timeseriestable/src/components/SeriesName.tsx | 2 +- timeseriestable/src/env.d.ts | 2 +- timeseriestable/src/index-federation.ts | 2 +- timeseriestable/src/setup-tests.ts | 2 +- timeseriestable/src/test/mock-query-results.ts | 2 +- tracetable/jest.config.ts | 2 +- tracetable/rsbuild.config.ts | 2 +- tracetable/schemas/trace-table.cue | 2 +- tracetable/sdk/go/trace-table.go | 2 +- tracetable/src/DataTable.tsx | 2 +- tracetable/src/TraceTable.ts | 2 +- tracetable/src/TraceTablePanel.test.tsx | 2 +- tracetable/src/TraceTablePanel.tsx | 2 +- tracetable/src/bootstrap.tsx | 2 +- tracetable/src/env.d.ts | 2 +- tracetable/src/index-federation.ts | 2 +- tracetable/src/setup-tests.ts | 2 +- tracetable/src/test/mock-trace-data.ts | 2 +- tracetable/src/trace-table-model.ts | 2 +- tracetable/src/utils/palette.ts | 2 +- tracetable/src/utils/utils.ts | 2 +- tracingganttchart/jest.config.ts | 2 +- tracingganttchart/rsbuild.config.ts | 2 +- tracingganttchart/schemas/tracing-gantt-chart.cue | 2 +- tracingganttchart/sdk/go/tracing-gantt-chart.go | 2 +- tracingganttchart/src/PanelActions.test.ts | 2 +- tracingganttchart/src/PanelActions.tsx | 2 +- tracingganttchart/src/TracingGanttChart.ts | 2 +- .../src/TracingGanttChart/DetailPane/Attributes.test.tsx | 2 +- .../src/TracingGanttChart/DetailPane/Attributes.tsx | 2 +- .../src/TracingGanttChart/DetailPane/DetailPane.tsx | 2 +- .../src/TracingGanttChart/DetailPane/SpanEvents.test.tsx | 2 +- .../src/TracingGanttChart/DetailPane/SpanEvents.tsx | 2 +- .../src/TracingGanttChart/DetailPane/SpanLinks.test.tsx | 2 +- .../src/TracingGanttChart/DetailPane/SpanLinks.tsx | 2 +- .../src/TracingGanttChart/GanttTable/GanttTable.test.tsx | 2 +- .../src/TracingGanttChart/GanttTable/GanttTable.tsx | 2 +- .../src/TracingGanttChart/GanttTable/GanttTableHeader.tsx | 2 +- .../src/TracingGanttChart/GanttTable/GanttTableProvider.tsx | 2 +- .../src/TracingGanttChart/GanttTable/GanttTableRow.tsx | 2 +- .../src/TracingGanttChart/GanttTable/ResizableDivider.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanDuration.test.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanDuration.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanIndents.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanLinksButton.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanName.test.tsx | 2 +- .../src/TracingGanttChart/GanttTable/SpanName.tsx | 2 +- .../src/TracingGanttChart/MiniGanttChart/Canvas.tsx | 2 +- .../src/TracingGanttChart/MiniGanttChart/MiniGanttChart.tsx | 2 +- .../src/TracingGanttChart/MiniGanttChart/draw.ts | 2 +- tracingganttchart/src/TracingGanttChart/Ticks.test.tsx | 2 +- tracingganttchart/src/TracingGanttChart/Ticks.tsx | 2 +- .../src/TracingGanttChart/TraceDetails.test.tsx | 2 +- tracingganttchart/src/TracingGanttChart/TraceDetails.tsx | 2 +- .../src/TracingGanttChart/TracingGanttChart.tsx | 2 +- tracingganttchart/src/TracingGanttChart/palette.ts | 2 +- tracingganttchart/src/TracingGanttChart/trace.test.ts | 2 +- tracingganttchart/src/TracingGanttChart/trace.ts | 2 +- tracingganttchart/src/TracingGanttChart/utils.test.ts | 2 +- tracingganttchart/src/TracingGanttChart/utils.ts | 2 +- tracingganttchart/src/TracingGanttChartPanel.tsx | 2 +- tracingganttchart/src/bootstrap.tsx | 2 +- tracingganttchart/src/env.d.ts | 2 +- tracingganttchart/src/gantt-chart-model.ts | 2 +- tracingganttchart/src/index-federation.ts | 2 +- tracingganttchart/src/setup-tests.ts | 2 +- tracingganttchart/src/test/convert/jaeger.ts | 2 +- victorialogs/jest.config.ts | 2 +- .../variables/label-names/victorialogs-label-names.cue | 2 +- .../variables/label-values/victorialogs-label-values.cue | 2 +- victorialogs/sdk/go/datasource/datasource.go | 2 +- victorialogs/sdk/go/datasource/options.go | 2 +- victorialogs/sdk/go/query/log/log.go | 2 +- victorialogs/sdk/go/query/log/options.go | 2 +- victorialogs/sdk/go/query/time-series/options.go | 2 +- victorialogs/sdk/go/query/time-series/time-series.go | 2 +- victorialogs/sdk/go/variable/field-names/field-names.go | 2 +- victorialogs/sdk/go/variable/field-names/options.go | 2 +- victorialogs/sdk/go/variable/field-values/field-values.go | 2 +- victorialogs/sdk/go/variable/field-values/options.go | 2 +- victorialogs/src/components/index.ts | 2 +- victorialogs/src/components/logsql-editor.tsx | 2 +- victorialogs/src/components/logsql-extension.ts | 2 +- victorialogs/src/components/logsql-highlight.ts | 2 +- victorialogs/src/datasources/index.ts | 2 +- .../victorialogs-datasource/VictoriaLogsDatasource.tsx | 2 +- .../VictoriaLogsDatasourceEditor.tsx | 2 +- .../src/datasources/victorialogs-datasource/index.ts | 2 +- .../src/datasources/victorialogs-datasource/types.ts | 2 +- victorialogs/src/model/client.ts | 2 +- victorialogs/src/model/index.ts | 2 +- victorialogs/src/model/selectors.ts | 2 +- victorialogs/src/model/types.ts | 2 +- victorialogs/src/queries/index.ts | 2 +- .../victorialogs-log-query/VictoriaLogsLogQueryEditor.tsx | 2 +- .../src/queries/victorialogs-log-query/types.test.ts | 2 +- .../VictoriaLogsTimeSeriesQuery.tsx | 2 +- .../VictoriaLogsTimeSeriesQueryEditor.tsx | 2 +- .../src/queries/victorialogs-time-series-query/index.ts | 2 +- .../src/queries/victorialogs-time-series-query/query.ts | 2 +- .../queries/victorialogs-time-series-query/types.test.ts | 2 +- .../src/queries/victorialogs-time-series-query/types.ts | 2 +- victorialogs/src/variables/index.ts | 2 +- .../VictoriaLogsFieldNamesVariableEditor.tsx | 2 +- .../src/variables/victorialogs-field-names/index.ts | 2 +- .../VictoriaLogsFieldValuesVariableEditor.tsx | 2 +- .../src/variables/victorialogs-field-values/index.ts | 2 +- 685 files changed, 691 insertions(+), 691 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 94364802..fee7c61d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/jest.config.ts b/barchart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/barchart/jest.config.ts +++ b/barchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/rsbuild.config.ts b/barchart/rsbuild.config.ts index 402ca922..aae00b46 100644 --- a/barchart/rsbuild.config.ts +++ b/barchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/schemas/bar.cue b/barchart/schemas/bar.cue index 1d621331..55a18430 100644 --- a/barchart/schemas/bar.cue +++ b/barchart/schemas/bar.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/schemas/migrate/migrate.cue b/barchart/schemas/migrate/migrate.cue index ecb342d0..cc9c456c 100644 --- a/barchart/schemas/migrate/migrate.cue +++ b/barchart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/sdk/go/bar.go b/barchart/sdk/go/bar.go index 4268d289..71d59152 100644 --- a/barchart/sdk/go/bar.go +++ b/barchart/sdk/go/bar.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/sdk/go/options.go b/barchart/sdk/go/options.go index 929c9421..4baf0da8 100644 --- a/barchart/sdk/go/options.go +++ b/barchart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/BarChart.ts b/barchart/src/BarChart.ts index 25beba75..77e22067 100644 --- a/barchart/src/BarChart.ts +++ b/barchart/src/BarChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/BarChartBase.tsx b/barchart/src/BarChartBase.tsx index 64ced587..bc697262 100644 --- a/barchart/src/BarChartBase.tsx +++ b/barchart/src/BarChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/BarChartOptionsEditorSettings.test.tsx b/barchart/src/BarChartOptionsEditorSettings.test.tsx index 3c4e707d..66998979 100644 --- a/barchart/src/BarChartOptionsEditorSettings.test.tsx +++ b/barchart/src/BarChartOptionsEditorSettings.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/BarChartOptionsEditorSettings.tsx b/barchart/src/BarChartOptionsEditorSettings.tsx index 7dc5b9f1..de1f2a1a 100644 --- a/barchart/src/BarChartOptionsEditorSettings.tsx +++ b/barchart/src/BarChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/BarChartPanel.tsx b/barchart/src/BarChartPanel.tsx index 23ba6818..9a06ebac 100644 --- a/barchart/src/BarChartPanel.tsx +++ b/barchart/src/BarChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/bar-chart-model.ts b/barchart/src/bar-chart-model.ts index dd011bba..a76db994 100644 --- a/barchart/src/bar-chart-model.ts +++ b/barchart/src/bar-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/bootstrap.tsx b/barchart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/barchart/src/bootstrap.tsx +++ b/barchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/env.d.ts b/barchart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/barchart/src/env.d.ts +++ b/barchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/index-federation.ts b/barchart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/barchart/src/index-federation.ts +++ b/barchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/index.ts b/barchart/src/index.ts index 09d0eead..a350d4b8 100644 --- a/barchart/src/index.ts +++ b/barchart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/setup-tests.ts b/barchart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/barchart/src/setup-tests.ts +++ b/barchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/utils.test.ts b/barchart/src/utils.test.ts index f379e544..2c710b50 100644 --- a/barchart/src/utils.test.ts +++ b/barchart/src/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/barchart/src/utils.ts b/barchart/src/utils.ts index d0389600..1f8c99e5 100644 --- a/barchart/src/utils.ts +++ b/barchart/src/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/jest.config.ts b/clickhouse/jest.config.ts index 561904f7..5190fb4d 100644 --- a/clickhouse/jest.config.ts +++ b/clickhouse/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/rsbuild.config.ts b/clickhouse/rsbuild.config.ts index 9326b57e..89c1a164 100644 --- a/clickhouse/rsbuild.config.ts +++ b/clickhouse/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/datasource/datasource.go b/clickhouse/sdk/go/datasource/datasource.go index fc498af5..65dc3a32 100644 --- a/clickhouse/sdk/go/datasource/datasource.go +++ b/clickhouse/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/datasource/options.go b/clickhouse/sdk/go/datasource/options.go index 15cd5aed..07f0d230 100644 --- a/clickhouse/sdk/go/datasource/options.go +++ b/clickhouse/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/query/log/log.go b/clickhouse/sdk/go/query/log/log.go index d060fb3d..f41adae6 100644 --- a/clickhouse/sdk/go/query/log/log.go +++ b/clickhouse/sdk/go/query/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/query/log/options.go b/clickhouse/sdk/go/query/log/options.go index ee7d4023..1a91a8be 100644 --- a/clickhouse/sdk/go/query/log/options.go +++ b/clickhouse/sdk/go/query/log/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/query/time-series/options.go b/clickhouse/sdk/go/query/time-series/options.go index cdf375ca..7c8cadb6 100644 --- a/clickhouse/sdk/go/query/time-series/options.go +++ b/clickhouse/sdk/go/query/time-series/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/sdk/go/query/time-series/time-series.go b/clickhouse/sdk/go/query/time-series/time-series.go index 6e8864d0..cebf1e82 100644 --- a/clickhouse/sdk/go/query/time-series/time-series.go +++ b/clickhouse/sdk/go/query/time-series/time-series.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/bootstrap.tsx b/clickhouse/src/bootstrap.tsx index 21c8899b..06f1ffc5 100644 --- a/clickhouse/src/bootstrap.tsx +++ b/clickhouse/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/components/ClickQLEditor.tsx b/clickhouse/src/components/ClickQLEditor.tsx index 7c17319c..cc6e80b8 100644 --- a/clickhouse/src/components/ClickQLEditor.tsx +++ b/clickhouse/src/components/ClickQLEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/components/constants.ts b/clickhouse/src/components/constants.ts index aa3eca4c..0046c12a 100644 --- a/clickhouse/src/components/constants.ts +++ b/clickhouse/src/components/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/components/index.ts b/clickhouse/src/components/index.ts index a84f302e..ee5fd806 100644 --- a/clickhouse/src/components/index.ts +++ b/clickhouse/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasource.tsx b/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasource.tsx index 7112de79..00676fe5 100644 --- a/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasource.tsx +++ b/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasourceEditor.tsx b/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasourceEditor.tsx index ef067b50..4106583e 100644 --- a/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasourceEditor.tsx +++ b/clickhouse/src/datasources/click-house-datasource/ClickHouseDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/datasources/click-house-datasource/click-house-datasource-types.ts b/clickhouse/src/datasources/click-house-datasource/click-house-datasource-types.ts index 320179c2..f68c6a9c 100644 --- a/clickhouse/src/datasources/click-house-datasource/click-house-datasource-types.ts +++ b/clickhouse/src/datasources/click-house-datasource/click-house-datasource-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/datasources/click-house-datasource/index.ts b/clickhouse/src/datasources/click-house-datasource/index.ts index 1fbde6bb..d7b95e79 100644 --- a/clickhouse/src/datasources/click-house-datasource/index.ts +++ b/clickhouse/src/datasources/click-house-datasource/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/datasources/index.ts b/clickhouse/src/datasources/index.ts index d6e1421c..f0857cd2 100644 --- a/clickhouse/src/datasources/index.ts +++ b/clickhouse/src/datasources/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/env.d.ts b/clickhouse/src/env.d.ts index 5f2f6df4..01f4e730 100644 --- a/clickhouse/src/env.d.ts +++ b/clickhouse/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/getPluginModule.ts b/clickhouse/src/getPluginModule.ts index 126f8de2..cab8b384 100644 --- a/clickhouse/src/getPluginModule.ts +++ b/clickhouse/src/getPluginModule.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/index-federation.ts b/clickhouse/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/clickhouse/src/index-federation.ts +++ b/clickhouse/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/index.ts b/clickhouse/src/index.ts index b16a8fe0..215d904d 100644 --- a/clickhouse/src/index.ts +++ b/clickhouse/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/model/click-house-client.ts b/clickhouse/src/model/click-house-client.ts index aa6d0afc..078f4b40 100644 --- a/clickhouse/src/model/click-house-client.ts +++ b/clickhouse/src/model/click-house-client.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/model/click-house-data-types.ts b/clickhouse/src/model/click-house-data-types.ts index 3e9875b8..57a0f5b3 100644 --- a/clickhouse/src/model/click-house-data-types.ts +++ b/clickhouse/src/model/click-house-data-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/ClickHouseLogQuery.tsx b/clickhouse/src/queries/click-house-log-query/ClickHouseLogQuery.tsx index f4df1869..b1235da4 100644 --- a/clickhouse/src/queries/click-house-log-query/ClickHouseLogQuery.tsx +++ b/clickhouse/src/queries/click-house-log-query/ClickHouseLogQuery.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/ClickHouseLogQueryEditor.tsx b/clickhouse/src/queries/click-house-log-query/ClickHouseLogQueryEditor.tsx index 61091d70..e45df4b3 100644 --- a/clickhouse/src/queries/click-house-log-query/ClickHouseLogQueryEditor.tsx +++ b/clickhouse/src/queries/click-house-log-query/ClickHouseLogQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.test.ts b/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.test.ts index c1223b68..65b8f8aa 100644 --- a/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.test.ts +++ b/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.ts b/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.ts index c38354f1..44399b97 100644 --- a/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.ts +++ b/clickhouse/src/queries/click-house-log-query/click-house-log-query-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/get-click-house-log-data.ts b/clickhouse/src/queries/click-house-log-query/get-click-house-log-data.ts index 23bc6f5b..950e95aa 100644 --- a/clickhouse/src/queries/click-house-log-query/get-click-house-log-data.ts +++ b/clickhouse/src/queries/click-house-log-query/get-click-house-log-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-log-query/index.ts b/clickhouse/src/queries/click-house-log-query/index.ts index c4a5333c..a2080671 100644 --- a/clickhouse/src/queries/click-house-log-query/index.ts +++ b/clickhouse/src/queries/click-house-log-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/ClickHouseQuery.tsx b/clickhouse/src/queries/click-house-time-series-query/ClickHouseQuery.tsx index ff3befa7..4c5fa8d4 100644 --- a/clickhouse/src/queries/click-house-time-series-query/ClickHouseQuery.tsx +++ b/clickhouse/src/queries/click-house-time-series-query/ClickHouseQuery.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/ClickHouseQueryEditor.tsx b/clickhouse/src/queries/click-house-time-series-query/ClickHouseQueryEditor.tsx index 92dab71e..f92b3f18 100644 --- a/clickhouse/src/queries/click-house-time-series-query/ClickHouseQueryEditor.tsx +++ b/clickhouse/src/queries/click-house-time-series-query/ClickHouseQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.test.ts b/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.test.ts index e8dcaf6d..179c26de 100644 --- a/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.test.ts +++ b/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.ts b/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.ts index 2d68e8b7..a2a84958 100644 --- a/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.ts +++ b/clickhouse/src/queries/click-house-time-series-query/click-house-query-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/get-click-house-data.ts b/clickhouse/src/queries/click-house-time-series-query/get-click-house-data.ts index d12a1096..24415671 100644 --- a/clickhouse/src/queries/click-house-time-series-query/get-click-house-data.ts +++ b/clickhouse/src/queries/click-house-time-series-query/get-click-house-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/click-house-time-series-query/index.ts b/clickhouse/src/queries/click-house-time-series-query/index.ts index 3d56e165..011386d0 100644 --- a/clickhouse/src/queries/click-house-time-series-query/index.ts +++ b/clickhouse/src/queries/click-house-time-series-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/constants.ts b/clickhouse/src/queries/constants.ts index 848ed25c..52447366 100644 --- a/clickhouse/src/queries/constants.ts +++ b/clickhouse/src/queries/constants.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/index.ts b/clickhouse/src/queries/index.ts index c5001da9..713234e0 100644 --- a/clickhouse/src/queries/index.ts +++ b/clickhouse/src/queries/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/queries/query-editor-model.ts b/clickhouse/src/queries/query-editor-model.ts index e04ae5bb..3b966376 100644 --- a/clickhouse/src/queries/query-editor-model.ts +++ b/clickhouse/src/queries/query-editor-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/clickhouse/src/setup-tests.ts b/clickhouse/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/clickhouse/src/setup-tests.ts +++ b/clickhouse/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/rsbuild.config.ts b/datasourcevariable/rsbuild.config.ts index 3710beb0..cc39bce5 100644 --- a/datasourcevariable/rsbuild.config.ts +++ b/datasourcevariable/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/schemas/datasource.cue b/datasourcevariable/schemas/datasource.cue index eb2c7e18..a9a3d454 100644 --- a/datasourcevariable/schemas/datasource.cue +++ b/datasourcevariable/schemas/datasource.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/schemas/migrate/migrate.cue b/datasourcevariable/schemas/migrate/migrate.cue index 6255835d..ef9b3eaf 100644 --- a/datasourcevariable/schemas/migrate/migrate.cue +++ b/datasourcevariable/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/sdk/cue/datasource-variable.cue b/datasourcevariable/sdk/cue/datasource-variable.cue index ce331aa3..203f56e2 100644 --- a/datasourcevariable/sdk/cue/datasource-variable.cue +++ b/datasourcevariable/sdk/cue/datasource-variable.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -33,4 +33,4 @@ variable: listVarBuilder.variable & { } } } -} \ No newline at end of file +} diff --git a/datasourcevariable/sdk/go/options.go b/datasourcevariable/sdk/go/options.go index 10a62d5f..e574eb99 100644 --- a/datasourcevariable/sdk/go/options.go +++ b/datasourcevariable/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/DatasourceVariable.tsx b/datasourcevariable/src/DatasourceVariable.tsx index eea3b8b7..7e96d34e 100644 --- a/datasourcevariable/src/DatasourceVariable.tsx +++ b/datasourcevariable/src/DatasourceVariable.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/bootstrap.tsx b/datasourcevariable/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/datasourcevariable/src/bootstrap.tsx +++ b/datasourcevariable/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/env.d.ts b/datasourcevariable/src/env.d.ts index b302dd93..01f4e730 100644 --- a/datasourcevariable/src/env.d.ts +++ b/datasourcevariable/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/getPluginModule.ts b/datasourcevariable/src/getPluginModule.ts index 126f8de2..cab8b384 100644 --- a/datasourcevariable/src/getPluginModule.ts +++ b/datasourcevariable/src/getPluginModule.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/index-federation.ts b/datasourcevariable/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/datasourcevariable/src/index-federation.ts +++ b/datasourcevariable/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/datasourcevariable/src/index.tsx b/datasourcevariable/src/index.tsx index edf20783..48c72101 100644 --- a/datasourcevariable/src/index.tsx +++ b/datasourcevariable/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/jest.config.ts b/flamechart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/flamechart/jest.config.ts +++ b/flamechart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/rsbuild.config.ts b/flamechart/rsbuild.config.ts index 48dd6680..dc17a39e 100644 --- a/flamechart/rsbuild.config.ts +++ b/flamechart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/schemas/flame.cue b/flamechart/schemas/flame.cue index c3fe7352..6b5f2b39 100644 --- a/flamechart/schemas/flame.cue +++ b/flamechart/schemas/flame.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/sdk/go/flamechart.go b/flamechart/sdk/go/flamechart.go index 8944c3f1..85a2d7cd 100644 --- a/flamechart/sdk/go/flamechart.go +++ b/flamechart/sdk/go/flamechart.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/sdk/go/option.go b/flamechart/sdk/go/option.go index 070ce620..4758193a 100644 --- a/flamechart/sdk/go/option.go +++ b/flamechart/sdk/go/option.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/FlameChart.ts b/flamechart/src/FlameChart.ts index 0a333d44..186e742d 100644 --- a/flamechart/src/FlameChart.ts +++ b/flamechart/src/FlameChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/bootstrap.tsx b/flamechart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/flamechart/src/bootstrap.tsx +++ b/flamechart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/CustomBreadcrumb.tsx b/flamechart/src/components/CustomBreadcrumb.tsx index f5f8d5cc..634b3658 100644 --- a/flamechart/src/components/CustomBreadcrumb.tsx +++ b/flamechart/src/components/CustomBreadcrumb.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/FlameChart.tsx b/flamechart/src/components/FlameChart.tsx index d8f62569..06e50db9 100644 --- a/flamechart/src/components/FlameChart.tsx +++ b/flamechart/src/components/FlameChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/FlameChartOptionsEditorSettings.tsx b/flamechart/src/components/FlameChartOptionsEditorSettings.tsx index ab36be92..b26b5595 100644 --- a/flamechart/src/components/FlameChartOptionsEditorSettings.tsx +++ b/flamechart/src/components/FlameChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/FlameChartPanel.tsx b/flamechart/src/components/FlameChartPanel.tsx index 28b0bdc8..8d26ee80 100644 --- a/flamechart/src/components/FlameChartPanel.tsx +++ b/flamechart/src/components/FlameChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/PaletteSelector.tsx b/flamechart/src/components/PaletteSelector.tsx index 7afac8d7..7c004058 100644 --- a/flamechart/src/components/PaletteSelector.tsx +++ b/flamechart/src/components/PaletteSelector.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/SearchBar.tsx b/flamechart/src/components/SearchBar.tsx index f584b178..09e169a7 100644 --- a/flamechart/src/components/SearchBar.tsx +++ b/flamechart/src/components/SearchBar.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/SeriesChart.tsx b/flamechart/src/components/SeriesChart.tsx index 7c06b440..8e32c2de 100644 --- a/flamechart/src/components/SeriesChart.tsx +++ b/flamechart/src/components/SeriesChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/Settings.tsx b/flamechart/src/components/Settings.tsx index 25fa9c24..d9321293 100644 --- a/flamechart/src/components/Settings.tsx +++ b/flamechart/src/components/Settings.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/SwitchSelector.tsx b/flamechart/src/components/SwitchSelector.tsx index f08dd3a0..de12268e 100644 --- a/flamechart/src/components/SwitchSelector.tsx +++ b/flamechart/src/components/SwitchSelector.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/TableChart.tsx b/flamechart/src/components/TableChart.tsx index 018df0e3..8bc79e19 100644 --- a/flamechart/src/components/TableChart.tsx +++ b/flamechart/src/components/TableChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License | Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/components/index.ts b/flamechart/src/components/index.ts index bc2ae763..b3121111 100644 --- a/flamechart/src/components/index.ts +++ b/flamechart/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/env.d.ts b/flamechart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/flamechart/src/env.d.ts +++ b/flamechart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/flame-chart-model.ts b/flamechart/src/flame-chart-model.ts index 2b6bf247..c9af2cc5 100644 --- a/flamechart/src/flame-chart-model.ts +++ b/flamechart/src/flame-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/getPluginModule.ts b/flamechart/src/getPluginModule.ts index 126f8de2..cab8b384 100644 --- a/flamechart/src/getPluginModule.ts +++ b/flamechart/src/getPluginModule.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/index-federation.ts b/flamechart/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/flamechart/src/index-federation.ts +++ b/flamechart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/index.tsx b/flamechart/src/index.tsx index 34f5e0c8..6e967d66 100644 --- a/flamechart/src/index.tsx +++ b/flamechart/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/setup-tests.ts b/flamechart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/flamechart/src/setup-tests.ts +++ b/flamechart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/data-model.ts b/flamechart/src/utils/data-model.ts index 8c6f6c15..46e91fad 100644 --- a/flamechart/src/utils/data-model.ts +++ b/flamechart/src/utils/data-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/data-transform.test.ts b/flamechart/src/utils/data-transform.test.ts index 9df573c5..df9d2db1 100644 --- a/flamechart/src/utils/data-transform.test.ts +++ b/flamechart/src/utils/data-transform.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/data-transform.ts b/flamechart/src/utils/data-transform.ts index b28a47fb..c13d6edb 100644 --- a/flamechart/src/utils/data-transform.ts +++ b/flamechart/src/utils/data-transform.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/format.ts b/flamechart/src/utils/format.ts index 32b15897..5f6515ad 100644 --- a/flamechart/src/utils/format.ts +++ b/flamechart/src/utils/format.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/palette-gen.ts b/flamechart/src/utils/palette-gen.ts index efeba715..4c5b65c4 100644 --- a/flamechart/src/utils/palette-gen.ts +++ b/flamechart/src/utils/palette-gen.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/palette.ts b/flamechart/src/utils/palette.ts index f54dd7fe..7ac56856 100644 --- a/flamechart/src/utils/palette.ts +++ b/flamechart/src/utils/palette.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/series-tooltip.ts b/flamechart/src/utils/series-tooltip.ts index 25a64717..4ee8ad3e 100644 --- a/flamechart/src/utils/series-tooltip.ts +++ b/flamechart/src/utils/series-tooltip.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/tooltip.ts b/flamechart/src/utils/tooltip.ts index 0cef3b34..f94a3e2a 100644 --- a/flamechart/src/utils/tooltip.ts +++ b/flamechart/src/utils/tooltip.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/ui-text.ts b/flamechart/src/utils/ui-text.ts index 4453aaf9..e2aed211 100644 --- a/flamechart/src/utils/ui-text.ts +++ b/flamechart/src/utils/ui-text.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/flamechart/src/utils/utils.ts b/flamechart/src/utils/utils.ts index 5579c2df..d889b278 100644 --- a/flamechart/src/utils/utils.ts +++ b/flamechart/src/utils/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/jest.config.ts b/gaugechart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/gaugechart/jest.config.ts +++ b/gaugechart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/rsbuild.config.ts b/gaugechart/rsbuild.config.ts index af9b88c5..f1a34430 100644 --- a/gaugechart/rsbuild.config.ts +++ b/gaugechart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/schemas/gauge.cue b/gaugechart/schemas/gauge.cue index 3ba8c894..ceafc661 100644 --- a/gaugechart/schemas/gauge.cue +++ b/gaugechart/schemas/gauge.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -28,4 +28,4 @@ spec: close({ #legend: { show?: bool | *true -} \ No newline at end of file +} diff --git a/gaugechart/schemas/migrate/migrate.cue b/gaugechart/schemas/migrate/migrate.cue index 850469a0..ad725e06 100644 --- a/gaugechart/schemas/migrate/migrate.cue +++ b/gaugechart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/sdk/go/gauge.go b/gaugechart/sdk/go/gauge.go index 13af4f6e..88aba080 100644 --- a/gaugechart/sdk/go/gauge.go +++ b/gaugechart/sdk/go/gauge.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/sdk/go/options.go b/gaugechart/sdk/go/options.go index 1633cdd7..e7ee8e05 100644 --- a/gaugechart/sdk/go/options.go +++ b/gaugechart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/GaugeChart.ts b/gaugechart/src/GaugeChart.ts index 9c61eb08..879665db 100644 --- a/gaugechart/src/GaugeChart.ts +++ b/gaugechart/src/GaugeChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/GaugeChartBase.tsx b/gaugechart/src/GaugeChartBase.tsx index 88a23ab4..3f19fe2a 100644 --- a/gaugechart/src/GaugeChartBase.tsx +++ b/gaugechart/src/GaugeChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/GaugeChartOptionsEditorSettings.test.tsx b/gaugechart/src/GaugeChartOptionsEditorSettings.test.tsx index 10a1789f..d6e4dd01 100644 --- a/gaugechart/src/GaugeChartOptionsEditorSettings.test.tsx +++ b/gaugechart/src/GaugeChartOptionsEditorSettings.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/GaugeChartOptionsEditorSettings.tsx b/gaugechart/src/GaugeChartOptionsEditorSettings.tsx index 95defdc5..6e8fd7b5 100644 --- a/gaugechart/src/GaugeChartOptionsEditorSettings.tsx +++ b/gaugechart/src/GaugeChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/GaugeChartPanel.tsx b/gaugechart/src/GaugeChartPanel.tsx index 9e0e6205..7de65580 100644 --- a/gaugechart/src/GaugeChartPanel.tsx +++ b/gaugechart/src/GaugeChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/bootstrap.tsx b/gaugechart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/gaugechart/src/bootstrap.tsx +++ b/gaugechart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/env.d.ts b/gaugechart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/gaugechart/src/env.d.ts +++ b/gaugechart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/gauge-chart-model.ts b/gaugechart/src/gauge-chart-model.ts index fd6fbf11..53cce09a 100644 --- a/gaugechart/src/gauge-chart-model.ts +++ b/gaugechart/src/gauge-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/index-federation.ts b/gaugechart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/gaugechart/src/index-federation.ts +++ b/gaugechart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/setup-tests.ts b/gaugechart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/gaugechart/src/setup-tests.ts +++ b/gaugechart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/gaugechart/src/thresholds.ts b/gaugechart/src/thresholds.ts index de5351d0..1b2dca3a 100644 --- a/gaugechart/src/thresholds.ts +++ b/gaugechart/src/thresholds.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/jest.config.ts b/heatmapchart/jest.config.ts index 561904f7..5190fb4d 100644 --- a/heatmapchart/jest.config.ts +++ b/heatmapchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/rsbuild.config.ts b/heatmapchart/rsbuild.config.ts index dd0b73d7..b06ec814 100644 --- a/heatmapchart/rsbuild.config.ts +++ b/heatmapchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/schemas/heatmap.cue b/heatmapchart/schemas/heatmap.cue index 3e493317..f84a3003 100644 --- a/heatmapchart/schemas/heatmap.cue +++ b/heatmapchart/schemas/heatmap.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/sdk/go/heatmap.go b/heatmapchart/sdk/go/heatmap.go index c39abfd3..31eb6c04 100644 --- a/heatmapchart/sdk/go/heatmap.go +++ b/heatmapchart/sdk/go/heatmap.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/sdk/go/options.go b/heatmapchart/sdk/go/options.go index 88e89c50..aef64685 100644 --- a/heatmapchart/sdk/go/options.go +++ b/heatmapchart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/HeatMapChart.ts b/heatmapchart/src/HeatMapChart.ts index 7c7e34f0..58b58132 100644 --- a/heatmapchart/src/HeatMapChart.ts +++ b/heatmapchart/src/HeatMapChart.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/bootstrap.tsx b/heatmapchart/src/bootstrap.tsx index 21c8899b..06f1ffc5 100644 --- a/heatmapchart/src/bootstrap.tsx +++ b/heatmapchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/HeatMapChart.tsx b/heatmapchart/src/components/HeatMapChart.tsx index c4b5d7c6..aac9a176 100644 --- a/heatmapchart/src/components/HeatMapChart.tsx +++ b/heatmapchart/src/components/HeatMapChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.test.tsx b/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.test.tsx index 465cc598..cafa5fba 100644 --- a/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.test.tsx +++ b/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.tsx b/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.tsx index 948afdc3..4618e3d2 100644 --- a/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.tsx +++ b/heatmapchart/src/components/HeatMapChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/HeatMapChartPanel.tsx b/heatmapchart/src/components/HeatMapChartPanel.tsx index 8da5e3c6..1265c396 100644 --- a/heatmapchart/src/components/HeatMapChartPanel.tsx +++ b/heatmapchart/src/components/HeatMapChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/HeatMapTooltip.ts b/heatmapchart/src/components/HeatMapTooltip.ts index 3e5a6467..4cf6fe7d 100644 --- a/heatmapchart/src/components/HeatMapTooltip.ts +++ b/heatmapchart/src/components/HeatMapTooltip.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/components/index.ts b/heatmapchart/src/components/index.ts index 6242ad80..121ac298 100644 --- a/heatmapchart/src/components/index.ts +++ b/heatmapchart/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/env.d.ts b/heatmapchart/src/env.d.ts index 5f2f6df4..01f4e730 100644 --- a/heatmapchart/src/env.d.ts +++ b/heatmapchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/heat-map-chart-model.ts b/heatmapchart/src/heat-map-chart-model.ts index 11c75861..7b4ff14f 100644 --- a/heatmapchart/src/heat-map-chart-model.ts +++ b/heatmapchart/src/heat-map-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/index-federation.ts b/heatmapchart/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/heatmapchart/src/index-federation.ts +++ b/heatmapchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/index.ts b/heatmapchart/src/index.ts index 8fce6540..715f4ed5 100644 --- a/heatmapchart/src/index.ts +++ b/heatmapchart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/setup-tests.ts b/heatmapchart/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/heatmapchart/src/setup-tests.ts +++ b/heatmapchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/utils/get-formatted-axis-label.ts b/heatmapchart/src/utils/get-formatted-axis-label.ts index a1d8b362..ab22799a 100644 --- a/heatmapchart/src/utils/get-formatted-axis-label.ts +++ b/heatmapchart/src/utils/get-formatted-axis-label.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/heatmapchart/src/utils/index.ts b/heatmapchart/src/utils/index.ts index 3efe92dd..6ba60467 100644 --- a/heatmapchart/src/utils/index.ts +++ b/heatmapchart/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/jest.config.ts b/histogramchart/jest.config.ts index 561904f7..5190fb4d 100644 --- a/histogramchart/jest.config.ts +++ b/histogramchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/rsbuild.config.ts b/histogramchart/rsbuild.config.ts index f31fa667..25682221 100644 --- a/histogramchart/rsbuild.config.ts +++ b/histogramchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/schemas/histogram.cue b/histogramchart/schemas/histogram.cue index 2e8e9385..f2360f67 100644 --- a/histogramchart/schemas/histogram.cue +++ b/histogramchart/schemas/histogram.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/sdk/go/histogram.go b/histogramchart/sdk/go/histogram.go index 99c9c73b..d8fe41e4 100644 --- a/histogramchart/sdk/go/histogram.go +++ b/histogramchart/sdk/go/histogram.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/sdk/go/options.go b/histogramchart/sdk/go/options.go index 74493df7..22fe155e 100644 --- a/histogramchart/sdk/go/options.go +++ b/histogramchart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/HistogramChart.ts b/histogramchart/src/HistogramChart.ts index 0bd0044e..e2e2f076 100644 --- a/histogramchart/src/HistogramChart.ts +++ b/histogramchart/src/HistogramChart.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/bootstrap.tsx b/histogramchart/src/bootstrap.tsx index 21c8899b..06f1ffc5 100644 --- a/histogramchart/src/bootstrap.tsx +++ b/histogramchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/components/HistogramChart.tsx b/histogramchart/src/components/HistogramChart.tsx index 93ec0ca5..d00f3102 100644 --- a/histogramchart/src/components/HistogramChart.tsx +++ b/histogramchart/src/components/HistogramChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/components/HistogramChartOptionsEditorSettings.test.tsx b/histogramchart/src/components/HistogramChartOptionsEditorSettings.test.tsx index 464bb847..a132fccd 100644 --- a/histogramchart/src/components/HistogramChartOptionsEditorSettings.test.tsx +++ b/histogramchart/src/components/HistogramChartOptionsEditorSettings.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/components/HistogramChartOptionsEditorSettings.tsx b/histogramchart/src/components/HistogramChartOptionsEditorSettings.tsx index 06a524bb..4f5f678f 100644 --- a/histogramchart/src/components/HistogramChartOptionsEditorSettings.tsx +++ b/histogramchart/src/components/HistogramChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/components/HistogramChartPanel.tsx b/histogramchart/src/components/HistogramChartPanel.tsx index 1d9e96d5..65bd2072 100644 --- a/histogramchart/src/components/HistogramChartPanel.tsx +++ b/histogramchart/src/components/HistogramChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/components/index.ts b/histogramchart/src/components/index.ts index deb84d23..6796dbf7 100644 --- a/histogramchart/src/components/index.ts +++ b/histogramchart/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/env.d.ts b/histogramchart/src/env.d.ts index 5f2f6df4..01f4e730 100644 --- a/histogramchart/src/env.d.ts +++ b/histogramchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/histogram-chart-model.ts b/histogramchart/src/histogram-chart-model.ts index 05d76ec3..9da5fd36 100644 --- a/histogramchart/src/histogram-chart-model.ts +++ b/histogramchart/src/histogram-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/index-federation.ts b/histogramchart/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/histogramchart/src/index-federation.ts +++ b/histogramchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/index.ts b/histogramchart/src/index.ts index 5cb04f7d..c1dfa118 100644 --- a/histogramchart/src/index.ts +++ b/histogramchart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/setup-tests.ts b/histogramchart/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/histogramchart/src/setup-tests.ts +++ b/histogramchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/histogramchart/src/utils/index.ts b/histogramchart/src/utils/index.ts index f4bce528..bb95e51b 100644 --- a/histogramchart/src/utils/index.ts +++ b/histogramchart/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/jest.shared.ts b/jest.shared.ts index 9a7ca555..e6bd72d7 100644 --- a/jest.shared.ts +++ b/jest.shared.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/jest.config.ts b/logstable/jest.config.ts index 561904f7..5190fb4d 100644 --- a/logstable/jest.config.ts +++ b/logstable/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/rsbuild.config.ts b/logstable/rsbuild.config.ts index 916ce701..ac94600f 100644 --- a/logstable/rsbuild.config.ts +++ b/logstable/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/sdk/go/options.go b/logstable/sdk/go/options.go index 17bc429a..7f031ed5 100644 --- a/logstable/sdk/go/options.go +++ b/logstable/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/sdk/go/plugin.go b/logstable/sdk/go/plugin.go index 8a3ebfaf..eab65132 100644 --- a/logstable/sdk/go/plugin.go +++ b/logstable/sdk/go/plugin.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -20,9 +20,9 @@ import ( const PluginKind = "LogsTable" type PluginSpec struct { - AllowWrap *bool `json:"allowWrap,omitempty" yaml:"allowWrap,omitempty"` + AllowWrap *bool `json:"allowWrap,omitempty" yaml:"allowWrap,omitempty"` EnableDetails *bool `json:"enableDetails,omitempty" yaml:"enableDetails,omitempty"` - ShowTime *bool `json:"showTime,omitempty" yaml:"showTime,omitempty"` + ShowTime *bool `json:"showTime,omitempty" yaml:"showTime,omitempty"` } type Option func(plugin *Builder) error diff --git a/logstable/src/LogsTable.ts b/logstable/src/LogsTable.ts index 7a04b072..050ef140 100644 --- a/logstable/src/LogsTable.ts +++ b/logstable/src/LogsTable.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/LogsTableComponent.tsx b/logstable/src/LogsTableComponent.tsx index 64c364b5..62581827 100644 --- a/logstable/src/LogsTableComponent.tsx +++ b/logstable/src/LogsTableComponent.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/LogsTablePanel.test.tsx b/logstable/src/LogsTablePanel.test.tsx index c5aba694..e2c35062 100644 --- a/logstable/src/LogsTablePanel.test.tsx +++ b/logstable/src/LogsTablePanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/LogsTablePanel.tsx b/logstable/src/LogsTablePanel.tsx index 62417122..f32fd01c 100644 --- a/logstable/src/LogsTablePanel.tsx +++ b/logstable/src/LogsTablePanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/LogsTableSettingsEditor.tsx b/logstable/src/LogsTableSettingsEditor.tsx index c2703810..cf04b26e 100644 --- a/logstable/src/LogsTableSettingsEditor.tsx +++ b/logstable/src/LogsTableSettingsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/bootstrap.tsx b/logstable/src/bootstrap.tsx index 21c8899b..06f1ffc5 100644 --- a/logstable/src/bootstrap.tsx +++ b/logstable/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/EmptyLogsState.tsx b/logstable/src/components/EmptyLogsState.tsx index a4cfdf37..1ef881c9 100644 --- a/logstable/src/components/EmptyLogsState.tsx +++ b/logstable/src/components/EmptyLogsState.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogRow/LogDetailsTable.tsx b/logstable/src/components/LogRow/LogDetailsTable.tsx index 49ff0546..9f932911 100644 --- a/logstable/src/components/LogRow/LogDetailsTable.tsx +++ b/logstable/src/components/LogRow/LogDetailsTable.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogRow/LogRow.tsx b/logstable/src/components/LogRow/LogRow.tsx index 5253ed07..f6e19ae8 100644 --- a/logstable/src/components/LogRow/LogRow.tsx +++ b/logstable/src/components/LogRow/LogRow.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // You may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogRow/LogTimestamp.tsx b/logstable/src/components/LogRow/LogTimestamp.tsx index c0e5138a..8683597e 100644 --- a/logstable/src/components/LogRow/LogTimestamp.tsx +++ b/logstable/src/components/LogRow/LogTimestamp.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogRow/LogsStyles.tsx b/logstable/src/components/LogRow/LogsStyles.tsx index e9edf09e..e4c341d3 100644 --- a/logstable/src/components/LogRow/LogsStyles.tsx +++ b/logstable/src/components/LogRow/LogsStyles.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogRow/index.ts b/logstable/src/components/LogRow/index.ts index cf0065cd..78999426 100644 --- a/logstable/src/components/LogRow/index.ts +++ b/logstable/src/components/LogRow/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/LogsList.tsx b/logstable/src/components/LogsList.tsx index 955b531d..9aa9df58 100644 --- a/logstable/src/components/LogsList.tsx +++ b/logstable/src/components/LogsList.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/VirtualizedLogsList.tsx b/logstable/src/components/VirtualizedLogsList.tsx index 70b4eea5..42208c01 100644 --- a/logstable/src/components/VirtualizedLogsList.tsx +++ b/logstable/src/components/VirtualizedLogsList.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/hooks/useExpandedRows.ts b/logstable/src/components/hooks/useExpandedRows.ts index 00bb21c5..16e1d4b2 100644 --- a/logstable/src/components/hooks/useExpandedRows.ts +++ b/logstable/src/components/hooks/useExpandedRows.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/hooks/useSeverity.ts b/logstable/src/components/hooks/useSeverity.ts index 255dd35a..86b21df7 100644 --- a/logstable/src/components/hooks/useSeverity.ts +++ b/logstable/src/components/hooks/useSeverity.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/components/utils.ts b/logstable/src/components/utils.ts index fe6ec784..99e57c61 100644 --- a/logstable/src/components/utils.ts +++ b/logstable/src/components/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/env.d.ts b/logstable/src/env.d.ts index 5f2f6df4..01f4e730 100644 --- a/logstable/src/env.d.ts +++ b/logstable/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/index-federation.ts b/logstable/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/logstable/src/index-federation.ts +++ b/logstable/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/model.ts b/logstable/src/model.ts index be41a044..321956cb 100644 --- a/logstable/src/model.ts +++ b/logstable/src/model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/setup-tests.ts b/logstable/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/logstable/src/setup-tests.ts +++ b/logstable/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/logstable/src/test/mock-query-results.ts b/logstable/src/test/mock-query-results.ts index b899df65..804e5cf5 100644 --- a/logstable/src/test/mock-query-results.ts +++ b/logstable/src/test/mock-query-results.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/jest.config.ts b/loki/jest.config.ts index 561904f7..5190fb4d 100644 --- a/loki/jest.config.ts +++ b/loki/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/datasource/datasource.go b/loki/sdk/go/datasource/datasource.go index ce94cece..f1161ff3 100644 --- a/loki/sdk/go/datasource/datasource.go +++ b/loki/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/datasource/options.go b/loki/sdk/go/datasource/options.go index 15cd5aed..07f0d230 100644 --- a/loki/sdk/go/datasource/options.go +++ b/loki/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/query/log/log.go b/loki/sdk/go/query/log/log.go index 9887c8b3..c16efc69 100644 --- a/loki/sdk/go/query/log/log.go +++ b/loki/sdk/go/query/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/query/log/options.go b/loki/sdk/go/query/log/options.go index 0c1eff75..9b2e8777 100644 --- a/loki/sdk/go/query/log/options.go +++ b/loki/sdk/go/query/log/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/query/time-series/options.go b/loki/sdk/go/query/time-series/options.go index ef2d4bf9..3de1fc7e 100644 --- a/loki/sdk/go/query/time-series/options.go +++ b/loki/sdk/go/query/time-series/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/sdk/go/query/time-series/time-series.go b/loki/sdk/go/query/time-series/time-series.go index e936b0f0..c293f573 100644 --- a/loki/sdk/go/query/time-series/time-series.go +++ b/loki/sdk/go/query/time-series/time-series.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/components/complete.ts b/loki/src/components/complete.ts index 1a0c55f3..a0f6acd2 100644 --- a/loki/src/components/complete.ts +++ b/loki/src/components/complete.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/components/index.ts b/loki/src/components/index.ts index 038a1d30..ed46cef8 100644 --- a/loki/src/components/index.ts +++ b/loki/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/components/logql-editor.tsx b/loki/src/components/logql-editor.tsx index 508e9f84..e3758566 100644 --- a/loki/src/components/logql-editor.tsx +++ b/loki/src/components/logql-editor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/components/logql-extension.ts b/loki/src/components/logql-extension.ts index dcfdbda1..29642501 100644 --- a/loki/src/components/logql-extension.ts +++ b/loki/src/components/logql-extension.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/components/logql-highlight.ts b/loki/src/components/logql-highlight.ts index 3e46f092..8d086da7 100644 --- a/loki/src/components/logql-highlight.ts +++ b/loki/src/components/logql-highlight.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/datasources/index.ts b/loki/src/datasources/index.ts index 0a7bf418..1171a1b0 100644 --- a/loki/src/datasources/index.ts +++ b/loki/src/datasources/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/datasources/loki-datasource/LokiDatasource.tsx b/loki/src/datasources/loki-datasource/LokiDatasource.tsx index cfa00d34..5350f20c 100644 --- a/loki/src/datasources/loki-datasource/LokiDatasource.tsx +++ b/loki/src/datasources/loki-datasource/LokiDatasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/datasources/loki-datasource/LokiDatasourceEditor.tsx b/loki/src/datasources/loki-datasource/LokiDatasourceEditor.tsx index 06906066..0f55186f 100644 --- a/loki/src/datasources/loki-datasource/LokiDatasourceEditor.tsx +++ b/loki/src/datasources/loki-datasource/LokiDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/datasources/loki-datasource/index.ts b/loki/src/datasources/loki-datasource/index.ts index d73be0a4..5c177dce 100644 --- a/loki/src/datasources/loki-datasource/index.ts +++ b/loki/src/datasources/loki-datasource/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/datasources/loki-datasource/loki-datasource-types.ts b/loki/src/datasources/loki-datasource/loki-datasource-types.ts index cd212213..f82b098f 100644 --- a/loki/src/datasources/loki-datasource/loki-datasource-types.ts +++ b/loki/src/datasources/loki-datasource/loki-datasource-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/model/index.ts b/loki/src/model/index.ts index d3788ab0..b6638a02 100644 --- a/loki/src/model/index.ts +++ b/loki/src/model/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/model/loki-client-types.ts b/loki/src/model/loki-client-types.ts index 462bbc60..a66b6ffe 100644 --- a/loki/src/model/loki-client-types.ts +++ b/loki/src/model/loki-client-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/model/loki-client.ts b/loki/src/model/loki-client.ts index 21102b9c..e970948b 100644 --- a/loki/src/model/loki-client.ts +++ b/loki/src/model/loki-client.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/model/loki-data-types.ts b/loki/src/model/loki-data-types.ts index 63c5e189..5382ecfa 100644 --- a/loki/src/model/loki-data-types.ts +++ b/loki/src/model/loki-data-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/model/loki-selectors.ts b/loki/src/model/loki-selectors.ts index 41ec41a0..d23d1d1f 100644 --- a/loki/src/model/loki-selectors.ts +++ b/loki/src/model/loki-selectors.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/index.ts b/loki/src/queries/index.ts index 3195b999..915ce599 100644 --- a/loki/src/queries/index.ts +++ b/loki/src/queries/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-log-query/LokiLogQueryEditor.tsx b/loki/src/queries/loki-log-query/LokiLogQueryEditor.tsx index 2df71e5e..6d0f3d79 100644 --- a/loki/src/queries/loki-log-query/LokiLogQueryEditor.tsx +++ b/loki/src/queries/loki-log-query/LokiLogQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-log-query/loki-log-query-types.test.ts b/loki/src/queries/loki-log-query/loki-log-query-types.test.ts index 4a38a935..06bd7df4 100644 --- a/loki/src/queries/loki-log-query/loki-log-query-types.test.ts +++ b/loki/src/queries/loki-log-query/loki-log-query-types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/LokiTimeSeriesQuery.tsx b/loki/src/queries/loki-time-series-query/LokiTimeSeriesQuery.tsx index 695dbb19..07415707 100644 --- a/loki/src/queries/loki-time-series-query/LokiTimeSeriesQuery.tsx +++ b/loki/src/queries/loki-time-series-query/LokiTimeSeriesQuery.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.tsx b/loki/src/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.tsx index 9a45060c..1a217d48 100644 --- a/loki/src/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.tsx +++ b/loki/src/queries/loki-time-series-query/LokiTimeSeriesQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/get-loki-time-series-data.ts b/loki/src/queries/loki-time-series-query/get-loki-time-series-data.ts index 53328985..80bfd7fd 100644 --- a/loki/src/queries/loki-time-series-query/get-loki-time-series-data.ts +++ b/loki/src/queries/loki-time-series-query/get-loki-time-series-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/index.ts b/loki/src/queries/loki-time-series-query/index.ts index 38853797..7e0d0201 100644 --- a/loki/src/queries/loki-time-series-query/index.ts +++ b/loki/src/queries/loki-time-series-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/loki-time-series-query-types.test.ts b/loki/src/queries/loki-time-series-query/loki-time-series-query-types.test.ts index 3e746760..60828827 100644 --- a/loki/src/queries/loki-time-series-query/loki-time-series-query-types.test.ts +++ b/loki/src/queries/loki-time-series-query/loki-time-series-query-types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/loki-time-series-query/loki-time-series-query-types.ts b/loki/src/queries/loki-time-series-query/loki-time-series-query-types.ts index 01a147c8..fc82d58f 100644 --- a/loki/src/queries/loki-time-series-query/loki-time-series-query-types.ts +++ b/loki/src/queries/loki-time-series-query/loki-time-series-query-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/loki/src/queries/query-editor-model.ts b/loki/src/queries/query-editor-model.ts index 45420900..448a3fed 100644 --- a/loki/src/queries/query-editor-model.ts +++ b/loki/src/queries/query-editor-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/jest.config.ts b/markdown/jest.config.ts index f82da77c..5190fb4d 100644 --- a/markdown/jest.config.ts +++ b/markdown/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/rsbuild.config.ts b/markdown/rsbuild.config.ts index 5bec9778..ef2630c3 100644 --- a/markdown/rsbuild.config.ts +++ b/markdown/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/schemas/markdown.cue b/markdown/schemas/markdown.cue index 989e1316..fbb45a30 100644 --- a/markdown/schemas/markdown.cue +++ b/markdown/schemas/markdown.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/schemas/migrate/migrate.cue b/markdown/schemas/migrate/migrate.cue index ee7151c9..96c45055 100644 --- a/markdown/schemas/migrate/migrate.cue +++ b/markdown/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/sdk/go/markdown.go b/markdown/sdk/go/markdown.go index 453c5080..53aeaf27 100644 --- a/markdown/sdk/go/markdown.go +++ b/markdown/sdk/go/markdown.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/sdk/go/options.go b/markdown/sdk/go/options.go index 48e2edfc..22cc7fd0 100644 --- a/markdown/sdk/go/options.go +++ b/markdown/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/Markdown.ts b/markdown/src/Markdown.ts index c53d745d..7f62ecfc 100644 --- a/markdown/src/Markdown.ts +++ b/markdown/src/Markdown.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/MarkdownPanel.tsx b/markdown/src/MarkdownPanel.tsx index a5df5de6..f8414663 100644 --- a/markdown/src/MarkdownPanel.tsx +++ b/markdown/src/MarkdownPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/MarkdownPanelOptionsEditor.tsx b/markdown/src/MarkdownPanelOptionsEditor.tsx index 617c29de..277e882b 100644 --- a/markdown/src/MarkdownPanelOptionsEditor.tsx +++ b/markdown/src/MarkdownPanelOptionsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/bootstrap.tsx b/markdown/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/markdown/src/bootstrap.tsx +++ b/markdown/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/env.d.ts b/markdown/src/env.d.ts index b302dd93..01f4e730 100644 --- a/markdown/src/env.d.ts +++ b/markdown/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/index-federation.ts b/markdown/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/markdown/src/index-federation.ts +++ b/markdown/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/markdown-panel-model.ts b/markdown/src/markdown-panel-model.ts index 56b66121..09211ba9 100644 --- a/markdown/src/markdown-panel-model.ts +++ b/markdown/src/markdown-panel-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/markdown/src/setup-tests.ts b/markdown/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/markdown/src/setup-tests.ts +++ b/markdown/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/jest.config.ts b/piechart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/piechart/jest.config.ts +++ b/piechart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/rsbuild.config.ts b/piechart/rsbuild.config.ts index 22dafe2b..c204957b 100644 --- a/piechart/rsbuild.config.ts +++ b/piechart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/schemas/migrate/migrate.cue b/piechart/schemas/migrate/migrate.cue index ff33d147..8e247b36 100644 --- a/piechart/schemas/migrate/migrate.cue +++ b/piechart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/schemas/pie.cue b/piechart/schemas/pie.cue index 77db7caa..5773bf6d 100644 --- a/piechart/schemas/pie.cue +++ b/piechart/schemas/pie.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/sdk/go/options.go b/piechart/sdk/go/options.go index 34d74a6e..28de90f6 100644 --- a/piechart/sdk/go/options.go +++ b/piechart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/sdk/go/pie.go b/piechart/sdk/go/pie.go index cae41db8..f29ba910 100644 --- a/piechart/sdk/go/pie.go +++ b/piechart/sdk/go/pie.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/PieChart.ts b/piechart/src/PieChart.ts index b7366bda..d64d1dde 100644 --- a/piechart/src/PieChart.ts +++ b/piechart/src/PieChart.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/PieChartBase.tsx b/piechart/src/PieChartBase.tsx index 68e34c3f..dfb8263a 100644 --- a/piechart/src/PieChartBase.tsx +++ b/piechart/src/PieChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/PieChartOptionsEditorSettings.tsx b/piechart/src/PieChartOptionsEditorSettings.tsx index 3a75c9cc..847bb2ab 100644 --- a/piechart/src/PieChartOptionsEditorSettings.tsx +++ b/piechart/src/PieChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/bootstrap.tsx b/piechart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/piechart/src/bootstrap.tsx +++ b/piechart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/colors.ts b/piechart/src/colors.ts index 6008f57e..6be745cb 100644 --- a/piechart/src/colors.ts +++ b/piechart/src/colors.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/env.d.ts b/piechart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/piechart/src/env.d.ts +++ b/piechart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/index-federation.ts b/piechart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/piechart/src/index-federation.ts +++ b/piechart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/pie-chart-model.ts b/piechart/src/pie-chart-model.ts index 59a040e7..8839f7ea 100644 --- a/piechart/src/pie-chart-model.ts +++ b/piechart/src/pie-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/setup-tests.ts b/piechart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/piechart/src/setup-tests.ts +++ b/piechart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/utils.test.ts b/piechart/src/utils.test.ts index ac1f1b95..8dd6ef65 100644 --- a/piechart/src/utils.test.ts +++ b/piechart/src/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/piechart/src/utils.ts b/piechart/src/utils.ts index ceeb63bd..d074b0a7 100644 --- a/piechart/src/utils.ts +++ b/piechart/src/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/jest.config.ts b/prometheus/jest.config.ts index f82da77c..5190fb4d 100644 --- a/prometheus/jest.config.ts +++ b/prometheus/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/rsbuild.config.ts b/prometheus/rsbuild.config.ts index 55e0b2f0..cdf2ae1a 100644 --- a/prometheus/rsbuild.config.ts +++ b/prometheus/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/datasource/prometheus.cue b/prometheus/schemas/datasource/prometheus.cue index 5f8b0074..dc4389d3 100644 --- a/prometheus/schemas/datasource/prometheus.cue +++ b/prometheus/schemas/datasource/prometheus.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-label-names/migrate/migrate.cue b/prometheus/schemas/prometheus-label-names/migrate/migrate.cue index 05d898ec..ef33a87b 100644 --- a/prometheus/schemas/prometheus-label-names/migrate/migrate.cue +++ b/prometheus/schemas/prometheus-label-names/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-label-names/prometheus-label-names.cue b/prometheus/schemas/prometheus-label-names/prometheus-label-names.cue index 2a29c2b9..7ef5aa4c 100644 --- a/prometheus/schemas/prometheus-label-names/prometheus-label-names.cue +++ b/prometheus/schemas/prometheus-label-names/prometheus-label-names.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-label-values/migrate/migrate.cue b/prometheus/schemas/prometheus-label-values/migrate/migrate.cue index 5d5d5a63..6bd684f8 100644 --- a/prometheus/schemas/prometheus-label-values/migrate/migrate.cue +++ b/prometheus/schemas/prometheus-label-values/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-label-values/prometheus-label-values.cue b/prometheus/schemas/prometheus-label-values/prometheus-label-values.cue index a1621e73..0b460d45 100644 --- a/prometheus/schemas/prometheus-label-values/prometheus-label-values.cue +++ b/prometheus/schemas/prometheus-label-values/prometheus-label-values.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-promql/migrate/migrate.cue b/prometheus/schemas/prometheus-promql/migrate/migrate.cue index 865f09e9..eec4e794 100644 --- a/prometheus/schemas/prometheus-promql/migrate/migrate.cue +++ b/prometheus/schemas/prometheus-promql/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-promql/prometheus-promql.cue b/prometheus/schemas/prometheus-promql/prometheus-promql.cue index 45c8d53f..3d431a2d 100644 --- a/prometheus/schemas/prometheus-promql/prometheus-promql.cue +++ b/prometheus/schemas/prometheus-promql/prometheus-promql.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/schemas/prometheus-time-series-query/migrate/migrate.cue b/prometheus/schemas/prometheus-time-series-query/migrate/migrate.cue index 802f348c..50f80de4 100644 --- a/prometheus/schemas/prometheus-time-series-query/migrate/migrate.cue +++ b/prometheus/schemas/prometheus-time-series-query/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -43,4 +43,4 @@ spec: { if #target.interval != _|_ { minStep: #target.interval } -} \ No newline at end of file +} diff --git a/prometheus/schemas/prometheus-time-series-query/query.cue b/prometheus/schemas/prometheus-time-series-query/query.cue index 7d61d0df..c2e0071d 100644 --- a/prometheus/schemas/prometheus-time-series-query/query.cue +++ b/prometheus/schemas/prometheus-time-series-query/query.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at @@ -28,4 +28,4 @@ spec: close({ resolution?: number }) -#variableSyntaxRegex: "^\\$\\w+$" \ No newline at end of file +#variableSyntaxRegex: "^\\$\\w+$" diff --git a/prometheus/sdk/cue/filter/filter.cue b/prometheus/sdk/cue/filter/filter.cue index 7623bc30..db7d3462 100644 --- a/prometheus/sdk/cue/filter/filter.cue +++ b/prometheus/sdk/cue/filter/filter.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/cue/panel/panel.cue b/prometheus/sdk/cue/panel/panel.cue index f4e5be8b..753a67e4 100644 --- a/prometheus/sdk/cue/panel/panel.cue +++ b/prometheus/sdk/cue/panel/panel.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/cue/variable/labelnames/labelnames.cue b/prometheus/sdk/cue/variable/labelnames/labelnames.cue index 93456eb4..2c45f4e6 100644 --- a/prometheus/sdk/cue/variable/labelnames/labelnames.cue +++ b/prometheus/sdk/cue/variable/labelnames/labelnames.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/cue/variable/labelvalues/labelvalues.cue b/prometheus/sdk/cue/variable/labelvalues/labelvalues.cue index 0157a178..7d776313 100644 --- a/prometheus/sdk/cue/variable/labelvalues/labelvalues.cue +++ b/prometheus/sdk/cue/variable/labelvalues/labelvalues.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/cue/variable/promql/promql.cue b/prometheus/sdk/cue/variable/promql/promql.cue index acccd05a..96ddfd13 100644 --- a/prometheus/sdk/cue/variable/promql/promql.cue +++ b/prometheus/sdk/cue/variable/promql/promql.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/cue/variable/variable.cue b/prometheus/sdk/cue/variable/variable.cue index 6b17c75a..834924c2 100644 --- a/prometheus/sdk/cue/variable/variable.cue +++ b/prometheus/sdk/cue/variable/variable.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/datasource/datasource.go b/prometheus/sdk/go/datasource/datasource.go index bada0774..cc2dd358 100644 --- a/prometheus/sdk/go/datasource/datasource.go +++ b/prometheus/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/datasource/options.go b/prometheus/sdk/go/datasource/options.go index 326d0bc9..80501a42 100644 --- a/prometheus/sdk/go/datasource/options.go +++ b/prometheus/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/query/options.go b/prometheus/sdk/go/query/options.go index 74c6ae80..d95c2472 100644 --- a/prometheus/sdk/go/query/options.go +++ b/prometheus/sdk/go/query/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/query/query.go b/prometheus/sdk/go/query/query.go index e951fa34..a94e8386 100644 --- a/prometheus/sdk/go/query/query.go +++ b/prometheus/sdk/go/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/label-names/label-names.go b/prometheus/sdk/go/variable/label-names/label-names.go index f6d06267..a99b834f 100644 --- a/prometheus/sdk/go/variable/label-names/label-names.go +++ b/prometheus/sdk/go/variable/label-names/label-names.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/label-names/options.go b/prometheus/sdk/go/variable/label-names/options.go index ec555645..39938368 100644 --- a/prometheus/sdk/go/variable/label-names/options.go +++ b/prometheus/sdk/go/variable/label-names/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/label-values/label-values.go b/prometheus/sdk/go/variable/label-values/label-values.go index 944feb82..7672a2e8 100644 --- a/prometheus/sdk/go/variable/label-values/label-values.go +++ b/prometheus/sdk/go/variable/label-values/label-values.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/label-values/options.go b/prometheus/sdk/go/variable/label-values/options.go index cd0041c2..b55735bd 100644 --- a/prometheus/sdk/go/variable/label-values/options.go +++ b/prometheus/sdk/go/variable/label-values/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/promql/options.go b/prometheus/sdk/go/variable/promql/options.go index 8abccfa9..7e831e3f 100644 --- a/prometheus/sdk/go/variable/promql/options.go +++ b/prometheus/sdk/go/variable/promql/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/sdk/go/variable/promql/promql.go b/prometheus/sdk/go/variable/promql/promql.go index 5e6d6aac..4aceab14 100644 --- a/prometheus/sdk/go/variable/promql/promql.go +++ b/prometheus/sdk/go/variable/promql/promql.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/bootstrap.tsx b/prometheus/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/prometheus/src/bootstrap.tsx +++ b/prometheus/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/PromQLEditor.tsx b/prometheus/src/components/PromQLEditor.tsx index b32be32c..0629a98c 100644 --- a/prometheus/src/components/PromQLEditor.tsx +++ b/prometheus/src/components/PromQLEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/TreeNode.tsx b/prometheus/src/components/TreeNode.tsx index 2cfb79be..1325fb0f 100644 --- a/prometheus/src/components/TreeNode.tsx +++ b/prometheus/src/components/TreeNode.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/index.ts b/prometheus/src/components/index.ts index b118f467..c6823534 100644 --- a/prometheus/src/components/index.ts +++ b/prometheus/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/promql/ast.ts b/prometheus/src/components/promql/ast.ts index b340d6d9..c50e7fa7 100644 --- a/prometheus/src/components/promql/ast.ts +++ b/prometheus/src/components/promql/ast.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/promql/format.tsx b/prometheus/src/components/promql/format.tsx index f07e5261..ff8ff8f4 100644 --- a/prometheus/src/components/promql/format.tsx +++ b/prometheus/src/components/promql/format.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/promql/functionSignatures.ts b/prometheus/src/components/promql/functionSignatures.ts index b007b69a..1d5a74b7 100644 --- a/prometheus/src/components/promql/functionSignatures.ts +++ b/prometheus/src/components/promql/functionSignatures.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/promql/serialize.ts b/prometheus/src/components/promql/serialize.ts index 86e2ea45..0440fa40 100644 --- a/prometheus/src/components/promql/serialize.ts +++ b/prometheus/src/components/promql/serialize.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/promql/utils.ts b/prometheus/src/components/promql/utils.ts index 85264fa0..ff0a2091 100644 --- a/prometheus/src/components/promql/utils.ts +++ b/prometheus/src/components/promql/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/components/query.ts b/prometheus/src/components/query.ts index 09e362a2..79550206 100644 --- a/prometheus/src/components/query.ts +++ b/prometheus/src/components/query.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/env.d.ts b/prometheus/src/env.d.ts index b302dd93..01f4e730 100644 --- a/prometheus/src/env.d.ts +++ b/prometheus/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusExplorer.tsx b/prometheus/src/explore/PrometheusExplorer.tsx index e4a62fd6..e6836c2b 100644 --- a/prometheus/src/explore/PrometheusExplorer.tsx +++ b/prometheus/src/explore/PrometheusExplorer.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.tsx b/prometheus/src/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.tsx index 6efee2ba..90151b39 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/PrometheusMetricsFinder.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/display/MetricChip.tsx b/prometheus/src/explore/PrometheusMetricsFinder/display/MetricChip.tsx index 7ca7cafd..d0409da8 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/display/MetricChip.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/display/MetricChip.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.test.tsx b/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.test.tsx index a17f8e6c..d9e8de1c 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.test.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.tsx b/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.tsx index ac99a68b..fe7860ec 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/display/list/MetricList.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.test.tsx b/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.test.tsx index 8a90788c..d8dc3115 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.test.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.tsx b/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.tsx index 22876fbd..ab4c0bf7 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/filter/FilterInputs.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/filter/FinderFilters.tsx b/prometheus/src/explore/PrometheusMetricsFinder/filter/FinderFilters.tsx index c0776746..43c6c6e4 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/filter/FinderFilters.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/filter/FinderFilters.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/index.ts b/prometheus/src/explore/PrometheusMetricsFinder/index.ts index df7782ae..43ebd5b3 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/index.ts +++ b/prometheus/src/explore/PrometheusMetricsFinder/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/overview/MetricOverview.tsx b/prometheus/src/explore/PrometheusMetricsFinder/overview/MetricOverview.tsx index bf2d18f8..b00baf86 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/overview/MetricOverview.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/overview/MetricOverview.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/JobTab.tsx b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/JobTab.tsx index 39c39d57..b8abf196 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/JobTab.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/JobTab.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.tsx b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.tsx index 9e79ac79..6e9fdc57 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/OverviewTab.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.tsx b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.tsx index e1b99725..5b8d7673 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.tsx +++ b/prometheus/src/explore/PrometheusMetricsFinder/overview/tabs/SimilarTab.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/types.ts b/prometheus/src/explore/PrometheusMetricsFinder/types.ts index 915af8c2..fba17d52 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/types.ts +++ b/prometheus/src/explore/PrometheusMetricsFinder/types.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/explore/PrometheusMetricsFinder/utils.ts b/prometheus/src/explore/PrometheusMetricsFinder/utils.ts index d22fbdbb..85b60e28 100644 --- a/prometheus/src/explore/PrometheusMetricsFinder/utils.ts +++ b/prometheus/src/explore/PrometheusMetricsFinder/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/index-federation.ts b/prometheus/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/prometheus/src/index-federation.ts +++ b/prometheus/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/api-types.ts b/prometheus/src/model/api-types.ts index e2f0a393..1ceee77f 100644 --- a/prometheus/src/model/api-types.ts +++ b/prometheus/src/model/api-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/index.ts b/prometheus/src/model/index.ts index a459c208..3d41bf50 100644 --- a/prometheus/src/model/index.ts +++ b/prometheus/src/model/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/parse-sample-values.ts b/prometheus/src/model/parse-sample-values.ts index 1f9ef067..91b79dfa 100644 --- a/prometheus/src/model/parse-sample-values.ts +++ b/prometheus/src/model/parse-sample-values.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/prometheus-client.ts b/prometheus/src/model/prometheus-client.ts index 47025706..8c32bbcf 100644 --- a/prometheus/src/model/prometheus-client.ts +++ b/prometheus/src/model/prometheus-client.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/prometheus-selectors.ts b/prometheus/src/model/prometheus-selectors.ts index 0e6b0a7d..7f35f5c4 100644 --- a/prometheus/src/model/prometheus-selectors.ts +++ b/prometheus/src/model/prometheus-selectors.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/time.test.ts b/prometheus/src/model/time.test.ts index 88538b62..056ae495 100644 --- a/prometheus/src/model/time.test.ts +++ b/prometheus/src/model/time.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/model/time.ts b/prometheus/src/model/time.ts index 0827b089..163b8227 100644 --- a/prometheus/src/model/time.ts +++ b/prometheus/src/model/time.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/MatcherEditor.tsx b/prometheus/src/plugins/MatcherEditor.tsx index 07b6b715..5b3f9e41 100644 --- a/prometheus/src/plugins/MatcherEditor.tsx +++ b/prometheus/src/plugins/MatcherEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/PrometheusDatasourceEditor.tsx b/prometheus/src/plugins/PrometheusDatasourceEditor.tsx index f70da96c..593a0406 100644 --- a/prometheus/src/plugins/PrometheusDatasourceEditor.tsx +++ b/prometheus/src/plugins/PrometheusDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-datasource.test.ts b/prometheus/src/plugins/prometheus-datasource.test.ts index 7399aef9..7ecb3d86 100644 --- a/prometheus/src/plugins/prometheus-datasource.test.ts +++ b/prometheus/src/plugins/prometheus-datasource.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-datasource.tsx b/prometheus/src/plugins/prometheus-datasource.tsx index 6e75520d..336ce1f8 100644 --- a/prometheus/src/plugins/prometheus-datasource.tsx +++ b/prometheus/src/plugins/prometheus-datasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.ts b/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.ts index 347384b1..e4c5708f 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQuery.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.tsx b/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.tsx index d5e67d0b..5a75faf2 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.tsx +++ b/prometheus/src/plugins/prometheus-time-series-query/PrometheusTimeSeriesQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/get-time-series-data.ts b/prometheus/src/plugins/prometheus-time-series-query/get-time-series-data.ts index 3ec79425..c2c4d0fe 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/get-time-series-data.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/get-time-series-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/index.ts b/prometheus/src/plugins/prometheus-time-series-query/index.ts index 5340b3ed..1d3ed6ed 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/index.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/plugin.test.ts b/prometheus/src/plugins/prometheus-time-series-query/plugin.test.ts index 96d93c65..f0e7dfa9 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/plugin.test.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/plugin.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/query-editor-model.ts b/prometheus/src/plugins/prometheus-time-series-query/query-editor-model.ts index 5ffbfcd2..43f68ba7 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/query-editor-model.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/query-editor-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/replace-prom-builtin-variables.ts b/prometheus/src/plugins/prometheus-time-series-query/replace-prom-builtin-variables.ts index df871b16..e083f6b5 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/replace-prom-builtin-variables.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/replace-prom-builtin-variables.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-time-series-query/time-series-query-model.ts b/prometheus/src/plugins/prometheus-time-series-query/time-series-query-model.ts index 2002d572..8b150bf3 100644 --- a/prometheus/src/plugins/prometheus-time-series-query/time-series-query-model.ts +++ b/prometheus/src/plugins/prometheus-time-series-query/time-series-query-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/prometheus-variables.tsx b/prometheus/src/plugins/prometheus-variables.tsx index c71dffe9..36273299 100644 --- a/prometheus/src/plugins/prometheus-variables.tsx +++ b/prometheus/src/plugins/prometheus-variables.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/test/setup-tests.ts b/prometheus/src/plugins/test/setup-tests.ts index a2ee1cba..7aa179c9 100644 --- a/prometheus/src/plugins/test/setup-tests.ts +++ b/prometheus/src/plugins/test/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/types.ts b/prometheus/src/plugins/types.ts index 2cd2c8b8..b7c91693 100644 --- a/prometheus/src/plugins/types.ts +++ b/prometheus/src/plugins/types.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/plugins/variable.tsx b/prometheus/src/plugins/variable.tsx index 255bf97b..2744d0d4 100644 --- a/prometheus/src/plugins/variable.tsx +++ b/prometheus/src/plugins/variable.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/setup-tests.ts b/prometheus/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/prometheus/src/setup-tests.ts +++ b/prometheus/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/utils/index.ts b/prometheus/src/utils/index.ts index e07a4862..873fe7d2 100644 --- a/prometheus/src/utils/index.ts +++ b/prometheus/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/utils/utils.test.ts b/prometheus/src/utils/utils.test.ts index 02b725f6..4037afc4 100644 --- a/prometheus/src/utils/utils.test.ts +++ b/prometheus/src/utils/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/prometheus/src/utils/utils.ts b/prometheus/src/utils/utils.ts index 6d3e000d..5ff42e21 100644 --- a/prometheus/src/utils/utils.ts +++ b/prometheus/src/utils/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/jest.config.ts b/pyroscope/jest.config.ts index 561904f7..5190fb4d 100644 --- a/pyroscope/jest.config.ts +++ b/pyroscope/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/rsbuild.config.ts b/pyroscope/rsbuild.config.ts index 2350205b..9ceb874e 100644 --- a/pyroscope/rsbuild.config.ts +++ b/pyroscope/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/schemas/datasource/pyroscope.cue b/pyroscope/schemas/datasource/pyroscope.cue index 5ffd1cd1..ddaacf3b 100644 --- a/pyroscope/schemas/datasource/pyroscope.cue +++ b/pyroscope/schemas/datasource/pyroscope.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/schemas/pyroscope-profile-query/query.cue b/pyroscope/schemas/pyroscope-profile-query/query.cue index f8d2b566..1a1e30d8 100644 --- a/pyroscope/schemas/pyroscope-profile-query/query.cue +++ b/pyroscope/schemas/pyroscope-profile-query/query.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/sdk/go/datasource/datasource.go b/pyroscope/sdk/go/datasource/datasource.go index b61c45cd..f0e8d14c 100644 --- a/pyroscope/sdk/go/datasource/datasource.go +++ b/pyroscope/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/sdk/go/datasource/options.go b/pyroscope/sdk/go/datasource/options.go index 15cd5aed..07f0d230 100644 --- a/pyroscope/sdk/go/datasource/options.go +++ b/pyroscope/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/sdk/go/query/options.go b/pyroscope/sdk/go/query/options.go index a57b35c6..288ab20a 100644 --- a/pyroscope/sdk/go/query/options.go +++ b/pyroscope/sdk/go/query/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/sdk/go/query/query.go b/pyroscope/sdk/go/query/query.go index c2e63936..907816e9 100644 --- a/pyroscope/sdk/go/query/query.go +++ b/pyroscope/sdk/go/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/bootstrap.tsx b/pyroscope/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/pyroscope/src/bootstrap.tsx +++ b/pyroscope/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/AddFilterItem.tsx b/pyroscope/src/components/AddFilterItem.tsx index e83803bf..1aa0ac30 100644 --- a/pyroscope/src/components/AddFilterItem.tsx +++ b/pyroscope/src/components/AddFilterItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/DeleteFilterItem.tsx b/pyroscope/src/components/DeleteFilterItem.tsx index cb995796..8d89da7f 100644 --- a/pyroscope/src/components/DeleteFilterItem.tsx +++ b/pyroscope/src/components/DeleteFilterItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/FilterItem.tsx b/pyroscope/src/components/FilterItem.tsx index 4b9dc89a..13e175f2 100644 --- a/pyroscope/src/components/FilterItem.tsx +++ b/pyroscope/src/components/FilterItem.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/Filters.tsx b/pyroscope/src/components/Filters.tsx index e7f74bbc..36b839b6 100644 --- a/pyroscope/src/components/Filters.tsx +++ b/pyroscope/src/components/Filters.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/LabelName.tsx b/pyroscope/src/components/LabelName.tsx index 4b1a800c..5a9b4420 100644 --- a/pyroscope/src/components/LabelName.tsx +++ b/pyroscope/src/components/LabelName.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/LabelValue.tsx b/pyroscope/src/components/LabelValue.tsx index 2ac19bf3..025b8a9a 100644 --- a/pyroscope/src/components/LabelValue.tsx +++ b/pyroscope/src/components/LabelValue.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/Operator.tsx b/pyroscope/src/components/Operator.tsx index 2fe64865..d1316e24 100644 --- a/pyroscope/src/components/Operator.tsx +++ b/pyroscope/src/components/Operator.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/ProfileTypeSelector.tsx b/pyroscope/src/components/ProfileTypeSelector.tsx index b08c8fc0..8284a192 100644 --- a/pyroscope/src/components/ProfileTypeSelector.tsx +++ b/pyroscope/src/components/ProfileTypeSelector.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/Service.tsx b/pyroscope/src/components/Service.tsx index 62db1fed..82937b81 100644 --- a/pyroscope/src/components/Service.tsx +++ b/pyroscope/src/components/Service.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/components/index.ts b/pyroscope/src/components/index.ts index e108fbe4..eb2b1415 100644 --- a/pyroscope/src/components/index.ts +++ b/pyroscope/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/env.d.ts b/pyroscope/src/env.d.ts index b302dd93..01f4e730 100644 --- a/pyroscope/src/env.d.ts +++ b/pyroscope/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/explore/PyroscopeExplorer.tsx b/pyroscope/src/explore/PyroscopeExplorer.tsx index da652f77..71fbda57 100644 --- a/pyroscope/src/explore/PyroscopeExplorer.tsx +++ b/pyroscope/src/explore/PyroscopeExplorer.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/explore/index.ts b/pyroscope/src/explore/index.ts index a10c2d87..1f4d9069 100644 --- a/pyroscope/src/explore/index.ts +++ b/pyroscope/src/explore/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/getPluginModule.ts b/pyroscope/src/getPluginModule.ts index 126f8de2..cab8b384 100644 --- a/pyroscope/src/getPluginModule.ts +++ b/pyroscope/src/getPluginModule.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/index-federation.ts b/pyroscope/src/index-federation.ts index 19c58656..df7f0bd8 100644 --- a/pyroscope/src/index-federation.ts +++ b/pyroscope/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/index.tsx b/pyroscope/src/index.tsx index 81bf8a35..813ed094 100644 --- a/pyroscope/src/index.tsx +++ b/pyroscope/src/index.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/api-types.ts b/pyroscope/src/model/api-types.ts index a15fbd58..a8f68c28 100644 --- a/pyroscope/src/model/api-types.ts +++ b/pyroscope/src/model/api-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/index.ts b/pyroscope/src/model/index.ts index 75b1d1df..74e0e839 100644 --- a/pyroscope/src/model/index.ts +++ b/pyroscope/src/model/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/profile-query-model.ts b/pyroscope/src/model/profile-query-model.ts index 60d3a3db..00b9101f 100644 --- a/pyroscope/src/model/profile-query-model.ts +++ b/pyroscope/src/model/profile-query-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/pyroscope-client.test.ts b/pyroscope/src/model/pyroscope-client.test.ts index 70dd2130..98474ad7 100644 --- a/pyroscope/src/model/pyroscope-client.test.ts +++ b/pyroscope/src/model/pyroscope-client.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/pyroscope-client.ts b/pyroscope/src/model/pyroscope-client.ts index 0506b0e9..c16a2d68 100644 --- a/pyroscope/src/model/pyroscope-client.ts +++ b/pyroscope/src/model/pyroscope-client.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/model/pyroscope-selectors.ts b/pyroscope/src/model/pyroscope-selectors.ts index 5a9843db..e957ca5b 100644 --- a/pyroscope/src/model/pyroscope-selectors.ts +++ b/pyroscope/src/model/pyroscope-selectors.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/PyroscopeDatasourceEditor.tsx b/pyroscope/src/plugins/PyroscopeDatasourceEditor.tsx index 88fabca1..32862225 100644 --- a/pyroscope/src/plugins/PyroscopeDatasourceEditor.tsx +++ b/pyroscope/src/plugins/PyroscopeDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/index.ts b/pyroscope/src/plugins/index.ts index 9d606680..5b46a990 100644 --- a/pyroscope/src/plugins/index.ts +++ b/pyroscope/src/plugins/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-datasource-types.tsx b/pyroscope/src/plugins/pyroscope-datasource-types.tsx index ec78f5aa..775cf54a 100644 --- a/pyroscope/src/plugins/pyroscope-datasource-types.tsx +++ b/pyroscope/src/plugins/pyroscope-datasource-types.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-datasource.tsx b/pyroscope/src/plugins/pyroscope-datasource.tsx index 967827fa..62fcbda6 100644 --- a/pyroscope/src/plugins/pyroscope-datasource.tsx +++ b/pyroscope/src/plugins/pyroscope-datasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQuery.ts b/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQuery.ts index 252153fe..61a3228e 100644 --- a/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQuery.ts +++ b/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQuery.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.tsx b/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.tsx index 3ceece12..139b0956 100644 --- a/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.tsx +++ b/pyroscope/src/plugins/pyroscope-profile-query/PyroscopeProfileQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-profile-query/get-profile-data.ts b/pyroscope/src/plugins/pyroscope-profile-query/get-profile-data.ts index d19ebc25..679bd719 100644 --- a/pyroscope/src/plugins/pyroscope-profile-query/get-profile-data.ts +++ b/pyroscope/src/plugins/pyroscope-profile-query/get-profile-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-profile-query/index.ts b/pyroscope/src/plugins/pyroscope-profile-query/index.ts index 3c0297a3..193ce12d 100644 --- a/pyroscope/src/plugins/pyroscope-profile-query/index.ts +++ b/pyroscope/src/plugins/pyroscope-profile-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/plugins/pyroscope-profile-query/query-editor-model.ts b/pyroscope/src/plugins/pyroscope-profile-query/query-editor-model.ts index 7097decf..f1239afe 100644 --- a/pyroscope/src/plugins/pyroscope-profile-query/query-editor-model.ts +++ b/pyroscope/src/plugins/pyroscope-profile-query/query-editor-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/setup-tests.ts b/pyroscope/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/pyroscope/src/setup-tests.ts +++ b/pyroscope/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/test/index.ts b/pyroscope/src/test/index.ts index a2f64a58..19d3409d 100644 --- a/pyroscope/src/test/index.ts +++ b/pyroscope/src/test/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/test/mock-data.ts b/pyroscope/src/test/mock-data.ts index 8d6999ac..19718ed6 100644 --- a/pyroscope/src/test/mock-data.ts +++ b/pyroscope/src/test/mock-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/test/setup-tests.ts b/pyroscope/src/test/setup-tests.ts index 69a34b09..7aa179c9 100644 --- a/pyroscope/src/test/setup-tests.ts +++ b/pyroscope/src/test/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/utils/types.ts b/pyroscope/src/utils/types.ts index f8e81bbb..4bd0b339 100644 --- a/pyroscope/src/utils/types.ts +++ b/pyroscope/src/utils/types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/pyroscope/src/utils/use-query.ts b/pyroscope/src/utils/use-query.ts index d48b001f..e5ef1616 100644 --- a/pyroscope/src/utils/use-query.ts +++ b/pyroscope/src/utils/use-query.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/rsbuild.shared.ts b/rsbuild.shared.ts index 60f3095e..a61466f4 100644 --- a/rsbuild.shared.ts +++ b/rsbuild.shared.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/jest.config.ts b/scatterchart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/scatterchart/jest.config.ts +++ b/scatterchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/rsbuild.config.ts b/scatterchart/rsbuild.config.ts index afd4973f..ed785439 100644 --- a/scatterchart/rsbuild.config.ts +++ b/scatterchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/schemas/scatter.cue b/scatterchart/schemas/scatter.cue index 93b059d3..1a032199 100644 --- a/scatterchart/schemas/scatter.cue +++ b/scatterchart/schemas/scatter.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/sdk/go/scatter.go b/scatterchart/sdk/go/scatter.go index 3e196577..d260cd6a 100644 --- a/scatterchart/sdk/go/scatter.go +++ b/scatterchart/sdk/go/scatter.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/ScatterChart.ts b/scatterchart/src/ScatterChart.ts index fba8c9ad..83ffb811 100644 --- a/scatterchart/src/ScatterChart.ts +++ b/scatterchart/src/ScatterChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/ScatterChartPanel.test.tsx b/scatterchart/src/ScatterChartPanel.test.tsx index bef8f870..6dfcccd1 100644 --- a/scatterchart/src/ScatterChartPanel.test.tsx +++ b/scatterchart/src/ScatterChartPanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/ScatterChartPanel.tsx b/scatterchart/src/ScatterChartPanel.tsx index 451c26ef..c4e70f87 100644 --- a/scatterchart/src/ScatterChartPanel.tsx +++ b/scatterchart/src/ScatterChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/Scatterplot.tsx b/scatterchart/src/Scatterplot.tsx index c313ccf3..0de18574 100644 --- a/scatterchart/src/Scatterplot.tsx +++ b/scatterchart/src/Scatterplot.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/bootstrap.tsx b/scatterchart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/scatterchart/src/bootstrap.tsx +++ b/scatterchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/env.d.ts b/scatterchart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/scatterchart/src/env.d.ts +++ b/scatterchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/index-federation.ts b/scatterchart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/scatterchart/src/index-federation.ts +++ b/scatterchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/mock-trace-data.ts b/scatterchart/src/mock-trace-data.ts index c3119a28..67530f43 100644 --- a/scatterchart/src/mock-trace-data.ts +++ b/scatterchart/src/mock-trace-data.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/scatter-chart-model.ts b/scatterchart/src/scatter-chart-model.ts index c6996808..8025c33f 100644 --- a/scatterchart/src/scatter-chart-model.ts +++ b/scatterchart/src/scatter-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scatterchart/src/setup-tests.ts b/scatterchart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/scatterchart/src/setup-tests.ts +++ b/scatterchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/build-archive/build-archive.go b/scripts/build-archive/build-archive.go index bb7b44df..c3d829d3 100644 --- a/scripts/build-archive/build-archive.go +++ b/scripts/build-archive/build-archive.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/build-plugins/build-plugins.go b/scripts/build-plugins/build-plugins.go index db68251e..479b3a8b 100644 --- a/scripts/build-plugins/build-plugins.go +++ b/scripts/build-plugins/build-plugins.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/bump-deps/bump-deps.go b/scripts/bump-deps/bump-deps.go index a512bcdd..0e7aac07 100644 --- a/scripts/bump-deps/bump-deps.go +++ b/scripts/bump-deps/bump-deps.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/bump-deps/bump-deps_test.go b/scripts/bump-deps/bump-deps_test.go index a5fbfe5e..913eda8c 100644 --- a/scripts/bump-deps/bump-deps_test.go +++ b/scripts/bump-deps/bump-deps_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/bump-plugin/bump-plugin.go b/scripts/bump-plugin/bump-plugin.go index 8ee81b92..6525752c 100644 --- a/scripts/bump-plugin/bump-plugin.go +++ b/scripts/bump-plugin/bump-plugin.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/lint-plugins/lint-plugins.go b/scripts/lint-plugins/lint-plugins.go index 0a2da39e..2a74bf9d 100644 --- a/scripts/lint-plugins/lint-plugins.go +++ b/scripts/lint-plugins/lint-plugins.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/manifest/manifest.go b/scripts/manifest/manifest.go index 661d4585..3174c0a3 100644 --- a/scripts/manifest/manifest.go +++ b/scripts/manifest/manifest.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/npm-publish/npm-publish.go b/scripts/npm-publish/npm-publish.go index 7b9a1f4a..2ab27a58 100644 --- a/scripts/npm-publish/npm-publish.go +++ b/scripts/npm-publish/npm-publish.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/release/changelog.go b/scripts/release/changelog.go index 9a30906f..ac74ee70 100644 --- a/scripts/release/changelog.go +++ b/scripts/release/changelog.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/release/release.go b/scripts/release/release.go index cc6e96c4..cbb65b10 100644 --- a/scripts/release/release.go +++ b/scripts/release/release.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/tag/tag.go b/scripts/tag/tag.go index 59bf6613..2f149280 100644 --- a/scripts/tag/tag.go +++ b/scripts/tag/tag.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/test-schemas-plugins/test-schemas-plugins.go b/scripts/test-schemas-plugins/test-schemas-plugins.go index d049888a..635602ad 100644 --- a/scripts/test-schemas-plugins/test-schemas-plugins.go +++ b/scripts/test-schemas-plugins/test-schemas-plugins.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/tidy-modules/tidy-modules.go b/scripts/tidy-modules/tidy-modules.go index e78890b7..45190722 100644 --- a/scripts/tidy-modules/tidy-modules.go +++ b/scripts/tidy-modules/tidy-modules.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/scripts/upload-archive/upload-archive.go b/scripts/upload-archive/upload-archive.go index d1af04ca..a76916e4 100644 --- a/scripts/upload-archive/upload-archive.go +++ b/scripts/upload-archive/upload-archive.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/jest.config.ts b/statchart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/statchart/jest.config.ts +++ b/statchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/rsbuild.config.ts b/statchart/rsbuild.config.ts index c7d12f82..332163f4 100644 --- a/statchart/rsbuild.config.ts +++ b/statchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/schemas/migrate/migrate.cue b/statchart/schemas/migrate/migrate.cue index 550593c4..d55936e7 100644 --- a/statchart/schemas/migrate/migrate.cue +++ b/statchart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/schemas/stat.cue b/statchart/schemas/stat.cue index da7d901a..4b3e2f1b 100644 --- a/statchart/schemas/stat.cue +++ b/statchart/schemas/stat.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/sdk/go/options.go b/statchart/sdk/go/options.go index 7cc78335..afab2ca7 100644 --- a/statchart/sdk/go/options.go +++ b/statchart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/sdk/go/stat.go b/statchart/sdk/go/stat.go index 67609c39..16ffc455 100644 --- a/statchart/sdk/go/stat.go +++ b/statchart/sdk/go/stat.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChart.ts b/statchart/src/StatChart.ts index 799e73c4..efa3cf8c 100644 --- a/statchart/src/StatChart.ts +++ b/statchart/src/StatChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartBase.test.tsx b/statchart/src/StatChartBase.test.tsx index 610645e3..1ce8a13c 100644 --- a/statchart/src/StatChartBase.test.tsx +++ b/statchart/src/StatChartBase.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartBase.tsx b/statchart/src/StatChartBase.tsx index 0a012186..57efc90f 100644 --- a/statchart/src/StatChartBase.tsx +++ b/statchart/src/StatChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartOptionsEditorSettings.test.tsx b/statchart/src/StatChartOptionsEditorSettings.test.tsx index d556fdda..b6e755f0 100644 --- a/statchart/src/StatChartOptionsEditorSettings.test.tsx +++ b/statchart/src/StatChartOptionsEditorSettings.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartOptionsEditorSettings.tsx b/statchart/src/StatChartOptionsEditorSettings.tsx index e6ab40ac..ff34d459 100644 --- a/statchart/src/StatChartOptionsEditorSettings.tsx +++ b/statchart/src/StatChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartPanel.tsx b/statchart/src/StatChartPanel.tsx index 6288b742..359137d7 100644 --- a/statchart/src/StatChartPanel.tsx +++ b/statchart/src/StatChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/StatChartValueMappingEditor.tsx b/statchart/src/StatChartValueMappingEditor.tsx index 4ee70395..7c266c4d 100644 --- a/statchart/src/StatChartValueMappingEditor.tsx +++ b/statchart/src/StatChartValueMappingEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/bootstrap.tsx b/statchart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/statchart/src/bootstrap.tsx +++ b/statchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/env.d.ts b/statchart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/statchart/src/env.d.ts +++ b/statchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/index-federation.ts b/statchart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/statchart/src/index-federation.ts +++ b/statchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/index.ts b/statchart/src/index.ts index 6ca0b3fd..12ba3ef6 100644 --- a/statchart/src/index.ts +++ b/statchart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/setup-tests.ts b/statchart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/statchart/src/setup-tests.ts +++ b/statchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/stat-chart-model.ts b/statchart/src/stat-chart-model.ts index a8192adf..a44d20bd 100644 --- a/statchart/src/stat-chart-model.ts +++ b/statchart/src/stat-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/calculate-font-size.test.ts b/statchart/src/utils/calculate-font-size.test.ts index 7b45c835..bc0d1934 100644 --- a/statchart/src/utils/calculate-font-size.test.ts +++ b/statchart/src/utils/calculate-font-size.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/calculate-font-size.ts b/statchart/src/utils/calculate-font-size.ts index 373f2094..9b2d52a8 100644 --- a/statchart/src/utils/calculate-font-size.ts +++ b/statchart/src/utils/calculate-font-size.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/calculate-value.ts b/statchart/src/utils/calculate-value.ts index e3e003e2..5b92a7e4 100644 --- a/statchart/src/utils/calculate-value.ts +++ b/statchart/src/utils/calculate-value.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/data-transform.test.ts b/statchart/src/utils/data-transform.test.ts index e1eaff1b..e3a6f94b 100644 --- a/statchart/src/utils/data-transform.test.ts +++ b/statchart/src/utils/data-transform.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/data-transform.ts b/statchart/src/utils/data-transform.ts index e5c03044..1f1862e2 100644 --- a/statchart/src/utils/data-transform.ts +++ b/statchart/src/utils/data-transform.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/format-stat-chart-value.ts b/statchart/src/utils/format-stat-chart-value.ts index 94b90008..a250c036 100644 --- a/statchart/src/utils/format-stat-chart-value.ts +++ b/statchart/src/utils/format-stat-chart-value.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statchart/src/utils/get-color.ts b/statchart/src/utils/get-color.ts index a6ddd87c..b0f4f59c 100644 --- a/statchart/src/utils/get-color.ts +++ b/statchart/src/utils/get-color.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/rsbuild.config.ts b/staticlistvariable/rsbuild.config.ts index b687921e..ebfc9455 100644 --- a/staticlistvariable/rsbuild.config.ts +++ b/staticlistvariable/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/schemas/migrate/migrate.cue b/staticlistvariable/schemas/migrate/migrate.cue index 7f664eea..30b4df9c 100644 --- a/staticlistvariable/schemas/migrate/migrate.cue +++ b/staticlistvariable/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/schemas/static-list.cue b/staticlistvariable/schemas/static-list.cue index f09fe84f..92c25d6d 100644 --- a/staticlistvariable/schemas/static-list.cue +++ b/staticlistvariable/schemas/static-list.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/sdk/cue/staticlist.cue b/staticlistvariable/sdk/cue/staticlist.cue index 02859640..f0818c03 100644 --- a/staticlistvariable/sdk/cue/staticlist.cue +++ b/staticlistvariable/sdk/cue/staticlist.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/sdk/go/options.go b/staticlistvariable/sdk/go/options.go index fc9657dc..f9062896 100644 --- a/staticlistvariable/sdk/go/options.go +++ b/staticlistvariable/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/sdk/go/static-list.go b/staticlistvariable/sdk/go/static-list.go index 2e03ffeb..ff636ed7 100644 --- a/staticlistvariable/sdk/go/static-list.go +++ b/staticlistvariable/sdk/go/static-list.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/src/bootstrap.tsx b/staticlistvariable/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/staticlistvariable/src/bootstrap.tsx +++ b/staticlistvariable/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/src/env.d.ts b/staticlistvariable/src/env.d.ts index b302dd93..01f4e730 100644 --- a/staticlistvariable/src/env.d.ts +++ b/staticlistvariable/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/staticlistvariable/src/index-federation.ts b/staticlistvariable/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/staticlistvariable/src/index-federation.ts +++ b/staticlistvariable/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/jest.config.ts b/statushistorychart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/statushistorychart/jest.config.ts +++ b/statushistorychart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/rsbuild.config.ts b/statushistorychart/rsbuild.config.ts index 72ebe831..39feb940 100644 --- a/statushistorychart/rsbuild.config.ts +++ b/statushistorychart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/schemas/migrate/migrate.cue b/statushistorychart/schemas/migrate/migrate.cue index 747b39d9..75ef2791 100644 --- a/statushistorychart/schemas/migrate/migrate.cue +++ b/statushistorychart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/schemas/status-history.cue b/statushistorychart/schemas/status-history.cue index 5d04bdd2..67fe6b36 100644 --- a/statushistorychart/schemas/status-history.cue +++ b/statushistorychart/schemas/status-history.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/sdk/go/options.go b/statushistorychart/sdk/go/options.go index 720d76a1..8f337bda 100644 --- a/statushistorychart/sdk/go/options.go +++ b/statushistorychart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/sdk/go/stat.go b/statushistorychart/sdk/go/stat.go index 9be3df75..5de1b39f 100644 --- a/statushistorychart/sdk/go/stat.go +++ b/statushistorychart/sdk/go/stat.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryChart.ts b/statushistorychart/src/StatusHistoryChart.ts index e20eeadf..c71135af 100644 --- a/statushistorychart/src/StatusHistoryChart.ts +++ b/statushistorychart/src/StatusHistoryChart.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryChartBase.tsx b/statushistorychart/src/StatusHistoryChartBase.tsx index 549474d0..e8bb3075 100644 --- a/statushistorychart/src/StatusHistoryChartBase.tsx +++ b/statushistorychart/src/StatusHistoryChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryChartOptionsEditorSettings.tsx b/statushistorychart/src/StatusHistoryChartOptionsEditorSettings.tsx index a171e8ce..1e9d42f9 100644 --- a/statushistorychart/src/StatusHistoryChartOptionsEditorSettings.tsx +++ b/statushistorychart/src/StatusHistoryChartOptionsEditorSettings.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryPanel.tsx b/statushistorychart/src/StatusHistoryPanel.tsx index f5dd2406..1445e4bf 100644 --- a/statushistorychart/src/StatusHistoryPanel.tsx +++ b/statushistorychart/src/StatusHistoryPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryTooltip.ts b/statushistorychart/src/StatusHistoryTooltip.ts index fab40f25..3e71aec8 100644 --- a/statushistorychart/src/StatusHistoryTooltip.ts +++ b/statushistorychart/src/StatusHistoryTooltip.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/StatusHistoryValueMappingEditor.tsx b/statushistorychart/src/StatusHistoryValueMappingEditor.tsx index 279ec470..4b1477df 100644 --- a/statushistorychart/src/StatusHistoryValueMappingEditor.tsx +++ b/statushistorychart/src/StatusHistoryValueMappingEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/bootstrap.tsx b/statushistorychart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/statushistorychart/src/bootstrap.tsx +++ b/statushistorychart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/env.d.ts b/statushistorychart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/statushistorychart/src/env.d.ts +++ b/statushistorychart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/index-federation.ts b/statushistorychart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/statushistorychart/src/index-federation.ts +++ b/statushistorychart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/index.ts b/statushistorychart/src/index.ts index aa2e262e..7cf856c1 100644 --- a/statushistorychart/src/index.ts +++ b/statushistorychart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/setup-tests.ts b/statushistorychart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/statushistorychart/src/setup-tests.ts +++ b/statushistorychart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/status-history-model.ts b/statushistorychart/src/status-history-model.ts index 39c21ac2..00124a03 100644 --- a/statushistorychart/src/status-history-model.ts +++ b/statushistorychart/src/status-history-model.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/data-transform.test.ts b/statushistorychart/src/utils/data-transform.test.ts index 489d5d50..c3f8e5c3 100644 --- a/statushistorychart/src/utils/data-transform.test.ts +++ b/statushistorychart/src/utils/data-transform.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/data-transform.ts b/statushistorychart/src/utils/data-transform.ts index 7775d0e3..b9ae4ab9 100644 --- a/statushistorychart/src/utils/data-transform.ts +++ b/statushistorychart/src/utils/data-transform.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/get-color.test.ts b/statushistorychart/src/utils/get-color.test.ts index b392f74f..cb8f3dd2 100644 --- a/statushistorychart/src/utils/get-color.test.ts +++ b/statushistorychart/src/utils/get-color.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/get-color.ts b/statushistorychart/src/utils/get-color.ts index 59282036..e7e003b1 100644 --- a/statushistorychart/src/utils/get-color.ts +++ b/statushistorychart/src/utils/get-color.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/get-formatted-axis-label.ts b/statushistorychart/src/utils/get-formatted-axis-label.ts index eb878570..cedb78f7 100644 --- a/statushistorychart/src/utils/get-formatted-axis-label.ts +++ b/statushistorychart/src/utils/get-formatted-axis-label.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/get-timescale.ts b/statushistorychart/src/utils/get-timescale.ts index 474503c9..3a4ea8af 100644 --- a/statushistorychart/src/utils/get-timescale.ts +++ b/statushistorychart/src/utils/get-timescale.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/get-tooltip-position.ts b/statushistorychart/src/utils/get-tooltip-position.ts index 2a544ec3..d92c358e 100644 --- a/statushistorychart/src/utils/get-tooltip-position.ts +++ b/statushistorychart/src/utils/get-tooltip-position.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/statushistorychart/src/utils/index.ts b/statushistorychart/src/utils/index.ts index 69fafe21..2def0bde 100644 --- a/statushistorychart/src/utils/index.ts +++ b/statushistorychart/src/utils/index.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/stylesMock.js b/stylesMock.js index ccaee666..18d7854c 100644 --- a/stylesMock.js +++ b/stylesMock.js @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/jest.config.ts b/table/jest.config.ts index f82da77c..5190fb4d 100644 --- a/table/jest.config.ts +++ b/table/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/rsbuild.config.ts b/table/rsbuild.config.ts index 3e601b0b..e14b86ce 100644 --- a/table/rsbuild.config.ts +++ b/table/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/schemas/migrate/migrate.cue b/table/schemas/migrate/migrate.cue index da3c0a7b..a1fc9d2b 100644 --- a/table/schemas/migrate/migrate.cue +++ b/table/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/schemas/table.cue b/table/schemas/table.cue index 684eb3a7..955b7913 100644 --- a/table/schemas/table.cue +++ b/table/schemas/table.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/sdk/go/options.go b/table/sdk/go/options.go index 3c7e57bd..7be86967 100644 --- a/table/sdk/go/options.go +++ b/table/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/sdk/go/table.go b/table/sdk/go/table.go index afda141d..24bfffd8 100644 --- a/table/sdk/go/table.go +++ b/table/sdk/go/table.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/Table.ts b/table/src/Table.ts index 1ca4bbf8..1a135446 100644 --- a/table/src/Table.ts +++ b/table/src/Table.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/bootstrap.tsx b/table/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/table/src/bootstrap.tsx +++ b/table/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/CellsEditor/CellsEditor.tsx b/table/src/components/CellsEditor/CellsEditor.tsx index e5570c0e..860875ac 100644 --- a/table/src/components/CellsEditor/CellsEditor.tsx +++ b/table/src/components/CellsEditor/CellsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/CellsEditor/index.ts b/table/src/components/CellsEditor/index.ts index 87ef8c91..4b8939a2 100644 --- a/table/src/components/CellsEditor/index.ts +++ b/table/src/components/CellsEditor/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/ColumnsEditor/ColumnEditor.tsx b/table/src/components/ColumnsEditor/ColumnEditor.tsx index d13f1eff..022f6a49 100644 --- a/table/src/components/ColumnsEditor/ColumnEditor.tsx +++ b/table/src/components/ColumnsEditor/ColumnEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/ColumnsEditor/ColumnEditorContainer.tsx b/table/src/components/ColumnsEditor/ColumnEditorContainer.tsx index 7432a445..7b04ba9d 100644 --- a/table/src/components/ColumnsEditor/ColumnEditorContainer.tsx +++ b/table/src/components/ColumnsEditor/ColumnEditorContainer.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/ColumnsEditor/ColumnsEditor.tsx b/table/src/components/ColumnsEditor/ColumnsEditor.tsx index 5a17226b..3ffbe237 100644 --- a/table/src/components/ColumnsEditor/ColumnsEditor.tsx +++ b/table/src/components/ColumnsEditor/ColumnsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/ColumnsEditor/DataLinkEditorDialog.tsx b/table/src/components/ColumnsEditor/DataLinkEditorDialog.tsx index a427fd05..f77746ba 100644 --- a/table/src/components/ColumnsEditor/DataLinkEditorDialog.tsx +++ b/table/src/components/ColumnsEditor/DataLinkEditorDialog.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/ColumnsEditor/index.ts b/table/src/components/ColumnsEditor/index.ts index 10b09c00..af3a0fd1 100644 --- a/table/src/components/ColumnsEditor/index.ts +++ b/table/src/components/ColumnsEditor/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/EmbeddedPanel.tsx b/table/src/components/EmbeddedPanel.tsx index 249b0a40..5071876d 100644 --- a/table/src/components/EmbeddedPanel.tsx +++ b/table/src/components/EmbeddedPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TableCellsEditor.tsx b/table/src/components/TableCellsEditor.tsx index 60529312..c8e45ada 100644 --- a/table/src/components/TableCellsEditor.tsx +++ b/table/src/components/TableCellsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TableColumnsEditor.test.tsx b/table/src/components/TableColumnsEditor.test.tsx index 67262c5b..4af298aa 100644 --- a/table/src/components/TableColumnsEditor.test.tsx +++ b/table/src/components/TableColumnsEditor.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TableColumnsEditor.tsx b/table/src/components/TableColumnsEditor.tsx index d4e32b1b..e32b703e 100644 --- a/table/src/components/TableColumnsEditor.tsx +++ b/table/src/components/TableColumnsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TablePanel.test.tsx b/table/src/components/TablePanel.test.tsx index b3f71412..35cb469b 100644 --- a/table/src/components/TablePanel.test.tsx +++ b/table/src/components/TablePanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TablePanel.tsx b/table/src/components/TablePanel.tsx index ce78baba..bac01e20 100644 --- a/table/src/components/TablePanel.tsx +++ b/table/src/components/TablePanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TableSettingsEditor.tsx b/table/src/components/TableSettingsEditor.tsx index edcdfdf7..083cf05e 100644 --- a/table/src/components/TableSettingsEditor.tsx +++ b/table/src/components/TableSettingsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/TableTransformsEditor.tsx b/table/src/components/TableTransformsEditor.tsx index 770c08ba..0b16503e 100644 --- a/table/src/components/TableTransformsEditor.tsx +++ b/table/src/components/TableTransformsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/components/index.ts b/table/src/components/index.ts index 7e2ecda1..51f220c0 100644 --- a/table/src/components/index.ts +++ b/table/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/env.d.ts b/table/src/env.d.ts index b302dd93..01f4e730 100644 --- a/table/src/env.d.ts +++ b/table/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/index-federation.ts b/table/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/table/src/index-federation.ts +++ b/table/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/models/index.ts b/table/src/models/index.ts index 70aacfd8..91e45223 100644 --- a/table/src/models/index.ts +++ b/table/src/models/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/models/model.ts b/table/src/models/model.ts index b0ba00de..0d3d6fc4 100644 --- a/table/src/models/model.ts +++ b/table/src/models/model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/models/table-model.ts b/table/src/models/table-model.ts index cb33c858..a8f32a21 100644 --- a/table/src/models/table-model.ts +++ b/table/src/models/table-model.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/setup-tests.ts b/table/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/table/src/setup-tests.ts +++ b/table/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/table/src/test/mock-query-results.ts b/table/src/test/mock-query-results.ts index 93b820c1..59df8a8a 100644 --- a/table/src/test/mock-query-results.ts +++ b/table/src/test/mock-query-results.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/jest.config.ts b/tempo/jest.config.ts index 561904f7..5190fb4d 100644 --- a/tempo/jest.config.ts +++ b/tempo/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/rsbuild.config.ts b/tempo/rsbuild.config.ts index 2e13d0d7..bc7a693f 100644 --- a/tempo/rsbuild.config.ts +++ b/tempo/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/schemas/datasource/tempo.cue b/tempo/schemas/datasource/tempo.cue index f1a7336e..c4419da6 100644 --- a/tempo/schemas/datasource/tempo.cue +++ b/tempo/schemas/datasource/tempo.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/schemas/tempo-trace-query/query.cue b/tempo/schemas/tempo-trace-query/query.cue index cc99b961..356b3a9a 100644 --- a/tempo/schemas/tempo-trace-query/query.cue +++ b/tempo/schemas/tempo-trace-query/query.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/sdk/go/datasource/datasource.go b/tempo/sdk/go/datasource/datasource.go index 9d9f8685..f6da96a5 100644 --- a/tempo/sdk/go/datasource/datasource.go +++ b/tempo/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/sdk/go/datasource/options.go b/tempo/sdk/go/datasource/options.go index 11f2a5ce..07f0d230 100644 --- a/tempo/sdk/go/datasource/options.go +++ b/tempo/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/sdk/go/query/options.go b/tempo/sdk/go/query/options.go index d3369dff..20e1ee09 100644 --- a/tempo/sdk/go/query/options.go +++ b/tempo/sdk/go/query/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/sdk/go/query/query.go b/tempo/sdk/go/query/query.go index a2df598a..e04c28c9 100644 --- a/tempo/sdk/go/query/query.go +++ b/tempo/sdk/go/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/bootstrap.tsx b/tempo/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/tempo/src/bootstrap.tsx +++ b/tempo/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/AttributeFilters.tsx b/tempo/src/components/AttributeFilters.tsx index b26948f1..9986c21c 100644 --- a/tempo/src/components/AttributeFilters.tsx +++ b/tempo/src/components/AttributeFilters.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/TraceQLEditor.tsx b/tempo/src/components/TraceQLEditor.tsx index dcf23368..7da9771b 100644 --- a/tempo/src/components/TraceQLEditor.tsx +++ b/tempo/src/components/TraceQLEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/TraceQLExtension.ts b/tempo/src/components/TraceQLExtension.ts index 418b235d..d2deeddb 100644 --- a/tempo/src/components/TraceQLExtension.ts +++ b/tempo/src/components/TraceQLExtension.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/complete.test.ts b/tempo/src/components/complete.test.ts index 983f5573..d7d838ba 100644 --- a/tempo/src/components/complete.test.ts +++ b/tempo/src/components/complete.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/complete.ts b/tempo/src/components/complete.ts index 85c356dc..04ec04e5 100644 --- a/tempo/src/components/complete.ts +++ b/tempo/src/components/complete.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/filter/index.ts b/tempo/src/components/filter/index.ts index 4c3bda63..a5a5ce98 100644 --- a/tempo/src/components/filter/index.ts +++ b/tempo/src/components/filter/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/highlight.ts b/tempo/src/components/highlight.ts index 38736a19..7b6c4365 100644 --- a/tempo/src/components/highlight.ts +++ b/tempo/src/components/highlight.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/components/index.ts b/tempo/src/components/index.ts index ce4cc3c1..4fc9e991 100644 --- a/tempo/src/components/index.ts +++ b/tempo/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/env.d.ts b/tempo/src/env.d.ts index b302dd93..01f4e730 100644 --- a/tempo/src/env.d.ts +++ b/tempo/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/explore/TempoExplorer.tsx b/tempo/src/explore/TempoExplorer.tsx index ab66670d..6b56a90c 100644 --- a/tempo/src/explore/TempoExplorer.tsx +++ b/tempo/src/explore/TempoExplorer.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/explore/links.ts b/tempo/src/explore/links.ts index 5f654b3d..b7d05c5d 100644 --- a/tempo/src/explore/links.ts +++ b/tempo/src/explore/links.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/index-federation.ts b/tempo/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/tempo/src/index-federation.ts +++ b/tempo/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/api-types.ts b/tempo/src/model/api-types.ts index 9d5de1f4..88b0d899 100644 --- a/tempo/src/model/api-types.ts +++ b/tempo/src/model/api-types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/index.ts b/tempo/src/model/index.ts index a62cdcec..8effb8ec 100644 --- a/tempo/src/model/index.ts +++ b/tempo/src/model/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/tempo-client.test.ts b/tempo/src/model/tempo-client.test.ts index 239668da..026ba61a 100644 --- a/tempo/src/model/tempo-client.test.ts +++ b/tempo/src/model/tempo-client.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/tempo-client.ts b/tempo/src/model/tempo-client.ts index 0d365601..62f49fd0 100644 --- a/tempo/src/model/tempo-client.ts +++ b/tempo/src/model/tempo-client.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/tempo-selectors.ts b/tempo/src/model/tempo-selectors.ts index e7f20461..72dc1701 100644 --- a/tempo/src/model/tempo-selectors.ts +++ b/tempo/src/model/tempo-selectors.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/model/trace-query-model.ts b/tempo/src/model/trace-query-model.ts index 46b52095..84b4849e 100644 --- a/tempo/src/model/trace-query-model.ts +++ b/tempo/src/model/trace-query-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/TempoDatasourceEditor.tsx b/tempo/src/plugins/TempoDatasourceEditor.tsx index bbf946ed..0b4ca1a0 100644 --- a/tempo/src/plugins/TempoDatasourceEditor.tsx +++ b/tempo/src/plugins/TempoDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/plugin.test.ts b/tempo/src/plugins/plugin.test.ts index 6d1e3a61..0cafa2fe 100644 --- a/tempo/src/plugins/plugin.test.ts +++ b/tempo/src/plugins/plugin.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-datasource-types.tsx b/tempo/src/plugins/tempo-datasource-types.tsx index 9a4a32b9..b87041da 100644 --- a/tempo/src/plugins/tempo-datasource-types.tsx +++ b/tempo/src/plugins/tempo-datasource-types.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-datasource.tsx b/tempo/src/plugins/tempo-datasource.tsx index c4c52740..e9df0eca 100644 --- a/tempo/src/plugins/tempo-datasource.tsx +++ b/tempo/src/plugins/tempo-datasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-trace-query/TempoTraceQuery.ts b/tempo/src/plugins/tempo-trace-query/TempoTraceQuery.ts index dcf89c8f..55a63967 100644 --- a/tempo/src/plugins/tempo-trace-query/TempoTraceQuery.ts +++ b/tempo/src/plugins/tempo-trace-query/TempoTraceQuery.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-trace-query/TempoTraceQueryEditor.tsx b/tempo/src/plugins/tempo-trace-query/TempoTraceQueryEditor.tsx index 4848f1ed..913d29bc 100644 --- a/tempo/src/plugins/tempo-trace-query/TempoTraceQueryEditor.tsx +++ b/tempo/src/plugins/tempo-trace-query/TempoTraceQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-trace-query/get-trace-data.test.ts b/tempo/src/plugins/tempo-trace-query/get-trace-data.test.ts index 0294eb91..05e2ff78 100644 --- a/tempo/src/plugins/tempo-trace-query/get-trace-data.test.ts +++ b/tempo/src/plugins/tempo-trace-query/get-trace-data.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-trace-query/get-trace-data.ts b/tempo/src/plugins/tempo-trace-query/get-trace-data.ts index fea01779..df4ad648 100644 --- a/tempo/src/plugins/tempo-trace-query/get-trace-data.ts +++ b/tempo/src/plugins/tempo-trace-query/get-trace-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/plugins/tempo-trace-query/query-editor-model.ts b/tempo/src/plugins/tempo-trace-query/query-editor-model.ts index 6272f7b6..d7e51cca 100644 --- a/tempo/src/plugins/tempo-trace-query/query-editor-model.ts +++ b/tempo/src/plugins/tempo-trace-query/query-editor-model.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/setup-tests.ts b/tempo/src/setup-tests.ts index f770ff91..d43de32e 100644 --- a/tempo/src/setup-tests.ts +++ b/tempo/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/test/index.ts b/tempo/src/test/index.ts index a2f64a58..19d3409d 100644 --- a/tempo/src/test/index.ts +++ b/tempo/src/test/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/test/mock-data.ts b/tempo/src/test/mock-data.ts index 8962f47a..9abf4cf8 100644 --- a/tempo/src/test/mock-data.ts +++ b/tempo/src/test/mock-data.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tempo/src/test/setup-tests.ts b/tempo/src/test/setup-tests.ts index 69a34b09..7aa179c9 100644 --- a/tempo/src/test/setup-tests.ts +++ b/tempo/src/test/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/jest.config.ts b/timeserieschart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/timeserieschart/jest.config.ts +++ b/timeserieschart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/rsbuild.config.ts b/timeserieschart/rsbuild.config.ts index 13e2e2cd..6eb1d36a 100644 --- a/timeserieschart/rsbuild.config.ts +++ b/timeserieschart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/schemas/migrate/migrate.cue b/timeserieschart/schemas/migrate/migrate.cue index b06f1ccf..a203dd57 100644 --- a/timeserieschart/schemas/migrate/migrate.cue +++ b/timeserieschart/schemas/migrate/migrate.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/schemas/time-series.cue b/timeserieschart/schemas/time-series.cue index 4253bb69..4e2b674c 100644 --- a/timeserieschart/schemas/time-series.cue +++ b/timeserieschart/schemas/time-series.cue @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/sdk/go/options.go b/timeserieschart/sdk/go/options.go index 17416040..8880a4b9 100644 --- a/timeserieschart/sdk/go/options.go +++ b/timeserieschart/sdk/go/options.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/sdk/go/options_test.go b/timeserieschart/sdk/go/options_test.go index b6fb7ecb..271b284f 100644 --- a/timeserieschart/sdk/go/options_test.go +++ b/timeserieschart/sdk/go/options_test.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/sdk/go/time-series.go b/timeserieschart/sdk/go/time-series.go index e1cf71a7..215514cf 100644 --- a/timeserieschart/sdk/go/time-series.go +++ b/timeserieschart/sdk/go/time-series.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/CSVExportUtils.ts b/timeserieschart/src/CSVExportUtils.ts index f2c7d100..f6ece737 100644 --- a/timeserieschart/src/CSVExportUtils.ts +++ b/timeserieschart/src/CSVExportUtils.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/GeneralSettingsEditor.tsx b/timeserieschart/src/GeneralSettingsEditor.tsx index b1e715ca..495ea6db 100644 --- a/timeserieschart/src/GeneralSettingsEditor.tsx +++ b/timeserieschart/src/GeneralSettingsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/QuerySettingsEditor.tsx b/timeserieschart/src/QuerySettingsEditor.tsx index e4f1ba0e..55809995 100644 --- a/timeserieschart/src/QuerySettingsEditor.tsx +++ b/timeserieschart/src/QuerySettingsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/TimeSeriesChart.ts b/timeserieschart/src/TimeSeriesChart.ts index f218cfd3..346d13cf 100644 --- a/timeserieschart/src/TimeSeriesChart.ts +++ b/timeserieschart/src/TimeSeriesChart.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/TimeSeriesChartBase.tsx b/timeserieschart/src/TimeSeriesChartBase.tsx index 9468ae2f..e4a8d780 100644 --- a/timeserieschart/src/TimeSeriesChartBase.tsx +++ b/timeserieschart/src/TimeSeriesChartBase.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/TimeSeriesChartPanel.test.tsx b/timeserieschart/src/TimeSeriesChartPanel.test.tsx index 3219356b..68f9e8cd 100644 --- a/timeserieschart/src/TimeSeriesChartPanel.test.tsx +++ b/timeserieschart/src/TimeSeriesChartPanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/TimeSeriesChartPanel.tsx b/timeserieschart/src/TimeSeriesChartPanel.tsx index a57bff09..73bb87de 100644 --- a/timeserieschart/src/TimeSeriesChartPanel.tsx +++ b/timeserieschart/src/TimeSeriesChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/TimeSeriesExportAction.tsx b/timeserieschart/src/TimeSeriesExportAction.tsx index ab6cfcf1..5380e554 100644 --- a/timeserieschart/src/TimeSeriesExportAction.tsx +++ b/timeserieschart/src/TimeSeriesExportAction.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/VisualOptionsEditor.test.tsx b/timeserieschart/src/VisualOptionsEditor.test.tsx index 615c23b6..da1f082a 100644 --- a/timeserieschart/src/VisualOptionsEditor.test.tsx +++ b/timeserieschart/src/VisualOptionsEditor.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/VisualOptionsEditor.tsx b/timeserieschart/src/VisualOptionsEditor.tsx index 41721518..5026b48d 100644 --- a/timeserieschart/src/VisualOptionsEditor.tsx +++ b/timeserieschart/src/VisualOptionsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/YAxisOptionsEditor.tsx b/timeserieschart/src/YAxisOptionsEditor.tsx index 03e4f4d6..081dfd51 100644 --- a/timeserieschart/src/YAxisOptionsEditor.tsx +++ b/timeserieschart/src/YAxisOptionsEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/bootstrap.tsx b/timeserieschart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/timeserieschart/src/bootstrap.tsx +++ b/timeserieschart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/env.d.ts b/timeserieschart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/timeserieschart/src/env.d.ts +++ b/timeserieschart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/index-federation.ts b/timeserieschart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/timeserieschart/src/index-federation.ts +++ b/timeserieschart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/index.ts b/timeserieschart/src/index.ts index 30a44e2b..9f7c7b12 100644 --- a/timeserieschart/src/index.ts +++ b/timeserieschart/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/setup-tests.ts b/timeserieschart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/timeserieschart/src/setup-tests.ts +++ b/timeserieschart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/test/mock-query-results.ts b/timeserieschart/src/test/mock-query-results.ts index 72d23318..9e63c445 100644 --- a/timeserieschart/src/test/mock-query-results.ts +++ b/timeserieschart/src/test/mock-query-results.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/time-series-chart-model.ts b/timeserieschart/src/time-series-chart-model.ts index 89f0bda8..0b2591d2 100644 --- a/timeserieschart/src/time-series-chart-model.ts +++ b/timeserieschart/src/time-series-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/utils/data-transform.test.ts b/timeserieschart/src/utils/data-transform.test.ts index 32a537d2..330523b5 100644 --- a/timeserieschart/src/utils/data-transform.test.ts +++ b/timeserieschart/src/utils/data-transform.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/utils/data-transform.ts b/timeserieschart/src/utils/data-transform.ts index 07857f05..45773316 100644 --- a/timeserieschart/src/utils/data-transform.ts +++ b/timeserieschart/src/utils/data-transform.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/utils/palette-gen.test.ts b/timeserieschart/src/utils/palette-gen.test.ts index 7427a325..c1bd6e68 100644 --- a/timeserieschart/src/utils/palette-gen.test.ts +++ b/timeserieschart/src/utils/palette-gen.test.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/utils/palette-gen.ts b/timeserieschart/src/utils/palette-gen.ts index 8eeb6346..01725f08 100644 --- a/timeserieschart/src/utils/palette-gen.ts +++ b/timeserieschart/src/utils/palette-gen.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeserieschart/src/utils/palette.ts b/timeserieschart/src/utils/palette.ts index a0fa7eda..072a11db 100644 --- a/timeserieschart/src/utils/palette.ts +++ b/timeserieschart/src/utils/palette.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/jest.config.ts b/timeseriestable/jest.config.ts index f82da77c..5190fb4d 100644 --- a/timeseriestable/jest.config.ts +++ b/timeseriestable/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/rsbuild.config.ts b/timeseriestable/rsbuild.config.ts index eee636f4..05e4cf54 100644 --- a/timeseriestable/rsbuild.config.ts +++ b/timeseriestable/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/schemas/time-series-table.cue b/timeseriestable/schemas/time-series-table.cue index b384a813..02e0df45 100644 --- a/timeseriestable/schemas/time-series-table.cue +++ b/timeseriestable/schemas/time-series-table.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/sdk/go/time-series-table.go b/timeseriestable/sdk/go/time-series-table.go index 773959ff..3ce5a76d 100644 --- a/timeseriestable/sdk/go/time-series-table.go +++ b/timeseriestable/sdk/go/time-series-table.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/TimeSeriesTable.ts b/timeseriestable/src/TimeSeriesTable.ts index e4a27a21..0738b601 100644 --- a/timeseriestable/src/TimeSeriesTable.ts +++ b/timeseriestable/src/TimeSeriesTable.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/TimeSeriesTablePanel.test.tsx b/timeseriestable/src/TimeSeriesTablePanel.test.tsx index 1778d180..5876921a 100644 --- a/timeseriestable/src/TimeSeriesTablePanel.test.tsx +++ b/timeseriestable/src/TimeSeriesTablePanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/TimeSeriesTablePanel.tsx b/timeseriestable/src/TimeSeriesTablePanel.tsx index e2f93663..af50a1b7 100644 --- a/timeseriestable/src/TimeSeriesTablePanel.tsx +++ b/timeseriestable/src/TimeSeriesTablePanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/bootstrap.tsx b/timeseriestable/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/timeseriestable/src/bootstrap.tsx +++ b/timeseriestable/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/components/DataTable.tsx b/timeseriestable/src/components/DataTable.tsx index d0d11337..8f7da4b7 100644 --- a/timeseriestable/src/components/DataTable.tsx +++ b/timeseriestable/src/components/DataTable.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/components/EmbeddedPanel.tsx b/timeseriestable/src/components/EmbeddedPanel.tsx index 249b0a40..5071876d 100644 --- a/timeseriestable/src/components/EmbeddedPanel.tsx +++ b/timeseriestable/src/components/EmbeddedPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/components/SeriesName.tsx b/timeseriestable/src/components/SeriesName.tsx index 64e0889e..207d6d5d 100644 --- a/timeseriestable/src/components/SeriesName.tsx +++ b/timeseriestable/src/components/SeriesName.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/env.d.ts b/timeseriestable/src/env.d.ts index b302dd93..01f4e730 100644 --- a/timeseriestable/src/env.d.ts +++ b/timeseriestable/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/index-federation.ts b/timeseriestable/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/timeseriestable/src/index-federation.ts +++ b/timeseriestable/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/setup-tests.ts b/timeseriestable/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/timeseriestable/src/setup-tests.ts +++ b/timeseriestable/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/timeseriestable/src/test/mock-query-results.ts b/timeseriestable/src/test/mock-query-results.ts index 93b820c1..59df8a8a 100644 --- a/timeseriestable/src/test/mock-query-results.ts +++ b/timeseriestable/src/test/mock-query-results.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/jest.config.ts b/tracetable/jest.config.ts index f82da77c..5190fb4d 100644 --- a/tracetable/jest.config.ts +++ b/tracetable/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/rsbuild.config.ts b/tracetable/rsbuild.config.ts index 97b88c90..e6b062f0 100644 --- a/tracetable/rsbuild.config.ts +++ b/tracetable/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/schemas/trace-table.cue b/tracetable/schemas/trace-table.cue index 1ca8dd60..9d022e3c 100644 --- a/tracetable/schemas/trace-table.cue +++ b/tracetable/schemas/trace-table.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/sdk/go/trace-table.go b/tracetable/sdk/go/trace-table.go index 1e8c45d7..e07e95dc 100644 --- a/tracetable/sdk/go/trace-table.go +++ b/tracetable/sdk/go/trace-table.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/DataTable.tsx b/tracetable/src/DataTable.tsx index f018639b..f2418e31 100644 --- a/tracetable/src/DataTable.tsx +++ b/tracetable/src/DataTable.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/TraceTable.ts b/tracetable/src/TraceTable.ts index 5fd3acae..0790c018 100644 --- a/tracetable/src/TraceTable.ts +++ b/tracetable/src/TraceTable.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/TraceTablePanel.test.tsx b/tracetable/src/TraceTablePanel.test.tsx index e4ec6d3f..7636be19 100644 --- a/tracetable/src/TraceTablePanel.test.tsx +++ b/tracetable/src/TraceTablePanel.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/TraceTablePanel.tsx b/tracetable/src/TraceTablePanel.tsx index c57f5991..dcb3c2ba 100644 --- a/tracetable/src/TraceTablePanel.tsx +++ b/tracetable/src/TraceTablePanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/bootstrap.tsx b/tracetable/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/tracetable/src/bootstrap.tsx +++ b/tracetable/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/env.d.ts b/tracetable/src/env.d.ts index b302dd93..01f4e730 100644 --- a/tracetable/src/env.d.ts +++ b/tracetable/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/index-federation.ts b/tracetable/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/tracetable/src/index-federation.ts +++ b/tracetable/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/setup-tests.ts b/tracetable/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/tracetable/src/setup-tests.ts +++ b/tracetable/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/test/mock-trace-data.ts b/tracetable/src/test/mock-trace-data.ts index 5572ec30..6b88a47e 100644 --- a/tracetable/src/test/mock-trace-data.ts +++ b/tracetable/src/test/mock-trace-data.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/trace-table-model.ts b/tracetable/src/trace-table-model.ts index 0af244f6..b102adcb 100644 --- a/tracetable/src/trace-table-model.ts +++ b/tracetable/src/trace-table-model.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/utils/palette.ts b/tracetable/src/utils/palette.ts index a0fa7eda..072a11db 100644 --- a/tracetable/src/utils/palette.ts +++ b/tracetable/src/utils/palette.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracetable/src/utils/utils.ts b/tracetable/src/utils/utils.ts index 8df081f9..9aef85ed 100644 --- a/tracetable/src/utils/utils.ts +++ b/tracetable/src/utils/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/jest.config.ts b/tracingganttchart/jest.config.ts index f82da77c..5190fb4d 100644 --- a/tracingganttchart/jest.config.ts +++ b/tracingganttchart/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/rsbuild.config.ts b/tracingganttchart/rsbuild.config.ts index 199abebf..3f1fc246 100644 --- a/tracingganttchart/rsbuild.config.ts +++ b/tracingganttchart/rsbuild.config.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/schemas/tracing-gantt-chart.cue b/tracingganttchart/schemas/tracing-gantt-chart.cue index a1a533e7..59e6f827 100644 --- a/tracingganttchart/schemas/tracing-gantt-chart.cue +++ b/tracingganttchart/schemas/tracing-gantt-chart.cue @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/sdk/go/tracing-gantt-chart.go b/tracingganttchart/sdk/go/tracing-gantt-chart.go index 9b651d87..51cc3526 100644 --- a/tracingganttchart/sdk/go/tracing-gantt-chart.go +++ b/tracingganttchart/sdk/go/tracing-gantt-chart.go @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/PanelActions.test.ts b/tracingganttchart/src/PanelActions.test.ts index 8947f0c4..7d3bf0ce 100644 --- a/tracingganttchart/src/PanelActions.test.ts +++ b/tracingganttchart/src/PanelActions.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/PanelActions.tsx b/tracingganttchart/src/PanelActions.tsx index dc90b2f2..a2a93e40 100644 --- a/tracingganttchart/src/PanelActions.tsx +++ b/tracingganttchart/src/PanelActions.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart.ts b/tracingganttchart/src/TracingGanttChart.ts index b3d4daa3..66677093 100644 --- a/tracingganttchart/src/TracingGanttChart.ts +++ b/tracingganttchart/src/TracingGanttChart.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.test.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.test.tsx index df95db79..5476e74c 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.tsx index 75fcdda4..129ddf23 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/Attributes.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/DetailPane.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/DetailPane.tsx index b02c53ca..b6a3d650 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/DetailPane.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/DetailPane.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.test.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.test.tsx index e17b6a8b..740bf339 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.tsx index 55ea9694..c781fe84 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanEvents.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.test.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.test.tsx index 6340dcce..63c976f3 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.tsx b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.tsx index d7f48617..c21df314 100644 --- a/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.tsx +++ b/tracingganttchart/src/TracingGanttChart/DetailPane/SpanLinks.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.test.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.test.tsx index d36095a1..52d3c839 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.tsx index b76d1a23..9a708f53 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTable.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableHeader.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableHeader.tsx index 1702f3eb..d44a36e6 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableHeader.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableHeader.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableProvider.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableProvider.tsx index 15688f84..b515dd0d 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableProvider.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableProvider.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableRow.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableRow.tsx index d15650ac..77326263 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableRow.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/GanttTableRow.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/ResizableDivider.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/ResizableDivider.tsx index e40cacff..3182181b 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/ResizableDivider.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/ResizableDivider.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.test.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.test.tsx index 12cc8479..02bab588 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.tsx index 130f7db7..aab07eb9 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanDuration.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanIndents.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanIndents.tsx index 03b658f7..99016c2f 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanIndents.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanIndents.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanLinksButton.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanLinksButton.tsx index 28d2b6ba..89289df3 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanLinksButton.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanLinksButton.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.test.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.test.tsx index e4bfa09d..529b7931 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.tsx b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.tsx index e225fe59..4548573b 100644 --- a/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.tsx +++ b/tracingganttchart/src/TracingGanttChart/GanttTable/SpanName.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/Canvas.tsx b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/Canvas.tsx index e22cf61d..024f6ceb 100644 --- a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/Canvas.tsx +++ b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/Canvas.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/MiniGanttChart.tsx b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/MiniGanttChart.tsx index 127d58a3..45f41e88 100644 --- a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/MiniGanttChart.tsx +++ b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/MiniGanttChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/draw.ts b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/draw.ts index b30b4a36..d2def561 100644 --- a/tracingganttchart/src/TracingGanttChart/MiniGanttChart/draw.ts +++ b/tracingganttchart/src/TracingGanttChart/MiniGanttChart/draw.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/Ticks.test.tsx b/tracingganttchart/src/TracingGanttChart/Ticks.test.tsx index 1d382f8d..7da69dc1 100644 --- a/tracingganttchart/src/TracingGanttChart/Ticks.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/Ticks.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/Ticks.tsx b/tracingganttchart/src/TracingGanttChart/Ticks.tsx index 95a3d051..4c3c5e63 100644 --- a/tracingganttchart/src/TracingGanttChart/Ticks.tsx +++ b/tracingganttchart/src/TracingGanttChart/Ticks.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/TraceDetails.test.tsx b/tracingganttchart/src/TracingGanttChart/TraceDetails.test.tsx index 4cc4bec2..97e312c0 100644 --- a/tracingganttchart/src/TracingGanttChart/TraceDetails.test.tsx +++ b/tracingganttchart/src/TracingGanttChart/TraceDetails.test.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/TraceDetails.tsx b/tracingganttchart/src/TracingGanttChart/TraceDetails.tsx index 818bb6c1..f86dacdd 100644 --- a/tracingganttchart/src/TracingGanttChart/TraceDetails.tsx +++ b/tracingganttchart/src/TracingGanttChart/TraceDetails.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/TracingGanttChart.tsx b/tracingganttchart/src/TracingGanttChart/TracingGanttChart.tsx index 4c1fad33..0d283456 100644 --- a/tracingganttchart/src/TracingGanttChart/TracingGanttChart.tsx +++ b/tracingganttchart/src/TracingGanttChart/TracingGanttChart.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/palette.ts b/tracingganttchart/src/TracingGanttChart/palette.ts index a0fa7eda..072a11db 100644 --- a/tracingganttchart/src/TracingGanttChart/palette.ts +++ b/tracingganttchart/src/TracingGanttChart/palette.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/trace.test.ts b/tracingganttchart/src/TracingGanttChart/trace.test.ts index b4e1faea..b09e61f8 100644 --- a/tracingganttchart/src/TracingGanttChart/trace.test.ts +++ b/tracingganttchart/src/TracingGanttChart/trace.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/trace.ts b/tracingganttchart/src/TracingGanttChart/trace.ts index f8d3711c..904b1aae 100644 --- a/tracingganttchart/src/TracingGanttChart/trace.ts +++ b/tracingganttchart/src/TracingGanttChart/trace.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/utils.test.ts b/tracingganttchart/src/TracingGanttChart/utils.test.ts index ab7dad30..c9c5f5c3 100644 --- a/tracingganttchart/src/TracingGanttChart/utils.test.ts +++ b/tracingganttchart/src/TracingGanttChart/utils.test.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChart/utils.ts b/tracingganttchart/src/TracingGanttChart/utils.ts index 3527abd2..cf02cf93 100644 --- a/tracingganttchart/src/TracingGanttChart/utils.ts +++ b/tracingganttchart/src/TracingGanttChart/utils.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/TracingGanttChartPanel.tsx b/tracingganttchart/src/TracingGanttChartPanel.tsx index 04e3dff2..5688017c 100644 --- a/tracingganttchart/src/TracingGanttChartPanel.tsx +++ b/tracingganttchart/src/TracingGanttChartPanel.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/bootstrap.tsx b/tracingganttchart/src/bootstrap.tsx index 3380d4a9..06f1ffc5 100644 --- a/tracingganttchart/src/bootstrap.tsx +++ b/tracingganttchart/src/bootstrap.tsx @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/env.d.ts b/tracingganttchart/src/env.d.ts index b302dd93..01f4e730 100644 --- a/tracingganttchart/src/env.d.ts +++ b/tracingganttchart/src/env.d.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/gantt-chart-model.ts b/tracingganttchart/src/gantt-chart-model.ts index 14fc396b..f2b9f140 100644 --- a/tracingganttchart/src/gantt-chart-model.ts +++ b/tracingganttchart/src/gantt-chart-model.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/index-federation.ts b/tracingganttchart/src/index-federation.ts index d3d1d92d..df7f0bd8 100644 --- a/tracingganttchart/src/index-federation.ts +++ b/tracingganttchart/src/index-federation.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/setup-tests.ts b/tracingganttchart/src/setup-tests.ts index daa0e5a7..d43de32e 100644 --- a/tracingganttchart/src/setup-tests.ts +++ b/tracingganttchart/src/setup-tests.ts @@ -1,4 +1,4 @@ -// Copyright 2023 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/tracingganttchart/src/test/convert/jaeger.ts b/tracingganttchart/src/test/convert/jaeger.ts index 1b6568b1..09fb0cc4 100644 --- a/tracingganttchart/src/test/convert/jaeger.ts +++ b/tracingganttchart/src/test/convert/jaeger.ts @@ -1,4 +1,4 @@ -// Copyright 2024 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/jest.config.ts b/victorialogs/jest.config.ts index 561904f7..5190fb4d 100644 --- a/victorialogs/jest.config.ts +++ b/victorialogs/jest.config.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/schemas/variables/label-names/victorialogs-label-names.cue b/victorialogs/schemas/variables/label-names/victorialogs-label-names.cue index 4b7f233d..7c81560c 100644 --- a/victorialogs/schemas/variables/label-names/victorialogs-label-names.cue +++ b/victorialogs/schemas/variables/label-names/victorialogs-label-names.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/schemas/variables/label-values/victorialogs-label-values.cue b/victorialogs/schemas/variables/label-values/victorialogs-label-values.cue index 34812f5f..fe27fc56 100644 --- a/victorialogs/schemas/variables/label-values/victorialogs-label-values.cue +++ b/victorialogs/schemas/variables/label-values/victorialogs-label-values.cue @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/datasource/datasource.go b/victorialogs/sdk/go/datasource/datasource.go index b3bf9fea..dd1351ce 100644 --- a/victorialogs/sdk/go/datasource/datasource.go +++ b/victorialogs/sdk/go/datasource/datasource.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/datasource/options.go b/victorialogs/sdk/go/datasource/options.go index 15cd5aed..07f0d230 100644 --- a/victorialogs/sdk/go/datasource/options.go +++ b/victorialogs/sdk/go/datasource/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/query/log/log.go b/victorialogs/sdk/go/query/log/log.go index 7d067e75..803428fb 100644 --- a/victorialogs/sdk/go/query/log/log.go +++ b/victorialogs/sdk/go/query/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/query/log/options.go b/victorialogs/sdk/go/query/log/options.go index a89d171a..6282e98c 100644 --- a/victorialogs/sdk/go/query/log/options.go +++ b/victorialogs/sdk/go/query/log/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/query/time-series/options.go b/victorialogs/sdk/go/query/time-series/options.go index 2ffe5c8a..807e272f 100644 --- a/victorialogs/sdk/go/query/time-series/options.go +++ b/victorialogs/sdk/go/query/time-series/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/query/time-series/time-series.go b/victorialogs/sdk/go/query/time-series/time-series.go index 8dfa078c..68437edc 100644 --- a/victorialogs/sdk/go/query/time-series/time-series.go +++ b/victorialogs/sdk/go/query/time-series/time-series.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/variable/field-names/field-names.go b/victorialogs/sdk/go/variable/field-names/field-names.go index 3880a4a8..194d6cbd 100644 --- a/victorialogs/sdk/go/variable/field-names/field-names.go +++ b/victorialogs/sdk/go/variable/field-names/field-names.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/variable/field-names/options.go b/victorialogs/sdk/go/variable/field-names/options.go index 5ee04668..44b73820 100644 --- a/victorialogs/sdk/go/variable/field-names/options.go +++ b/victorialogs/sdk/go/variable/field-names/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/variable/field-values/field-values.go b/victorialogs/sdk/go/variable/field-values/field-values.go index 3526e2d9..ccacdd52 100644 --- a/victorialogs/sdk/go/variable/field-values/field-values.go +++ b/victorialogs/sdk/go/variable/field-values/field-values.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/sdk/go/variable/field-values/options.go b/victorialogs/sdk/go/variable/field-values/options.go index e4a83830..7ba13f7d 100644 --- a/victorialogs/sdk/go/variable/field-values/options.go +++ b/victorialogs/sdk/go/variable/field-values/options.go @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/components/index.ts b/victorialogs/src/components/index.ts index d21a9c82..175231ee 100644 --- a/victorialogs/src/components/index.ts +++ b/victorialogs/src/components/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/components/logsql-editor.tsx b/victorialogs/src/components/logsql-editor.tsx index be10968a..1e44831c 100644 --- a/victorialogs/src/components/logsql-editor.tsx +++ b/victorialogs/src/components/logsql-editor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/components/logsql-extension.ts b/victorialogs/src/components/logsql-extension.ts index 6d160a50..c9ff2fdd 100644 --- a/victorialogs/src/components/logsql-extension.ts +++ b/victorialogs/src/components/logsql-extension.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/components/logsql-highlight.ts b/victorialogs/src/components/logsql-highlight.ts index d26c298a..7f2089bc 100644 --- a/victorialogs/src/components/logsql-highlight.ts +++ b/victorialogs/src/components/logsql-highlight.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/datasources/index.ts b/victorialogs/src/datasources/index.ts index fe97d032..d1e65c36 100644 --- a/victorialogs/src/datasources/index.ts +++ b/victorialogs/src/datasources/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasource.tsx b/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasource.tsx index 28d23b8c..82b47cc9 100644 --- a/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasource.tsx +++ b/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasource.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.tsx b/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.tsx index d1727ebe..db0384e1 100644 --- a/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.tsx +++ b/victorialogs/src/datasources/victorialogs-datasource/VictoriaLogsDatasourceEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/datasources/victorialogs-datasource/index.ts b/victorialogs/src/datasources/victorialogs-datasource/index.ts index 8e5a1822..9aa66054 100644 --- a/victorialogs/src/datasources/victorialogs-datasource/index.ts +++ b/victorialogs/src/datasources/victorialogs-datasource/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/datasources/victorialogs-datasource/types.ts b/victorialogs/src/datasources/victorialogs-datasource/types.ts index a59656bd..e2e342c2 100644 --- a/victorialogs/src/datasources/victorialogs-datasource/types.ts +++ b/victorialogs/src/datasources/victorialogs-datasource/types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/model/client.ts b/victorialogs/src/model/client.ts index 9bfcd790..f6f2ad6e 100644 --- a/victorialogs/src/model/client.ts +++ b/victorialogs/src/model/client.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/model/index.ts b/victorialogs/src/model/index.ts index 5bd84b95..46ff66d0 100644 --- a/victorialogs/src/model/index.ts +++ b/victorialogs/src/model/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/model/selectors.ts b/victorialogs/src/model/selectors.ts index c0192205..800c00a9 100644 --- a/victorialogs/src/model/selectors.ts +++ b/victorialogs/src/model/selectors.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/model/types.ts b/victorialogs/src/model/types.ts index 25f133ec..a07d92e3 100644 --- a/victorialogs/src/model/types.ts +++ b/victorialogs/src/model/types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/index.ts b/victorialogs/src/queries/index.ts index f88331ca..98f19ab4 100644 --- a/victorialogs/src/queries/index.ts +++ b/victorialogs/src/queries/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.tsx b/victorialogs/src/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.tsx index 14df8833..75f82431 100644 --- a/victorialogs/src/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.tsx +++ b/victorialogs/src/queries/victorialogs-log-query/VictoriaLogsLogQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-log-query/types.test.ts b/victorialogs/src/queries/victorialogs-log-query/types.test.ts index 169e3d2d..bc7587d4 100644 --- a/victorialogs/src/queries/victorialogs-log-query/types.test.ts +++ b/victorialogs/src/queries/victorialogs-log-query/types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.tsx b/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.tsx index 6c61ce51..b5a67230 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.tsx +++ b/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQuery.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.tsx b/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.tsx index abdd396d..4050ff70 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.tsx +++ b/victorialogs/src/queries/victorialogs-time-series-query/VictoriaLogsTimeSeriesQueryEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/index.ts b/victorialogs/src/queries/victorialogs-time-series-query/index.ts index 41b78b25..4d11b589 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/index.ts +++ b/victorialogs/src/queries/victorialogs-time-series-query/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/query.ts b/victorialogs/src/queries/victorialogs-time-series-query/query.ts index 9a03243b..d2dddb83 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/query.ts +++ b/victorialogs/src/queries/victorialogs-time-series-query/query.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/types.test.ts b/victorialogs/src/queries/victorialogs-time-series-query/types.test.ts index 99508051..59cfe140 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/types.test.ts +++ b/victorialogs/src/queries/victorialogs-time-series-query/types.test.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/queries/victorialogs-time-series-query/types.ts b/victorialogs/src/queries/victorialogs-time-series-query/types.ts index f2cca850..0f9c1254 100644 --- a/victorialogs/src/queries/victorialogs-time-series-query/types.ts +++ b/victorialogs/src/queries/victorialogs-time-series-query/types.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/variables/index.ts b/victorialogs/src/variables/index.ts index 7f284d0e..5a2b8a0e 100644 --- a/victorialogs/src/variables/index.ts +++ b/victorialogs/src/variables/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx b/victorialogs/src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx index d802ab17..9462655b 100644 --- a/victorialogs/src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx +++ b/victorialogs/src/variables/victorialogs-field-names/VictoriaLogsFieldNamesVariableEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/variables/victorialogs-field-names/index.ts b/victorialogs/src/variables/victorialogs-field-names/index.ts index e8262e6f..0092d23b 100644 --- a/victorialogs/src/variables/victorialogs-field-names/index.ts +++ b/victorialogs/src/variables/victorialogs-field-names/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx b/victorialogs/src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx index c887ccd6..8ee9bb13 100644 --- a/victorialogs/src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx +++ b/victorialogs/src/variables/victorialogs-field-values/VictoriaLogsFieldValuesVariableEditor.tsx @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at diff --git a/victorialogs/src/variables/victorialogs-field-values/index.ts b/victorialogs/src/variables/victorialogs-field-values/index.ts index f43a5a43..7d522465 100644 --- a/victorialogs/src/variables/victorialogs-field-values/index.ts +++ b/victorialogs/src/variables/victorialogs-field-values/index.ts @@ -1,4 +1,4 @@ -// Copyright 2025 The Perses Authors +// Copyright The Perses Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at