diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2009-09-30 18:24:54 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2009-09-30 18:25:44 +0200 |
commit | 84a3cc191bd99e75260a0dc5791bbe8a8e0b2727 (patch) | |
tree | b58906abafdc501d5451f3f28f1cdb48908d1206 /extradata.py | |
parent | Fix off-by-one (diff) | |
download | repositories-xml-format-84a3cc191bd99e75260a0dc5791bbe8a8e0b2727.tar.gz repositories-xml-format-84a3cc191bd99e75260a0dc5791bbe8a8e0b2727.tar.bz2 repositories-xml-format-84a3cc191bd99e75260a0dc5791bbe8a8e0b2727.zip |
License code under GPL 2 or later
Diffstat (limited to 'extradata.py')
-rw-r--r-- | extradata.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extradata.py b/extradata.py index 806f8ba..3c84fb8 100644 --- a/extradata.py +++ b/extradata.py @@ -1,3 +1,6 @@ +# Copyright (C) 2009 Sebastian Pipping <sebastian@pipping.org> +# Licensed under GPL 2 or later + QUALITY_CORE = 'core' QUALITY_STABLE = 'stable' QUALITY_TESTING = 'testing' |