Bladeren bron

chore: MIT license

nickfrosty 9 maanden geleden
bovenliggende
commit
45c4380416
6 gewijzigde bestanden met toevoegingen van 25 en 0 verwijderingen
  1. 1 0
      .prettierignore
  2. 20 0
      LICENSE
  3. 1 0
      package.json
  4. 1 0
      packages/build-scripts/package.json
  5. 1 0
      packages/test-config/package.json
  6. 1 0
      packages/tsconfig/package.json

+ 1 - 0
.prettierignore

@@ -1,3 +1,4 @@
+LICENSE
 .changeset/
 .github/PULL_REQUEST_TEMPLATE.md
 

+ 20 - 0
LICENSE

@@ -0,0 +1,20 @@
+Copyright (c) 2023 Solana Foundation
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

+ 1 - 0
package.json

@@ -1,5 +1,6 @@
 {
   "name": "gill-monorepo",
+  "license": "MIT",
   "private": true,
   "workspaces": [
     "packages/*"

+ 1 - 0
packages/build-scripts/package.json

@@ -2,6 +2,7 @@
   "name": "@gill/build-scripts",
   "version": "0.0.0",
   "private": true,
+  "license": "MIT",
   "files": [
     "register-node-globals.mjs",
     "tsup.config.library.ts",

+ 1 - 0
packages/test-config/package.json

@@ -2,6 +2,7 @@
   "name": "@gill/test-config",
   "version": "0.0.0",
   "private": true,
+  "license": "MIT",
   "files": [
     "test-validator-setup.js",
     "test-validator-teardown.js"

+ 1 - 0
packages/tsconfig/package.json

@@ -2,6 +2,7 @@
   "name": "@gill/tsconfig",
   "version": "0.0.0",
   "private": true,
+  "license": "MIT",
   "files": [
     "base.json"
   ],