summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-05-06 22:32:41 +0200
committerGuillem Jover <guillem@debian.org>2018-05-07 13:41:31 +0200
commit164f1b78d1849a0f33df7352875f86e28f5de06a (patch)
tree42a7fda9dcff70b530b8c464124b39bcd00ed997 /methods
parente85987ab2281e765a2b3e19aefe7f99f656428d8 (diff)
Remove obsolete RCS keywords
Prompted-by: Jakub Wilk <jwilk@debian.org>
Diffstat (limited to 'methods')
-rw-r--r--methods/cdrom.cc1
-rw-r--r--methods/connect.cc1
-rw-r--r--methods/connect.h1
-rw-r--r--methods/copy.cc1
-rw-r--r--methods/file.cc1
-rw-r--r--methods/ftp.cc1
-rw-r--r--methods/ftp.h3
-rw-r--r--methods/http.cc1
-rw-r--r--methods/http.h3
-rw-r--r--methods/rfc2553emu.cc1
-rw-r--r--methods/rfc2553emu.h1
-rw-r--r--methods/rsh.cc1
-rw-r--r--methods/rsh.h3
13 files changed, 3 insertions, 16 deletions
diff --git a/methods/cdrom.cc b/methods/cdrom.cc
index 3900e3e64..d8c032744 100644
--- a/methods/cdrom.cc
+++ b/methods/cdrom.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cdrom.cc,v 1.20.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
CDROM URI method for APT
diff --git a/methods/connect.cc b/methods/connect.cc
index 519031ace..35f2da397 100644
--- a/methods/connect.cc
+++ b/methods/connect.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: connect.cc,v 1.10.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
Connect - Replacement connect call
diff --git a/methods/connect.h b/methods/connect.h
index 63a94400e..86f6d529c 100644
--- a/methods/connect.h
+++ b/methods/connect.h
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: connect.h,v 1.3 2001/02/20 07:03:18 jgg Exp $
/* ######################################################################
Connect - Replacement connect call
diff --git a/methods/copy.cc b/methods/copy.cc
index cc2fe9ea4..9a8665446 100644
--- a/methods/copy.cc
+++ b/methods/copy.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: copy.cc,v 1.7.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
Copy URI - This method takes a uri like a file: uri and copies it
diff --git a/methods/file.cc b/methods/file.cc
index 269fb432d..ff4301576 100644
--- a/methods/file.cc
+++ b/methods/file.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: file.cc,v 1.9.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
File URI method for APT
diff --git a/methods/ftp.cc b/methods/ftp.cc
index 2daba8ffe..ebe555a04 100644
--- a/methods/ftp.cc
+++ b/methods/ftp.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: ftp.cc,v 1.31.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
FTP Acquire Method - This is the FTP acquire method for APT.
diff --git a/methods/ftp.h b/methods/ftp.h
index 52b856637..da9887bfd 100644
--- a/methods/ftp.h
+++ b/methods/ftp.h
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
-// Description /*{{{*/// $Id: ftp.h,v 1.4 2001/03/06 07:15:29 jgg Exp $
-// $Id: ftp.h,v 1.4 2001/03/06 07:15:29 jgg Exp $
+// Description /*{{{*/
/* ######################################################################
FTP Acquire Method - This is the FTP acquire method for APT.
diff --git a/methods/http.cc b/methods/http.cc
index 5d286bcb4..4514c3d60 100644
--- a/methods/http.cc
+++ b/methods/http.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: http.cc,v 1.59 2004/05/08 19:42:35 mdz Exp $
/* ######################################################################
HTTP Acquire Method - This is the HTTP acquire method for APT.
diff --git a/methods/http.h b/methods/http.h
index 84cc0b2b1..d511196e3 100644
--- a/methods/http.h
+++ b/methods/http.h
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
-// Description /*{{{*/// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
-// $Id: http.h,v 1.12 2002/04/18 05:09:38 jgg Exp $
+// Description /*{{{*/
/* ######################################################################
HTTP Acquire Method - This is the HTTP acquire method for APT.
diff --git a/methods/rfc2553emu.cc b/methods/rfc2553emu.cc
index 13f79391a..72b3fc42b 100644
--- a/methods/rfc2553emu.cc
+++ b/methods/rfc2553emu.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: rfc2553emu.cc,v 1.8 2001/02/20 07:03:18 jgg Exp $
/* ######################################################################
RFC 2553 Emulation - Provides emulation for RFC 2553 getaddrinfo,
diff --git a/methods/rfc2553emu.h b/methods/rfc2553emu.h
index 462bfe26f..65d744d32 100644
--- a/methods/rfc2553emu.h
+++ b/methods/rfc2553emu.h
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: rfc2553emu.h,v 1.4 2000/06/18 06:04:45 jgg Exp $
/* ######################################################################
RFC 2553 Emulation - Provides emulation for RFC 2553 getaddrinfo,
diff --git a/methods/rsh.cc b/methods/rsh.cc
index 69a51a13d..7f1d1cc69 100644
--- a/methods/rsh.cc
+++ b/methods/rsh.cc
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: rsh.cc,v 1.6.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
RSH method - Transfer files via rsh compatible program
diff --git a/methods/rsh.h b/methods/rsh.h
index dee4ad647..acdcb64e3 100644
--- a/methods/rsh.h
+++ b/methods/rsh.h
@@ -1,6 +1,5 @@
// -*- mode: cpp; mode: fold -*-
-// Description /*{{{*/// $Id: rsh.h,v 1.4 2002/11/09 23:33:26 doogie Exp $
-// $Id: rsh.h,v 1.4 2002/11/09 23:33:26 doogie Exp $
+// Description /*{{{*/
/* ######################################################################
RSH method - Transfer files via rsh compatible program