You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ke...@apache.org on 2023/05/23 18:48:42 UTC

[tinkerpop] branch master updated (c48d6eaf6e -> 5b5f45270f)

This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


    from c48d6eaf6e Merge pull request #2056
     add 31e122512a fixing licenses/NOTICE
     new 5b5f45270f Merge pull request #2068

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gremlin-console/pom.xml                            | 12 +++++++++
 gremlin-console/src/main/static/LICENSE            |  1 +
 gremlin-console/src/main/static/NOTICE             | 18 ++++++++-----
 gremlin-console/src/main/static/licenses/antlr4    | 28 +++++++++++++++++++
 gremlin-driver/pom.xml                             | 18 ++++++++++++-
 gremlin-driver/src/main/static/LICENSE             |  1 +
 gremlin-driver/src/main/static/NOTICE              | 11 ++++++++
 gremlin-driver/src/main/static/licenses/antlr4     | 28 +++++++++++++++++++
 gremlin-server/src/main/static/LICENSE             |  1 +
 gremlin-server/src/main/static/NOTICE              | 31 +++++++++++++---------
 gremlin-server/src/main/static/licenses/antlr4     | 28 +++++++++++++++++++
 gremlin-shaded/pom.xml                             | 28 +++++++++++++++++++
 LICENSE => gremlin-shaded/src/main/static/LICENSE  | 15 ++++++-----
 gremlin-shaded/src/main/static/NOTICE              | 17 ++++++++++++
 .../src/main/static/licenses/kryo                  | 11 ++++----
 .../src/main/static/licenses/minilog               |  0
 16 files changed, 216 insertions(+), 32 deletions(-)
 create mode 100644 gremlin-console/src/main/static/licenses/antlr4
 create mode 100644 gremlin-driver/src/main/static/licenses/antlr4
 create mode 100644 gremlin-server/src/main/static/licenses/antlr4
 copy LICENSE => gremlin-shaded/src/main/static/LICENSE (96%)
 create mode 100644 gremlin-shaded/src/main/static/NOTICE
 copy {gremlin-console => gremlin-shaded}/src/main/static/licenses/kryo (57%)
 copy gremlin-console/src/main/static/licenses/kryo => gremlin-shaded/src/main/static/licenses/minilog (100%)


[tinkerpop] 01/01: Merge pull request #2068

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 5b5f45270f8bca4429f8e0792be57c688df6baa9
Merge: c48d6eaf6e 31e122512a
Author: kenhuuu <10...@users.noreply.github.com>
AuthorDate: Tue May 23 11:48:37 2023 -0700

    Merge pull request #2068
    
    fixing licenses/NOTICE Master

 gremlin-console/pom.xml                            | 12 +++++++++
 gremlin-console/src/main/static/LICENSE            |  1 +
 gremlin-console/src/main/static/NOTICE             | 18 ++++++++-----
 gremlin-console/src/main/static/licenses/antlr4    | 28 +++++++++++++++++++
 gremlin-driver/pom.xml                             | 18 ++++++++++++-
 gremlin-driver/src/main/static/LICENSE             |  1 +
 gremlin-driver/src/main/static/NOTICE              | 11 ++++++++
 gremlin-driver/src/main/static/licenses/antlr4     | 28 +++++++++++++++++++
 gremlin-server/src/main/static/LICENSE             |  1 +
 gremlin-server/src/main/static/NOTICE              | 31 +++++++++++++---------
 gremlin-server/src/main/static/licenses/antlr4     | 28 +++++++++++++++++++
 gremlin-shaded/pom.xml                             | 28 +++++++++++++++++++
 .../src/main/static/LICENSE                        | 29 ++------------------
 gremlin-shaded/src/main/static/NOTICE              | 17 ++++++++++++
 gremlin-shaded/src/main/static/licenses/kryo       |  9 +++++++
 gremlin-shaded/src/main/static/licenses/minilog    | 10 +++++++
 16 files changed, 224 insertions(+), 46 deletions(-)