diff --git a/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java b/src/main/java/no/bioforsk/vips/entity/ModelRunRequest.java index 8690303f184baed64ff4a75ba2cd8e515f0f939d..48b6ec5bd6f5e9aaf3997df02c98382175da2bc5 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;