Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions distributions/autobuilddeb/control
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Source: jamulus
Section: sound
Priority: optional
Maintainer: "corrados" <nomail@example.com>
Maintainer: "The Jamulus Development Team" <team@jamulus.io>
Build-Depends:
debhelper (>= 9),
libjack-jackd2-dev,
qtbase5-dev,
qttools5-dev-tools,
Standards-Version: é&%JAMVERSION%&è
Homepage: https://jamulus.io
Vcs-Git: git://github.com/corrados/jamulus.git
Vcs-Browser: https://github.com/corrados/jamulus
Vcs-Git: git://github.com/jamulussoftware/jamulus.git
Vcs-Browser: https://github.com/jamulussoftware/jamulus

Package: jamulus
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions distributions/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Build-Depends:
qttools5-dev-tools,
Standards-Version: 3.9.7
Homepage: https://jamulus.io
Vcs-Git: git://github.com/corrados/jamulus.git
Vcs-Browser: https://github.com/corrados/jamulus
Vcs-Git: git://github.com/jamulussoftware/jamulus.git
Vcs-Browser: https://github.com/jamulussoftware/jamulus

Package: jamulus
Architecture: any
Expand Down
6 changes: 3 additions & 3 deletions distributions/debian/copyright
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Jamulus
Upstream-Contact: Volker Fischer
Source: https://github.com/corrados/jamulus/
Upstream-Contact: The Jamulus Development Team
Source: https://github.com/jamulussoftware/jamulus/

Files: *
Copyright: 2004-2020 Volker Fischer
Copyright: 2004-2022 The Jamulus Development Team
Copy link
Copy Markdown
Member

@trebmuh trebmuh Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since (unless I'm wrong) Volker did it almost alone at the beginning, I'd suggest:

  • Copyright: 2004-20XX Volker Fischer
  • Copyright: 20XX-2022 The Jamulus Development Team

(with replacements of the XX by relevant year)

Copy link
Copy Markdown
Collaborator

@pljones pljones Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2019 was the first time anyone but Volker appears in the commit history -- but I'm not sure how accurate that is as he wasn't that au fait with git to start with and did some manual merge / fix / commit cycles that lost history. (Also, the history was ported from CVS to SVN, and I've no idea if there was any history loss in terms of committed, at that point, nor when the repo came to Github from Sourceforge.)

Certainly 2019 is about the time I seem to have been working on the Reaper recorder code. I've some vague recollection of contributing something before that but I can't find it (the original SourceForge history is gone, of course, but the import I did independently also shows no sign of anyone but Volker). The AUTHORS and ChangeLog files also have no one else's name.

License: GPL-2

Files: debian/*
Expand Down
2 changes: 1 addition & 1 deletion distributions/debian/watch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=4
# GitHub hosted projects
opts=uversionmangle=s%_%.%g,filenamemangle=s%(?:.*?)?(r\d[\d_]*)\.tar\.gz%@PACKAGE@-$1.tar.gz% \
https://github.com/corrados/jamulus/tags \
https://github.com/jamulussoftware/jamulus/tags \
(?:.*?/)?r(\d[\d_]*)\.tar\.gz debian uupdate
2 changes: 2 additions & 0 deletions tools/update-copyright-notices.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ echo "Updating copyright comment headers..."
for file in $(find android ios linux mac src windows -regex '.*\.\(cpp\|h\|mm\)' -not -regex '\./\(\.git\|libs/\|moc_\|ui_\).*'); do
sed -re 's/(\*.*Copyright.*[^-][0-9]{4})(\s*-\s*\b[0-9]{4})?\s*$/\1-'"${YEAR}"'/' -i "${file}"
done

sed -re 's/(Copyright:\s*[0-9]{4}-)[0-9]{4}/\1'"${YEAR}"'/' -i distributions/debian/copyright