Skip to content

Commit

Permalink
Change the license to AGPL-3.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Sep 28, 2024
2 parents 7c9e1cf + fad0b3e commit 877f0c0
Show file tree
Hide file tree
Showing 60 changed files with 13,521 additions and 20 deletions.
661 changes: 661 additions & 0 deletions packages/async-queue/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/async-queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,17 @@ Output:
*/
```

## Sponsors

The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com)

### Contributing

Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.

### License

This project is licensed under the [AGPL-3.0 License](LICENSE).
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"require": "./dist/main.cjs"
}
},
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md}",
"!demo/**/*"
Expand Down
661 changes: 661 additions & 0 deletions packages/dedupe/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/dedupe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,17 @@ You can use `__package_name__` to obtain automatically the version of the packag
```ts
definePackage({name: __package_name__});
```

## Sponsors

The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com)

### Contributing

Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.

### License

This project is licensed under the [AGPL-3.0 License](LICENSE).
2 changes: 1 addition & 1 deletion packages/dedupe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require": "./dist/main.cjs"
}
},
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md}",
"!demo/**/*"
Expand Down
661 changes: 661 additions & 0 deletions packages/deep-clone/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/deep-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ const obj2 = deepClone(obj1);
obj2.b.c = 6;
console.log(obj1.b.c); // 2
```

## Sponsors

The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com)

### Contributing

Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.

### License

This project is licensed under the [AGPL-3.0 License](LICENSE).
2 changes: 1 addition & 1 deletion packages/deep-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require": "./dist/main.cjs"
}
},
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md}",
"!demo/**/*"
Expand Down
661 changes: 661 additions & 0 deletions packages/eslint-config/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/eslint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,17 @@ Create a `.eslintrc.json` file in the root of your project:
}
}
```

## Sponsors

The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website.

[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com)

### Contributing

Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.

### License

This project is licensed under the [AGPL-3.0 License](LICENSE).
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"type": "commonjs",
"main": "./eslint-config.cjs",
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{js,mjs,cjs,map,d.ts,html,md}",
"!demo/**/*"
Expand Down
Loading

0 comments on commit 877f0c0

Please sign in to comment.