summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2012-05-29 20:01:55 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2012-05-29 20:01:55 +0200
commit7a609185919b27a55aa18831d68b2a12d00de592 (patch)
tree4fd4df04bfd0e010352f910615cce65eca252c5a
parentf18b68347a6dfb16deb2eeebee117de90ba02d19 (diff)
downloadalpine-stats-7a609185919b27a55aa18831d68b2a12d00de592.tar.bz2
alpine-stats-7a609185919b27a55aa18831d68b2a12d00de592.tar.xz
Added license details to file header
-rw-r--r--packages.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages.py b/packages.py
index a3cebf5..3c91fb8 100644
--- a/packages.py
+++ b/packages.py
@@ -1,3 +1,14 @@
+#!/env/python
+# This simple script is setting up a Alpine Linux installation in a chroot.
+# chroot will be placed in the current working directory.
+#
+# This script can be used to do stuff for the Trivia page.
+# http://wiki.alpinelinux.org/wiki/Trivia
+#
+# Licensed under GPLv2
+#
+# Copyright (c) 2012 Fabian Affolter <fabian at affolter-engineering.ch>
+
import os
import sys
import urllib2