Skip to content

Commit ca84db2

Browse files
committed
Fix references of COPYING to LICENSE.
1 parent c9223c8 commit ca84db2

25 files changed

Lines changed: 27 additions & 27 deletions

File tree

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": [

packages/google-cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"src",
4040
"AUTHORS",
4141
"CONTRIBUTORS",
42-
"COPYING"
42+
"LICENSE"
4343
],
4444
"repository": "googlecloudplatform/google-cloud-node",
4545
"keywords": [

0 commit comments

Comments
 (0)