Skip to content

Commit

Permalink
Improve license stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Apr 4, 2019
1 parent dd4bbd2 commit fd7b431
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -41,13 +41,25 @@ grunt

If everything goes well, you will find a wgt file in the `dist` folder.


## Documentation

Documentation about how to use this widget is available on the [User Guide](src/doc/userguide.md). Anyway, you can find
general information about how to use widgets on the
[WireCloud's User Guide](https://wirecloud.readthedocs.io/en/stable/user_guide/) available on Read the Docs.


## Copyright and License

Copyright (c) 2016-2017 CoNWeT Lab., Universidad Politecnica de Madrid Copyright (c) 2017-2018 Future Internet
Consulting and Development Solutions S.L. Licensed under the MIT license.
Copyright (c) 2016-2017 CoNWeT Lab., Universidad Politecnica de Madrid
Copyright (c) 2017-2019 Future Internet Consulting and Development Solutions S.L.


Licensed under the Apache License, 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

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
language governing permissions and limitations under the License.
2 changes: 2 additions & 0 deletions src/config.xml
Expand Up @@ -8,6 +8,8 @@
<doc>doc/userguide.md</doc>
<changelog>doc/changelog.md</changelog>
<authors>Álvaro Arranz &lt;aarranz@ficodes.com&gt;</authors>
<license>Apache License 2.0</license>
<licenseurl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseurl>
</details>

<requirements>
Expand Down
16 changes: 14 additions & 2 deletions src/js/ol3-map-widget.js
@@ -1,6 +1,18 @@
/*
* Copyright (c) 2017 CoNWeT Lab., Universidad Politecnica de Madrid
* Copyright (c) 2017-2018 Future Internet Consulting and Development Solutions S.L.
* Copyright (c) 2017 CoNWeT Lab., Universidad Politecnica de Madrid
* Copyright (c) 2017-2019 Future Internet Consulting and Development Solutions S.L.
*
* Licensed under the Apache License, 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
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/* globals ol, StyledElements */
Expand Down

0 comments on commit fd7b431

Please sign in to comment.