From 73ccfcf6fc451aa76de56e7a5a3282bfe9d2c468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Cornet?= Date: Mon, 16 Feb 2015 19:57:30 +1100 Subject: [PATCH] Metadata and license update --- README.md | 4 +++- Widget.js | 6 +++--- manifest.json | 8 ++++---- setting/Setting.js | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8d5d9c7..ff183f1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # esri-webappbuilder-widget-url -Widget Url (extent tracking in URL and communication between url and others widgets) for WebApp Builder for Arcgis +Widget Url (extent tracking in URL and communication between url and others widgets) for WebApp Builder for Arcgis. +Made by MAGIS SARL, New Caledonia. www.magis.nc +Licence GPL V2 (see LICENSE file) This is a javascript widget for the WebApp Builder for Arcgis. https://developers.arcgis.com/web-appbuilder/guide/xt-welcome.htm diff --git a/Widget.js b/Widget.js index 805510e..2f571af 100644 --- a/Widget.js +++ b/Widget.js @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////// -// Copyright © 2014 MAGIS. All Rights Reserved. +// Copyright © 2015 MAGIS. All Rights Reserved. // -// Licensed under the Apache License Version 2.0 (the "License"); +// Licensed under the GPL licence Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://github.com/magis-nc/esri-webappbuilder-widget-url/blob/master/LICENSE // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/manifest.json b/manifest.json index bab06d9..eb59441 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "name": "Url", "2D": true, - "3D": true, + "3D": false, "platform": "HTML", - "version": "0.0.1", + "version": "0.1", "author": "MAGIS NC www.magis.nc", - "description": "Widget to deal with URL params", + "description": "Widget to deal with URL params, navigator's history and extent tracking", "copyright": "", - "license": "http://www.apache.org/licenses/LICENSE-2.0", + "license": "GPL V2", "properties": { "inPanel": false, "hasConfig": true, diff --git a/setting/Setting.js b/setting/Setting.js index 3675537..ccc8789 100644 --- a/setting/Setting.js +++ b/setting/Setting.js @@ -1,11 +1,11 @@ /////////////////////////////////////////////////////////////////////////// -// Copyright © 2014 Esri. All Rights Reserved. +// Copyright © 2015 MAGIS. All Rights Reserved. // -// Licensed under the Apache License Version 2.0 (the "License"); +// Licensed under the GPL licence Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/licenses/LICENSE-2.0 +// https://github.com/magis-nc/esri-webappbuilder-widget-url/blob/master/LICENSE // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,