From c790b7ce4c8e3b95b1ef0103129388c06c5eaa4b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 24 Mar 2010 00:13:00 -0700 Subject: Remove all svn $Id keywords. --- pym/repoman/checks.py | 1 - pym/repoman/errors.py | 1 - pym/repoman/herdbase.py | 1 - pym/repoman/utilities.py | 1 - 4 files changed, 4 deletions(-) (limited to 'pym/repoman') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 79ba892e6..c918eea6d 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -1,7 +1,6 @@ # repoman: Checks # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ """This module contains functions used in Repoman to ascertain the quality and correctness of an ebuild.""" diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index cd1d7e3d7..c419b79fa 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -1,7 +1,6 @@ # repoman: Error Messages # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ COPYRIGHT_ERROR = 'Invalid Gentoo Copyright on line: %d' LICENSE_ERROR = 'Invalid Gentoo/GPL License on line: %d' diff --git a/pym/repoman/herdbase.py b/pym/repoman/herdbase.py index 3734a2f0a..924839a61 100644 --- a/pym/repoman/herdbase.py +++ b/pym/repoman/herdbase.py @@ -2,7 +2,6 @@ # repoman: Herd database analysis # Copyright 2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: $ import xml.etree.ElementTree as ET from xml.parsers.expat import ExpatError diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py index 1efed7663..cd7f5ea87 100644 --- a/pym/repoman/utilities.py +++ b/pym/repoman/utilities.py @@ -1,7 +1,6 @@ # repoman: Utilities # Copyright 2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ """This module contains utility functions to help repoman find ebuilds to scan""" -- cgit v1.2.3-1-g7c22