From 233e90952ee9e6b476b3c98284f40222a04e50c8 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Mon, 13 Mar 2023 14:30:16 +0100
Subject: [PATCH] Change license from NIBIO -> GNU Affero

---
 .../applescabmodel/AppleScabCalculations.java | 20 +++++++++----------
 .../model/applescabmodel/AppleScabModel.java  | 20 +++++++++----------
 .../AscosporeMaturityTable.java               | 20 +++++++++----------
 .../vips/model/applescabmodel/MillsTable.java | 20 +++++++++----------
 .../model/applescabmodel/MillsTableKey.java   | 20 +++++++++----------
 5 files changed, 50 insertions(+), 50 deletions(-)

diff --git a/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabCalculations.java b/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabCalculations.java
index 4993809..87599bf 100755
--- a/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabCalculations.java
+++ b/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabCalculations.java
@@ -2,18 +2,18 @@
  * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. 
  * 
  * This file is part of AppleScabModel.
- * AppleScabModel is free software: you can redistribute it and/or modify
- * it under the terms of the NIBIO Open Source License as published by 
- * NIBIO, either version 1 of the License, or (at your option) any
- * later version.
- * 
- * AppleScabModel is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * 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
- * NIBIO Open Source License for more details.
- * 
- * You should have received a copy of the NIBIO Open Source License
- * along with AppleScabModel.  If not, see <http://www.nibio.no/licenses/>.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  */
 package no.nibio.vips.model.applescabmodel;
diff --git a/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabModel.java b/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabModel.java
index cfe52ac..3e19f26 100755
--- a/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabModel.java
+++ b/src/main/java/no/nibio/vips/model/applescabmodel/AppleScabModel.java
@@ -2,18 +2,18 @@
  * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. 
  * 
  * This file is part of AppleScabModel.
- * AppleScabModel is free software: you can redistribute it and/or modify
- * it under the terms of the NIBIO Open Source License as published by 
- * NIBIO, either version 1 of the License, or (at your option) any
- * later version.
- * 
- * AppleScabModel is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * 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
- * NIBIO Open Source License for more details.
- * 
- * You should have received a copy of the NIBIO Open Source License
- * along with AppleScabModel.  If not, see <http://www.nibio.no/licenses/>.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  */
 package no.nibio.vips.model.applescabmodel;
diff --git a/src/main/java/no/nibio/vips/model/applescabmodel/AscosporeMaturityTable.java b/src/main/java/no/nibio/vips/model/applescabmodel/AscosporeMaturityTable.java
index c11ea3f..ffb8c78 100755
--- a/src/main/java/no/nibio/vips/model/applescabmodel/AscosporeMaturityTable.java
+++ b/src/main/java/no/nibio/vips/model/applescabmodel/AscosporeMaturityTable.java
@@ -2,18 +2,18 @@
  * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. 
  * 
  * This file is part of AppleScabModel.
- * AppleScabModel is free software: you can redistribute it and/or modify
- * it under the terms of the NIBIO Open Source License as published by 
- * NIBIO, either version 1 of the License, or (at your option) any
- * later version.
- * 
- * AppleScabModel is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * 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
- * NIBIO Open Source License for more details.
- * 
- * You should have received a copy of the NIBIO Open Source License
- * along with AppleScabModel.  If not, see <http://www.nibio.no/licenses/>.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  */
 package no.nibio.vips.model.applescabmodel;
diff --git a/src/main/java/no/nibio/vips/model/applescabmodel/MillsTable.java b/src/main/java/no/nibio/vips/model/applescabmodel/MillsTable.java
index 2a4e308..a800d67 100755
--- a/src/main/java/no/nibio/vips/model/applescabmodel/MillsTable.java
+++ b/src/main/java/no/nibio/vips/model/applescabmodel/MillsTable.java
@@ -2,18 +2,18 @@
  * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. 
  * 
  * This file is part of AppleScabModel.
- * AppleScabModel is free software: you can redistribute it and/or modify
- * it under the terms of the NIBIO Open Source License as published by 
- * NIBIO, either version 1 of the License, or (at your option) any
- * later version.
- * 
- * AppleScabModel is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * 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
- * NIBIO Open Source License for more details.
- * 
- * You should have received a copy of the NIBIO Open Source License
- * along with AppleScabModel.  If not, see <http://www.nibio.no/licenses/>.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  */
 package no.nibio.vips.model.applescabmodel;
diff --git a/src/main/java/no/nibio/vips/model/applescabmodel/MillsTableKey.java b/src/main/java/no/nibio/vips/model/applescabmodel/MillsTableKey.java
index cfdc185..a18ccf9 100755
--- a/src/main/java/no/nibio/vips/model/applescabmodel/MillsTableKey.java
+++ b/src/main/java/no/nibio/vips/model/applescabmodel/MillsTableKey.java
@@ -2,18 +2,18 @@
  * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. 
  * 
  * This file is part of AppleScabModel.
- * AppleScabModel is free software: you can redistribute it and/or modify
- * it under the terms of the NIBIO Open Source License as published by 
- * NIBIO, either version 1 of the License, or (at your option) any
- * later version.
- * 
- * AppleScabModel is distributed in the hope that it will be useful,
+ * This program is free software: you can redistribute it and/or modify
+ * 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
- * NIBIO Open Source License for more details.
- * 
- * You should have received a copy of the NIBIO Open Source License
- * along with AppleScabModel.  If not, see <http://www.nibio.no/licenses/>.
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  * 
  */
 package no.nibio.vips.model.applescabmodel;
-- 
GitLab