From d76d68270f7c783b2602fa7d7485e581c0bbc3dd Mon Sep 17 00:00:00 2001 From: dkoeni <116151702+dkoeni@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:05:30 +0100 Subject: [PATCH 1/2] update license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index f8d1dde..83a97f4 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2023 SFTI + Copyright 2019-2024 SFTI Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From 74719918f2d2a6d1eaf218097613bd3f3b991606 Mon Sep 17 00:00:00 2001 From: dkoeni <116151702+dkoeni@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:05:39 +0100 Subject: [PATCH 2/2] add workflow --- .github/workflows/license-update.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/license-update.yaml diff --git a/.github/workflows/license-update.yaml b/.github/workflows/license-update.yaml new file mode 100644 index 0000000..2316981 --- /dev/null +++ b/.github/workflows/license-update.yaml @@ -0,0 +1,8 @@ +name: Update copyright year in license file +on: + schedule: + - cron: "0 3 1 1 *" # 03:00 AM on January 1 + +jobs: + yaml-lint: + uses: swissfintechinnovations/.github/.github/workflows/reusable-license-update-workflow.yaml@main \ No newline at end of file