Skip to content

Commit fd9df2a

Browse files
tswaststephenplusplus
authored andcommitted
Rename COPYING to LICENSE. (#2605)
* Rename COPYING to LICENSE. The open source team is asking that we use LICENSE for the license filename consistently across our repos. * Fix references of COPYING to LICENSE.
1 parent 5c7035b commit fd9df2a

File tree

26 files changed

+27
-27
lines changed

26 files changed

+27
-27
lines changed
File renamed without changes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ See [CONTRIBUTING][contributing] for more information on how to get started.
11621162

11631163
## License
11641164

1165-
Apache 2.0 - See [COPYING][copying] for more information.
1165+
Apache 2.0 - See [LICENSE][license] for more information.
11661166

11671167

11681168
[gcloud-homepage]: https://googlecloudplatform.github.io/google-cloud-node/
@@ -1250,4 +1250,4 @@ Apache 2.0 - See [COPYING][copying] for more information.
12501250

12511251
[contributing]: .github/CONTRIBUTING.md
12521252

1253-
[copying]: COPYING
1253+
[license]: LICENSE

packages/bigquery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
37-
"COPYING"
37+
"LICENSE"
3838
],
3939
"repository": "googlecloudplatform/google-cloud-node",
4040
"keywords": [

packages/bigtable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"src",
3636
"AUTHORS",
3737
"CONTRIBUTORS",
38-
"COPYING"
38+
"LICENSE"
3939
],
4040
"repository": "googlecloudplatform/google-cloud-node",
4141
"keywords": [

packages/common-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
37-
"COPYING"
37+
"LICENSE"
3838
],
3939
"repository": "googlecloudplatform/google-cloud-node",
4040
"dependencies": {

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
37-
"COPYING"
37+
"LICENSE"
3838
],
3939
"repository": "googlecloudplatform/google-cloud-node",
4040
"dependencies": {

packages/compute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
37-
"COPYING"
37+
"LICENSE"
3838
],
3939
"repository": "googlecloudplatform/google-cloud-node",
4040
"keywords": [

packages/datastore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"src",
3636
"AUTHORS",
3737
"CONTRIBUTORS",
38-
"COPYING"
38+
"LICENSE"
3939
],
4040
"repository": "googlecloudplatform/google-cloud-node",
4141
"keywords": [

packages/dlp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": [
99
"src",
1010
"AUTHORS",
11-
"COPYING"
11+
"LICENSE"
1212
],
1313
"keywords": [
1414
"google apis client",

packages/dns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"src",
3535
"AUTHORS",
3636
"CONTRIBUTORS",
37-
"COPYING"
37+
"LICENSE"
3838
],
3939
"repository": "googlecloudplatform/google-cloud-node",
4040
"keywords": [

0 commit comments

Comments
 (0)