Skip to content

Commit 9632cda

Browse files
committed
Fix the last renmnants of the old copyright header
Signed-off-by: Fredrik Adelöw <[email protected]>
1 parent 7f3894b commit 9632cda

File tree

46 files changed

+58
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+58
-57
lines changed

.eslintrc.js

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ module.exports = {
2525
{
2626
// eslint-disable-next-line no-restricted-syntax
2727
templateFile: path.resolve(__dirname, './scripts/copyright-header.txt'),
28-
templateVars: {
29-
NAME: 'The Backstage Authors',
30-
},
31-
varRegexps: {
32-
NAME: /(The Backstage Authors)|(Spotify AB)/,
33-
},
3428
onNonMatchingHeader: 'replace',
3529
},
3630
],

cypress/src/integration/plugins/techdocs.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cypress/src/integration/user/login.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cypress/src/integration/user/logout.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

cypress/src/support/commands.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/backend/src/plugins/jenkins.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/cli/templates/default-backend-plugin/src/service/standaloneServer.ts.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

packages/core-app-api/src/apis/implementations/ErrorApi/UnhandledErrorForwarder.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
import {
2-
ErrorApi,
3-
ErrorApiError,
4-
ErrorApiErrorContext,
5-
} from '@backstage/core-plugin-api';
6-
71
/*
8-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
93
*
104
* Licensed under the Apache License, Version 2.0 (the "License");
115
* you may not use this file except in compliance with the License.
@@ -20,6 +14,12 @@ import {
2014
* limitations under the License.
2115
*/
2216

17+
import {
18+
ErrorApi,
19+
ErrorApiError,
20+
ErrorApiErrorContext,
21+
} from '@backstage/core-plugin-api';
22+
2323
/**
2424
* Utility class that helps with error forwarding.
2525
*

packages/embedded-techdocs-app/src/components/TechDocsPage/TechDocsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/techdocs-common/src/stages/generate/techdocs.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/test-utils/src/testUtils/TestApiProvider.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

packages/test-utils/src/testUtils/TestApiProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/auth-backend/src/providers/gcp-iap/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/auth-backend/src/providers/gcp-iap/provider.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/auth-backend/src/providers/gcp-iap/provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/auth-backend/src/providers/gcp-iap/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/azure-devops-backend/src/service/standaloneServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

plugins/bazaar-backend/src/service/standaloneServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,

plugins/catalog-backend/src/ingestion/processors/GithubMultiOrgReaderProcessor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/catalog-react/src/components/EntitySearchBar/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/catalog-react/src/filters.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/catalog-react/src/filters.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/config.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
export interface Config {
1718
jenkins?: {
1819
/**

plugins/jenkins-backend/src/run.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/src/service/jenkinsApi.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
import { JenkinsApiImpl } from './jenkinsApi';
1718
import jenkins from 'jenkins';
1819
import { JenkinsInfo } from './jenkinsInfoProvider';

plugins/jenkins-backend/src/service/jenkinsApi.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
import { JenkinsInfo } from './jenkinsInfoProvider';
1718
import jenkins from 'jenkins';
1819
import {

plugins/jenkins-backend/src/service/jenkinsInfoProvider.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/src/service/jenkinsInfoProvider.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
import { CatalogClient } from '@backstage/catalog-client';
1718
import {
1819
Entity,

plugins/jenkins-backend/src/service/router.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/src/service/standaloneServer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/src/setupTests.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Spotify AB
2+
* Copyright 2020 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/jenkins-backend/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/railsArgumentResolver.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/railsArgumentResolver.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
import { sep as separatorPath } from 'path';
1718

1819
enum Webpacker {

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/railsNewRunner.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
const runCommand = jest.fn();
1718
const commandExists = jest.fn();
1819

plugins/scaffolder-backend-module-rails/src/actions/fetch/rails/railsNewRunner.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/scaffolder-backend/src/scaffolder/actions/builtin/catalog/write.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
import fs from 'fs-extra';
1718

1819
jest.mock('fs-extra');

plugins/scaffolder-backend/src/scaffolder/actions/builtin/catalog/write.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/search/src/components/DefaultResultListItem/DefaultResultListItem.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/search/src/components/SearchBar/SearchBar.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/search/src/components/SearchFilter/SearchFilter.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

plugins/search/src/components/SearchModal/SearchModal.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021 Spotify AB
2+
* Copyright 2021 The Backstage Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)