Skip to content

Commit d49de11

Browse files
committed
Update LICENSE
1 parent ca6d7fc commit d49de11

File tree

4 files changed

+5
-30
lines changed

4 files changed

+5
-30
lines changed

LICENSE.txt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2023 Evan Sosenko
4-
5-
Permission is hereby granted, free of charge, to any person obtaining a copy of
6-
this software and associated documentation files (the "Software"), to deal in
7-
the Software without restriction, including without limitation the rights to
8-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9-
the Software, and to permit persons to whom the Software is furnished to do so,
10-
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, FITNESS
17-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1+
Copyright (c) 2021-2023 Seam Labs, Inc.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ To submit a patch:
226226

227227
## License
228228

229-
This npm package is licensed under the MIT license.
229+
This npm package is Copyright (c) 2021-2023 Seam Labs, Inc.
230230

231231
## Warranty
232232

makenew.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ makenew () {
5252
read -p '> Package title (My Package): ' mk_title
5353
read -p '> Package name (@namespace/my-package): ' mk_slug
5454
read -p '> Short package description (Foos and bars.): ' mk_description
55-
read -p '> Author name (Linus Torvalds): ' mk_author
56-
read -p '> Author email (linus@example.com): ' mk_email
57-
read -p '> GitHub user or organization name (my-user): ' mk_user
5855
read -p '> GitHub repository name (my-repo): ' mk_repo
5956

6057
sed_delete README.md '10,103d'
@@ -63,10 +60,7 @@ makenew () {
6360
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"
6461
find_replace "s/TypeScript Module Package Skeleton/${mk_title}/g"
6562
find_replace "s/Package skeleton for a TypeScript module\./${mk_description}/g"
66-
find_replace "s/Evan Sosenko/${mk_author}/g"
67-
find_replace "s/razorx@evansosenko\.com/${mk_email}/g"
6863
find_replace "s|@seamapi/makenew-tsmodule|${mk_slug}|g"
69-
find_replace "s|seamapi/makenew-tsmodule|${mk_user}/${mk_repo}|g"
7064
find_replace "s|makenew-tsmodule|${mk_repo}|g"
7165

7266
echo

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"homepage": "https://github.com/seamapi/makenew-tsmodule",
1717
"bugs": "https://github.com/seamapi/makenew-tsmodule/issues",
1818
"repository": "seamapi/makenew-tsmodule",
19-
"license": "MIT",
19+
"license": "SEE LICENSE IN LICENSE.txt",
2020
"author": {
21-
"name": "Evan Sosenko",
22-
"email": "razorx@evansosenko.com"
21+
"name": "Seam Labs, Inc.",
22+
"email": "devops@getseam.com"
2323
},
2424
"files": [
2525
"index.js",

0 commit comments

Comments
 (0)