#import datetime
#set $year = datetime.datetime.now().year
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: $package_name
Upstream-Contact: $maintainer

Files: *
#if $explicit_copyright
Copyright: $explicit_copyright
#else
Copyright: $year $maintainer
#end if
License: $license
#import os.path
#set $path = os.path.join("/usr/share/common-licenses", $license)
#if os.path.exists($path)
 The full text of the can be found in the file '$path'.
#end if

Files: debian/*
Copyright: $year The friendly pkgme.net robot
License: public-domain
