From 4ee309aca0a59d9d5d93c6942bb1dbc4b3c7a7dc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 1 Jul 2026 15:08:11 +0200 Subject: [PATCH 1/2] docs: add LICENSE (MIT), matching the postguard repo --- LICENSE | 19 +++++++++++++++++++ package.json | 1 + 2 files changed, 20 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dedfd7f --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright 2021 Encryption 4 All + +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. diff --git a/package.json b/package.json index dd8c9d6..6b4a3ba 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "postguard-business", "private": true, "version": "1.3.1", + "license": "MIT", "type": "module", "scripts": { "dev": "vite dev", From d9be0bd3886450b649ba0cac09b2c9f7e34a4a1d Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Wed, 1 Jul 2026 15:43:00 +0200 Subject: [PATCH 2/2] docs: add License section to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fae397c..12147ee 100644 --- a/README.md +++ b/README.md @@ -323,3 +323,7 @@ Internet → Ingress → business-svc:3000 → business-deployment ``` The IRMA/Yivi server is accessed through SvelteKit's backend proxy (`/irma/[...path]`), which adds the authentication token. The browser never communicates directly with the IRMA server. + +## License + +[MIT](LICENSE) © Encryption 4 All