Licence changed to GPLv3 or later

This commit is contained in:
Robert Vokac 2024-07-05 20:49:01 +02:00
parent df286f8720
commit 420aa2435d
No known key found for this signature in database
GPG Key ID: C459E1E4B4A986BB
4 changed files with 621 additions and 448 deletions

View File

@ -9,9 +9,8 @@
---------- ----------
N: Robert Vokac N: Robert Vokac
E: robertvokac@nanoboot.org E: mail@robertvokac.com
W: https://nanoboot.org W: https://robertvokac.com
P: 4096R/E3329055 322B D109 0AA8 C324 EA9C 72F5 693D 30BE E332 9055 P: 4096R/C459E1E4 B209 C3F1 25C7 2618 FB18 AC8E C459 E1E4 B4A9 86BB
D: Founder D: Founder
S: Czech Republic S: Czech Republic

1016
LICENSE

File diff suppressed because it is too large Load Diff

23
pom.xml
View File

@ -1,21 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
nanoboot-javaformat-checkstyle: Encapsulates Nanoboot Checkstyle XML configuration file. nanoboot-javaformat-checkstyle: Encapsulates Nanoboot Checkstyle XML configuration file.
Copyright (C) 2018-2023 the original author or authors. Copyright (C) 2018-2024 the original author or authors.
This library is free software; you can redistribute it and/or This program is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU General Public License
License as published by the Free Software Foundation; as published by the Free Software Foundation, either version 3
version 2.1 of the License only. of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Lesser General Public License for more details. GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU General Public License
License along with this library; if not, write to the Free Software along with this program. If not, see
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA <https://www.gnu.org/licenses/> or write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"

View File

@ -1,21 +1,22 @@
/////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////
// nanoboot-javaformat-checkstyle: Encapsulates Nanoboot Checkstyle XML configuration file. // nanoboot-javaformat-checkstyle: Encapsulates Nanoboot Checkstyle XML configuration file.
// Copyright (C) 2018-2023 the original author or authors. // Copyright (C) 2018-2024 the original author or authors.
// //
// This library is free software; you can redistribute it and/or // This program is free software: you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public // modify it under the terms of the GNU General Public License
// License as published by the Free Software Foundation; // as published by the Free Software Foundation, either version 3
// version 2.1 of the License only. // of the License, or (at your option) any later version.
// //
// This library is distributed in the hope that it will be useful, // This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Lesser General Public License for more details. // GNU General Public License for more details.
// //
// You should have received a copy of the GNU Lesser General Public // You should have received a copy of the GNU General Public License
// License along with this library; if not, write to the Free Software // along with this program. If not, see
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // <https://www.gnu.org/licenses/> or write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////
package org.nanoboot.nanobootjavaformatcheckstyle; package org.nanoboot.nanobootjavaformatcheckstyle;