diff --git a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java
index 7a0cee71ffa3b6ade60de2607db19fb3417d6c38..ab1234b98dd18957ba513fb2aa173598fc204203 100644
--- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java
+++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPS/AppleScabModel.
+ * VIPS/AppleScabModel 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.
+ * 
+ * VIPS/AppleScabModel 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 VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
 package no.bioforsk.vips.model.applescabmodel;
 
 import no.bioforsk.vips.util.DateMap;
diff --git a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
index f244862fbf6b80641dc6c1b6e8cd2c0ebf62426b..ada81b49a8ffa4c22523abf48861e11e3691a997 100644
--- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
+++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPS/AppleScabModel.
+ * VIPS/AppleScabModel 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.
+ * 
+ * VIPS/AppleScabModel 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 VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
 package no.bioforsk.vips.model.applescabmodel;
 
 import java.util.Date;
@@ -559,7 +577,21 @@ public class AppleScabModel extends I18nImpl implements Model{
 
     @Override
     public String getLicense() {
-        return "Open Source. Details will follow.";
+        return "Copyright (c) 2013 Bioforsk <http://www.bioforsk.no/>. \n" +
+            " \n" +
+            " This file is part of VIPS/AppleScabModel \n" +
+            " VIPS/AppleScabModel is free software: you can redistribute it and/or modify\n" +
+            " it under the terms of the GNU Affero General Public License as published by\n" +
+            " the Free Software Foundation, either version 3 of the License, or\n" +
+            " (at your option) any later version.\n" +
+            " \n" +
+            " VIPS/AppleScabModel is distributed in the hope that it will be useful,\n" +
+            " but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +
+            " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n" +
+            " GNU Affero General Public License for more details.\n" +
+            " \n" +
+            " You should have received a copy of the GNU Affero General Public License\n" +
+            " along with VIPS/AppleScabModel.  If not, see <http://www.gnu.org/licenses/>.";
     }
 
     @Override
diff --git a/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java b/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java
index a87ccc6c11cf0591ec699539237b9ff31342c980..60b1afce8c60a4b5a22b4410212fca969f512242 100644
--- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java
+++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPS/AppleScabModel.
+ * VIPS/AppleScabModel 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.
+ * 
+ * VIPS/AppleScabModel 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 VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
 package no.bioforsk.vips.model.applescabmodel;
 
 import java.util.Collections;
diff --git a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java
index 444c77b5f4843a10e6ff287cb774d4367d6af0e9..05b1cf1d151b0e346ae2240f9231502cafbeeba5 100644
--- a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java
+++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPS/AppleScabModel.
+ * VIPS/AppleScabModel 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.
+ * 
+ * VIPS/AppleScabModel 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 VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
 package no.bioforsk.vips.model.applescabmodel;
 
 import java.util.Collections;
diff --git a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java
index d163604371ce8f0a8ba57bd46a63a3274f0a4793..6f649f26414f776e7133167edd4b596717f25209 100644
--- a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java
+++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java
@@ -1,3 +1,21 @@
+/*
+ * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. 
+ * 
+ * This file is part of VIPS/AppleScabModel.
+ * VIPS/AppleScabModel 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.
+ * 
+ * VIPS/AppleScabModel 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 VIPS/AppleScabModel. If not, see <http://www.gnu.org/licenses/>.
+ * 
+ */
 package no.bioforsk.vips.model.applescabmodel;
 
 import java.util.Objects;