various: add descriptions, attribution, license

This commit is contained in:
Dubiousjim 2013-07-05 00:21:12 -04:00 committed by Natanael Copa
parent 3417b45a1b
commit e1339a9b77
4 changed files with 27 additions and 0 deletions

View File

@ -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>

View File

@ -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() {

View File

@ -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() {

View File

@ -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