chai-as-promised 8.0.0-beta.1 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/LICENSE +23 -0
  2. package/package.json +1 -1
  3. package/LICENSE.txt +0 -19
package/LICENSE ADDED
@@ -0,0 +1,23 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2012-2016 Domenic Denicola
4
+ Copyright (c) 2004 Sam Hocevar
5
+ Copyright (c) 2024 Chai Maintainers
6
+
7
+ Permission is hereby granted, free of charge, to any person obtaining a copy
8
+ of this software and associated documentation files (the "Software"), to deal
9
+ in the Software without restriction, including without limitation the rights
10
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11
+ copies of the Software, and to permit persons to whom the Software is
12
+ furnished to do so, subject to the following conditions:
13
+
14
+ The above copyright notice and this permission notice shall be included in all
15
+ copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23
+ SOFTWARE.
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "promises",
13
13
  "promises-aplus"
14
14
  ],
15
- "version": "8.0.0-beta.1",
15
+ "version": "8.0.0",
16
16
  "author": "Domenic Denicola <d@domenic.me> (https://domenic.me)",
17
17
  "license": "WTFPL",
18
18
  "repository": {
package/LICENSE.txt DELETED
@@ -1,19 +0,0 @@
1
- Copyright © 2012–2016 Domenic Denicola <d@domenic.me>
2
-
3
- This work is free. You can redistribute it and/or modify it under the
4
- terms of the Do What The Fuck You Want To Public License, Version 2,
5
- as published by Sam Hocevar. See below for more details.
6
-
7
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
8
- Version 2, December 2004
9
-
10
- Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
11
-
12
- Everyone is permitted to copy and distribute verbatim or modified
13
- copies of this license document, and changing it is allowed as long
14
- as the name is changed.
15
-
16
- DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
17
- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
18
-
19
- 0. You just DO WHAT THE FUCK YOU WANT TO.