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

Add license #303

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copyright (c) 2024 PagoPA S.p.A. and all the community contributors.
The version control system provides attribution for specific lines of code.
373 changes: 373 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@ This command generates static frontend files inside the `out` folder which can t
```bash
yarn workspace io-sign-selfcare-frontend run export
```

## LICENSING

For detailed information regarding the licensing of this project please take
a look at the [LICENSE](LICENSE) file.
373 changes: 373 additions & 0 deletions apps/io-func-sign-issuer/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/io-func-sign-issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "io-func-sign-issuer",
"version": "0.18.6",
"private": true,
"license": "MPL-2.0",
"files": [
"**/function.json",
"dist",
Expand Down
373 changes: 373 additions & 0 deletions apps/io-func-sign-support/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/io-func-sign-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.5",
"main": "./dist/web.js",
"private": true,
"license": "MPL-2.0",
"files": [
"**/function.json",
"dist",
Expand Down
373 changes: 373 additions & 0 deletions apps/io-func-sign-user/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/io-func-sign-user/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "io-func-sign-user",
"version": "0.6.5",
"private": true,
"license": "MPL-2.0",
"files": [
"**/function.json",
"dist",
Expand Down
373 changes: 373 additions & 0 deletions apps/io-sign-backoffice-app/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/io-sign-backoffice-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "io-sign-backoffice-app",
"version": "1.3.10",
"private": true,
"license": "MPL-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
373 changes: 373 additions & 0 deletions apps/io-sign-backoffice-func/LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions apps/io-sign-backoffice-func/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "io-sign-backoffice-func",
"version": "1.2.7",
"private": true,
"license": "MPL-2.0",
"scripts": {
"build": "tsup-node",
"format": "prettier --write .",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "io-sign",
"private": true,
"license": "MPL-2.0",
"scripts": {
"test": "turbo run test --no-daemon",
"format": "turbo run format --no-daemon",
Expand Down
Loading
Loading