From efe3960968b7f2ffee69d685a18d91fa48b83169 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@bioforsk.no>
Date: Fri, 7 Feb 2014 15:30:49 +0100
Subject: [PATCH] Corrected license information

---
 .../no/bioforsk/vips/core/service/ModelResource.java   |  8 ++++----
 .../vips/coremanager/service/ManagerResource.java      | 10 +++++-----
 .../no/bioforsk/vips/entity/ModelConfiguration.java    |  8 ++++----
 .../java/no/bioforsk/vips/entity/ModelRunRequest.java  |  8 ++++----
 src/main/java/no/bioforsk/vips/entity/Result.java      |  8 ++++----
 src/main/java/no/bioforsk/vips/entity/ResultImpl.java  |  8 ++++----
 src/main/java/no/bioforsk/vips/entity/Weather.java     |  8 ++++----
 .../no/bioforsk/vips/entity/WeatherObservation.java    |  8 ++++----
 src/main/java/no/bioforsk/vips/i18n/I18nImpl.java      |  8 ++++----
 .../bioforsk/vips/model/ConfigValidationException.java |  8 ++++----
 src/main/java/no/bioforsk/vips/model/Model.java        |  8 ++++----
 .../bioforsk/vips/model/ModelExcecutionException.java  |  8 ++++----
 src/main/java/no/bioforsk/vips/model/ModelId.java      |  8 ++++----
 src/main/java/no/bioforsk/vips/util/DateMap.java       |  8 ++++----
 .../vips/util/InvalidAggregationTypeException.java     |  8 ++++----
 src/main/java/no/bioforsk/vips/util/JSONUtil.java      |  8 ++++----
 src/main/java/no/bioforsk/vips/util/MD5Encrypter.java  |  8 ++++----
 src/main/java/no/bioforsk/vips/util/ServletUtil.java   |  8 ++++----
 .../java/no/bioforsk/vips/util/WeatherElements.java    |  8 ++++----
 .../vips/util/WeatherObservationListException.java     |  8 ++++----
 src/main/java/no/bioforsk/vips/util/WeatherUtil.java   |  8 ++++----
 src/main/java/no/bioforsk/vips/util/WebUtil.java       |  8 ++++----
 src/test/java/no/bioforsk/vips/common/AppTest.java     |  8 ++++----
 .../java/no/bioforsk/vips/util/WeatherUtilTest.java    |  8 ++++----
 24 files changed, 97 insertions(+), 97 deletions(-)

diff --git a/src/main/java/no/bioforsk/vips/core/service/ModelResource.java b/src/main/java/no/bioforsk/vips/core/service/ModelResource.java
index fe251ff..a9403c4 100644
--- a/src/main/java/no/bioforsk/vips/core/service/ModelResource.java
+++ b/src/main/java/no/bioforsk/vips/core/service/ModelResource.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/coremanager/service/ManagerResource.java b/src/main/java/no/bioforsk/vips/coremanager/service/ManagerResource.java
index f6d8beb..e7eb0ec 100644
--- a/src/main/java/no/bioforsk/vips/coremanager/service/ManagerResource.java
+++ b/src/main/java/no/bioforsk/vips/coremanager/service/ManagerResource.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
@@ -31,7 +31,7 @@ import no.bioforsk.vips.entity.ModelRunRequest;
 
 /**
  * Interface for the ManagerResource. Implemented by ManagerResourceImpl
- * in VIPSCoreManager and also as client in VIPSLogic
+ * in VIPSCoreManager and also as client in VIPSCommon
  * @copyright 2013 <a href="http://www.bioforsk.no/">Bioforsk</a>
  * @author Tor-Einar Skog <tor-einar.skog@bioforsk.no>
  */
diff --git a/src/main/java/no/bioforsk/vips/entity/ModelConfiguration.java b/src/main/java/no/bioforsk/vips/entity/ModelConfiguration.java
index 3b17cd4..f9ff1e7 100644
--- a/src/main/java/no/bioforsk/vips/entity/ModelConfiguration.java
+++ b/src/main/java/no/bioforsk/vips/entity/ModelConfiguration.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
index d8e8133..8690303 100644
--- a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
+++ b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2013 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/entity/Result.java b/src/main/java/no/bioforsk/vips/entity/Result.java
index ffeef9c..d500428 100644
--- a/src/main/java/no/bioforsk/vips/entity/Result.java
+++ b/src/main/java/no/bioforsk/vips/entity/Result.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/entity/ResultImpl.java b/src/main/java/no/bioforsk/vips/entity/ResultImpl.java
index 275fe7f..a436e05 100644
--- a/src/main/java/no/bioforsk/vips/entity/ResultImpl.java
+++ b/src/main/java/no/bioforsk/vips/entity/ResultImpl.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/entity/Weather.java b/src/main/java/no/bioforsk/vips/entity/Weather.java
index ba80c5d..65dc38a 100644
--- a/src/main/java/no/bioforsk/vips/entity/Weather.java
+++ b/src/main/java/no/bioforsk/vips/entity/Weather.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/entity/WeatherObservation.java b/src/main/java/no/bioforsk/vips/entity/WeatherObservation.java
index 5a0a76c..e203ad3 100644
--- a/src/main/java/no/bioforsk/vips/entity/WeatherObservation.java
+++ b/src/main/java/no/bioforsk/vips/entity/WeatherObservation.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/i18n/I18nImpl.java b/src/main/java/no/bioforsk/vips/i18n/I18nImpl.java
index 6129cc6..9feceda 100644
--- a/src/main/java/no/bioforsk/vips/i18n/I18nImpl.java
+++ b/src/main/java/no/bioforsk/vips/i18n/I18nImpl.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/model/ConfigValidationException.java b/src/main/java/no/bioforsk/vips/model/ConfigValidationException.java
index 8aa3a9c..95ee574 100644
--- a/src/main/java/no/bioforsk/vips/model/ConfigValidationException.java
+++ b/src/main/java/no/bioforsk/vips/model/ConfigValidationException.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/model/Model.java b/src/main/java/no/bioforsk/vips/model/Model.java
index 52df46b..573313d 100644
--- a/src/main/java/no/bioforsk/vips/model/Model.java
+++ b/src/main/java/no/bioforsk/vips/model/Model.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/model/ModelExcecutionException.java b/src/main/java/no/bioforsk/vips/model/ModelExcecutionException.java
index a764106..efc58f5 100644
--- a/src/main/java/no/bioforsk/vips/model/ModelExcecutionException.java
+++ b/src/main/java/no/bioforsk/vips/model/ModelExcecutionException.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/model/ModelId.java b/src/main/java/no/bioforsk/vips/model/ModelId.java
index be38bf8..3c34864 100644
--- a/src/main/java/no/bioforsk/vips/model/ModelId.java
+++ b/src/main/java/no/bioforsk/vips/model/ModelId.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/DateMap.java b/src/main/java/no/bioforsk/vips/util/DateMap.java
index 92be9da..b50dbe5 100644
--- a/src/main/java/no/bioforsk/vips/util/DateMap.java
+++ b/src/main/java/no/bioforsk/vips/util/DateMap.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/InvalidAggregationTypeException.java b/src/main/java/no/bioforsk/vips/util/InvalidAggregationTypeException.java
index 05a3e41..af9ed70 100644
--- a/src/main/java/no/bioforsk/vips/util/InvalidAggregationTypeException.java
+++ b/src/main/java/no/bioforsk/vips/util/InvalidAggregationTypeException.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/JSONUtil.java b/src/main/java/no/bioforsk/vips/util/JSONUtil.java
index 023a6b8..2df4528 100644
--- a/src/main/java/no/bioforsk/vips/util/JSONUtil.java
+++ b/src/main/java/no/bioforsk/vips/util/JSONUtil.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/MD5Encrypter.java b/src/main/java/no/bioforsk/vips/util/MD5Encrypter.java
index 4b20a7a..7c32fb9 100644
--- a/src/main/java/no/bioforsk/vips/util/MD5Encrypter.java
+++ b/src/main/java/no/bioforsk/vips/util/MD5Encrypter.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/ServletUtil.java b/src/main/java/no/bioforsk/vips/util/ServletUtil.java
index fd603ed..b933640 100644
--- a/src/main/java/no/bioforsk/vips/util/ServletUtil.java
+++ b/src/main/java/no/bioforsk/vips/util/ServletUtil.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/WeatherElements.java b/src/main/java/no/bioforsk/vips/util/WeatherElements.java
index 6ff78d7..2c2deb0 100644
--- a/src/main/java/no/bioforsk/vips/util/WeatherElements.java
+++ b/src/main/java/no/bioforsk/vips/util/WeatherElements.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/WeatherObservationListException.java b/src/main/java/no/bioforsk/vips/util/WeatherObservationListException.java
index 9538625..979386e 100644
--- a/src/main/java/no/bioforsk/vips/util/WeatherObservationListException.java
+++ b/src/main/java/no/bioforsk/vips/util/WeatherObservationListException.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/WeatherUtil.java b/src/main/java/no/bioforsk/vips/util/WeatherUtil.java
index 2567f24..de353ca 100644
--- a/src/main/java/no/bioforsk/vips/util/WeatherUtil.java
+++ b/src/main/java/no/bioforsk/vips/util/WeatherUtil.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/main/java/no/bioforsk/vips/util/WebUtil.java b/src/main/java/no/bioforsk/vips/util/WebUtil.java
index 8a6d713..ef5d23e 100644
--- a/src/main/java/no/bioforsk/vips/util/WebUtil.java
+++ b/src/main/java/no/bioforsk/vips/util/WebUtil.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/test/java/no/bioforsk/vips/common/AppTest.java b/src/test/java/no/bioforsk/vips/common/AppTest.java
index 4b90328..42723eb 100644
--- a/src/test/java/no/bioforsk/vips/common/AppTest.java
+++ b/src/test/java/no/bioforsk/vips/common/AppTest.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
diff --git a/src/test/java/no/bioforsk/vips/util/WeatherUtilTest.java b/src/test/java/no/bioforsk/vips/util/WeatherUtilTest.java
index 820368d..fcdf4c4 100644
--- a/src/test/java/no/bioforsk/vips/util/WeatherUtilTest.java
+++ b/src/test/java/no/bioforsk/vips/util/WeatherUtilTest.java
@@ -1,19 +1,19 @@
 /*
  * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. 
  * 
- * This file is part of VIPSLogic.
- * VIPSLogic is free software: you can redistribute it and/or modify
+ * This file is part of VIPSCommon.
+ * VIPSCommon 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.
  * 
- * VIPSLogic is distributed in the hope that it will be useful,
+ * VIPSCommon 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 Affero General Public License for more details.
  * 
  * You should have received a copy of the GNU Affero General Public License
- * along with VIPSLogic.  If not, see <http://www.gnu.org/licenses/>.
+ * along with VIPSCommon.  If not, see <http://www.gnu.org/licenses/>.
  * 
  */
 
-- 
GitLab