diff options
author | Michael Klich <michal@michalklich.com> | 2015-06-13 14:01:32 +0100 |
---|---|---|
committer | Michael Klich <michal@michalklich.com> | 2015-06-13 14:01:32 +0100 |
commit | 53a1761e1a590814bc78b840b95ea15d43ab35e1 (patch) | |
tree | a5cca8854c9cf0e0d69c068845d91396501ca8d0 | |
parent | Rename ebuild (diff) | |
download | mklich-53a1761e1a590814bc78b840b95ea15d43ab35e1.tar.gz mklich-53a1761e1a590814bc78b840b95ea15d43ab35e1.tar.bz2 mklich-53a1761e1a590814bc78b840b95ea15d43ab35e1.zip |
Add required header
-rw-r--r-- | dev-python/cookiecutter/cookiecutter-1.0.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild b/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild index e674657..24e2e6f 100644 --- a/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild +++ b/dev-python/cookiecutter/cookiecutter-1.0.0.ebuild @@ -1,3 +1,7 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + EAPI="5" PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) |