Skip to content

Commit ed93bf3

Browse files
giulio93lucarin91alessio-peruginicmaglie
authored
Extract and extend license and copyright (#2959)
* extract and pack licens * notice & copyright * Update Taskfile.yml Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> * Update Taskfile.yml Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> * created during build * copyright generated * Update Taskfile.yml Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> * Update Taskfile.yml Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> * Update .github/workflows/release-go-task.yml Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> * review * copyright * remove Notice * copyright notice * update task * updates * fixup! updates --------- Co-authored-by: Luca Rinaldi <lucarin@protonmail.com> Co-authored-by: Alessio Perugini <alessio@perugini.xyz> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
1 parent 4e58200 commit ed93bf3

File tree

6 files changed

+78507
-19
lines changed

6 files changed

+78507
-19
lines changed

.github/workflows/check-license.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
with:
4242
ruby-version: ruby # Install latest version
4343

44+
- name: Install Task
45+
uses: arduino/setup-task@v2
46+
with:
47+
repo-token: ${{ secrets.GITHUB_TOKEN }}
48+
version: 3.x
49+
4450
- name: Install licensee
4551
run: gem install licensee
4652

@@ -65,3 +71,8 @@ jobs:
6571
fi
6672
6773
exit $EXIT_STATUS
74+
75+
- name: Check debian copyright file
76+
run: |
77+
task update-deb-copyright
78+
git diff --color --exit-code

0 commit comments

Comments
 (0)