|
6 | 6 | # Christian Hoffmann |
7 | 7 | # The Jamulus Development Team |
8 | 8 | # |
| 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 | +# |
9 | 17 | ############################################################################## |
10 | 18 | # |
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. |
15 | 38 | # |
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. |
20 | 43 | # |
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/>. |
24 | 46 | # |
25 | 47 | ############################################################################## |
26 | 48 |
|
|
0 commit comments