Skip to content

Commit d46bd41

Browse files
authored
Merge pull request #152 from docsforadobe/add/license
Add MIT license to repo
2 parents e474de2 + 83d69af commit d46bd41

3 files changed

Lines changed: 27 additions & 6 deletions

File tree

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018-Present types-for-adobe contributors
4+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
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.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ tsc
5151

5252
Everything in this project was generated through one of the following methods:
5353

54-
1. Using this [extendscript-xml-to-typescript converter](https://github.com/aenhancers/extendscript-xml-to-typescript) tool to convert scripting dictionaries to typedef format
55-
- _note that this only works for a few select apps, and has been found to generate incorrect data in some cases_
54+
1. Using this [extendscript-xml-to-typescript converter](https://github.com/bbb999/extendscript-xml-to-typescript) tool to convert scripting dictionaries to typedef format
55+
- *note that this only works for a few select apps, and has been found to generate incorrect data in some cases*
5656
2. By hand, through referencing Adobe's official release announcements & developer exploration through the API.
5757

5858
### Why are there different versions of docs per version of each host app?
@@ -76,15 +76,15 @@ This really depends on your needs; if you're hoping to release a commercial tool
7676
Two possible answers! Either
7777

7878
1. There haven't been any API changes for that given version, or
79-
2. Nobody's taken the time to add typedefs for that version; feel free to [open a PR](https://github.com/aenhancers/Types-for-Adobe/pulls)!
79+
2. Nobody's taken the time to add typedefs for that version; feel free to [open a PR](https://github.com/docsforadobe/Types-for-Adobe/pulls)!
8080

8181
---
8282

8383
## Contributors
8484

85-
Thanks to [all of our contributors](https://github.com/aenhancers/Types-for-Adobe/graphs/contributors) for helping make this project succeed!
85+
Thanks to [all of our contributors](https://github.com/docsforadobe/Types-for-Adobe/graphs/contributors) for helping make this project succeed!
8686

87-
Have something to add? Please [open a PR](https://github.com/aenhancers/Types-for-Adobe/pulls)!
87+
Have something to add? Please [open a PR](https://github.com/docsforadobe/Types-for-Adobe/pulls)!
8888

8989
---
9090

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/aenhancers/types-for-adobe.git"
16+
"url": "https://github.com/docsforadobe/types-for-adobe.git"
1717
},
1818
"scripts": {
1919
"test": "_bin/test.sh"

0 commit comments

Comments
 (0)