diff options
-rw-r--r-- | pym/portage_versions.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pym/portage_versions.py b/pym/portage_versions.py index 1d9a1972c..ec01773ad 100644 --- a/pym/portage_versions.py +++ b/pym/portage_versions.py @@ -1,3 +1,9 @@ +# portage_versions.py -- core Portage functionality +# Copyright 1998-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + + import re,string ver_regexp = re.compile("^(cvs\\.)?(\\d+)((\\.\\d+)*)([a-z]?)((_(pre|p|beta|alpha|rc)\\d*)*)(-r(\\d+))?$") |