summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2009-09-30 18:24:54 +0200
committerSebastian Pipping <sebastian@pipping.org>2009-09-30 18:25:44 +0200
commit84a3cc191bd99e75260a0dc5791bbe8a8e0b2727 (patch)
treeb58906abafdc501d5451f3f28f1cdb48908d1206 /extradata.py
parentFix off-by-one (diff)
downloadrepositories-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.py3
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'