From: Alec Warner Date: Thu, 7 Dec 2006 22:25:30 +0000 (-0000) Subject: portage_versions lacks a header or copyright notice :x X-Git-Tag: v2.1.2~372 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=295d6ca584c205b419ab37e1be620fb172a3518b;p=portage.git portage_versions lacks a header or copyright notice :x svn path=/main/trunk/; revision=5208 --- 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+))?$")