From de3cac4f90b6bcc689cb0ee0a36ff74b274e0e53 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 6 Nov 2023 18:38:24 -0800 Subject: [PATCH] Remove the words ` All rights reserved.` from Widevine's existing copyright headers, under google3/video/widevine/export/common/oemcrypto_core_message/ For context, see cl/578224540 This CL is produced via - Do the removal - `$ /google/src/head/depot/google3/devtools/scripts/csearch_apply --includefile 'video/widevine/export/common/oemcrypto_core_message/' --search='Copyright \d{4} Google LLC. All rights reserved.' --apply='s,\ All rights reserved\.,,g'` - Manually deleted a few periods. I.e., for cases where the comment is ONLY "Copyright Google LLC.", I removed the period at the end. PiperOrigin-RevId: 580020267 Change-Id: I4b2f647d6e3bbb34868e1822591bc953a94cca42 --- libwvdrmengine/oemcrypto/odk/Android.bp | 2 +- libwvdrmengine/oemcrypto/odk/include/OEMCryptoCENCCommon.h | 2 +- .../oemcrypto/odk/include/core_message_deserialize.h | 2 +- libwvdrmengine/oemcrypto/odk/include/core_message_features.h | 2 +- libwvdrmengine/oemcrypto/odk/include/core_message_serialize.h | 2 +- .../oemcrypto/odk/include/core_message_serialize_proto.h | 2 +- libwvdrmengine/oemcrypto/odk/include/core_message_types.h | 2 +- libwvdrmengine/oemcrypto/odk/include/odk.h | 2 +- libwvdrmengine/oemcrypto/odk/include/odk_attributes.h | 2 +- libwvdrmengine/oemcrypto/odk/include/odk_message.h | 2 +- libwvdrmengine/oemcrypto/odk/include/odk_structs.h | 4 ++-- libwvdrmengine/oemcrypto/odk/include/odk_target.h | 2 +- libwvdrmengine/oemcrypto/odk/src/core_message_deserialize.cpp | 2 +- libwvdrmengine/oemcrypto/odk/src/core_message_features.cpp | 2 +- libwvdrmengine/oemcrypto/odk/src/core_message_serialize.cpp | 2 +- .../oemcrypto/odk/src/core_message_serialize_proto.cpp | 2 +- libwvdrmengine/oemcrypto/odk/src/odk.c | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_assert.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_endian.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_message.c | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_message_priv.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_overflow.c | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_overflow.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_serialize.c | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_serialize.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_structs_priv.h | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_util.c | 2 +- libwvdrmengine/oemcrypto/odk/src/odk_util.h | 2 +- libwvdrmengine/oemcrypto/odk/src/serialization_base.c | 2 +- libwvdrmengine/oemcrypto/odk/src/serialization_base.h | 2 +- libwvdrmengine/oemcrypto/odk/test/fuzzing/Android.bp | 2 +- .../oemcrypto/odk/test/fuzzing/corpus_generator/Android.bp | 2 +- .../odk/test/fuzzing/corpus_generator/odk_corpus_generator.c | 2 +- .../fuzzing/corpus_generator/odk_corpus_generator_helper.c | 2 +- .../fuzzing/corpus_generator/odk_corpus_generator_helper.h | 2 +- libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.h | 2 +- libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_structs.h | 2 +- .../oemcrypto/odk/test/fuzzing/odk_license_request_fuzz.cpp | 2 +- .../oemcrypto/odk/test/fuzzing/odk_license_response_fuzz.cpp | 2 +- .../test/fuzzing/odk_license_response_fuzz_with_mutator.cpp | 2 +- .../odk/test/fuzzing/odk_provisioning_request_fuzz.cpp | 2 +- .../odk/test/fuzzing/odk_provisioning_response_fuzz.cpp | 2 +- .../fuzzing/odk_provisioning_response_fuzz_with_mutator.cpp | 2 +- .../oemcrypto/odk/test/fuzzing/odk_renewal_request_fuzz.cpp | 2 +- .../oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz.cpp | 2 +- .../test/fuzzing/odk_renewal_response_fuzz_with_mutator.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_core_message_test.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_golden_v16.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_golden_v17.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_golden_v18.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_test.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_test_helper.cpp | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_test_helper.h | 2 +- libwvdrmengine/oemcrypto/odk/test/odk_timer_test.cpp | 2 +- 55 files changed, 56 insertions(+), 56 deletions(-) diff --git a/libwvdrmengine/oemcrypto/odk/Android.bp b/libwvdrmengine/oemcrypto/odk/Android.bp index 2e056d47..d177b58b 100644 --- a/libwvdrmengine/oemcrypto/odk/Android.bp +++ b/libwvdrmengine/oemcrypto/odk/Android.bp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/OEMCryptoCENCCommon.h b/libwvdrmengine/oemcrypto/odk/include/OEMCryptoCENCCommon.h index 7da8b45a..f5317a5e 100644 --- a/libwvdrmengine/oemcrypto/odk/include/OEMCryptoCENCCommon.h +++ b/libwvdrmengine/oemcrypto/odk/include/OEMCryptoCENCCommon.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/core_message_deserialize.h b/libwvdrmengine/oemcrypto/odk/include/core_message_deserialize.h index a52c5fd8..ce4ba206 100644 --- a/libwvdrmengine/oemcrypto/odk/include/core_message_deserialize.h +++ b/libwvdrmengine/oemcrypto/odk/include/core_message_deserialize.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/core_message_features.h b/libwvdrmengine/oemcrypto/odk/include/core_message_features.h index 99566c96..ea689076 100644 --- a/libwvdrmengine/oemcrypto/odk/include/core_message_features.h +++ b/libwvdrmengine/oemcrypto/odk/include/core_message_features.h @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC. All rights reserved. This file and proprietary +// Copyright 2021 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/core_message_serialize.h b/libwvdrmengine/oemcrypto/odk/include/core_message_serialize.h index a76b79fd..cfbe8354 100644 --- a/libwvdrmengine/oemcrypto/odk/include/core_message_serialize.h +++ b/libwvdrmengine/oemcrypto/odk/include/core_message_serialize.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/core_message_serialize_proto.h b/libwvdrmengine/oemcrypto/odk/include/core_message_serialize_proto.h index 73d7b738..5d69e1df 100644 --- a/libwvdrmengine/oemcrypto/odk/include/core_message_serialize_proto.h +++ b/libwvdrmengine/oemcrypto/odk/include/core_message_serialize_proto.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/core_message_types.h b/libwvdrmengine/oemcrypto/odk/include/core_message_types.h index d268aeff..239ea1ba 100644 --- a/libwvdrmengine/oemcrypto/odk/include/core_message_types.h +++ b/libwvdrmengine/oemcrypto/odk/include/core_message_types.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/odk.h b/libwvdrmengine/oemcrypto/odk/include/odk.h index 1011f684..407f45de 100644 --- a/libwvdrmengine/oemcrypto/odk/include/odk.h +++ b/libwvdrmengine/oemcrypto/odk/include/odk.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/odk_attributes.h b/libwvdrmengine/oemcrypto/odk/include/odk_attributes.h index 72321b14..3fe09bf6 100644 --- a/libwvdrmengine/oemcrypto/odk/include/odk_attributes.h +++ b/libwvdrmengine/oemcrypto/odk/include/odk_attributes.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/odk_message.h b/libwvdrmengine/oemcrypto/odk/include/odk_message.h index cdbf26b4..aedd31a6 100644 --- a/libwvdrmengine/oemcrypto/odk/include/odk_message.h +++ b/libwvdrmengine/oemcrypto/odk/include/odk_message.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/include/odk_structs.h b/libwvdrmengine/oemcrypto/odk/include/odk_structs.h index 09c5f9e3..781ac478 100644 --- a/libwvdrmengine/oemcrypto/odk/include/odk_structs.h +++ b/libwvdrmengine/oemcrypto/odk/include/odk_structs.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. @@ -19,7 +19,7 @@ extern "C" { #define ODK_MINOR_VERSION 0 /* ODK Version string. Date changed automatically on each release. */ -#define ODK_RELEASE_DATE "ODK v19.0 2023-10-25" +#define ODK_RELEASE_DATE "ODK v19.0 2023-11-07" /* The lowest version number for an ODK message. */ #define ODK_FIRST_VERSION 16 diff --git a/libwvdrmengine/oemcrypto/odk/include/odk_target.h b/libwvdrmengine/oemcrypto/odk/include/odk_target.h index d1c0652d..825a263a 100644 --- a/libwvdrmengine/oemcrypto/odk/include/odk_target.h +++ b/libwvdrmengine/oemcrypto/odk/include/odk_target.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file is distributed +// Copyright 2019 Google LLC. This file is distributed // under the Widevine License Agreement. // Partners are expected to edit this file to support target specific code diff --git a/libwvdrmengine/oemcrypto/odk/src/core_message_deserialize.cpp b/libwvdrmengine/oemcrypto/odk/src/core_message_deserialize.cpp index 1f7b65aa..79ee2b6a 100644 --- a/libwvdrmengine/oemcrypto/odk/src/core_message_deserialize.cpp +++ b/libwvdrmengine/oemcrypto/odk/src/core_message_deserialize.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/core_message_features.cpp b/libwvdrmengine/oemcrypto/odk/src/core_message_features.cpp index 210c2944..65a6d2f3 100644 --- a/libwvdrmengine/oemcrypto/odk/src/core_message_features.cpp +++ b/libwvdrmengine/oemcrypto/odk/src/core_message_features.cpp @@ -1,4 +1,4 @@ -// Copyright 2021 Google LLC. All rights reserved. This file and proprietary +// Copyright 2021 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/core_message_serialize.cpp b/libwvdrmengine/oemcrypto/odk/src/core_message_serialize.cpp index 5edd3525..e8c74076 100644 --- a/libwvdrmengine/oemcrypto/odk/src/core_message_serialize.cpp +++ b/libwvdrmengine/oemcrypto/odk/src/core_message_serialize.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/core_message_serialize_proto.cpp b/libwvdrmengine/oemcrypto/odk/src/core_message_serialize_proto.cpp index 8763a170..ff1b69cd 100644 --- a/libwvdrmengine/oemcrypto/odk/src/core_message_serialize_proto.cpp +++ b/libwvdrmengine/oemcrypto/odk/src/core_message_serialize_proto.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk.c b/libwvdrmengine/oemcrypto/odk/src/odk.c index ffcef963..2f063bac 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk.c +++ b/libwvdrmengine/oemcrypto/odk/src/odk.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_assert.h b/libwvdrmengine/oemcrypto/odk/src/odk_assert.h index e0de19df..6322a5b9 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_assert.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_assert.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_endian.h b/libwvdrmengine/oemcrypto/odk/src/odk_endian.h index 58a2fd70..bdd79d17 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_endian.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_endian.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_message.c b/libwvdrmengine/oemcrypto/odk/src/odk_message.c index 7cc05c05..a2487ff2 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_message.c +++ b/libwvdrmengine/oemcrypto/odk/src/odk_message.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_message_priv.h b/libwvdrmengine/oemcrypto/odk/src/odk_message_priv.h index 8ad5f030..f8e9bcc6 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_message_priv.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_message_priv.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_overflow.c b/libwvdrmengine/oemcrypto/odk/src/odk_overflow.c index 37c3bb9b..ba19962f 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_overflow.c +++ b/libwvdrmengine/oemcrypto/odk/src/odk_overflow.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_overflow.h b/libwvdrmengine/oemcrypto/odk/src/odk_overflow.h index e7257051..7b50552b 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_overflow.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_overflow.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_serialize.c b/libwvdrmengine/oemcrypto/odk/src/odk_serialize.c index 75e94019..72dd360e 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_serialize.c +++ b/libwvdrmengine/oemcrypto/odk/src/odk_serialize.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_serialize.h b/libwvdrmengine/oemcrypto/odk/src/odk_serialize.h index 1ec74b6c..11996590 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_serialize.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_serialize.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_structs_priv.h b/libwvdrmengine/oemcrypto/odk/src/odk_structs_priv.h index 5306a4b6..43025c78 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_structs_priv.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_structs_priv.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_util.c b/libwvdrmengine/oemcrypto/odk/src/odk_util.c index a6669a4c..12c93e4c 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_util.c +++ b/libwvdrmengine/oemcrypto/odk/src/odk_util.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/odk_util.h b/libwvdrmengine/oemcrypto/odk/src/odk_util.h index ab932dd0..723fb594 100644 --- a/libwvdrmengine/oemcrypto/odk/src/odk_util.h +++ b/libwvdrmengine/oemcrypto/odk/src/odk_util.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/serialization_base.c b/libwvdrmengine/oemcrypto/odk/src/serialization_base.c index b84385bd..4527b2af 100644 --- a/libwvdrmengine/oemcrypto/odk/src/serialization_base.c +++ b/libwvdrmengine/oemcrypto/odk/src/serialization_base.c @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/src/serialization_base.h b/libwvdrmengine/oemcrypto/odk/src/serialization_base.h index 299e0479..e4b0ef00 100644 --- a/libwvdrmengine/oemcrypto/odk/src/serialization_base.h +++ b/libwvdrmengine/oemcrypto/odk/src/serialization_base.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/Android.bp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/Android.bp index 345b7ef8..38a8e38f 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/Android.bp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/Android.bp @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/Android.bp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/Android.bp index 171aba9f..2b7fc5d4 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/Android.bp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/Android.bp @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator.c b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator.c index 655bd06d..3ebaaa94 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator.c +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator.c @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.c b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.c index 534b2457..8a65bb23 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.c +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.c @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. #include "fuzzing/corpus_generator/odk_corpus_generator_helper.h" diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.h b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.h index d6c1e99a..9f495b78 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.h +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/corpus_generator/odk_corpus_generator_helper.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. #ifndef WIDEVINE_ODK_TEST_FUZZING_CORPUS_GENERATOR_ODK_CORPUS_GENERATOR_HELPER_H_ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.cpp index 04905f1d..fbc00dc2 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.cpp @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. #include "fuzzing/odk_fuzz_helper.h" diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.h b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.h index 0f454671..309c2bed 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.h +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_helper.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. #ifndef WIDEVINE_ODK_TEST_FUZZING_ODK_FUZZ_HELPER_H_ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_structs.h b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_structs.h index b35c56a0..1d45557b 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_structs.h +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_fuzz_structs.h @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. #ifndef WIDEVINE_ODK_TEST_FUZZING_ODK_FUZZ_STRUCTS_H_ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_request_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_request_fuzz.cpp index d089c4ad..043f965b 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_request_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_request_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz.cpp index f3655248..c674cdb0 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz_with_mutator.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz_with_mutator.cpp index 880e1d88..735ce7a2 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz_with_mutator.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_license_response_fuzz_with_mutator.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_request_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_request_fuzz.cpp index deac024a..b17f5e07 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_request_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_request_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz.cpp index 3a0457d4..ecb96e81 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz_with_mutator.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz_with_mutator.cpp index 4ad8ca40..7e6c94e7 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz_with_mutator.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_provisioning_response_fuzz_with_mutator.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_request_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_request_fuzz.cpp index d715eeb6..befa8a43 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_request_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_request_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz.cpp index c0903758..416c7b0d 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz_with_mutator.cpp b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz_with_mutator.cpp index 2502ab80..7763f133 100644 --- a/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz_with_mutator.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/fuzzing/odk_renewal_response_fuzz_with_mutator.cpp @@ -1,4 +1,4 @@ -/* Copyright 2020 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2020 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */ diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_core_message_test.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_core_message_test.cpp index db476ad0..20658839 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_core_message_test.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_core_message_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2020 Google LLC. All rights reserved. This file and proprietary +// Copyright 2020 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v16.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v16.cpp index 2e80b0a9..d3375a07 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v16.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v16.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC. All rights reserved. This file and proprietary +// Copyright 2023 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v17.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v17.cpp index 786c6783..b29bd00b 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v17.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v17.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC. All rights reserved. This file and proprietary +// Copyright 2023 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v18.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v18.cpp index c1adfb1e..7674f012 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_golden_v18.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_golden_v18.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC. All rights reserved. This file and proprietary +// Copyright 2023 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_test.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_test.cpp index 3ebc4f65..f89483b4 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_test.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_test.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.cpp index db9b2f2c..d585d61d 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.cpp @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.h b/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.h index b0042332..fef62789 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.h +++ b/libwvdrmengine/oemcrypto/odk/test/odk_test_helper.h @@ -1,4 +1,4 @@ -// Copyright 2019 Google LLC. All rights reserved. This file and proprietary +// Copyright 2019 Google LLC. This file and proprietary // source code may only be used and distributed under the Widevine // License Agreement. diff --git a/libwvdrmengine/oemcrypto/odk/test/odk_timer_test.cpp b/libwvdrmengine/oemcrypto/odk/test/odk_timer_test.cpp index b595d980..1190cf00 100644 --- a/libwvdrmengine/oemcrypto/odk/test/odk_timer_test.cpp +++ b/libwvdrmengine/oemcrypto/odk/test/odk_timer_test.cpp @@ -1,4 +1,4 @@ -/* Copyright 2019 Google LLC. All rights reserved. This file and proprietary +/* Copyright 2019 Google LLC. This file and proprietary * source code may only be used and distributed under the Widevine * License Agreement. */