From e2110abd8654360401bd66eaf32b16e66a92d059 Mon Sep 17 00:00:00 2001 From: James Troup Date: Sun, 21 May 2006 19:14:51 -0500 Subject: [PATCH] Remove remaining $Id$ strings. --- dak/test/001/test.py | 3 +-- dak/test/002/test.py | 3 +-- dak/test/003/test.py | 1 - dak/test/004/test.py | 3 +-- dak/test/005/test.py | 3 +-- dak/test/006/test.py | 3 +-- daklib/logging.py | 1 - daklib/utils.py | 1 - scripts/debian/copyoverrides | 1 - scripts/debian/mkchecksums | 1 - scripts/debian/mklslar | 1 - scripts/debian/mkmaintainers | 1 - 12 files changed, 5 insertions(+), 17 deletions(-) diff --git a/dak/test/001/test.py b/dak/test/001/test.py index 7931ac18..05560c36 100755 --- a/dak/test/001/test.py +++ b/dak/test/001/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.parse_changes()'s .dsc file validation -# Copyright (C) 2000 James Troup -# $Id: test.py,v 1.1 2001-01-28 09:06:44 troup Exp $ +# Copyright (C) 2000, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dak/test/002/test.py b/dak/test/002/test.py index 367a1de0..e31f7d88 100755 --- a/dak/test/002/test.py +++ b/dak/test/002/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.parse_changes()'s for handling empty files -# Copyright (C) 2000 James Troup -# $Id: test.py,v 1.1 2001-03-02 02:31:07 troup Exp $ +# Copyright (C) 2000, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dak/test/003/test.py b/dak/test/003/test.py index 6e3935b2..ce07c118 100755 --- a/dak/test/003/test.py +++ b/dak/test/003/test.py @@ -2,7 +2,6 @@ # Check utils.parse_changes()'s for handling of multi-line fields # Copyright (C) 2000, 2006 James Troup -# $Id: test.py,v 1.2 2002-10-16 02:47:32 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dak/test/004/test.py b/dak/test/004/test.py index 014f6c6c..4aa6b480 100755 --- a/dak/test/004/test.py +++ b/dak/test/004/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.extract_component_from_section() -# Copyright (C) 2000 James Troup -# $Id: test.py,v 1.3 2002-10-16 02:47:32 troup Exp $ +# Copyright (C) 2000, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dak/test/005/test.py b/dak/test/005/test.py index a84db60e..b5d3bbc7 100755 --- a/dak/test/005/test.py +++ b/dak/test/005/test.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # Check utils.parse_changes() correctly ignores data outside the signed area -# Copyright (C) 2004 James Troup -# $Id: test.py,v 1.3 2004-03-11 00:22:19 troup Exp $ +# Copyright (C) 2004, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/dak/test/006/test.py b/dak/test/006/test.py index 9293c021..b7594bcf 100755 --- a/dak/test/006/test.py +++ b/dak/test/006/test.py @@ -2,8 +2,7 @@ # -*- coding: utf-8 -*- # Test utils.fix_maintainer() -# Copyright (C) 2004 James Troup -# $Id: test.py,v 1.2 2004-06-23 23:11:51 troup Exp $ +# Copyright (C) 2004, 2006 James Troup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/daklib/logging.py b/daklib/logging.py index 11792c8b..9b27aeb7 100644 --- a/daklib/logging.py +++ b/daklib/logging.py @@ -2,7 +2,6 @@ # Logging functions # Copyright (C) 2001, 2002, 2006 James Troup -# $Id: logging.py,v 1.4 2005-11-15 09:50:32 ajt Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/daklib/utils.py b/daklib/utils.py index 230391a1..1e182958 100644 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -2,7 +2,6 @@ # Utility functions # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 James Troup -# $Id: utils.py,v 1.73 2005-03-18 05:24:38 troup Exp $ ################################################################################ diff --git a/scripts/debian/copyoverrides b/scripts/debian/copyoverrides index 73ecea16..a90db62d 100755 --- a/scripts/debian/copyoverrides +++ b/scripts/debian/copyoverrides @@ -1,5 +1,4 @@ #! /bin/sh -# $Id: copyoverrides,v 1.2 2001-01-10 06:01:07 troup Exp $ set -e . $SCRIPTVARS diff --git a/scripts/debian/mkchecksums b/scripts/debian/mkchecksums index b99fd866..575d55c5 100755 --- a/scripts/debian/mkchecksums +++ b/scripts/debian/mkchecksums @@ -1,6 +1,5 @@ #!/bin/sh # Update the md5sums file -# $Id: mkchecksums,v 1.2 2000-12-20 08:15:35 troup Exp $ set -e . $SCRIPTVARS diff --git a/scripts/debian/mklslar b/scripts/debian/mklslar index 5d72df5f..19363f1f 100755 --- a/scripts/debian/mklslar +++ b/scripts/debian/mklslar @@ -1,6 +1,5 @@ #!/bin/sh # Update the ls-lR. -# $Id: mklslar,v 1.3 2001-09-24 21:47:54 rmurray Exp $ set -e . $SCRIPTVARS diff --git a/scripts/debian/mkmaintainers b/scripts/debian/mkmaintainers index e15cf873..bf141039 100755 --- a/scripts/debian/mkmaintainers +++ b/scripts/debian/mkmaintainers @@ -1,5 +1,4 @@ #! /bin/sh -# $Id: mkmaintainers,v 1.3 2004-02-27 20:09:51 troup Exp $ echo echo -n 'Creating Maintainers index ... ' -- 2.39.2