|
1 | | - BytecoderGradle: A Gradle Plugin to compile Bytecoder programs. |
2 | | - Copyright (C) 2019 objectProgrammer |
| 1 | +BytecoderGradle: A Gradle plugin to compile Bytecoder programs. |
| 2 | +Copyright (C) 2020 objectProgrammer |
3 | 3 |
|
4 | | - This program is free software: you can redistribute it and/or modify |
5 | | - it under the terms of the GNU General Public License as published by |
6 | | - the Free Software Foundation, either version 3 of the License, or |
7 | | - (at your option) any later version. |
| 4 | +This program is free software: you can redistribute it and/or modify |
| 5 | +it under the terms of the GNU General Public License as published by |
| 6 | +the Free Software Foundation, either version 3 of the License, or |
| 7 | +(at your option) any later version. |
8 | 8 |
|
9 | | - This program is distributed in the hope that it will be useful, |
10 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | | - GNU General Public License for more details. |
| 9 | +This program is distributed in the hope that it will be useful, |
| 10 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 12 | +GNU General Public License for more details. |
13 | 13 |
|
14 | | - You should have received a copy of the GNU General Public License |
15 | | - along with this program. If not, see <https://www.gnu.org/licenses/gpl.txt>. |
| 14 | +You should have received a copy of the GNU General Public License |
| 15 | +along with this program. If not, see <https://www.gnu.org/licenses/gpl.txt>. |
| 16 | + |
| 17 | +CLASSPATH EXCEPTION |
| 18 | + |
| 19 | +As a special exception, the copyright holders of this library give you |
| 20 | +permission to link this library with independent modules to produce an |
| 21 | +executable, regardless of the license terms of these independent modules, |
| 22 | +and to copy and distribute the resulting executable under terms of your |
| 23 | +choice, provided that you also meet, for each linked independent module, |
| 24 | +the terms and conditions of the license of that module. An independent |
| 25 | +module is a module which is not derived from or based on this library. If |
| 26 | +you modify this library, you may extend this exception to your version of |
| 27 | +the library, but you are not obligated to do so. If you do not wish to do |
| 28 | +so, delete this exception statement from your version. |
0 commit comments