diff --git a/nb-configuration.xml b/nb-configuration.xml new file mode 100644 index 0000000000000000000000000000000000000000..33e441e8278864cc0db17e7c047d6f8753813a93 --- /dev/null +++ b/nb-configuration.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project-shared-configuration> + <!-- +This file contains additional configuration written by modules in the NetBeans IDE. +The configuration is intended to be shared among all the users of project and +therefore it is assumed to be part of version control checkout. +Without this configuration present, some functionality in the IDE may be limited or fail altogether. +--> + <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1"> + <!-- +Properties that influence various parts of the IDE, especially code formatting and the like. +You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up. +That way multiple projects can share the same settings (useful for formatting rules for example). +Any value defined here will override the pom.xml file value but is only applicable to the current project. +--> + <netbeans.hint.license>bioforsk_open_source_license.ftl</netbeans.hint.license> + </properties> +</project-shared-configuration> 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 ab1234b98dd18957ba513fb2aa173598fc204203..2a20ce11c7c10f96ca06eb5b18bc00ee84ac26de 100644 --- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java +++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabCalculations.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */ package no.bioforsk.vips.model.applescabmodel; 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 7ba5f207b38902dc225422af56b98304782d3ca9..3521898fb9be3dc84198393ed63d3231feffcef8 100644 --- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java +++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AppleScabModel.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */ package no.bioforsk.vips.model.applescabmodel; 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 8e05131da0438001daa03aeaf63c93514a26b1f0..9f87341d96f7dba62fc9f3ad8d9d343c442cd0ae 100644 --- a/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java +++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/AscosporeMaturityTable.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */ package no.bioforsk.vips.model.applescabmodel; 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 05b1cf1d151b0e346ae2240f9231502cafbeeba5..9e18dac97e73014f5b941a844f93126b7cd7ec7c 100644 --- a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java +++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTable.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */ package no.bioforsk.vips.model.applescabmodel; 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 6f649f26414f776e7133167edd4b596717f25209..fdc1224146eed67550cfaf9075beb9692715f977 100644 --- a/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java +++ b/src/main/java/no/bioforsk/vips/model/applescabmodel/MillsTableKey.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */ package no.bioforsk.vips.model.applescabmodel; diff --git a/src/test/java/no/bioforsk/vips/model/applescabmodel/AppleScabModelTest.java b/src/test/java/no/bioforsk/vips/model/applescabmodel/AppleScabModelTest.java index 38c0acf3432d3291df94aa579ee88420fc379484..fa1b206ab3d1357049d68d99ab6a85f3a15a6d26 100644 --- a/src/test/java/no/bioforsk/vips/model/applescabmodel/AppleScabModelTest.java +++ b/src/test/java/no/bioforsk/vips/model/applescabmodel/AppleScabModelTest.java @@ -1,19 +1,19 @@ /* - * Copyright (c) 2013-2014 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 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. + * This file is part of AppleScabModel. + * AppleScabModel is free software: you can redistribute it and/or modify + * it under the terms of the Bioforsk Open Source License as published by + * Bioforsk, either version 1 of the License, or (at your option) any + * later version. * - * VIPS/AppleScabModel is distributed in the hope that it will be useful, + * 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. + * Bioforsk Open Source 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/>. + * You should have received a copy of the Bioforsk Open Source License + * along with AppleScabModel. If not, see <http://www.bioforsk.no/licenses/>. * */