Skip to content

Commit

Permalink
Metadata and license update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornet committed Feb 16, 2015
1 parent 760e4c1 commit 73ccfcf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions Widget.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 3 additions & 3 deletions setting/Setting.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 73ccfcf

Please sign in to comment.