]> git.decadent.org.uk Git - dak.git/commitdiff
Remove remaining $Id$ strings.
authorJames Troup <james@nocrew.org>
Mon, 22 May 2006 00:14:51 +0000 (19:14 -0500)
committerJames Troup <james@nocrew.org>
Mon, 22 May 2006 00:14:51 +0000 (19:14 -0500)
12 files changed:
dak/test/001/test.py
dak/test/002/test.py
dak/test/003/test.py
dak/test/004/test.py
dak/test/005/test.py
dak/test/006/test.py
daklib/logging.py
daklib/utils.py
scripts/debian/copyoverrides
scripts/debian/mkchecksums
scripts/debian/mklslar
scripts/debian/mkmaintainers

index 7931ac187199a1064fb1e32f84980308c8e7778f..05560c36be5775982191a20e6d1067b79eb416e0 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 
 # Check utils.parse_changes()'s .dsc file validation
-# Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.1 2001-01-28 09:06:44 troup Exp $
+# Copyright (C) 2000, 2006  James Troup <james@nocrew.org>
 
 # 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
index 367a1de062324461c4ea2f1993719ac2a31243bd..e31f7d888b2fd9bcbc405615871a1e3fcdd9ebeb 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 
 # Check utils.parse_changes()'s for handling empty files
-# Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.1 2001-03-02 02:31:07 troup Exp $
+# Copyright (C) 2000, 2006  James Troup <james@nocrew.org>
 
 # 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
index 6e3935b2840fd73318aa1a83c7e9302f6a6e7df7..ce07c11811c362a5d85f6d1f42b6da0d9bc5f81d 100755 (executable)
@@ -2,7 +2,6 @@
 
 # Check utils.parse_changes()'s for handling of multi-line fields
 # Copyright (C) 2000, 2006  James Troup <james@nocrew.org>
-# $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
index 014f6c6c7f577f30998e2dcadc74433408f56482..4aa6b48079f00d6928467e7b4343e70b17527cd3 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 
 # Check utils.extract_component_from_section()
-# Copyright (C) 2000  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.3 2002-10-16 02:47:32 troup Exp $
+# Copyright (C) 2000, 2006  James Troup <james@nocrew.org>
 
 # 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
index a84db60e8208cc43a02b439e167e56f11ce83e87..b5d3bbc7caf7c60f69e5859b274b947238b064dd 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/env python
 
 # Check utils.parse_changes() correctly ignores data outside the signed area
-# Copyright (C) 2004  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.3 2004-03-11 00:22:19 troup Exp $
+# Copyright (C) 2004, 2006  James Troup <james@nocrew.org>
 
 # 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
index 9293c02110f4daa1e585cb135883868941021bd1..b7594bcf98ed3603620295b90574a0ff76775294 100755 (executable)
@@ -2,8 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Test utils.fix_maintainer()
-# Copyright (C) 2004  James Troup <james@nocrew.org>
-# $Id: test.py,v 1.2 2004-06-23 23:11:51 troup Exp $
+# Copyright (C) 2004, 2006  James Troup <james@nocrew.org>
 
 # 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
index 11792c8baff4911965aad7907ba14676d7b64cc6..9b27aeb790f906eac7fbd6a1a666586954d68e89 100644 (file)
@@ -2,7 +2,6 @@
 
 # Logging functions
 # Copyright (C) 2001, 2002, 2006  James Troup <james@nocrew.org>
-# $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
index 230391a192a2e046b1ead07b38a722182270a279..1e182958e3f7a06ae161f3a1f1abc710cd9820c8 100644 (file)
@@ -2,7 +2,6 @@
 
 # Utility functions
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006  James Troup <james@nocrew.org>
-# $Id: utils.py,v 1.73 2005-03-18 05:24:38 troup Exp $
 
 ################################################################################
 
index 73ecea163b060d16a13d926af671d4dbe25d1aeb..a90db62d706b8a7392a5fd9ce32b2bc00d9dc3df 100755 (executable)
@@ -1,5 +1,4 @@
 #! /bin/sh
-# $Id: copyoverrides,v 1.2 2001-01-10 06:01:07 troup Exp $
 
 set -e
 . $SCRIPTVARS
index b99fd866f1f358684666ca29af8e5407feb2bdfa..575d55c553658800864488097739052afda9824c 100755 (executable)
@@ -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
index 5d72df5f7dd5dd683dc703da46c7e136d0c18a91..19363f1f89d43d360132f1975427794ce333ec4e 100755 (executable)
@@ -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
index e15cf8734cf78390653600fffc8a71da3a85e25d..bf141039546e72d090089562432a9633113b72a1 100755 (executable)
@@ -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 ... '