]> git.mxchange.org Git - jcore-logger-ejb.git/commitdiff
change license to AGPLv3
authorRoland Haeder <roland@mxchange.org>
Mon, 4 Apr 2016 15:55:40 +0000 (17:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 4 Apr 2016 15:55:40 +0000 (17:55 +0200)
nbproject/project.properties
src/java/log4j2.xml
src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java
src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java

index 2c7e03223ff67dccdd79a8362d9ac94a5ba8b01a..c1c4035203ce5256d5855c1f59177edbe3e617af 100644 (file)
@@ -71,7 +71,7 @@ javadoc.windowtitle=Core EE Logger
 meta.inf=${source.root}/conf
 meta.inf.excludes=sun-cmp-mappings.xml
 platform.active=default_platform
-project.license=gpl30
+project.license=agpl30
 resource.dir=setup
 run.test.classpath=\
     ${javac.test.classpath}:\
index 7f7ee3c21d3eab35dc2f21f6b02f5a8d0760bdbc..8d9a6455c141f14852798a4dd62cfdc21059eaf2 100644 (file)
@@ -3,16 +3,16 @@
 Copyright (C) 2016 Roland Haeder
 
 This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+GNU Affero General Public License for more details.
 
-You should have received a copy of the GNU General Public License
+You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 <Configuration status="INFO">
index e95e4bb94ef5a1f2f0f8676c483b604d5e311af1..60401b18cc98fb44fb24d200e255608e475db678 100644 (file)
@@ -2,16 +2,16 @@
  * Copyright (C) 2016 Roland Haeder
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package org.mxchange.jcoreeelogger.beans.local.logger;
index 85693ca29cbab81d8b9712c97d990329eab07d2a..0f6a9d1796e6c787221db385710eb7b7f6594670 100644 (file)
@@ -2,16 +2,16 @@
  * Copyright (C) 2016 Roland Haeder
  *
  * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * GNU Affero General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 package org.mxchange.jcoreeelogger.beans.local.logger;