From 896aa194bb205f3f4312d93f46593fcfad5e6cb7 Mon Sep 17 00:00:00 2001 From: jialuo Date: Thu, 14 Aug 2025 23:49:50 +0000 Subject: [PATCH] fix: Fix the copyright year in dbt sample files --- samples/dbt/.dbt.yml | 2 +- samples/dbt/dbt_sample_project/dbt_project.yml | 2 +- .../models/example/dbt_bigframes_code_sample_1.py | 2 +- .../models/example/dbt_bigframes_code_sample_2.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/dbt/.dbt.yml b/samples/dbt/.dbt.yml index a2fd2ffd4c..a4301a0bab 100644 --- a/samples/dbt/.dbt.yml +++ b/samples/dbt/.dbt.yml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2025 Google LLC # # 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/samples/dbt/dbt_sample_project/dbt_project.yml b/samples/dbt/dbt_sample_project/dbt_project.yml index aef376e1fc..789f4d2549 100644 --- a/samples/dbt/dbt_sample_project/dbt_project.yml +++ b/samples/dbt/dbt_sample_project/dbt_project.yml @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2025 Google LLC # # 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/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_1.py b/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_1.py index e397549afe..2e24596b79 100644 --- a/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_1.py +++ b/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_1.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2025 Google LLC # # 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/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_2.py b/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_2.py index 3795d0eee9..1f060cd60b 100644 --- a/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_2.py +++ b/samples/dbt/dbt_sample_project/models/example/dbt_bigframes_code_sample_2.py @@ -1,4 +1,4 @@ -# Copyright 2019 Google LLC +# Copyright 2025 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.