Skip to content

Commit 559d951

Browse files
authored
chore(oss): correct apache license headers (GoogleCloudPlatform#9550)
* chore(oss): correct apache license headers * fix: ensure "Google LLC" (no period)
1 parent c617f2a commit 559d951

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

Diff for: .kokoro/tests/build_cloud_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2022 Google LLC.
3+
# Copyright 2022 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

Diff for: .kokoro/tests/build_cloud_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2019 Google LLC.
3+
# Copyright 2019 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

Diff for: .kokoro/tests/teardown_cloud_functions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2022 Google LLC.
3+
# Copyright 2022 Google LLC
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

Diff for: appengine-java8/firebase-backend/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ solution. You can find the sample code for the Android client code in the
2424
> **Note**: Firebase is a Google product, independent from Google Cloud
2525
> Platform.
2626
27-
A Java application deployed to App Engine Flexible Environment [needs to use Java 8 Runtime](https://cloud.google.com/appengine/docs/flexible/java/setting-up-environment).
27+
A Java application deployed to App Engine Flexible Environment [needs to use Java 8 Runtime](https://cloud.google.com/appengine/docs/flexible/java/setting-up-environment).
2828
However, in your local development environment you can
2929
use JDK 8 or newer as long as your JDK is able to produce Java 8 class files.
3030

@@ -149,7 +149,7 @@ https://[project-id].appspot.com/printLogs
149149

150150
## License
151151

152-
Copyright 2018 Google LLC. All Rights Reserved.
152+
Copyright 2018 Google LLC
153153

154154
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
155155
this file except in compliance with the License. You may obtain a copy of the

Diff for: appengine-java8/firebase-backend/src/main/webapp/WEB-INF/appengine-web.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Copyright (c) 2013 Google Inc. All Rights Reserved.
3+
~ Copyright (c) 2013 Google Inc.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License"); you
66
~ may not use this file except in compliance with the License. You may

Diff for: bigtable/scheduled-backups/scripts/scheduled_backups.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2020 Google LLC.
2+
# Copyright 2020 Google LLC
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.
@@ -45,7 +45,7 @@ case $COMMAND in
4545
exit
4646
;;
4747

48-
create-schedule)
48+
create-schedule)
4949

5050
JSON_FMT='{"projectId":"%s", "instanceId":"%s", "tableId":"%s", "clusterId":"%s", "expireHours":%d}'
5151
SCHEDULE_MESSAGE_BODY="$(printf "$JSON_FMT" "$PROJECT_ID" "$BIGTABLE_INSTANCE_ID" "$BIGTABLE_BACKUP_TABLE_NAME" "$BIGTABLE_BACKUP_CLUSTER_ID" "$BIGTABLE_BACKUP_EXPIRE_HOURS")"
@@ -58,7 +58,7 @@ create-schedule)
5858

5959
;;
6060

61-
update-schedule)
61+
update-schedule)
6262

6363
JSON_FMT='{"projectId":"%s", "instanceId":"%s", "tableId":"%s", "clusterId":"%s", "expireHours":%d}'
6464
SCHEDULE_MESSAGE_BODY="$(printf "$JSON_FMT" "$PROJECT_ID"
@@ -72,15 +72,15 @@ update-schedule)
7272
--project "$PROJECT_ID"
7373
;;
7474

75-
deploy-backup-function)
75+
deploy-backup-function)
7676

7777
gcloud functions deploy "$FUNCTION_CREATE_BACKUP_NAME" \
7878
--entry-point "$FUNCTION_CREATE_BACKUP_CLASS" \
7979
--trigger-topic "$SCHEDULE_PUBSUB_TOPIC_NAME" \
8080
--runtime "$FUNCTION_RUNTIME" \
8181
--service-account "$SERVICE_ACCOUNT" \
8282
--project "$PROJECT_ID"
83-
83+
8484
;;
8585

8686
add-metrics)

Diff for: datacatalog/quickstart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2019 Google LLC.
2+
Copyright 2019 Google LLC
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.

Diff for: dataflow/snippets/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2023 Google LLC.
2+
Copyright 2023 Google LLC
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.
@@ -118,7 +118,7 @@
118118
<groupId>com.google.apis</groupId>
119119
<artifactId>google-api-services-storage</artifactId>
120120
</exclusion>
121-
</exclusions>
121+
</exclusions>
122122
</dependency>
123123

124124

Diff for: endpoints/getting-started/k8s/esp_echo_http.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc. All Rights Reserved.
1+
# Copyright 2016 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Diff for: monitoring/v3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='UTF-8'?>
22
<!--
3-
Copyright 2018 Google Inc. All Rights Reserved.
3+
Copyright 2018 Google Inc.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

Diff for: retail/interactive-tutorials/user_environment_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2022 Google Inc. All Rights Reserved.
3+
# Copyright 2022 Google Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

Diff for: retail/interactive-tutorials/user_import_data_to_catalog.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2022 Google Inc. All Rights Reserved.
3+
# Copyright 2022 Google Inc.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -45,5 +45,5 @@
4545
echo "====================================="
4646
echo "Your Retail catalog wasn't created! Please fix the errors above!"
4747
echo "====================================="
48-
48+
4949
}

Diff for: spanner/changestreams/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
Copyright 2022 Google LLC.
3+
Copyright 2022 Google LLC
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

Diff for: texttospeech/beta/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright 2018, Google LLC.
2+
Copyright 2018, Google LLC
33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.
55
You may obtain a copy of the License at

0 commit comments

Comments
 (0)