summaryrefslogtreecommitdiffstats
path: root/checkapk.in
diff options
context:
space:
mode:
Diffstat (limited to 'checkapk.in')
-rw-r--r--checkapk.in6
1 files changed, 6 insertions, 0 deletions
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