File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license
3
- * Copyright 2019 Google Inc.
3
+ * Copyright 2019 Google LLC
4
4
*
5
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
6
* you may not use this file except in compliance with the License.
@@ -25,19 +25,9 @@ import baseBuilds from './rollup-main.config.js';
25
25
import license from 'rollup-plugin-license' ;
26
26
27
27
const firebaseLicense = license ( {
28
- banner : `Copyright ${ new Date ( ) . getFullYear ( ) } Google Inc.
29
-
30
- Licensed under the Apache License, Version 2.0 (the "License");
31
- you may not use this file except in compliance with the License.
32
- You may obtain a copy of the License at
33
-
34
- http://www.apache.org/licenses/LICENSE-2.0
35
-
36
- Unless required by applicable law or agreed to in writing, software
37
- distributed under the License is distributed on an "AS IS" BASIS,
38
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
39
- See the License for the specific language governing permissions and
40
- limitations under the License.`
28
+ banner : `@license
29
+ Copyright ${ new Date ( ) . getFullYear ( ) } Google LLC.
30
+ SPDX-License-Identifier: Apache-2.0`
41
31
} ) ;
42
32
43
33
const buildsWithLicense = baseBuilds . map ( build => {
You can’t perform that action at this time.
0 commit comments