Add license and automatic copyright notice #66

Merged
bustikiller merged 12 commits from license into main 2024-10-27 21:23:25 +00:00
Showing only changes of commit c274ac0715 - Show all commits

View File

@ -11,7 +11,7 @@ jobs:
- uses: VinnyBabuManjaly/copyright-action@v1.0.0 - uses: VinnyBabuManjaly/copyright-action@v1.0.0
with: with:
CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n' CopyrightString: 'Copyright (C) 2024 Manuel Bustillo\n'
FileType: '.rb, .erb, .jsx, tsx' FileType: '.rb, .erb, .jsx, .tsx'
Path: 'app/, config/, db/' Path: 'app/, config/, db/'
IgnorePath: 'testfolder1/a/, testfolder3' IgnorePath: 'testfolder1/a/, testfolder3'
- name: Commit changes - name: Commit changes