diff --git a/src/main/java/no/nibio/vips/core/config/JacksonConfig.java b/src/main/java/no/nibio/vips/core/config/JacksonConfig.java index 3c0e5514c16641921cf8491295e521af62c3369d..ce4eb98517711dcaaa3ed71a5220627f76d3a38d 100755 --- a/src/main/java/no/nibio/vips/core/config/JacksonConfig.java +++ b/src/main/java/no/nibio/vips/core/config/JacksonConfig.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.core.config; diff --git a/src/main/java/no/nibio/vips/core/service/ModelResourceImpl.java b/src/main/java/no/nibio/vips/core/service/ModelResourceImpl.java index 6343ce0928836feac922ee62796d67a93975fd02..2d77976816d7be169360be3d578d7e8701bbfeb1 100755 --- a/src/main/java/no/nibio/vips/core/service/ModelResourceImpl.java +++ b/src/main/java/no/nibio/vips/core/service/ModelResourceImpl.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.core.service; diff --git a/src/main/java/no/nibio/vips/core/startup/StartupListener.java b/src/main/java/no/nibio/vips/core/startup/StartupListener.java index 652f6a4dca1d1db3d3ab6813dd87ec136ece3955..a4dcfd1fde4a4ff171d1cd806587e99b739867b5 100755 --- a/src/main/java/no/nibio/vips/core/startup/StartupListener.java +++ b/src/main/java/no/nibio/vips/core/startup/StartupListener.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.core.startup; diff --git a/src/main/java/no/nibio/vips/model/factory/DuplicateModelIdException.java b/src/main/java/no/nibio/vips/model/factory/DuplicateModelIdException.java index 8bb5530ad4e4f74ed2f3d86aab14264a819faf7e..714dd1277ebabc56dabefc14e427346683099f4f 100755 --- a/src/main/java/no/nibio/vips/model/factory/DuplicateModelIdException.java +++ b/src/main/java/no/nibio/vips/model/factory/DuplicateModelIdException.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.factory; diff --git a/src/main/java/no/nibio/vips/model/factory/ModelFactory.java b/src/main/java/no/nibio/vips/model/factory/ModelFactory.java index 3f5e1bd7e80d05cfcc2922de97ad20818fcaabd7..c49e78217d44b1ef6a0b1df2ece4fd5d65674170 100755 --- a/src/main/java/no/nibio/vips/model/factory/ModelFactory.java +++ b/src/main/java/no/nibio/vips/model/factory/ModelFactory.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.factory; diff --git a/src/main/java/no/nibio/vips/model/factory/NoSuchModelException.java b/src/main/java/no/nibio/vips/model/factory/NoSuchModelException.java index 5008f5ad7e34171d1eab4d3aa63d2d40e2b56d1a..3b4a8532aca63d2424da874eae60e7cd622ebab0 100755 --- a/src/main/java/no/nibio/vips/model/factory/NoSuchModelException.java +++ b/src/main/java/no/nibio/vips/model/factory/NoSuchModelException.java @@ -1,20 +1,19 @@ /* * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSCore. - * VIPSCore 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. - * - * VIPSCore 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 VIPSCore. 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.factory;