From 83553c770640678d7ab3ac84c85647c37e391225 Mon Sep 17 00:00:00 2001 From: Denis Karch Date: Wed, 10 Apr 2019 11:13:30 -0700 Subject: [PATCH] Change copyright holder from Google Inc. to Google LLC --- examples/tpm-clear/clear.go | 2 +- examples/tpm-genaik/genaik.go | 2 +- examples/tpm-takeownership/own.go | 2 +- examples/tpm2-seal-unseal/main.go | 2 +- tpm/commands.go | 2 +- tpm/constants.go | 2 +- tpm/errors.go | 2 +- tpm/pcrs.go | 2 +- tpm/pcrs_test.go | 2 +- tpm/structures.go | 2 +- tpm/tpm.go | 2 +- tpm/tpm_linux_test.go | 2 +- tpm/tpm_test.go | 2 +- tpm/tpm_windows_test.go | 2 +- tpm/verify.go | 2 +- tpm2/benchmark_test.go | 2 +- tpm2/constants.go | 2 +- tpm2/credactivation/credential_activation.go | 2 +- tpm2/credactivation/credential_activation_test.go | 2 +- tpm2/encoding_test.go | 2 +- tpm2/kdf.go | 2 +- tpm2/kdf_test.go | 2 +- tpm2/structures.go | 2 +- tpm2/tpm2.go | 2 +- tpm2/tpm2_linux_test.go | 2 +- tpm2/tpm2_test.go | 2 +- tpm2/tpm2_windows_test.go | 2 +- tpmutil/encoding.go | 2 +- tpmutil/encoding_test.go | 2 +- tpmutil/mssim/mssim.go | 2 +- tpmutil/run.go | 2 +- tpmutil/run_other.go | 2 +- tpmutil/run_windows.go | 2 +- tpmutil/structures.go | 2 +- tpmutil/tbs/tbs_windows.go | 2 +- 35 files changed, 35 insertions(+), 35 deletions(-) diff --git a/examples/tpm-clear/clear.go b/examples/tpm-clear/clear.go index da25e68c..1615ab0a 100644 --- a/examples/tpm-clear/clear.go +++ b/examples/tpm-clear/clear.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/tpm-genaik/genaik.go b/examples/tpm-genaik/genaik.go index 1c50d8a4..3d6244b4 100644 --- a/examples/tpm-genaik/genaik.go +++ b/examples/tpm-genaik/genaik.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/tpm-takeownership/own.go b/examples/tpm-takeownership/own.go index 911d378e..ffd6c4c8 100644 --- a/examples/tpm-takeownership/own.go +++ b/examples/tpm-takeownership/own.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/examples/tpm2-seal-unseal/main.go b/examples/tpm2-seal-unseal/main.go index 4e589db0..82637ee8 100644 --- a/examples/tpm2-seal-unseal/main.go +++ b/examples/tpm2-seal-unseal/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/commands.go b/tpm/commands.go index f56bc89c..7177b7e8 100644 --- a/tpm/commands.go +++ b/tpm/commands.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/constants.go b/tpm/constants.go index 60fce408..8dc8e4cf 100644 --- a/tpm/constants.go +++ b/tpm/constants.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/errors.go b/tpm/errors.go index db5fda43..3877cb49 100644 --- a/tpm/errors.go +++ b/tpm/errors.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/pcrs.go b/tpm/pcrs.go index bcd34be7..77fe4fbf 100644 --- a/tpm/pcrs.go +++ b/tpm/pcrs.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/pcrs_test.go b/tpm/pcrs_test.go index 2cfe72d9..534ae54d 100644 --- a/tpm/pcrs_test.go +++ b/tpm/pcrs_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/structures.go b/tpm/structures.go index dc34908b..4bb21f17 100644 --- a/tpm/structures.go +++ b/tpm/structures.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/tpm.go b/tpm/tpm.go index 6a38821b..46ef7e70 100644 --- a/tpm/tpm.go +++ b/tpm/tpm.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/tpm_linux_test.go b/tpm/tpm_linux_test.go index 1f5dffc8..51bddc85 100644 --- a/tpm/tpm_linux_test.go +++ b/tpm/tpm_linux_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/tpm_test.go b/tpm/tpm_test.go index 12ceb546..3ef08b4f 100644 --- a/tpm/tpm_test.go +++ b/tpm/tpm_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/tpm_windows_test.go b/tpm/tpm_windows_test.go index 1350e15b..bc452c3f 100644 --- a/tpm/tpm_windows_test.go +++ b/tpm/tpm_windows_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm/verify.go b/tpm/verify.go index 5ef2c105..e3b58a86 100644 --- a/tpm/verify.go +++ b/tpm/verify.go @@ -1,4 +1,4 @@ -// Copyright (c) 2014, Google Inc. All rights reserved. +// Copyright (c) 2014, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/benchmark_test.go b/tpm2/benchmark_test.go index 89037295..c45d1333 100644 --- a/tpm2/benchmark_test.go +++ b/tpm2/benchmark_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/constants.go b/tpm2/constants.go index 62de63e7..ea954e7a 100644 --- a/tpm2/constants.go +++ b/tpm2/constants.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/credactivation/credential_activation.go b/tpm2/credactivation/credential_activation.go index d880e06b..61059b06 100644 --- a/tpm2/credactivation/credential_activation.go +++ b/tpm2/credactivation/credential_activation.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/credactivation/credential_activation_test.go b/tpm2/credactivation/credential_activation_test.go index 74cd9e07..1fd21ae5 100644 --- a/tpm2/credactivation/credential_activation_test.go +++ b/tpm2/credactivation/credential_activation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/encoding_test.go b/tpm2/encoding_test.go index 87ea110b..a452c3f9 100644 --- a/tpm2/encoding_test.go +++ b/tpm2/encoding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/kdf.go b/tpm2/kdf.go index 48644612..e7f79667 100644 --- a/tpm2/kdf.go +++ b/tpm2/kdf.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/kdf_test.go b/tpm2/kdf_test.go index 76ecd062..ac19825a 100644 --- a/tpm2/kdf_test.go +++ b/tpm2/kdf_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/structures.go b/tpm2/structures.go index eaec9e5a..856e7cdd 100644 --- a/tpm2/structures.go +++ b/tpm2/structures.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/tpm2.go b/tpm2/tpm2.go index 30c95f03..898f1de0 100644 --- a/tpm2/tpm2.go +++ b/tpm2/tpm2.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/tpm2_linux_test.go b/tpm2/tpm2_linux_test.go index fddba2dc..4e0e759f 100644 --- a/tpm2/tpm2_linux_test.go +++ b/tpm2/tpm2_linux_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/tpm2_test.go b/tpm2/tpm2_test.go index 1b6d9c8d..14020acd 100644 --- a/tpm2/tpm2_test.go +++ b/tpm2/tpm2_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpm2/tpm2_windows_test.go b/tpm2/tpm2_windows_test.go index bc225d8e..682697d4 100644 --- a/tpm2/tpm2_windows_test.go +++ b/tpm2/tpm2_windows_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/encoding.go b/tpmutil/encoding.go index 4ccfc70c..9457777c 100644 --- a/tpmutil/encoding.go +++ b/tpmutil/encoding.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/encoding_test.go b/tpmutil/encoding_test.go index 671403f0..9efe3155 100644 --- a/tpmutil/encoding_test.go +++ b/tpmutil/encoding_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/mssim/mssim.go b/tpmutil/mssim/mssim.go index 53602e29..2ec05e54 100644 --- a/tpmutil/mssim/mssim.go +++ b/tpmutil/mssim/mssim.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/run.go b/tpmutil/run.go index 8f9865e6..641febef 100644 --- a/tpmutil/run.go +++ b/tpmutil/run.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/run_other.go b/tpmutil/run_other.go index da3276ab..83fc6461 100644 --- a/tpmutil/run_other.go +++ b/tpmutil/run_other.go @@ -1,6 +1,6 @@ // +build !windows -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/run_windows.go b/tpmutil/run_windows.go index 16602ba0..f355b810 100644 --- a/tpmutil/run_windows.go +++ b/tpmutil/run_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/structures.go b/tpmutil/structures.go index f7c1e724..8e71f527 100644 --- a/tpmutil/structures.go +++ b/tpmutil/structures.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/tpmutil/tbs/tbs_windows.go b/tpmutil/tbs/tbs_windows.go index 77f49179..6c021695 100644 --- a/tpmutil/tbs/tbs_windows.go +++ b/tpmutil/tbs/tbs_windows.go @@ -1,4 +1,4 @@ -// Copyright (c) 2018, Google Inc. All rights reserved. +// Copyright (c) 2018, Google LLC All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.