Specify licenses more explicitly

This commit is contained in:
Michael Telatynski
2025-10-14 14:25:16 +01:00
parent 9dce4c143a
commit c956daf0c4
6 changed files with 36 additions and 0 deletions
+11
View File
@@ -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.
+1
View File
@@ -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",