Skip to content

Commit 5c8ec58

Browse files
authored
Merge pull request #84 from element-hq/t3chguy/licenses
2 parents 2c93117 + 85e9610 commit 5c8ec58

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

modules/banner/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,14 @@ The `Link` type is fulfilled by the following interface:
4343
| name | string | The name to render for this link |
4444
| link_url | string | The URL to link to |
4545
| target | string, optional | The `target` to use for this link |
46+
47+
## Copyright & License
48+
49+
Copyright (c) 2025 New Vector Ltd
50+
51+
This software is multi licensed by New Vector Ltd (Element). It can be used either:
52+
53+
(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
54+
55+
(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).
56+
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.

modules/banner/element-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"main": "lib/index.js",
7+
"license": "SEE LICENSE IN README.md",
78
"scripts": {
89
"prepare": "vite build",
910
"lint:types": "tsc --noEmit",

modules/opendesk/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
Example module to load all the nordeck opendesk legacy modules & deprecated customisations as a single modern module.
2+
3+
## Copyright & License
4+
5+
Copyright (c) 2025 New Vector Ltd
6+
7+
This software is multi licensed by New Vector Ltd (Element). It can be used either:
8+
9+
(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
10+
11+
(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).
12+
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.

modules/opendesk/element-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"sideEffects": [
77
"**/*.css"
88
],
9+
"license": "SEE LICENSE IN README.md",
910
"scripts": {
1011
"prepare": "vite build",
1112
"lint:types": "tsc --noEmit",

modules/restricted-guests/element-web/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,14 @@ Supports the following configuration options under the configuration key `io.ele
99
| guest_user_homeserver_url | string | URL of the homeserver on which to register the guest, must be running the synapse module. |
1010
| guest_user_prefix | string | Prefix to apply to all guests registered via the module, defaults to `@guest-`. |
1111
| 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. |
12+
13+
## Copyright & License
14+
15+
Copyright (c) 2025 New Vector Ltd
16+
17+
This software is multi licensed by New Vector Ltd (Element). It can be used either:
18+
19+
(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
20+
21+
(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).
22+
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.

modules/restricted-guests/element-web/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"version": "0.0.0",
55
"type": "module",
66
"main": "lib/index.js",
7+
"license": "SEE LICENSE IN README.md",
78
"scripts": {
89
"prepare": "vite build",
910
"lint:types": "tsc --noEmit",

0 commit comments

Comments
 (0)