From bfe92f18d1d495c1ebfa97043855b3dfe57cd383 Mon Sep 17 00:00:00 2001 From: David Riordan Date: Mon, 10 Jul 2023 14:45:39 -0400 Subject: [PATCH 1/2] Update cookiecutter copyright assignment --- ...%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} | 3 ++- ...%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} index 564273905..8c8f17716 100644 --- a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} +++ b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} @@ -186,7 +186,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Meltano + + Copyright {% now 'utc', '%Y' %} {{ cookiecutter.admin_name }} 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/cookiecutter/target-template/{{cookiecutter.target_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} b/cookiecutter/target-template/{{cookiecutter.target_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} index 564273905..fa2bea100 100644 --- a/cookiecutter/target-template/{{cookiecutter.target_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} +++ b/cookiecutter/target-template/{{cookiecutter.target_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Meltano + Copyright {% now 'utc', '%Y' %} {{ cookiecutter.admin_name }} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 70017016bfa8b9c7af4287a6f985e5b6b4262e95 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:48:52 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ...{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} index 8c8f17716..62913ff3a 100644 --- a/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} +++ b/cookiecutter/tap-template/{{cookiecutter.tap_id}}/{%if 'Apache-2.0' == cookiecutter.license %}LICENSE{%endif%} @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - + Copyright {% now 'utc', '%Y' %} {{ cookiecutter.admin_name }} Licensed under the Apache License, Version 2.0 (the "License");