diff --git a/VIPSWeb/static/js/frontpage.js b/VIPSWeb/static/js/frontpage.js index 9d8eeef52c1d68e8a3512662b18ddbd9242d06b6..e6b379eb065d91fb554ea489f643b424568d2b91 100755 --- a/VIPSWeb/static/js/frontpage.js +++ b/VIPSWeb/static/js/frontpage.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/VIPSWeb/static/js/frontpageMap.js b/VIPSWeb/static/js/frontpageMap.js index 7265fec76d446ecfe5091ec8ec2aea9f09ebad9a..1986310d5591cc324599be7af2fff6e0e395c90d 100755 --- a/VIPSWeb/static/js/frontpageMap.js +++ b/VIPSWeb/static/js/frontpageMap.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/VIPSWeb/static/js/js_apps/oatFloweringModelForm.js b/VIPSWeb/static/js/js_apps/oatFloweringModelForm.js index d29c2c416090ade292dcfdb7b88811054b7c8caa..7212fc68b00a4a754d9472d0c9eb450f7be78aa2 100755 --- a/VIPSWeb/static/js/js_apps/oatFloweringModelForm.js +++ b/VIPSWeb/static/js/js_apps/oatFloweringModelForm.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 * GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License - * along with VIPSWeb. If not, see <http://www.gnu.org/licenses/>. - * + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * */ /** * Self-serving application that calculates flowering period for oat. diff --git a/VIPSWeb/static/js/util.js b/VIPSWeb/static/js/util.js index fa65784e084a2bf6060fd7060db4c938a9108201..633a3ccc8fe992d4d4ecaba00e48cc040852838f 100755 --- a/VIPSWeb/static/js/util.js +++ b/VIPSWeb/static/js/util.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/VIPSWeb/static/js/validateForm.js b/VIPSWeb/static/js/validateForm.js index c7afa7d5080abb0bd515b10d3963e62e628c59d3..3fc3e1036d97b81659811e6d88686b9a52ea61ef 100755 --- a/VIPSWeb/static/js/validateForm.js +++ b/VIPSWeb/static/js/validateForm.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ // Constant defs for field types. diff --git a/VIPSWeb/static/js/weatherStationSelectorMap.js b/VIPSWeb/static/js/weatherStationSelectorMap.js index b2b9d86b610a955910b449d5aebc2ca6b3257b6e..70f10538d65302f70c40605efadc86ddbad2704b 100755 --- a/VIPSWeb/static/js/weatherStationSelectorMap.js +++ b/VIPSWeb/static/js/weatherStationSelectorMap.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/applefruitmoth/static/applefruitmoth/js/map.js b/applefruitmoth/static/applefruitmoth/js/map.js index 32af327d5d90e0ae50cd2e3b99b8acfe6de476b2..159a556163751e2d32e610fe0f28f7d4a0c85a44 100755 --- a/applefruitmoth/static/applefruitmoth/js/map.js +++ b/applefruitmoth/static/applefruitmoth/js/map.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2016 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ var initMap = function(container, mapAttribution) diff --git a/calculators/static/calculators/js/eil.js b/calculators/static/calculators/js/eil.js index e2a830bffec774f1ad9c7b7fe91c9dcb0e12a5a4..37bf24fa5152c071b4ffd339a29253e21f89b0bc 100755 --- a/calculators/static/calculators/js/eil.js +++ b/calculators/static/calculators/js/eil.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/forecasts/static/forecasts/js/forecasts.js b/forecasts/static/forecasts/js/forecasts.js index 70559a3b8139358f0b1d1a34645884baffa00ac8..2af41636b964954c50ea5ec6f4db8e1c6048020d 100755 --- a/forecasts/static/forecasts/js/forecasts.js +++ b/forecasts/static/forecasts/js/forecasts.js @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 + * 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 <http://www.gnu.org/licenses/>. + * + */ + /** * */ diff --git a/forecasts/templates/models/modelLocalNames.js b/forecasts/templates/models/modelLocalNames.js index fbcd1cb333e5c64aa235a3a39a9734e44ec98661..73b41abad25887df0672bf772f7b83b923c179b2 100755 --- a/forecasts/templates/models/modelLocalNames.js +++ b/forecasts/templates/models/modelLocalNames.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/fusarium/static/fusarium/js/oatFloweringModelForm.js b/fusarium/static/fusarium/js/oatFloweringModelForm.js index fdf05ec7c5284b526482615e9333e6af2de389e9..c2be1a8c510ed569433a98307be873e35485fb8b 100755 --- a/fusarium/static/fusarium/js/oatFloweringModelForm.js +++ b/fusarium/static/fusarium/js/oatFloweringModelForm.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2016 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 * GNU Affero General Public License for more details. - * + * * You should have received a copy of the GNU Affero General Public License - * along with VIPSWeb. If not, see <http://www.gnu.org/licenses/>. - * + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * */ /** * Self-serving application that calculates flowering period for oat. diff --git a/ipmd/static/ipmd/js/ipmdlib.js b/ipmd/static/ipmd/js/ipmdlib.js index 0963a9eb4fd98f14aae37a5756a10dbe1561c4fe..3445c6d70a5cf0626e96b4782afdd3164f1498f3 100644 --- a/ipmd/static/ipmd/js/ipmdlib.js +++ b/ipmd/static/ipmd/js/ipmdlib.js @@ -1,20 +1,22 @@ -/* - * Copyright (c) 2023 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSLogic 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. - * - * VIPSWeb is distributed in the hope that it will be useful, +/* + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/observations/static/observations/js/observationList.js b/observations/static/observations/js/observationList.js index 44e06cdb98bb3dfdc132fa9e9b5a7913c85efd73..3a6ed604a732565a09771b8b043b0957384f718c 100644 --- a/observations/static/observations/js/observationList.js +++ b/observations/static/observations/js/observationList.js @@ -1,20 +1,22 @@ -/* - * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSLogic 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. - * - * VIPSWeb is distributed in the hope that it will be useful, +/* + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ var allObservations = []; // Populated asynchronously var drawnFeatures = []; // Populated asynchronously diff --git a/observations/static/observations/js/observationViewMap.js b/observations/static/observations/js/observationViewMap.js index b309dcc3e2c37edaa30f9de1d429c469c1ad2653..2e129dc0d6cbe35e87548a0e4e5c85fe3e3229d4 100755 --- a/observations/static/observations/js/observationViewMap.js +++ b/observations/static/observations/js/observationViewMap.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2016 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ // Couple of global elements diff --git a/organisms/static/organisms/organismsUtil.js b/organisms/static/organisms/organismsUtil.js index 3b67ff91b1bdf4bb2642cadad74bb2bf4e9ee94a..de5f539554c0416d8468f7e111e7def9534eb2ad 100755 --- a/organisms/static/organisms/organismsUtil.js +++ b/organisms/static/organisms/organismsUtil.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2014 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /** diff --git a/roughage/static/roughage/js/nutrition.js b/roughage/static/roughage/js/nutrition.js index b24922462ba0c1947efedf3e22ac3f5440a71fc6..00e6ca511d3b755eb840c5e5c54719945187438f 100755 --- a/roughage/static/roughage/js/nutrition.js +++ b/roughage/static/roughage/js/nutrition.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ diff --git a/security/static/security/js/crossdomainstorage.js b/security/static/security/js/crossdomainstorage.js index 2ac42b6ed4c31c87627bc9ce23fa886d05e9b77c..d02142a6059c085b0573ccfeb26f2184ad4facb7 100755 --- a/security/static/security/js/crossdomainstorage.js +++ b/security/static/security/js/crossdomainstorage.js @@ -1,7 +1,22 @@ /* - * Copyright 2010 Nicholas C. Zakas. All rights reserved. - * BSD Licensed. - * @deprecated Doesn't work with IE/Edge. Using check_login_middleware instead + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 + * 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 <http://www.gnu.org/licenses/>. + * */ function CrossDomainStorage(origin, path){ this.origin = origin; diff --git a/security/static/security/js/loginHandler.js b/security/static/security/js/loginHandler.js index 31edf4e3f9efb6619ea01a66188d1ebf8d327af8..4bbb17151c3515e252f7e1279eaf389fa460ea3a 100755 --- a/security/static/security/js/loginHandler.js +++ b/security/static/security/js/loginHandler.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2015 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ var loginFailed = null; diff --git a/spatial/static/spatial/js/gridmap.js b/spatial/static/spatial/js/gridmap.js index af98bdc772a000f6afdd5e48b4fd9800403ad536..d95464fa126273ad8437f5bd2e52323a2e3dc905 100644 --- a/spatial/static/spatial/js/gridmap.js +++ b/spatial/static/spatial/js/gridmap.js @@ -1,3 +1,24 @@ +/* + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 + * 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 <http://www.gnu.org/licenses/>. + * + */ + // TODO: Handle most/all EPSG codes proj4.defs( 'EPSG:25833', diff --git a/spatial/static/spatial/js/spatialMap.js b/spatial/static/spatial/js/spatialMap.js index 6338962d28353833a8bb1e01385058f610d6b373..b4aa7e7a00994baeb1a88009fb4b21dafd24a9d7 100644 --- a/spatial/static/spatial/js/spatialMap.js +++ b/spatial/static/spatial/js/spatialMap.js @@ -1,20 +1,22 @@ /* - * Copyright (c) 2018 NIBIO <http://www.nibio.no/>. - * - * This file is part of VIPSWeb. - * VIPSWeb 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. - * - * VIPSWeb is distributed in the hope that it will be useful, + * Copyright (c) 2013-2023 NIBIO. + * + * This file is part of VIPSWeb + * (see https://gitlab.nibio.no/VIPS/VIPSWeb). + * + * 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 VIPSWeb. 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 <http://www.gnu.org/licenses/>. + * */ /**