From 2e047414e92ad5d368f6c981936c3e3ba6f17704 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 4 Apr 2016 17:55:40 +0200 Subject: [PATCH] change license to AGPLv3 --- nbproject/project.properties | 2 +- src/java/log4j2.xml | 10 +++++----- .../jcoreeelogger/beans/local/logger/LoggerBean.java | 10 +++++----- .../beans/local/logger/LoggerFactory.java | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index 2c7e032..c1c4035 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -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}:\ diff --git a/src/java/log4j2.xml b/src/java/log4j2.xml index 7f7ee3c..8d9a645 100644 --- a/src/java/log4j2.xml +++ b/src/java/log4j2.xml @@ -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 . --> diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java index e95e4bb..60401b1 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerBean.java @@ -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 . */ package org.mxchange.jcoreeelogger.beans.local.logger; diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java index 85693ca..0f6a9d1 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java @@ -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 . */ package org.mxchange.jcoreeelogger.beans.local.logger; -- 2.39.5