]> git.mxchange.org Git - pizzaservice-ejb.git/blobdiff - PizzaService-ejb/src/java/org/mxchange/jcountry/data/PizzaServiceCountrySingletonBean.java
change license to AGPLv3
[pizzaservice-ejb.git] / PizzaService-ejb / src / java / org / mxchange / jcountry / data / PizzaServiceCountrySingletonBean.java
index 59856199e4f0a3c4b75a3cdb9844cad89c7b62ac..eb52b9cee3c72a865dfd41eb4308a7d706c94033 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.jcountry.data;
@@ -25,7 +25,7 @@ import org.mxchange.jcoreee.database.BaseDatabaseBean;
 /**
  * A singleton bean for country informations
  * <p>
- * @author Roland Haeder
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @Startup
 @Singleton (name = "country", mappedName = "ejb/pizzaservice-singleton-country", description = "A singleton session bean for country informations")