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 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.