From c956daf0c477ca8925fe03422b153b486cd3595c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 14 Oct 2025 14:25:16 +0100 Subject: [PATCH] Specify licenses more explicitly --- modules/banner/README.md | 11 +++++++++++ modules/banner/element-web/package.json | 1 + modules/opendesk/README.md | 11 +++++++++++ modules/opendesk/element-web/package.json | 1 + modules/restricted-guests/element-web/README.md | 11 +++++++++++ modules/restricted-guests/element-web/package.json | 1 + 6 files changed, 36 insertions(+) diff --git a/modules/banner/README.md b/modules/banner/README.md index c62890c417..bd18b28b25 100644 --- a/modules/banner/README.md +++ b/modules/banner/README.md @@ -43,3 +43,14 @@ The `Link` type is fulfilled by the following interface: | name | string | The name to render for this link | | link_url | string | The URL to link to | | target | string, optional | The `target` to use for this link | + +## Copyright & License + +Copyright (c) 2025 New Vector Ltd + +This software is multi licensed by New Vector Ltd (Element). It can be used either: + +(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR + +(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to). +Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses. diff --git a/modules/banner/element-web/package.json b/modules/banner/element-web/package.json index 832f733c7d..89f4f25f66 100644 --- a/modules/banner/element-web/package.json +++ b/modules/banner/element-web/package.json @@ -4,6 +4,7 @@ "version": "0.0.0", "type": "module", "main": "lib/index.js", + "license": "SEE LICENSE IN README.md", "scripts": { "prepare": "vite build", "lint:types": "tsc --noEmit", diff --git a/modules/opendesk/README.md b/modules/opendesk/README.md index a5fd105d0a..d313c219b9 100644 --- a/modules/opendesk/README.md +++ b/modules/opendesk/README.md @@ -1 +1,12 @@ Example module to load all the nordeck opendesk legacy modules & deprecated customisations as a single modern module. + +## Copyright & License + +Copyright (c) 2025 New Vector Ltd + +This software is multi licensed by New Vector Ltd (Element). It can be used either: + +(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR + +(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to). +Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses. diff --git a/modules/opendesk/element-web/package.json b/modules/opendesk/element-web/package.json index e8bf689b0e..07400a564e 100644 --- a/modules/opendesk/element-web/package.json +++ b/modules/opendesk/element-web/package.json @@ -6,6 +6,7 @@ "sideEffects": [ "**/*.css" ], + "license": "SEE LICENSE IN README.md", "scripts": { "prepare": "vite build", "lint:types": "tsc --noEmit", diff --git a/modules/restricted-guests/element-web/README.md b/modules/restricted-guests/element-web/README.md index 75a29f2eed..3a925d018d 100644 --- a/modules/restricted-guests/element-web/README.md +++ b/modules/restricted-guests/element-web/README.md @@ -9,3 +9,14 @@ Supports the following configuration options under the configuration key `io.ele | guest_user_homeserver_url | string | URL of the homeserver on which to register the guest, must be running the synapse module. | | guest_user_prefix | string | Prefix to apply to all guests registered via the module, defaults to `@guest-`. | | skip_single_sign_on | boolean | If true, the user will be forwarded to the login page instead of to the SSO login. This is only required if the home server has no SSO support. | + +## Copyright & License + +Copyright (c) 2025 New Vector Ltd + +This software is multi licensed by New Vector Ltd (Element). It can be used either: + +(1) for free under the terms of the GNU Affero General Public License (as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version); OR + +(2) under the terms of a paid-for Element Commercial License agreement between you and Element (the terms of which may vary depending on what you and Element have agreed to). +Unless required by applicable law or agreed to in writing, software distributed under the Licenses is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licenses for the specific language governing permissions and limitations under the Licenses. diff --git a/modules/restricted-guests/element-web/package.json b/modules/restricted-guests/element-web/package.json index c21d15d6b5..74be8f6a44 100644 --- a/modules/restricted-guests/element-web/package.json +++ b/modules/restricted-guests/element-web/package.json @@ -4,6 +4,7 @@ "version": "0.0.0", "type": "module", "main": "lib/index.js", + "license": "SEE LICENSE IN README.md", "scripts": { "prepare": "vite build", "lint:types": "tsc --noEmit",