From 020433bcd2082fe799b1695b8be25d2b5dde43e9 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 16 Jan 2025 08:57:13 +0000 Subject: [PATCH] update copyright headers for google --- .github/check_runtimes.py | 18 ++++++++++++------ .github/check_sample_filenames.py | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 12 deletions(-) diff --git a/.github/check_runtimes.py b/.github/check_runtimes.py index 7cada8c..91a44f0 100644 --- a/.github/check_runtimes.py +++ b/.github/check_runtimes.py @@ -1,10 +1,16 @@ -# Copyright (C) 2024 Mandiant, Inc. All Rights Reserved. +# Copyright 2024 Google LLC +# # Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at: [package root]/LICENSE.txt -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and limitations under the License. +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Check runtime of testfiles. """ diff --git a/.github/check_sample_filenames.py b/.github/check_sample_filenames.py index f9c1104..3062173 100644 --- a/.github/check_sample_filenames.py +++ b/.github/check_sample_filenames.py @@ -1,10 +1,16 @@ -# Copyright (C) 2023 Mandiant, Inc. All Rights Reserved. +# Copyright 2023 Google LLC +# # Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at: [package root]/LICENSE.txt -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and limitations under the License. +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ Check testfiles data directory for consistent naming. """