Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the license to AGPL-3.0 #298

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
682 changes: 661 additions & 21 deletions LICENSE

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ npm install @alwatr/module-name

Follow each package's README for usage instructions.

## License
## Sponsors

[MIT](./LICENSE)
The following companies, organizations, and individuals support Fract 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Fract is an open source App Development Framework that makes it easy to build top quality Native and Progressive Web Apps with web technologies.",
"repository": "https://github.com/Alwatr/fract",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"license": "MIT",
"license": "AGPL-3.0-only",
"type": "module",
"private": true,
"engines": {
Expand Down
661 changes: 661 additions & 0 deletions packages/font/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/font/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,17 @@ Insert these lines inside `<head>` tag.
crossorigin
/>
```

## Sponsors

The following companies, organizations, and individuals support Fract 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/font/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"main": "vazirmatn.css",
"author": "S. Ali Mihandoost <[email protected]>",
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.woff*",
"**/*.css",
Expand Down
661 changes: 661 additions & 0 deletions packages/fract/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/fract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@
Elegant simple render strategy powered by lit written in tiny TypeScript module for who hate react!

The word `fract` comes from fractal and does not mean `FuckReact` at all!

## Sponsors

The following companies, organizations, and individuals support Fract 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/fract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "module",
"types": "index.d.ts",
"author": "S. Ali Mihandoost <[email protected]>",
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{d.ts.map,d.ts,js.map,js,html,md}"
],
Expand Down
661 changes: 661 additions & 0 deletions packages/i18n/LICENSE

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/i18n/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Alwatr Internationalization - `@alwatr/i18n`

Elegant powerful translation module (i18n/l10n) with dynamic json storage written in tiny TypeScript, ES module.

## Sponsors

The following companies, organizations, and individuals support Fract 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/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"type": "module",
"types": "index.d.ts",
"author": "S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com)",
"license": "MIT",
"license": "AGPL-3.0-only",
"files": [
"**/*.{d.ts.map,d.ts,js.map,js,html,md}"
],
Expand Down
Loading
Loading