Skip to content
Open
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ COPILOT.md

# maven ignore

apache-hugegraph-*-incubating-*/
apache-hugegraph-*/
*.war
*.zip
*.tar
Expand Down
1 change: 0 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ header: # `header` section is configurations for source codes license header.
- '.gitignore'
- 'LICENSE'
- 'NOTICE'
- 'DISCLAIMER'
- '**/*.md'
- '**/*.versionsBackup'
- '**/*.log'
Expand Down
7 changes: 0 additions & 7 deletions DISCLAIMER

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache HugeGraph(incubating)
Apache HugeGraph
Copyright 2022-2025 The Apache Software Foundation

This product includes software developed at
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![Build Status](https://github.com/apache/hugegraph-computer/actions/workflows/computer-ci.yml/badge.svg)](https://github.com/apache/hugegraph-computer/actions/workflows/computer-ci.yml)
[![codecov](https://codecov.io/gh/apache/incubator-hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-hugegraph-computer)
[![codecov](https://codecov.io/gh/apache/hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/hugegraph-computer)
[![Docker Pulls](https://img.shields.io/docker/pulls/hugegraph/hugegraph-computer)](https://hub.docker.com/repository/docker/hugegraph/hugegraph-computer)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/apache/hugegraph-computer)

Expand Down Expand Up @@ -231,7 +231,7 @@ For large-scale distributed graph processing on Kubernetes or YARN clusters, see

1. [hugegraph](https://github.com/apache/hugegraph) - Graph database core (Server + PD + Store)
2. [hugegraph-toolchain](https://github.com/apache/hugegraph-toolchain) - Graph tools (Loader/Hubble/Tools/Client)
3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
3. [hugegraph-ai](https://github.com/apache/hugegraph-ai) - Graph AI/LLM/Knowledge Graph system
4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website

## Contributing
Expand All @@ -245,15 +245,15 @@ We recommend using [GitHub Desktop](https://desktop.github.com/) to simplify the

Thank you to all contributors!

[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-computer)](https://github.com/apache/incubator-hugegraph-computer/graphs/contributors)
[![contributors graph](https://contrib.rocks/image?repo=apache/hugegraph-computer)](https://github.com/apache/hugegraph-computer/graphs/contributors)

## License

HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).

## Contact Us

- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/incubator-hugegraph-computer/issues)
- **GitHub Issues**: [Report bugs or request features](https://github.com/apache/hugegraph-computer/issues)
- **Email**: [dev@hugegraph.apache.org](mailto:dev@hugegraph.apache.org) ([subscribe first](https://hugegraph.apache.org/docs/contribution-guidelines/subscribe/))
- **Slack**: [Join ASF HugeGraph channel](https://the-asf.slack.com/archives/C059UU2FJ23)
- **WeChat**: Scan QR code to follow Apache HugeGraph official account
Expand Down
2 changes: 1 addition & 1 deletion computer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,4 @@ See the main [Contributing Guide](../README.md#contributing) for how to contribu

## License

HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
HugeGraph-Computer is licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).
4 changes: 2 additions & 2 deletions computer/computer-dist/release-docs/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@


============================================================================
APACHE HUGEGRAPH (Incubating) SUBCOMPONENTS:
APACHE HUGEGRAPH SUBCOMPONENTS:

The Apache HugeGraph(Incubating) project contains subcomponents with separate copyright
The Apache HugeGraph project contains subcomponents with separate copyright
notices and license terms. Your use of the source code for the these
subcomponents is subject to the terms and conditions of the following
licenses.
Expand Down
2 changes: 1 addition & 1 deletion computer/computer-dist/release-docs/NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apache HugeGraph(incubating)
Apache HugeGraph
Copyright 2022-2023 The Apache Software Foundation

This product includes software developed at
Expand Down
8 changes: 4 additions & 4 deletions computer/computer-dist/scripts/apache-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ rm -rf dist && mkdir -p dist/apache-${REPO}
cd ../../../ || exit
pwd
git archive --format=tar.gz \
--output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-incubating-${RELEASE_VERSION}-src.tar.gz" \
--prefix="apache-${REPO}-incubating-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
--output="computer/computer-dist/scripts/dist/apache-${REPO}/apache-${REPO}-${RELEASE_VERSION}-src.tar.gz" \
--prefix="apache-${REPO}-${RELEASE_VERSION}-src/" "${GIT_BRANCH}" || exit
cd - || exit

# step2: copy the binary file (Optional)
# Note: it's optional for project to generate binary package (skip this step if not need)
#cp -v ../../target/apache-${REPO}-incubating-"${RELEASE_VERSION}".tar.gz \
#cp -v ../../target/apache-${REPO}-"${RELEASE_VERSION}".tar.gz \
# dist/apache-${REPO} || exit

# step3: sign + hash
Expand Down Expand Up @@ -83,7 +83,7 @@ cd ../ || exit
rm -rf ${SVN_DIR}

##### 4.1 pull from remote & copy files
svn co "https://dist.apache.org/repos/dist/dev/incubator/${GROUP}" ${SVN_DIR}
svn co "https://dist.apache.org/repos/dist/dev/${GROUP}" ${SVN_DIR}
mkdir -p ${SVN_DIR}/"${RELEASE_VERSION}"
cp -v apache-${REPO}/*tar.gz* "${SVN_DIR}/${RELEASE_VERSION}"
cd ${SVN_DIR} || exit
Expand Down
7 changes: 0 additions & 7 deletions computer/computer-dist/src/assembly/descriptor/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,6 @@
<directory>${top.level.dir}/computer-dist/release-docs/</directory>
<outputDirectory>/</outputDirectory>
</fileSet>
<fileSet>
<directory>${top.level.dir}</directory>
<outputDirectory>/</outputDirectory>
<includes>
<include>DISCLAIMER*</include>
</includes>
</fileSet>
</fileSets>

<dependencySets>
Expand Down
7 changes: 3 additions & 4 deletions computer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<developers>
<developer>
<id>Apache Hugegraph(Incubating)</id>
<id>Apache HugeGraph</id>
<email>dev-subscribe@hugegraph.apache.org</email>
<url>https://hugegraph.apache.org/</url>
</developer>
Expand All @@ -57,7 +57,7 @@
<name>Development List</name>
<subscribe>dev-subscribe@hugegraph.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@hugegraph.apache.org</unsubscribe>
<post>dev@hugegraph.incubator.apache.org</post>
<post>dev@hugegraph.apache.org</post>
</mailingList>
<mailingList>
<name>Commits List</name>
Expand Down Expand Up @@ -99,7 +99,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<top.level.dir>${project.basedir}/..</top.level.dir>
<release.name>hugegraph-computer</release.name>
<final.name>apache-${release.name}-incubating-${project.version}</final.name>
<final.name>apache-${release.name}-${project.version}</final.name>
<compiler.source>11</compiler.source>
<compiler.target>11</compiler.target>
<shell-executable>bash</shell-executable>
Expand Down Expand Up @@ -319,7 +319,6 @@
<exclude>**/target/*</exclude>
<exclude>.github/**/*</exclude>
<exclude>**/.flattened-pom.xml</exclude>
<exclude>DISCLAIMER</exclude>
<exclude>**/zz_generated.deepcopy.go</exclude>
</excludes>
<consoleOutput>true</consoleOutput>
Expand Down
2 changes: 1 addition & 1 deletion vermeer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,4 +543,4 @@ See the main [Contributing Guide](../README.md#contributing) for how to contribu

## License

Vermeer is part of Apache HugeGraph-Computer, licensed under [Apache 2.0 License](https://github.com/apache/incubator-hugegraph-computer/blob/master/LICENSE).
Vermeer is part of Apache HugeGraph-Computer, licensed under [Apache 2.0 License](https://github.com/apache/hugegraph-computer/blob/master/LICENSE).