diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rwxr-xr-x | bin/catalyst | 1 | ||||
-rw-r--r-- | catalyst/main.py | 1 |
5 files changed, 0 insertions, 8 deletions
@@ -1,5 +1,3 @@ -# $Id$ - The copyright for catalyst is held by the Gentoo Foundation and by each of the individual contributors. @@ -1,5 +1,3 @@ -# $Id$ - Licensing ======================== @@ -1,5 +1,3 @@ -# $Id$ - This file is a rough list of changes that need to be made to catalyst. Global: diff --git a/bin/catalyst b/bin/catalyst index 72a4cb4d..d0d3d639 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -5,7 +5,6 @@ # Release Engineering Team <releng@gentoo.org> # Andrew Gaffney <agaffney@gentoo.org> # Chris Gianelloni <wolf31o2@wolf31o2.org> -# $Id$ from __future__ import print_function diff --git a/catalyst/main.py b/catalyst/main.py index 01c456ea..e15d67d9 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -4,7 +4,6 @@ # Release Engineering Team <releng@gentoo.org> # Andrew Gaffney <agaffney@gentoo.org> # Chris Gianelloni <wolf31o2@wolf31o2.org> -# $Id$ import argparse import datetime |