Skip to content

Commit ab834a1

Browse files
committed
Update license to match TC39; package is not private
1 parent 8884f77 commit ab834a1

File tree

2 files changed

+25
-19
lines changed

2 files changed

+25
-19
lines changed

LICENSE.md

+24-17
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
1-
# MIT License
1+
Copyright 2021 J. S. Choi
22

3-
Copyright © 2021 J. S. Choi.
3+
Redistribution and use in source and binary forms, with or without
4+
modification, are permitted provided that the following conditions
5+
are met:
46

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the “Software”), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
7+
1. Redistributions of source code must retain the above copyright
8+
notice, this list of conditions and the following disclaimer.
119

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
10+
2. Redistributions in binary form must reproduce the above copyright
11+
notice, this list of conditions and the following disclaimer in the
12+
documentation and/or other materials provided with the distribution.
1413

15-
**The Software is provided “as is”, without warranty of any kind, express or
16-
implied, including but not limited to the warranties of merchantability,
17-
fitness for a particular purpose and noninfringement. In no event shall the
18-
authors or copyright holders be liable for any claim, damages or other
19-
liability, whether in an action of contract, tort or otherwise, arising from,
20-
out of or in connection with the software or the use or other dealings in the
21-
Software.**
14+
3. Neither the name of the copyright holder nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
**This software is provided by the copyright holders and contributors
19+
“as is” and any express or implied warranties, including, but not
20+
limited to, the implied warranties of merchantability and fitness for a
21+
particular purpose are disclaimed. In no event shall the copyright
22+
holder or contributors be liable for any direct, indirect, incidental,
23+
special, exemplary, or consequential damages (including, but not limited
24+
to, procurement of substitute goods or services; loss of use, data, or
25+
profits; or business interruption) however caused and on any theory of
26+
liability, whether in contract, strict liability, or tort (including
27+
negligence or otherwise) arising in any way out of the use of this
28+
software, even if advised of the possibility of such damage.**

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"private": true,
32
"name": "proposal-array-from-async",
43
"version": "1.0.5",
54
"description": "A TC39 proposal and specification for an Array.fromAsync method.",
65
"author": "J. S. Choi <[email protected]> (https://jschoi.org/)",
7-
"license": "MIT",
6+
"license": "BSD-3-Clause",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/js-choi/proposal-array-async-from.git"

0 commit comments

Comments
 (0)