diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-04-27 21:14:56 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-04-27 22:00:58 +0200 |
commit | c60704f5a6c7a8c10348607604eebfaf3abe983f (patch) | |
tree | 0d68082c3966c7cdd73d2dabc884482e4bae823a /COPYRIGHTS | |
parent | 1ebc73c0d5b9f26bb411462f0e7818d5ee9feb76 (diff) | |
download | abslibre-c60704f5a6c7a8c10348607604eebfaf3abe983f.tar.gz abslibre-c60704f5a6c7a8c10348607604eebfaf3abe983f.tar.bz2 abslibre-c60704f5a6c7a8c10348607604eebfaf3abe983f.zip |
Add file documenting copyrights
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'COPYRIGHTS')
-rw-r--r-- | COPYRIGHTS | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/COPYRIGHTS b/COPYRIGHTS new file mode 100644 index 000000000..10a4b5270 --- /dev/null +++ b/COPYRIGHTS @@ -0,0 +1,29 @@ +Many PKGBUILDs and associated files comes from one of these projects: +- Arch Linux +- Arch Linux ARM +- Arch Linux 32 +- Aur (Arch User repository) + +They typically come without a license, so while most of them seem to +be uncopyrightable due to their extreme simplicity and standardness, +this still creates some legal uncertaincy about their licensing. + +Some PKGBUILDs also come from Hyperbola, and here there is also some +uncertaincy as the project added a CC0 license in its git repository +without adding any clear statement associated with it. We still need +to contact them to get more clarification on their PKGBUILDs licenses +for new contributions. + +Several PKGBUILDS (and associated files) in this repository were +created from scratch, so they don't depend on other projects licensing +decisions. + +And several contributors agreed to license their past and future +contributions to PKGBUILDs in this repository under the CC0 license: +- Andreas Grapentin +- bill-auger +- Denis 'GNUtoo' Carikli +- Freemor + +As for patches, as they are combined with original project source code +they are usually under the same license.
\ No newline at end of file |