Skip to content

Commit

Permalink
optimize license and notice
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly committed Feb 10, 2025
1 parent 8a2654a commit b5448fe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
10 changes: 9 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@
subcomponents is subject to the terms and conditions of the following
licenses.

========================================================================
MIT licenses
========================================================================
For the org.apache.seata.sqlparser.antlr.mysql.antlr.MySqlLexer.g4 and
org.apache.seata.sqlparser.antlr.mysql.antlr.MySqlParser.g4:

Expand Down Expand Up @@ -235,4 +238,9 @@
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.
THE SOFTWARE.

========================================================================
Apache 2.0 licenses
========================================================================
For the mvnw and mvnw.cmd files, they are copied from https://github.com/apache/maven-wrapper. The code is licensed under an Apache 2.0 License.
10 changes: 10 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@ Copyright 2023-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
-----------------------------------------------------------------------
Apache Maven Wrapper
Copyright 2013-2022 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

The original idea and initial implementation of the maven-wrapper module is derived
from the Gradle Wrapper which was written originally by Hans Dockter and Adam Murdoch.
Copyright 2007 the original author or authors.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function replacer(all, key, obj) {
}
});
//Return the final alternative result, or all if result has not changed
return result == null || result === obj ? all : result;
return `${result == null || result === obj ? all : result}`;
}

function format(str, obj) {
Expand Down

0 comments on commit b5448fe

Please sign in to comment.