Skip to content

Commit

Permalink
licence: remove the GPL as an alternative licence (#118)
Browse files Browse the repository at this point in the history
We only license Speedb under the Apache 2.0 licence, so we need to remove
the GPL text from the repository. Since GNU Parallel is currently
vendored in the repo and requires having a copy of the GPL text, remove
it as well and depend on the system installed binary if exists (out build
instructions ask users to install it anyway, and it's installed in CI).
  • Loading branch information
isaac-io committed Aug 9, 2022
1 parent 97a5188 commit cffc17b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8,325 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Pre
run: |
apt update -y
apt install -y build-essential clang-format parallel libgflags-dev liblz4-dev libsnappy-dev libzstd-dev python3 python3-pip curl
apt install -y build-essential clang-format git parallel libgflags-dev liblz4-dev libsnappy-dev libzstd-dev python3 python3-pip curl
- name: Checkout
uses: actions/checkout@v3
Expand Down
339 changes: 0 additions & 339 deletions COPYING

This file was deleted.

Loading

0 comments on commit cffc17b

Please sign in to comment.