Skip to content

Commit 87c7101

Browse files
chore: open source under Apache-2.0
- add SPDX license files
1 parent 60f3376 commit 87c7101

File tree

14 files changed

+96
-14
lines changed

14 files changed

+96
-14
lines changed

LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2022 BitGo Inc
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ npm install
88
npm run build
99
npm test
1010
```
11+
12+
# License
13+
14+
This work is published under the Apache 2.0 license.
15+
16+
`SPDX-License-Identifier: Apache-2.0`

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bitgo/api-ts",
33
"version": "0.1.0",
44
"description": "Tools for using io-ts to describe and consume APIs",
5-
"license": "UNLICENSED",
5+
"license": "Apache-2.0",
66
"private": true,
77
"author": "Patrick McLaughlin <[email protected]>",
88
"repository": {

packages/io-ts-express/LICENSE

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
(c) Copyright 2022 BitGo, all rights reserved.
1+
Copyright 2022 BitGo Inc
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

packages/io-ts-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Implement an HTTP specification with Express",
55
"author": "Eric Crosson <[email protected]>",
6-
"license": "UNLICENSED",
6+
"license": "Apache-2.0",
77
"main": "dist/src/index.js",
88
"types": "dist/src/index.d.ts",
99
"files": [

packages/io-ts-http/LICENSE

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
(c) Copyright 2021 BitGo, all rights reserved.
1+
Copyright 2022 BitGo Inc
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

packages/io-ts-http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Types for (de)serializing HTTP requests from both the client and server side",
55
"author": "Patrick McLaughlin <[email protected]>",
6-
"license": "UNLICENSED",
6+
"license": "Apache-2.0",
77
"main": "dist/src/index.js",
88
"types": "dist/src/index.d.ts",
99
"sideEffects": false,

packages/io-ts-openapi/LICENSE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright 2022 BitGo Inc
2+
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
6+
7+
http://www.apache.org/licenses/LICENSE-2.0
8+
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

packages/io-ts-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Generate an OpenAPI specification from an io-ts-http contract",
55
"author": "Patrick McLaughlin <[email protected]>",
6-
"license": "UNLICENSED",
6+
"license": "Apache-2.0",
77
"main": "dist/src/index.js",
88
"types": "dist/src/index.d.ts",
99
"sideEffects": false,

0 commit comments

Comments
 (0)