diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-04-27 20:22:41 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-04-27 20:22:54 +0200 |
commit | a86c71c940d8e7a3918a30be7a4aa2cb7d00cc5b (patch) | |
tree | a6df88fec8ba201e0a9f3dd83d13e2249afd3fa3 /libre-testing | |
parent | 72b188b35ce54224c02961c88914120a79a33e31 (diff) | |
download | abslibre-a86c71c940d8e7a3918a30be7a4aa2cb7d00cc5b.tar.gz abslibre-a86c71c940d8e7a3918a30be7a4aa2cb7d00cc5b.tar.bz2 abslibre-a86c71c940d8e7a3918a30be7a4aa2cb7d00cc5b.zip |
libre: your-sanity: Add PKGBUILD license
Freemor agreed to use the CC0 licenses for all the ebuilds made by
pers[1].
[1] On the 27 April 2021 on #parabola on liberachat we have:
02:31 < Freemor> re: PKGBUILD license - I'm fine with both the CC)
and the README
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre-testing')
-rw-r--r-- | libre-testing/your-system-sanity/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libre-testing/your-system-sanity/PKGBUILD b/libre-testing/your-system-sanity/PKGBUILD index 9aca42d2d..800f21131 100644 --- a/libre-testing/your-system-sanity/PKGBUILD +++ b/libre-testing/your-system-sanity/PKGBUILD @@ -1,4 +1,7 @@ -# Maintainer: Parabola Project <dev@lists.parabola.nu> +# Copyright (C) 2019 Freemor <freemor@freemor.ca> +# This program is free software: you can redistribute it and/or modify +# it under the terms of the CC0 1.0 License. +# Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=your-system-sanity pkgdesc="This package Warns about and fails to install/upgrade any offending Third Party Package Manager." |