This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new f334b96cef Updated LICENSE
f334b96cef is described below
commit f334b96cef57f1ca89322cb09d421fb39c0476c2
Author: Harbs <[email protected]>
AuthorDate: Sun Feb 22 12:56:45 2026 +0200
Updated LICENSE
---
LICENSE | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/LICENSE b/LICENSE
index 425caf4298..857b059c0a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -401,3 +401,28 @@ mvnw
mvnw.cmd
Are provided from the Github Project: https://github.com/takari/maven-wrapper
which is distributed under the Apache 2.0 license.
+
+Much of the conventions and styling in frameworks/projects/Style is based on
Tailwind CSS which is available under MIT License.
+For details see https://github.com/tailwindlabs/tailwindcss.
+
+MIT License
+
+Copyright (c) Tailwind Labs, Inc.
+
+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.
\ No newline at end of file