From cedb8dce92e955ae9c8a8229833257735a75fab2 Mon Sep 17 00:00:00 2001 From: Manuel Bustillo Date: Thu, 23 Jan 2025 22:15:34 +0100 Subject: [PATCH] Update copyright notice action --- .gitea/workflows/copyright_notice.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/copyright_notice.yml b/.gitea/workflows/copyright_notice.yml index 35d8b8d..c362a23 100644 --- a/.gitea/workflows/copyright_notice.yml +++ b/.gitea/workflows/copyright_notice.yml @@ -16,12 +16,12 @@ jobs: ref: ${{ github.head_ref }} - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: - CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' + CopyrightString: '# Copyright (C) 2024-2025 LibreWeddingPlanner contributors\n\n' FileType: '.rb' Path: 'app/, config/, db/, spec/' - uses: VinnyBabuManjaly/copyright-action@v1.0.0 with: - CopyrightString: '<%# Copyright (C) 2024 Manuel Bustillo %>\n\n' + CopyrightString: '<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>\n\n' FileType: '.erb' Path: 'app/' - name: Commit changes