diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-05 00:21:12 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-08 14:48:56 +0000 |
commit | e1339a9b7754ad1dd1c01b3cdf87ea340c58b461 (patch) | |
tree | f33ab4a4e984765439164935135f174e99773f25 | |
parent | 3417b45a1b1777c51c307117cdf5016565563571 (diff) | |
download | abuild-e1339a9b7754ad1dd1c01b3cdf87ea340c58b461.tar.gz abuild-e1339a9b7754ad1dd1c01b3cdf87ea340c58b461.tar.bz2 abuild-e1339a9b7754ad1dd1c01b3cdf87ea340c58b461.tar.xz abuild-e1339a9b7754ad1dd1c01b3cdf87ea340c58b461.zip |
various: add descriptions, attribution, license
-rw-r--r-- | abuild-sudo.c | 9 | ||||
-rwxr-xr-x | abump.in | 6 | ||||
-rw-r--r-- | apkgrel.in | 6 | ||||
-rw-r--r-- | checkapk.in | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/abuild-sudo.c b/abuild-sudo.c index 66f212a..2f34f3d 100644 --- a/abuild-sudo.c +++ b/abuild-sudo.c @@ -1,3 +1,12 @@ +/* abuild-sudo.c - limited root privileges for users in "abuild" group + * + * Copyright (C) 2012 Natanael Copa <ncopa@alpinelinux.org> + * All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 as published + * by the Free Software Foundation. See http://www.gnu.org/ for details. + */ #include <sys/types.h> @@ -1,5 +1,11 @@ #!/bin/sh +# abump - bump pkgver in APKBUILDs +# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org> +# +# Distributed under GPL-2 +# + program=${0##*/} die() { @@ -1,5 +1,11 @@ #!/bin/sh +# apkgrel - display or bump pkgrel in APKBUILDs +# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org> +# +# Distributed under GPL-2 +# + program=${0##*/} do_show() { diff --git a/checkapk.in b/checkapk.in index 76d63eb..9c1d9fd 100644 --- a/checkapk.in +++ b/checkapk.in @@ -1,5 +1,11 @@ #!/bin/sh +# checkapk - find ABI breakages in package upgrades +# Copyright (c) 2012 Natanael Copa <natanael.copa@gmail.com> +# +# Distributed under GPL-2 +# + die() { echo "$@" >&2 exit 1 |