Skip to content

Commit 3bbc255

Browse files
authored
Update version to 0.11.0, update LICENSE.md include CCMEO copyright. (#839)
Update how-to-release with note about releasing dist, dependency license text file.
1 parent 1e2fce8 commit 3bbc255

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

LICENSE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,42 @@ All Reports in this Repository are licensed by Contributors under the
22
[W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document).
33
Contributions to Specifications are made under the
44
[W3C CLA](https://www.w3.org/community/about/agreements/cla/).
5+
6+
Copyright 2015-2023 Canada Centre for Mapping and Earth Observation,
7+
Strategic Policy and Innovation Sector, Natural Resources Canada.
8+
9+
License
10+
11+
By obtaining and/or copying this work, you (the licensee) agree that you have
12+
read, understood, and will comply with the following terms and conditions.
13+
14+
Permission to copy, modify, and distribute this work, with or without
15+
modification, for any purpose and without fee or royalty is hereby granted,
16+
provided that you include the following on ALL copies of the work or portions
17+
thereof, including modifications:
18+
19+
The full text of this NOTICE in a location viewable to users of the
20+
redistributed or derivative work.
21+
22+
Any pre-existing intellectual property disclaimers, notices, or terms and
23+
conditions. If none exist, the W3C Software and Document Short Notice should
24+
be included.
25+
26+
Notice of any changes or modifications, through a copyright statement on the
27+
new code or document such as "This software or document includes material
28+
copied from or derived from [title and URI of the W3C document].
29+
Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
30+
31+
Disclaimers
32+
33+
THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS
34+
OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
35+
MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE
36+
SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
37+
TRADEMARKS OR OTHER RIGHTS.
38+
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
39+
CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
40+
41+
The name and trademarks of copyright holders may NOT be used in advertising or
42+
publicity pertaining to the work without specific, written prior permission.
43+
Title to copyright in this work will at all times remain with copyright holders.

how-to-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ if needed.
1616
]
1717
}
1818
```
19+
20+
Note that when releasing on npm, you are distributing leaflet, proj4 etc., so
21+
you need to distribute the text of their licenses with the dist folder.
22+
1923
Open the command prompt and cd into the Web-Map-Custom-Element project directory.
2024

2125
Type in –

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maps4html/web-map-custom-element",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
55
"keywords": [
66
"mapml-viewer",

0 commit comments

Comments
 (0)