Skip to content

Commit fba61d0

Browse files
rsamborskidandhlee
authored andcommitted
License header updates and region tag rename
1 parent 41aae14 commit fba61d0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

kms/attestations/verify_attestation.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2020 Google, LLC.
3+
# Copyright 2020 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.
@@ -20,7 +20,7 @@
2020
For more information, visit https://cloud.google.com/kms/docs/attest-key.
2121
"""
2222

23-
# [START verify_attestations]
23+
# [START kms_verify_attestations]
2424
import argparse
2525
import gzip
2626

@@ -69,7 +69,7 @@ def verify(attestation_file, bundle_file):
6969
# errors can be ignored.
7070
continue
7171
return False
72-
# [END verify_attestations]
72+
# [END kms_verify_attestations]
7373

7474

7575
if __name__ == '__main__':

kms/attestations/verify_attestation_chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright 2021 Google, LLC.
3+
# Copyright 2021 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.

kms/attestations/verify_attestation_chains_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Google, LLC.
1+
# Copyright 2021 Google LLC
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.

kms/attestations/verify_attestation_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020 Google, LLC.
1+
# Copyright 2020 Google LLC
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.

0 commit comments

Comments
 (0)