Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: enhance NOTICE info to keep it clear #2409

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
dependency-check:
runs-on: ubuntu-latest
env:
USE_STAGE: 'true' # Whether to include the stage repository.
USE_STAGE: 'false' # Whether to include the stage repository.
SCRIPT_DEPENDENCY: hugegraph-server/hugegraph-dist/scripts/dependency
steps:
- name: Checkout source
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-20.04
env:
USE_STAGE: 'true' # Whether to include the stage repository.
USE_STAGE: 'false' # Whether to include the stage repository.
TRAVIS_DIR: hugegraph-server/hugegraph-dist/src/assembly/travis
REPORT_DIR: target/site/jacoco
BACKEND: ${{ matrix.BACKEND }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
analyze:
env:
USE_STAGE: 'true' # Whether to include the stage repository.
USE_STAGE: 'false' # Whether to include the stage repository.
name: Analyze
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check-license:
runs-on: ubuntu-latest
env:
USE_STAGE: 'true' # Whether to include the stage repository.
USE_STAGE: 'false' # Whether to include the stage repository.
steps:
- uses: actions/checkout@v4

Expand Down
40 changes: 2 additions & 38 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache HugeGraph(incubating)
Copyright 2022-2023 The Apache Software Foundation
Copyright 2022-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand All @@ -13,9 +13,6 @@ This product contains code form the Apache TinkerPop Project:
Apache TinkerPop
Copyright 2015-2022 The Apache Software Foundation.

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

------------------------------------------------------------------------
Activiti
------------------------------------------------------------------------
Expand All @@ -42,7 +39,7 @@ This product contains code form the JanusGraph Project:
-----------------------------------------------------------------------
==============================================================
JanusGraph: Distributed Graph Database
Copyright 2012 and onwards JanusGraph Authors
Copyright 2012 with JanusGraph Authors
==============================================================

This product includes software developed by JanusGraph contributors listed
Expand All @@ -56,36 +53,3 @@ DataStax) and the following individuals:
* Marko A. Rodriguez
* Stephen Mallette
* Pavel Yaskevich

It also includes software from other open source projects including, but not limited to (check pom.xml for complete listing):

* Apache Cassandra [https://cassandra.apache.org/]
* Apache Commons [https://commons.apache.org/]
* Apache Groovy [http://groovy-lang.org/]
* Apache HBase [https://hbase.apache.org/]
* Apache Hadoop [https://hadoop.apache.org/]
* Apache Kerby [https://github.com/apache/directory-kerby]
* Apache Log4j [https://logging.apache.org/log4j]
* Apache Lucene [https://lucene.apache.org/]
* Apache Solr [https://lucene.apache.org/solr/]
* Apache TinkerPop [https://tinkerpop.apache.org/]
* Astyanax [https://github.com/Netflix/astyanax]
* DataStax Driver for Apache Cassandra [https://github.com/datastax/java-driver]
* EasyMock [http://easymock.org/]
* Elasticsearch [https://www.elastic.co/]
* Google Cloud Bigtable [https://github.com/googlecloudplatform/cloud-bigtable-client]
* Google Guava [https://github.com/google/guava]
* HPPC [https://labs.carrotsearch.com/hppc.html]
* JUnit [https://www.junit.org/]
* Jackson [https://github.com/FasterXML/jackson]
* Kryo [https://github.com/EsotericSoftware/kryo]
* Metrics [https://metrics.dropwizard.io]
* Mockito [https://site.mockito.org/]
* Noggit [https://github.com/yonik/noggit]
* OpenRDF [http://rdf4j.org/]
* Oracle BerkeleyDB Java Edition [https://www.oracle.com/technetwork/products/berkeleydb/] (see license below)
* Project Lombok [https://projectlombok.org/]
* Reflections8 [https://github.com/aschoerk/reflections8]
* SLF4J [https://www.slf4j.org/]
* Spatial4j [https://github.com/locationtech/spatial4j]
* Vavr [https://www.vavr.io/]
87 changes: 2 additions & 85 deletions hugegraph-server/hugegraph-dist/release-docs/NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Apache HugeGraph(incubating)
Copyright 2022-2023 The Apache Software Foundation
Copyright 2022-2024 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
Expand All @@ -13,7 +13,7 @@ JanusGraph NOTICE
========================================================================
==============================================================
JanusGraph: Distributed Graph Database
Copyright 2012 and onwards JanusGraph Authors
Copyright 2012 with JanusGraph Authors
==============================================================

This product includes software developed by JanusGraph contributors listed
Expand All @@ -28,40 +28,6 @@ DataStax) and the following individuals:
* Stephen Mallette
* Pavel Yaskevich

It also includes software from other open source projects including, but not limited to (check pom.xml for complete listing):

* Apache Cassandra [https://cassandra.apache.org/]
* Apache Commons [https://commons.apache.org/]
* Apache Groovy [http://groovy-lang.org/]
* Apache HBase [https://hbase.apache.org/]
* Apache Hadoop [https://hadoop.apache.org/]
* Apache Kerby [https://github.com/apache/directory-kerby]
* Apache Log4j [https://logging.apache.org/log4j]
* Apache Lucene [https://lucene.apache.org/]
* Apache Solr [https://lucene.apache.org/solr/]
* Apache TinkerPop [https://tinkerpop.apache.org/]
* Astyanax [https://github.com/Netflix/astyanax]
* DataStax Driver for Apache Cassandra [https://github.com/datastax/java-driver]
* EasyMock [http://easymock.org/]
* Elasticsearch [https://www.elastic.co/]
* Google Cloud Bigtable [https://github.com/googlecloudplatform/cloud-bigtable-client]
* Google Guava [https://github.com/google/guava]
* HPPC [https://labs.carrotsearch.com/hppc.html]
* JUnit [https://www.junit.org/]
* Jackson [https://github.com/FasterXML/jackson]
* Kryo [https://github.com/EsotericSoftware/kryo]
* Metrics [https://metrics.dropwizard.io]
* Mockito [https://site.mockito.org/]
* Noggit [https://github.com/yonik/noggit]
* OpenRDF [http://rdf4j.org/]
* Oracle BerkeleyDB Java Edition [https://www.oracle.com/technetwork/products/berkeleydb/] (see license below)
* Project Lombok [https://projectlombok.org/]
* Reflections8 [https://github.com/aschoerk/reflections8]
* SLF4J [https://www.slf4j.org/]
* Spatial4j [https://github.com/locationtech/spatial4j]
* Vavr [https://www.vavr.io/]


========================================================================

airline NOTICE
Expand Down Expand Up @@ -110,9 +76,6 @@ audience-annotations NOTICE
Apache Yetus - Audience Annotations
Copyright 2015-2017 The Apache Software Foundation

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

========================================================================

asm NOTICE
Expand Down Expand Up @@ -210,9 +173,6 @@ Apache TinkerPop NOTICE
Apache TinkerPop
Copyright 2015-2022 The Apache Software Foundation.

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

------------------------------------------------------------------------
Activiti
------------------------------------------------------------------------
Expand Down Expand Up @@ -243,10 +203,6 @@ gremlin-console NOTICE
Apache TinkerPop :: Gremlin Console
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-core NOTICE
Expand All @@ -257,10 +213,6 @@ This product contains code form the JanusGraph Project:
Apache TinkerPop :: Gremlin Core
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-driver NOTICE
Expand All @@ -270,10 +222,6 @@ gremlin-driver NOTICE
Apache TinkerPop :: Gremlin Driver
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-groovy NOTICE
Expand All @@ -283,10 +231,6 @@ gremlin-groovy NOTICE
Apache TinkerPop :: Gremlin Groovy
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-server NOTICE
Expand All @@ -296,10 +240,6 @@ gremlin-server NOTICE
Apache TinkerPop :: Gremlin Server
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-shaded NOTICE
Expand All @@ -309,10 +249,6 @@ gremlin-shaded NOTICE
Apache TinkerPop :: Gremlin Shaded
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

gremlin-test NOTICE
Expand All @@ -322,9 +258,6 @@ gremlin-test NOTICE
Apache TinkerPop :: Gremlin Test
Copyright 2013-2021 Apache Software Foundation

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


========================================================================

Expand All @@ -347,8 +280,6 @@ groovy-cli-picocli NOTICE
Apache Groovy
Copyright 2003-2020 The Apache Software Foundation

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

groovy-console NOTICE
Expand All @@ -357,9 +288,6 @@ groovy-console NOTICE
Apache Groovy
Copyright 2003-2020 The Apache Software Foundation

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

========================================================================

groovy-swing NOTICE
Expand All @@ -368,8 +296,6 @@ groovy-swing NOTICE
Apache Groovy
Copyright 2003-2020 The Apache Software Foundation

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

groovy-templates NOTICE
Expand All @@ -378,8 +304,6 @@ groovy-templates NOTICE
Apache Groovy
Copyright 2003-2020 The Apache Software Foundation

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

groovy-xml NOTICE
Expand All @@ -388,8 +312,6 @@ groovy-xml NOTICE
Apache Groovy
Copyright 2003-2020 The Apache Software Foundation

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

hbase-shaded-endpoint NOTICE
Expand All @@ -399,11 +321,6 @@ hbase-shaded-endpoint NOTICE
hugegraph-hbase-shaded-endpoint
Copyright 2007-2021 The Apache Software Foundation

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

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
====
hugegraph-hbase-shaded-endpoint contained works

Expand Down