From 7a609185919b27a55aa18831d68b2a12d00de592 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 29 May 2012 20:01:55 +0200 Subject: Added license details to file header --- packages.py | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + import os import sys import urllib2 -- cgit v1.2.3