From 57b8541639d59599c8df3a9f52330c804d587743 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 22 May 2020 11:40:27 +0200 Subject: [PATCH] Documentation updates --- .../weather/entity/LocationWeatherData.java | 18 +++++++++--------- .../weather/entity/WeatherData.java | 18 +++++++++--------- .../weather/entity/WeatherParameter.java | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/main/java/net/ipmdecisions/weather/entity/LocationWeatherData.java b/src/main/java/net/ipmdecisions/weather/entity/LocationWeatherData.java index 4009c3c..09395f4 100644 --- a/src/main/java/net/ipmdecisions/weather/entity/LocationWeatherData.java +++ b/src/main/java/net/ipmdecisions/weather/entity/LocationWeatherData.java @@ -1,19 +1,19 @@ /* * Copyright (c) 2020 NIBIO <http://www.nibio.no/>. * - * This file is part of IPMDecisionsWeatherService. - * IPMDecisionsWeatherService 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 VIPSCommon. + * VIPSCommon 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. * - * IPMDecisionsWeatherService is distributed in the hope that it will be useful, + * 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. + * NIBIO Open Source License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with IPMDecisionsWeatherService. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the NIBIO Open Source License + * along with VIPSCommon. If not, see <http://www.nibio.no/licenses/>. * */ diff --git a/src/main/java/net/ipmdecisions/weather/entity/WeatherData.java b/src/main/java/net/ipmdecisions/weather/entity/WeatherData.java index 9b9f317..863dd0f 100644 --- a/src/main/java/net/ipmdecisions/weather/entity/WeatherData.java +++ b/src/main/java/net/ipmdecisions/weather/entity/WeatherData.java @@ -1,19 +1,19 @@ /* * Copyright (c) 2020 NIBIO <http://www.nibio.no/>. * - * This file is part of IPMDecisionsWeatherService. - * IPMDecisionsWeatherService 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 VIPSCommon. + * VIPSCommon 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. * - * IPMDecisionsWeatherService is distributed in the hope that it will be useful, + * 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. + * NIBIO Open Source License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with IPMDecisionsWeatherService. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the NIBIO Open Source License + * along with VIPSCommon. If not, see <http://www.nibio.no/licenses/>. * */ diff --git a/src/main/java/net/ipmdecisions/weather/entity/WeatherParameter.java b/src/main/java/net/ipmdecisions/weather/entity/WeatherParameter.java index bc4cec7..bd089ea 100644 --- a/src/main/java/net/ipmdecisions/weather/entity/WeatherParameter.java +++ b/src/main/java/net/ipmdecisions/weather/entity/WeatherParameter.java @@ -1,19 +1,19 @@ /* * Copyright (c) 2020 NIBIO <http://www.nibio.no/>. * - * This file is part of IPMDecisionsWeatherService. - * IPMDecisionsWeatherService 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 VIPSCommon. + * VIPSCommon 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. * - * IPMDecisionsWeatherService is distributed in the hope that it will be useful, + * 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. + * NIBIO Open Source License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with IPMDecisionsWeatherService. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the NIBIO Open Source License + * along with VIPSCommon. If not, see <http://www.nibio.no/licenses/>. * */ -- GitLab