Update copyright notice #221

Merged
bustikiller merged 4 commits from remove-old-copyright-notice into main 2025-01-23 22:16:01 +00:00
Showing only changes of commit cedb8dce92 - Show all commits

View File

@ -16,12 +16,12 @@ jobs:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
- uses: VinnyBabuManjaly/copyright-action@v1.0.0 - uses: VinnyBabuManjaly/copyright-action@v1.0.0
with: with:
CopyrightString: '# Copyright (C) 2024 Manuel Bustillo\n\n' CopyrightString: '# Copyright (C) 2024-2025 LibreWeddingPlanner contributors\n\n'
FileType: '.rb' FileType: '.rb'
Path: 'app/, config/, db/, spec/' Path: 'app/, config/, db/, spec/'
- uses: VinnyBabuManjaly/copyright-action@v1.0.0 - uses: VinnyBabuManjaly/copyright-action@v1.0.0
with: with:
CopyrightString: '<%# Copyright (C) 2024 Manuel Bustillo %>\n\n' CopyrightString: '<%# Copyright (C) 22024-2025 LibreWeddingPlanner contributors %>\n\n'
FileType: '.erb' FileType: '.erb'
Path: 'app/' Path: 'app/'
- name: Commit changes - name: Commit changes