Skip to content

Commit edb5fc7

Browse files
committed
Update copyright to incorporate AGPL3.0+
1 parent bbcd3fe commit edb5fc7

109 files changed

Lines changed: 5114 additions & 1045 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/autobuild/android.sh

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66
# Christian Hoffmann
77
# The Jamulus Development Team
88
#
9+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
10+
# under AGPL 3.0 or any later version.
11+
#
12+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
13+
# This code will be licensed under GPL 3.0 (or any later version) from
14+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
15+
# the combined work, including network use provisions.
16+
#
917
##############################################################################
1018
#
11-
# This program is free software; you can redistribute it and/or modify it under
12-
# the terms of the GNU General Public License as published by the Free Software
13-
# Foundation; either version 2 of the License, or (at your option) any later
14-
# version.
19+
# This program is free software: you can redistribute it and/or modify
20+
# it under the terms of the GNU Affero General Public License as published by
21+
# the Free Software Foundation, either version 3 of the License, or
22+
# (at your option) any later version.
23+
#
24+
# This program is distributed in the hope that it will be useful,
25+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
# GNU Affero General Public License for more details.
28+
#
29+
# You should have received a copy of the GNU Affero General Public License
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
31+
#
32+
# ---------------------------------------------------------------------------
33+
#
34+
# This program is free software: you can redistribute it and/or modify
35+
# it under the terms of the GNU General Public License as published by
36+
# the Free Software Foundation, either version 3 of the License, or
37+
# (at your option) any later version.
1538
#
16-
# This program is distributed in the hope that it will be useful, but WITHOUT
17-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19-
# details.
39+
# This program is distributed in the hope that it will be useful,
40+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
41+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+
# GNU General Public License for more details.
2043
#
21-
# You should have received a copy of the GNU General Public License along with
22-
# this program; if not, write to the Free Software Foundation, Inc.,
23-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44+
# You should have received a copy of the GNU General Public License
45+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2446
#
2547
##############################################################################
2648

.github/autobuild/extractVersionChangelog.pl

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,43 @@
77
# Christian Hoffmann
88
# The Jamulus Development Team
99
#
10+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
11+
# under AGPL 3.0 or any later version.
12+
#
13+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
14+
# This code will be licensed under GPL 3.0 (or any later version) from
15+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
16+
# the combined work, including network use provisions.
17+
#
1018
##############################################################################
1119
#
12-
# This program is free software; you can redistribute it and/or modify it under
13-
# the terms of the GNU General Public License as published by the Free Software
14-
# Foundation; either version 2 of the License, or (at your option) any later
15-
# version.
20+
# This program is free software: you can redistribute it and/or modify
21+
# it under the terms of the GNU Affero General Public License as published by
22+
# the Free Software Foundation, either version 3 of the License, or
23+
# (at your option) any later version.
24+
#
25+
# This program is distributed in the hope that it will be useful,
26+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
27+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28+
# GNU Affero General Public License for more details.
29+
#
30+
# You should have received a copy of the GNU Affero General Public License
31+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
32+
#
33+
# ---------------------------------------------------------------------------
34+
#
35+
# This program is free software: you can redistribute it and/or modify
36+
# it under the terms of the GNU General Public License as published by
37+
# the Free Software Foundation, either version 3 of the License, or
38+
# (at your option) any later version.
1639
#
17-
# This program is distributed in the hope that it will be useful, but WITHOUT
18-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
20-
# details.
40+
# This program is distributed in the hope that it will be useful,
41+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
42+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43+
# GNU General Public License for more details.
2144
#
22-
# You should have received a copy of the GNU General Public License along with
23-
# this program; if not, write to the Free Software Foundation, Inc.,
24-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
45+
# You should have received a copy of the GNU General Public License
46+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2547
#
2648
##############################################################################
2749

.github/autobuild/get_build_vars.py

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66
# Christian Hoffmann
77
# The Jamulus Development Team
88
#
9+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
10+
# under AGPL 3.0 or any later version.
11+
#
12+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
13+
# This code will be licensed under GPL 3.0 (or any later version) from
14+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
15+
# the combined work, including network use provisions.
16+
#
917
##############################################################################
1018
#
11-
# This program is free software; you can redistribute it and/or modify it under
12-
# the terms of the GNU General Public License as published by the Free Software
13-
# Foundation; either version 2 of the License, or (at your option) any later
14-
# version.
19+
# This program is free software: you can redistribute it and/or modify
20+
# it under the terms of the GNU Affero General Public License as published by
21+
# the Free Software Foundation, either version 3 of the License, or
22+
# (at your option) any later version.
23+
#
24+
# This program is distributed in the hope that it will be useful,
25+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
# GNU Affero General Public License for more details.
28+
#
29+
# You should have received a copy of the GNU Affero General Public License
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
31+
#
32+
# ---------------------------------------------------------------------------
33+
#
34+
# This program is free software: you can redistribute it and/or modify
35+
# it under the terms of the GNU General Public License as published by
36+
# the Free Software Foundation, either version 3 of the License, or
37+
# (at your option) any later version.
1538
#
16-
# This program is distributed in the hope that it will be useful, but WITHOUT
17-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19-
# details.
39+
# This program is distributed in the hope that it will be useful,
40+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
41+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+
# GNU General Public License for more details.
2043
#
21-
# You should have received a copy of the GNU General Public License along with
22-
# this program; if not, write to the Free Software Foundation, Inc.,
23-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44+
# You should have received a copy of the GNU General Public License
45+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2446
#
2547
##############################################################################
2648

.github/autobuild/ios.sh

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66
# Christian Hoffmann
77
# The Jamulus Development Team
88
#
9+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
10+
# under AGPL 3.0 or any later version.
11+
#
12+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
13+
# This code will be licensed under GPL 3.0 (or any later version) from
14+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
15+
# the combined work, including network use provisions.
16+
#
917
##############################################################################
1018
#
11-
# This program is free software; you can redistribute it and/or modify it under
12-
# the terms of the GNU General Public License as published by the Free Software
13-
# Foundation; either version 2 of the License, or (at your option) any later
14-
# version.
19+
# This program is free software: you can redistribute it and/or modify
20+
# it under the terms of the GNU Affero General Public License as published by
21+
# the Free Software Foundation, either version 3 of the License, or
22+
# (at your option) any later version.
23+
#
24+
# This program is distributed in the hope that it will be useful,
25+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
# GNU Affero General Public License for more details.
28+
#
29+
# You should have received a copy of the GNU Affero General Public License
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
31+
#
32+
# ---------------------------------------------------------------------------
33+
#
34+
# This program is free software: you can redistribute it and/or modify
35+
# it under the terms of the GNU General Public License as published by
36+
# the Free Software Foundation, either version 3 of the License, or
37+
# (at your option) any later version.
1538
#
16-
# This program is distributed in the hope that it will be useful, but WITHOUT
17-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19-
# details.
39+
# This program is distributed in the hope that it will be useful,
40+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
41+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+
# GNU General Public License for more details.
2043
#
21-
# You should have received a copy of the GNU General Public License along with
22-
# this program; if not, write to the Free Software Foundation, Inc.,
23-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44+
# You should have received a copy of the GNU General Public License
45+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2446
#
2547
##############################################################################
2648

.github/autobuild/linux_deb.sh

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66
# Christian Hoffmann
77
# The Jamulus Development Team
88
#
9+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
10+
# under AGPL 3.0 or any later version.
11+
#
12+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
13+
# This code will be licensed under GPL 3.0 (or any later version) from
14+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
15+
# the combined work, including network use provisions.
16+
#
917
##############################################################################
1018
#
11-
# This program is free software; you can redistribute it and/or modify it under
12-
# the terms of the GNU General Public License as published by the Free Software
13-
# Foundation; either version 2 of the License, or (at your option) any later
14-
# version.
19+
# This program is free software: you can redistribute it and/or modify
20+
# it under the terms of the GNU Affero General Public License as published by
21+
# the Free Software Foundation, either version 3 of the License, or
22+
# (at your option) any later version.
23+
#
24+
# This program is distributed in the hope that it will be useful,
25+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
# GNU Affero General Public License for more details.
28+
#
29+
# You should have received a copy of the GNU Affero General Public License
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
31+
#
32+
# ---------------------------------------------------------------------------
33+
#
34+
# This program is free software: you can redistribute it and/or modify
35+
# it under the terms of the GNU General Public License as published by
36+
# the Free Software Foundation, either version 3 of the License, or
37+
# (at your option) any later version.
1538
#
16-
# This program is distributed in the hope that it will be useful, but WITHOUT
17-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19-
# details.
39+
# This program is distributed in the hope that it will be useful,
40+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
41+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+
# GNU General Public License for more details.
2043
#
21-
# You should have received a copy of the GNU General Public License along with
22-
# this program; if not, write to the Free Software Foundation, Inc.,
23-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44+
# You should have received a copy of the GNU General Public License
45+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2446
#
2547
##############################################################################
2648

.github/autobuild/mac.sh

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,43 @@
66
# Christian Hoffmann
77
# The Jamulus Development Team
88
#
9+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
10+
# under AGPL 3.0 or any later version.
11+
#
12+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
13+
# This code will be licensed under GPL 3.0 (or any later version) from
14+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
15+
# the combined work, including network use provisions.
16+
#
917
##############################################################################
1018
#
11-
# This program is free software; you can redistribute it and/or modify it under
12-
# the terms of the GNU General Public License as published by the Free Software
13-
# Foundation; either version 2 of the License, or (at your option) any later
14-
# version.
19+
# This program is free software: you can redistribute it and/or modify
20+
# it under the terms of the GNU Affero General Public License as published by
21+
# the Free Software Foundation, either version 3 of the License, or
22+
# (at your option) any later version.
23+
#
24+
# This program is distributed in the hope that it will be useful,
25+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
26+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
27+
# GNU Affero General Public License for more details.
28+
#
29+
# You should have received a copy of the GNU Affero General Public License
30+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
31+
#
32+
# ---------------------------------------------------------------------------
33+
#
34+
# This program is free software: you can redistribute it and/or modify
35+
# it under the terms of the GNU General Public License as published by
36+
# the Free Software Foundation, either version 3 of the License, or
37+
# (at your option) any later version.
1538
#
16-
# This program is distributed in the hope that it will be useful, but WITHOUT
17-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
18-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
19-
# details.
39+
# This program is distributed in the hope that it will be useful,
40+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
41+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42+
# GNU General Public License for more details.
2043
#
21-
# You should have received a copy of the GNU General Public License along with
22-
# this program; if not, write to the Free Software Foundation, Inc.,
23-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
44+
# You should have received a copy of the GNU General Public License
45+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2446
#
2547
##############################################################################
2648

.github/autobuild/windows.ps1

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,43 @@
55
# Christian Hoffmann
66
# The Jamulus Development Team
77
#
8+
# As of Jamulus 3.12.1dev (commit eb172d47): All new source code contributions must be licensed
9+
# under AGPL 3.0 or any later version.
10+
#
11+
# Existing code: Code contributed before 3.12.1dev (commit eb172d47) was licensed under GPL 2.0+.
12+
# This code will be licensed under GPL 3.0 (or any later version) from
13+
# 3.12.1dev (commit eb172d47). When distributed as part of Jamulus, the AGPL 3.0 terms govern
14+
# the combined work, including network use provisions.
15+
#
816
##############################################################################
917
#
10-
# This program is free software; you can redistribute it and/or modify it under
11-
# the terms of the GNU General Public License as published by the Free Software
12-
# Foundation; either version 2 of the License, or (at your option) any later
13-
# version.
18+
# This program is free software: you can redistribute it and/or modify
19+
# it under the terms of the GNU Affero General Public License as published by
20+
# the Free Software Foundation, either version 3 of the License, or
21+
# (at your option) any later version.
22+
#
23+
# This program is distributed in the hope that it will be useful,
24+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
25+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+
# GNU Affero General Public License for more details.
27+
#
28+
# You should have received a copy of the GNU Affero General Public License
29+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
30+
#
31+
# ---------------------------------------------------------------------------
32+
#
33+
# This program is free software: you can redistribute it and/or modify
34+
# it under the terms of the GNU General Public License as published by
35+
# the Free Software Foundation, either version 3 of the License, or
36+
# (at your option) any later version.
1437
#
15-
# This program is distributed in the hope that it will be useful, but WITHOUT
16-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17-
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
18-
# details.
38+
# This program is distributed in the hope that it will be useful,
39+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
40+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41+
# GNU General Public License for more details.
1942
#
20-
# You should have received a copy of the GNU General Public License along with
21-
# this program; if not, write to the Free Software Foundation, Inc.,
22-
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
43+
# You should have received a copy of the GNU General Public License
44+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
2345
#
2446
##############################################################################
2547

0 commit comments

Comments
 (0)