From 8072ee5dfd152a6dedc6b7eed0a2e50be4e6389a Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@bioforsk.no> Date: Wed, 15 Oct 2014 15:26:30 +0200 Subject: [PATCH] Changed License to Bioforsk Open Source License --- .../no/bioforsk/vips/entity/ModelRunRequest.java | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java index 8690303..48b6ec5 100644 --- a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java +++ b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java @@ -1,22 +1,23 @@ /* - * Copyright (c) 2013 Bioforsk <http://www.bioforsk.no/>. + * Copyright (c) 2014 Bioforsk <http://www.bioforsk.no/>. * * 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. + * 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. * * 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. + * Bioforsk Open Source License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with VIPSCommon. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the Bioforsk Open Source License + * along with VIPSCommon. If not, see <http://www.bioforsk.no/licenses/>. * */ + package no.bioforsk.vips.entity; import java.util.Map; -- GitLab