Skip to content

Commit 4cb21bc

Browse files
authored
chore!: Clarify license for generated plurals package (#19)
BREAKING CHANGE: The canonical 'make-plural' package is now licensed with the OSI-apporved Unicode Data Files and Software License, as it is based on the data provided in the 'cldr-core' package, which is thus licensed.
1 parent b9da90a commit 4cb21bc

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2019 by Eemeli Aro <[email protected]>
1+
Copyright © Eemeli Aro <[email protected]>
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

packages/plurals/LICENSE

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Copyright © Eemeli Aro <[email protected]>
2+
Copyright © 1991-2020 Unicode, Inc. All rights reserved.
3+
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining
6+
a copy of the Unicode data files and any associated documentation
7+
(the "Data Files") or Unicode software and any associated documentation
8+
(the "Software") to deal in the Data Files or Software
9+
without restriction, including without limitation the rights to use,
10+
copy, modify, merge, publish, distribute, and/or sell copies of
11+
the Data Files or Software, and to permit persons to whom the Data Files
12+
or Software are furnished to do so, provided that either
13+
(a) this copyright and permission notice appear with all copies
14+
of the Data Files or Software, or
15+
(b) this copyright and permission notice appear in associated
16+
Documentation.
17+
18+
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
19+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
20+
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21+
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
22+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
23+
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
24+
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
25+
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
26+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27+
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
28+
29+
Except as contained in this notice, the name of a copyright holder
30+
shall not be used in advertising or otherwise to promote the sale,
31+
use or other dealings in these Data Files or Software without prior
32+
written authorization of the copyright holder.

packages/plurals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pluralization"
1111
],
1212
"author": "Eemeli Aro <[email protected]>",
13-
"license": "ISC",
13+
"license": "Unicode-DFS-2016",
1414
"homepage": "https://github.com/eemeli/make-plural#readme",
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)