Skip to content
Snippets Groups Projects
Commit 9a1f5db8 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Updated with new interface methods

parent ed5c43ee
Branches
Tags
No related merge requests found
...@@ -560,7 +560,15 @@ public class NaerstadModel extends I18nImpl implements Model{ ...@@ -560,7 +560,15 @@ public class NaerstadModel extends I18nImpl implements Model{
return this.weatherUtil; return this.weatherUtil;
} }
@Override
public String getLicense() {
return "Open Source. Details will follow.";
}
@Override
public String getCopyright() {
return "(c) 2013 Bioforsk (http://www.bioforsk.no/). Contact: info@bioforsk.no";
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment