From 9f957894d9a60f32adc56edddf72fa767ded8219 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 4 Jan 2013 15:46:34 +0100 Subject: [PATCH] Remove CVS keywords --- bin/cnid/cnid2_create.in | 1 - bin/megatron/asingle.c | 1 - bin/megatron/asingle.h | 1 - bin/megatron/hqx.c | 1 - bin/megatron/hqx.h | 1 - bin/megatron/macbin.c | 1 - bin/megatron/macbin.h | 1 - bin/megatron/megatron.h | 1 - bin/megatron/nad.c | 1 - bin/megatron/nad.h | 1 - bin/megatron/updcrc.c | 1 - bin/megatron/updcrc.h | 1 - etc/afpd/afp_util.c | 1 - etc/afpd/afs.c | 1 - etc/afpd/appl.c | 1 - etc/afpd/extattrs.h | 1 - etc/afpd/hash.c | 2 -- etc/afpd/hash.h | 1 - etc/afpd/mangle.h | 1 - etc/afpd/nfsquota.c | 1 - etc/afpd/quota.c | 1 - etc/afpd/switch.h | 1 - etc/afpd/uam.c | 1 - etc/afpd/uid.c | 1 - etc/afpd/uid.h | 1 - etc/cnid_dbd/db_param.c | 1 - etc/cnid_dbd/dbd_dbcheck.c | 1 - etc/cnid_dbd/dbd_delete.c | 1 - etc/cnid_dbd/dbd_get.c | 1 - etc/cnid_dbd/dbd_getstamp.c | 1 - etc/cnid_dbd/dbd_lookup.c | 1 - etc/cnid_dbd/dbd_rebuild_add.c | 1 - etc/cnid_dbd/dbd_resolve.c | 1 - etc/cnid_dbd/usockfd.h | 1 - etc/uams/uams_dhx2_passwd.c | 1 - etc/uams/uams_dhx_pam.c | 1 - etc/uams/uams_guest.c | 1 - etc/uams/uams_pam.c | 1 - etc/uams/uams_pgp.c | 1 - etc/uams/uams_randnum.c | 1 - include/atalk/dictionary.h | 3 --- include/atalk/hash.h | 1 - include/atalk/iniparser.h | 2 -- libatalk/acl/cache.h | 1 - libatalk/adouble/ad_size.c | 1 - libatalk/bstring/bstradd.c | 1 - libatalk/cnid/cdb/cnid_cdb_close.c | 1 - libatalk/cnid/cdb/cnid_cdb_delete.c | 1 - libatalk/cnid/cdb/cnid_cdb_meta.c | 1 - libatalk/cnid/cdb/cnid_cdb_meta.h | 1 - libatalk/cnid/cdb/cnid_cdb_nextid.c | 1 - libatalk/cnid/cdb/cnid_cdb_rebuild_add.c | 1 - libatalk/cnid/cdb/cnid_cdb_resolve.c | 1 - libatalk/cnid/cnid_init.c | 1 - libatalk/cnid/last/cnid_last.c | 1 - libatalk/cnid/tdb/cnid_tdb_close.c | 1 - libatalk/cnid/tdb/cnid_tdb_delete.c | 1 - libatalk/cnid/tdb/cnid_tdb_nextid.c | 1 - libatalk/cnid/tdb/cnid_tdb_resolve.c | 1 - libatalk/compat/getusershell.c | 1 - libatalk/compat/mktemp.c | 1 - libatalk/compat/rquota_xdr.c | 1 - libatalk/dsi/dsi_attn.c | 1 - libatalk/dsi/dsi_close.c | 1 - libatalk/dsi/dsi_getsess.c | 1 - libatalk/dsi/dsi_getstat.c | 1 - libatalk/dsi/dsi_tickle.c | 1 - libatalk/dsi/dsi_write.c | 1 - libatalk/iniparser/dictionary.c | 3 --- libatalk/unicode/charsets/mac_roman.h | 1 - libatalk/util/gettok.c | 1 - libatalk/util/locking.c | 1 - libatalk/util/module.c | 1 - macros/afs-check.m4 | 1 - macros/grep-check.m4 | 1 - macros/pam-check.m4 | 1 - macros/perl-check.m4 | 1 - macros/ps-check.m4 | 1 - macros/quota-check.m4 | 1 - macros/ssl-check.m4 | 1 - macros/tcp-wrappers.m4 | 1 - test/afpd/afpfunc_helpers.c | 1 - test/afpd/afpfunc_helpers.h | 1 - test/afpd/subtests.h | 1 - test/afpd/test.h | 1 - 85 files changed, 91 deletions(-) diff --git a/bin/cnid/cnid2_create.in b/bin/cnid/cnid2_create.in index e81ff1f3..c3e3ffd6 100755 --- a/bin/cnid/cnid2_create.in +++ b/bin/cnid/cnid2_create.in @@ -3,7 +3,6 @@ # # Upgrade version 1 CNID databases to version 2 # -# $Id: cnid2_create.in,v 1.2 2005-04-28 20:49:19 bfernhomberg Exp $ # # Copyright (C) Joerg Lenneis 2003 # All Rights Reserved. See COPYING. diff --git a/bin/megatron/asingle.c b/bin/megatron/asingle.c index 73e4ffaa..9ba3918b 100644 --- a/bin/megatron/asingle.c +++ b/bin/megatron/asingle.c @@ -1,5 +1,4 @@ /* - * $Id: asingle.c,v 1.14 2010-01-27 21:27:53 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/bin/megatron/asingle.h b/bin/megatron/asingle.h index c041ccaa..769d58cd 100644 --- a/bin/megatron/asingle.h +++ b/bin/megatron/asingle.h @@ -1,5 +1,4 @@ /* - * $Id: asingle.h,v 1.4 2010-01-27 21:27:53 didg Exp $ */ #ifndef _ASINGLE_H diff --git a/bin/megatron/hqx.c b/bin/megatron/hqx.c index da2f71cf..923ddbd1 100644 --- a/bin/megatron/hqx.c +++ b/bin/megatron/hqx.c @@ -1,5 +1,4 @@ /* - * $Id: hqx.c,v 1.18 2010-01-27 21:27:53 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/bin/megatron/hqx.h b/bin/megatron/hqx.h index 38730d05..b656f0b6 100644 --- a/bin/megatron/hqx.h +++ b/bin/megatron/hqx.h @@ -1,5 +1,4 @@ /* - * $Id: hqx.h,v 1.3 2010-01-27 21:27:53 didg Exp $ */ #ifndef _HQX_H diff --git a/bin/megatron/macbin.c b/bin/megatron/macbin.c index 51b7ac5f..986aac92 100644 --- a/bin/megatron/macbin.c +++ b/bin/megatron/macbin.c @@ -1,5 +1,4 @@ /* - * $Id: macbin.c,v 1.15 2010-01-27 21:27:53 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/bin/megatron/macbin.h b/bin/megatron/macbin.h index d216b1b9..a1c5a3a1 100644 --- a/bin/megatron/macbin.h +++ b/bin/megatron/macbin.h @@ -1,5 +1,4 @@ /* - * $Id: macbin.h,v 1.4 2010-01-27 21:27:53 didg Exp $ */ #ifndef _MACBIN_H diff --git a/bin/megatron/megatron.h b/bin/megatron/megatron.h index c9aa8cee..421a26af 100644 --- a/bin/megatron/megatron.h +++ b/bin/megatron/megatron.h @@ -1,5 +1,4 @@ /* - * $Id: megatron.h,v 1.5 2009-10-14 01:38:28 didg Exp $ */ #ifndef _MEGATRON_H diff --git a/bin/megatron/nad.c b/bin/megatron/nad.c index 9d0b64bf..abe4541c 100644 --- a/bin/megatron/nad.c +++ b/bin/megatron/nad.c @@ -1,5 +1,4 @@ /* - * $Id: nad.c,v 1.18 2010-01-27 21:27:53 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/bin/megatron/nad.h b/bin/megatron/nad.h index 9fa85684..f69e7323 100644 --- a/bin/megatron/nad.h +++ b/bin/megatron/nad.h @@ -1,5 +1,4 @@ /* - * $Id: nad.h,v 1.5 2010-01-27 21:27:53 didg Exp $ */ #ifndef _NAD_H diff --git a/bin/megatron/updcrc.c b/bin/megatron/updcrc.c index d327571d..ca199c8a 100644 --- a/bin/megatron/updcrc.c +++ b/bin/megatron/updcrc.c @@ -1,5 +1,4 @@ /* - * $Id: updcrc.c,v 1.5 2009-10-13 22:55:36 didg Exp $ * * updcrc(3), crc(1) - calculate crc polynomials * diff --git a/bin/megatron/updcrc.h b/bin/megatron/updcrc.h index 0b6039e5..75c38388 100644 --- a/bin/megatron/updcrc.h +++ b/bin/megatron/updcrc.h @@ -1,5 +1,4 @@ /* - * $Id: updcrc.h,v 1.1 2009-10-13 22:55:36 didg Exp $ */ #ifndef _UPDCRC_H diff --git a/etc/afpd/afp_util.c b/etc/afpd/afp_util.c index a8282c22..b7bc00f8 100644 --- a/etc/afpd/afp_util.c +++ b/etc/afpd/afp_util.c @@ -1,5 +1,4 @@ /* - * $Id: afp_util.c,v 1.10 2010-01-23 14:44:42 franklahm Exp $ * * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu) * Copyright (c) 1990,1993 Regents of The University of Michigan. diff --git a/etc/afpd/afs.c b/etc/afpd/afs.c index f11d77eb..efe2ab63 100644 --- a/etc/afpd/afs.c +++ b/etc/afpd/afs.c @@ -1,5 +1,4 @@ /* - * $Id: afs.c,v 1.18 2009-10-15 10:43:13 didg Exp $ * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. */ diff --git a/etc/afpd/appl.c b/etc/afpd/appl.c index 3cba16e0..04dd92d6 100644 --- a/etc/afpd/appl.c +++ b/etc/afpd/appl.c @@ -1,5 +1,4 @@ /* - * $Id: appl.c,v 1.18.4.1 2010-02-01 10:56:08 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/extattrs.h b/etc/afpd/extattrs.h index 64e8482d..68e65905 100644 --- a/etc/afpd/extattrs.h +++ b/etc/afpd/extattrs.h @@ -1,5 +1,4 @@ /* - $Id: extattrs.h,v 1.3 2009-10-15 10:43:13 didg Exp $ Copyright (c) 2009 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/etc/afpd/hash.c b/etc/afpd/hash.c index f1e30685..4861e811 100644 --- a/etc/afpd/hash.c +++ b/etc/afpd/hash.c @@ -14,7 +14,6 @@ * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. * - * $Id: hash.c,v 1.4 2009-11-19 10:37:43 franklahm Exp $ * $Name: $ */ #define NDEBUG @@ -26,7 +25,6 @@ #include "hash.h" #ifdef KAZLIB_RCSID -static const char rcsid[] = "$Id: hash.c,v 1.4 2009-11-19 10:37:43 franklahm Exp $"; #endif #define INIT_BITS 6 diff --git a/etc/afpd/hash.h b/etc/afpd/hash.h index dcac14b6..886344eb 100644 --- a/etc/afpd/hash.h +++ b/etc/afpd/hash.h @@ -14,7 +14,6 @@ * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. * - * $Id: hash.h,v 1.2 2009-10-02 09:32:40 franklahm Exp $ * $Name: $ */ diff --git a/etc/afpd/mangle.h b/etc/afpd/mangle.h index dce7e616..18d6fcd9 100644 --- a/etc/afpd/mangle.h +++ b/etc/afpd/mangle.h @@ -1,5 +1,4 @@ /* - * $Id: mangle.h,v 1.7 2009-10-13 22:55:37 didg Exp $ * */ diff --git a/etc/afpd/nfsquota.c b/etc/afpd/nfsquota.c index b250c166..50440ab4 100644 --- a/etc/afpd/nfsquota.c +++ b/etc/afpd/nfsquota.c @@ -1,5 +1,4 @@ /* - * $Id: nfsquota.c,v 1.13 2009-10-13 22:55:37 didg Exp $ * * parts of this are lifted from the bsd quota program and are * therefore under the following copyright: diff --git a/etc/afpd/quota.c b/etc/afpd/quota.c index 5aa7f3f3..614a7f95 100644 --- a/etc/afpd/quota.c +++ b/etc/afpd/quota.c @@ -1,5 +1,4 @@ /* - * $Id: quota.c,v 1.35 2010-04-03 07:11:35 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/switch.h b/etc/afpd/switch.h index 2f94ac88..1cc50d01 100644 --- a/etc/afpd/switch.h +++ b/etc/afpd/switch.h @@ -1,5 +1,4 @@ /* - * $Id: switch.h,v 1.4 2009-10-15 10:43:13 didg Exp $ * * Copyright (c) 1990,1991 Regents of The University of Michigan. * All Rights Reserved. diff --git a/etc/afpd/uam.c b/etc/afpd/uam.c index 625cf6a5..208c9ff2 100644 --- a/etc/afpd/uam.c +++ b/etc/afpd/uam.c @@ -1,5 +1,4 @@ /* - * $Id: uam.c,v 1.35 2009-11-08 01:15:31 didg Exp $ * * Copyright (c) 1999 Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/etc/afpd/uid.c b/etc/afpd/uid.c index e26e6d1f..a3e4d597 100644 --- a/etc/afpd/uid.c +++ b/etc/afpd/uid.c @@ -1,5 +1,4 @@ /* - * $Id: uid.c,v 1.14 2005-04-28 20:49:45 bfernhomberg Exp $ * code: jeff@univrel.pr.uconn.edu * * These functions are abstracted here, so that all calls for resolving diff --git a/etc/afpd/uid.h b/etc/afpd/uid.h index 647cbd8d..87745147 100644 --- a/etc/afpd/uid.h +++ b/etc/afpd/uid.h @@ -1,5 +1,4 @@ /* - * $Id: uid.h,v 1.6 2002-08-30 19:32:41 didg Exp $ * code: jeff@univrel.pr.uconn.edu */ diff --git a/etc/cnid_dbd/db_param.c b/etc/cnid_dbd/db_param.c index c89f8e5c..3c8c102f 100644 --- a/etc/cnid_dbd/db_param.c +++ b/etc/cnid_dbd/db_param.c @@ -1,5 +1,4 @@ /* - * $Id: db_param.c,v 1.9 2009-11-23 19:04:14 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * Copyright (c) Frank Lahm 2009 diff --git a/etc/cnid_dbd/dbd_dbcheck.c b/etc/cnid_dbd/dbd_dbcheck.c index e621704f..98ce2210 100644 --- a/etc/cnid_dbd/dbd_dbcheck.c +++ b/etc/cnid_dbd/dbd_dbcheck.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_dbcheck.c,v 1.4 2009-05-06 11:54:24 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/dbd_delete.c b/etc/cnid_dbd/dbd_delete.c index a4a3ca63..f34a9d50 100644 --- a/etc/cnid_dbd/dbd_delete.c +++ b/etc/cnid_dbd/dbd_delete.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_delete.c,v 1.5 2009-07-12 09:21:34 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/dbd_get.c b/etc/cnid_dbd/dbd_get.c index 0ef71b19..c1c7bb8c 100644 --- a/etc/cnid_dbd/dbd_get.c +++ b/etc/cnid_dbd/dbd_get.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_get.c,v 1.4 2009-05-06 11:54:24 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/dbd_getstamp.c b/etc/cnid_dbd/dbd_getstamp.c index 197a6db1..ffba3972 100644 --- a/etc/cnid_dbd/dbd_getstamp.c +++ b/etc/cnid_dbd/dbd_getstamp.c @@ -1,6 +1,5 @@ /* - * $Id: dbd_getstamp.c,v 1.4 2009-05-06 11:54:24 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/dbd_lookup.c b/etc/cnid_dbd/dbd_lookup.c index 44e46620..f77b9fc2 100644 --- a/etc/cnid_dbd/dbd_lookup.c +++ b/etc/cnid_dbd/dbd_lookup.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_lookup.c,v 1.18 2010-01-19 14:57:11 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * Copyright (C) Frank Lahm 2009 diff --git a/etc/cnid_dbd/dbd_rebuild_add.c b/etc/cnid_dbd/dbd_rebuild_add.c index 562838b3..f1bf7aca 100644 --- a/etc/cnid_dbd/dbd_rebuild_add.c +++ b/etc/cnid_dbd/dbd_rebuild_add.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_rebuild_add.c,v 1.4 2009-12-23 10:18:48 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2005 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/dbd_resolve.c b/etc/cnid_dbd/dbd_resolve.c index bb3561ca..53407757 100644 --- a/etc/cnid_dbd/dbd_resolve.c +++ b/etc/cnid_dbd/dbd_resolve.c @@ -1,5 +1,4 @@ /* - * $Id: dbd_resolve.c,v 1.4 2009-05-06 11:54:24 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/cnid_dbd/usockfd.h b/etc/cnid_dbd/usockfd.h index ee4d4327..27bde63c 100644 --- a/etc/cnid_dbd/usockfd.h +++ b/etc/cnid_dbd/usockfd.h @@ -1,5 +1,4 @@ /* - * $Id: usockfd.h,v 1.5 2009-11-05 14:38:07 franklahm Exp $ * * Copyright (C) Joerg Lenneis 2003 * All Rights Reserved. See COPYING. diff --git a/etc/uams/uams_dhx2_passwd.c b/etc/uams/uams_dhx2_passwd.c index c4a322ad..a2737d0f 100644 --- a/etc/uams/uams_dhx2_passwd.c +++ b/etc/uams/uams_dhx2_passwd.c @@ -1,5 +1,4 @@ /* - * $Id: uams_dhx2_passwd.c,v 1.8 2010-03-30 10:25:49 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) diff --git a/etc/uams/uams_dhx_pam.c b/etc/uams/uams_dhx_pam.c index 8b879f06..bc19c785 100644 --- a/etc/uams/uams_dhx_pam.c +++ b/etc/uams/uams_dhx_pam.c @@ -1,5 +1,4 @@ /* - * $Id: uams_dhx_pam.c,v 1.33 2010-03-30 10:25:49 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) diff --git a/etc/uams/uams_guest.c b/etc/uams/uams_guest.c index 00f90ece..82ee43ef 100644 --- a/etc/uams/uams_guest.c +++ b/etc/uams/uams_guest.c @@ -1,5 +1,4 @@ /* - * $Id: uams_guest.c,v 1.18 2009-11-08 01:07:17 didg Exp $ * * (c) 2001 (see COPYING) */ diff --git a/etc/uams/uams_pam.c b/etc/uams/uams_pam.c index 1bbb1cd9..b490c2ee 100644 --- a/etc/uams/uams_pam.c +++ b/etc/uams/uams_pam.c @@ -1,5 +1,4 @@ /* - * $Id: uams_pam.c,v 1.24 2010-03-30 10:25:49 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) diff --git a/etc/uams/uams_pgp.c b/etc/uams/uams_pgp.c index 9b9c1d80..6a299440 100644 --- a/etc/uams/uams_pgp.c +++ b/etc/uams/uams_pgp.c @@ -1,5 +1,4 @@ /* - * $Id: uams_pgp.c,v 1.12 2009-10-15 11:39:48 didg Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) diff --git a/etc/uams/uams_randnum.c b/etc/uams/uams_randnum.c index 301fdd0f..22687fcc 100644 --- a/etc/uams/uams_randnum.c +++ b/etc/uams/uams_randnum.c @@ -1,5 +1,4 @@ /* - * $Id: uams_randnum.c,v 1.21 2010-03-30 10:25:49 franklahm Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) diff --git a/include/atalk/dictionary.h b/include/atalk/dictionary.h index 7a910524..b28d736e 100644 --- a/include/atalk/dictionary.h +++ b/include/atalk/dictionary.h @@ -4,7 +4,6 @@ @file dictionary.h @author N. Devillard @date Sep 2007 - @version $Revision: 1.12 $ @brief Implements a dictionary for string variables. This module implements a simple dictionary object, i.e. a list @@ -14,10 +13,8 @@ /*--------------------------------------------------------------------------*/ /* - $Id: dictionary.h,v 1.12 2007-11-23 21:37:00 ndevilla Exp $ $Author: ndevilla $ $Date: 2007-11-23 21:37:00 $ - $Revision: 1.12 $ */ #ifndef _DICTIONARY_H_ diff --git a/include/atalk/hash.h b/include/atalk/hash.h index 14cddf66..0a75e4f6 100644 --- a/include/atalk/hash.h +++ b/include/atalk/hash.h @@ -14,7 +14,6 @@ * into proprietary software; there is no requirement for such software to * contain a copyright notice related to this source. * - * $Id: hash.h,v 1.2 2009-11-19 10:37:44 franklahm Exp $ * $Name: $ */ diff --git a/include/atalk/iniparser.h b/include/atalk/iniparser.h index 0eefa4cb..8f94c5ca 100644 --- a/include/atalk/iniparser.h +++ b/include/atalk/iniparser.h @@ -10,8 +10,6 @@ /*--------------------------------------------------------------------------*/ /* - $Id: iniparser.h,v 1.26 2011-03-02 20:15:13 ndevilla Exp $ - $Revision: 1.26 $ */ #ifndef _INIPARSER_H_ diff --git a/libatalk/acl/cache.h b/libatalk/acl/cache.h index 11731a26..8e33004a 100644 --- a/libatalk/acl/cache.h +++ b/libatalk/acl/cache.h @@ -1,5 +1,4 @@ /* - $Id: cache.h,v 1.1 2009-02-02 11:55:01 franklahm Exp $ Copyright (c) 2008,2009 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/libatalk/adouble/ad_size.c b/libatalk/adouble/ad_size.c index 337ff6ed..6b4ed96d 100644 --- a/libatalk/adouble/ad_size.c +++ b/libatalk/adouble/ad_size.c @@ -1,5 +1,4 @@ /* - * $Id: ad_size.c,v 1.8 2010-02-26 14:13:16 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/bstring/bstradd.c b/libatalk/bstring/bstradd.c index c78fd0e0..98e1a155 100644 --- a/libatalk/bstring/bstradd.c +++ b/libatalk/bstring/bstradd.c @@ -1,5 +1,4 @@ /* - $Id: bstradd.c,v 1.1.2.1 2010-02-01 10:56:08 franklahm Exp $ Copyright (c) 2010 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/libatalk/cnid/cdb/cnid_cdb_close.c b/libatalk/cnid/cdb/cnid_cdb_close.c index 92f8ce68..d34a418b 100644 --- a/libatalk/cnid/cdb/cnid_cdb_close.c +++ b/libatalk/cnid/cdb/cnid_cdb_close.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_close.c,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/cnid/cdb/cnid_cdb_delete.c b/libatalk/cnid/cdb/cnid_cdb_delete.c index 1d14640a..ace358aa 100644 --- a/libatalk/cnid/cdb/cnid_cdb_delete.c +++ b/libatalk/cnid/cdb/cnid_cdb_delete.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_delete.c,v 1.4 2009-10-29 13:38:16 didg Exp $ * * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/cnid/cdb/cnid_cdb_meta.c b/libatalk/cnid/cdb/cnid_cdb_meta.c index 9184264a..f88a9e29 100644 --- a/libatalk/cnid/cdb/cnid_cdb_meta.c +++ b/libatalk/cnid/cdb/cnid_cdb_meta.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_meta.c,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $ * * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/cnid/cdb/cnid_cdb_meta.h b/libatalk/cnid/cdb/cnid_cdb_meta.h index cf9d905a..e8a4bdd0 100644 --- a/libatalk/cnid/cdb/cnid_cdb_meta.h +++ b/libatalk/cnid/cdb/cnid_cdb_meta.h @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_meta.h,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $ */ #define CNID_META_CNID_LEN 4 diff --git a/libatalk/cnid/cdb/cnid_cdb_nextid.c b/libatalk/cnid/cdb/cnid_cdb_nextid.c index 60141c3b..ba14bd8e 100644 --- a/libatalk/cnid/cdb/cnid_cdb_nextid.c +++ b/libatalk/cnid/cdb/cnid_cdb_nextid.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_nextid.c,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/cnid/cdb/cnid_cdb_rebuild_add.c b/libatalk/cnid/cdb/cnid_cdb_rebuild_add.c index be2db102..4620782e 100644 --- a/libatalk/cnid/cdb/cnid_cdb_rebuild_add.c +++ b/libatalk/cnid/cdb/cnid_cdb_rebuild_add.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_rebuild_add.c,v 1.6 2009-11-20 17:22:11 didg Exp $ * * All Rights Reserved. See COPYRIGHT. * diff --git a/libatalk/cnid/cdb/cnid_cdb_resolve.c b/libatalk/cnid/cdb/cnid_cdb_resolve.c index 6c16ce7e..63ed9f8a 100644 --- a/libatalk/cnid/cdb/cnid_cdb_resolve.c +++ b/libatalk/cnid/cdb/cnid_cdb_resolve.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_cdb_resolve.c,v 1.5 2009-10-29 13:38:16 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/cnid/cnid_init.c b/libatalk/cnid/cnid_init.c index 7cc108d3..75fc5db3 100644 --- a/libatalk/cnid/cnid_init.c +++ b/libatalk/cnid/cnid_init.c @@ -1,6 +1,5 @@ /* - * $Id: cnid_init.c,v 1.3 2009-10-13 22:55:37 didg Exp $ * * Copyright (c) 2003 the Netatalk Team * Copyright (c) 2003 Rafal Lewczuk diff --git a/libatalk/cnid/last/cnid_last.c b/libatalk/cnid/last/cnid_last.c index fd92cc5a..cc2ae1c7 100644 --- a/libatalk/cnid/last/cnid_last.c +++ b/libatalk/cnid/last/cnid_last.c @@ -1,6 +1,5 @@ /* - * $Id: cnid_last.c,v 1.5 2010-03-31 09:47:32 franklahm Exp $ * * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/cnid/tdb/cnid_tdb_close.c b/libatalk/cnid/tdb/cnid_tdb_close.c index cbe89a6e..c5001816 100644 --- a/libatalk/cnid/tdb/cnid_tdb_close.c +++ b/libatalk/cnid/tdb/cnid_tdb_close.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_tdb_close.c,v 1.3 2009-11-21 13:38:11 didg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/cnid/tdb/cnid_tdb_delete.c b/libatalk/cnid/tdb/cnid_tdb_delete.c index e7bf6f71..a16a9951 100644 --- a/libatalk/cnid/tdb/cnid_tdb_delete.c +++ b/libatalk/cnid/tdb/cnid_tdb_delete.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_tdb_delete.c,v 1.4 2009-11-20 19:25:05 didg Exp $ * * Copyright (c) 1999. Adrian Sun (asun@zoology.washington.edu) * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/cnid/tdb/cnid_tdb_nextid.c b/libatalk/cnid/tdb/cnid_tdb_nextid.c index 8aefa42b..8e7b1261 100644 --- a/libatalk/cnid/tdb/cnid_tdb_nextid.c +++ b/libatalk/cnid/tdb/cnid_tdb_nextid.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_tdb_nextid.c,v 1.2 2005-04-28 20:50:02 bfernhomberg Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/cnid/tdb/cnid_tdb_resolve.c b/libatalk/cnid/tdb/cnid_tdb_resolve.c index 7e80f385..851f9e55 100644 --- a/libatalk/cnid/tdb/cnid_tdb_resolve.c +++ b/libatalk/cnid/tdb/cnid_tdb_resolve.c @@ -1,5 +1,4 @@ /* - * $Id: cnid_tdb_resolve.c,v 1.4 2009-11-22 14:14:05 franklahm Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/libatalk/compat/getusershell.c b/libatalk/compat/getusershell.c index 2716bb8f..481978b9 100644 --- a/libatalk/compat/getusershell.c +++ b/libatalk/compat/getusershell.c @@ -1,5 +1,4 @@ /* - * $Id: getusershell.c,v 1.4 2003-02-17 01:51:08 srittau Exp $ * * Copyright (c) 1985 Regents of the University of California. * All rights reserved. diff --git a/libatalk/compat/mktemp.c b/libatalk/compat/mktemp.c index ddbfe2d5..8faae193 100644 --- a/libatalk/compat/mktemp.c +++ b/libatalk/compat/mktemp.c @@ -1,5 +1,4 @@ /* - * $Id: mktemp.c,v 1.4 2003-02-17 01:51:08 srittau Exp $ * * Copyright (c) 1987 Regents of the University of California. * All rights reserved. diff --git a/libatalk/compat/rquota_xdr.c b/libatalk/compat/rquota_xdr.c index 03dd3bb6..eb73c975 100644 --- a/libatalk/compat/rquota_xdr.c +++ b/libatalk/compat/rquota_xdr.c @@ -1,5 +1,4 @@ /* - * $Id: rquota_xdr.c,v 1.4 2003-02-17 01:51:08 srittau Exp $ * * taken from the quota-1.55 used on linux. here's the bsd copyright: * diff --git a/libatalk/dsi/dsi_attn.c b/libatalk/dsi/dsi_attn.c index 5a60c24d..80757712 100644 --- a/libatalk/dsi/dsi_attn.c +++ b/libatalk/dsi/dsi_attn.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_attn.c,v 1.8 2009-10-25 06:13:11 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/dsi/dsi_close.c b/libatalk/dsi/dsi_close.c index 80bee3fe..892b982e 100644 --- a/libatalk/dsi/dsi_close.c +++ b/libatalk/dsi/dsi_close.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_close.c,v 1.4 2003-03-12 15:07:06 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/dsi/dsi_getsess.c b/libatalk/dsi/dsi_getsess.c index 39c93bf5..cde5def7 100644 --- a/libatalk/dsi/dsi_getsess.c +++ b/libatalk/dsi/dsi_getsess.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_getsess.c,v 1.7 2005-04-28 20:50:02 bfernhomberg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/dsi/dsi_getstat.c b/libatalk/dsi/dsi_getstat.c index aec872ab..dac4f76b 100644 --- a/libatalk/dsi/dsi_getstat.c +++ b/libatalk/dsi/dsi_getstat.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_getstat.c,v 1.4 2005-09-07 15:27:29 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/dsi/dsi_tickle.c b/libatalk/dsi/dsi_tickle.c index 40d0c0ad..a283d40b 100644 --- a/libatalk/dsi/dsi_tickle.c +++ b/libatalk/dsi/dsi_tickle.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_tickle.c,v 1.8 2009-10-25 06:13:11 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/dsi/dsi_write.c b/libatalk/dsi/dsi_write.c index 1cf25e64..65a479e1 100644 --- a/libatalk/dsi/dsi_write.c +++ b/libatalk/dsi/dsi_write.c @@ -1,5 +1,4 @@ /* - * $Id: dsi_write.c,v 1.5 2009-10-20 04:31:41 didg Exp $ * * Copyright (c) 1997 Adrian Sun (asun@zoology.washington.edu) * All rights reserved. See COPYRIGHT. diff --git a/libatalk/iniparser/dictionary.c b/libatalk/iniparser/dictionary.c index bfa84058..f1ff8156 100644 --- a/libatalk/iniparser/dictionary.c +++ b/libatalk/iniparser/dictionary.c @@ -3,7 +3,6 @@ @file dictionary.c @author N. Devillard @date Sep 2007 - @version $Revision: 1.27 $ @brief Implements a dictionary for string variables. This module implements a simple dictionary object, i.e. a list @@ -13,8 +12,6 @@ /*--------------------------------------------------------------------------*/ /* - $Id: dictionary.c,v 1.27 2007-11-23 21:39:18 ndevilla Exp $ - $Revision: 1.27 $ */ /*--------------------------------------------------------------------------- Includes diff --git a/libatalk/unicode/charsets/mac_roman.h b/libatalk/unicode/charsets/mac_roman.h index bf3a5bca..5d2c72e6 100644 --- a/libatalk/unicode/charsets/mac_roman.h +++ b/libatalk/unicode/charsets/mac_roman.h @@ -1,6 +1,5 @@ /* - * $Id: mac_roman.h,v 1.2 2005-04-28 20:50:04 bfernhomberg 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/libatalk/util/gettok.c b/libatalk/util/gettok.c index fd48db68..4859fec0 100644 --- a/libatalk/util/gettok.c +++ b/libatalk/util/gettok.c @@ -1,5 +1,4 @@ /* - * $Id: gettok.c,v 1.6 2009-10-13 22:55:37 didg Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. diff --git a/libatalk/util/locking.c b/libatalk/util/locking.c index 2d5b913e..0b473b60 100644 --- a/libatalk/util/locking.c +++ b/libatalk/util/locking.c @@ -1,5 +1,4 @@ /* - $Id: locking.c,v 1.4 2010-01-05 19:05:52 franklahm Exp $ Copyright (c) 2009 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/libatalk/util/module.c b/libatalk/util/module.c index 1e370373..b6514765 100644 --- a/libatalk/util/module.c +++ b/libatalk/util/module.c @@ -1,5 +1,4 @@ /* - * $Id: module.c,v 1.5 2003-02-17 02:03:12 srittau Exp $ */ #ifdef HAVE_CONFIG_H diff --git a/macros/afs-check.m4 b/macros/afs-check.m4 index 799cfa26..48925d88 100644 --- a/macros/afs-check.m4 +++ b/macros/afs-check.m4 @@ -1,4 +1,3 @@ -dnl $Id: afs-check.m4,v 1.4 2005-08-11 20:15:35 didg Exp $ dnl Autoconf macro to check whether AFS support should be enabled AC_DEFUN([AC_NETATALK_AFS_CHECK], [ diff --git a/macros/grep-check.m4 b/macros/grep-check.m4 index d2a5544a..8eb5864d 100644 --- a/macros/grep-check.m4 +++ b/macros/grep-check.m4 @@ -1,5 +1,4 @@ dnl Autoconf macro to check for the existence of grep -dnl $Id: grep-check.m4,v 1.2 2002-02-14 18:02:04 jmarcus Exp $ AC_DEFUN([AC_PROG_GREP], [ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/macros/pam-check.m4 b/macros/pam-check.m4 index 1f40646b..17a92898 100644 --- a/macros/pam-check.m4 +++ b/macros/pam-check.m4 @@ -1,4 +1,3 @@ -dnl $Id: pam-check.m4,v 1.6 2010-01-11 13:06:02 franklahm Exp $ dnl PAM finding macro AC_DEFUN([AC_NETATALK_PATH_PAM], [ diff --git a/macros/perl-check.m4 b/macros/perl-check.m4 index 7ad755b9..6ae7ea6f 100644 --- a/macros/perl-check.m4 +++ b/macros/perl-check.m4 @@ -1,5 +1,4 @@ dnl Autoconf macro to check for the existence of Perl -dnl $Id: perl-check.m4,v 1.4 2002-03-12 11:03:49 srittau Exp $ AC_DEFUN([AC_PROG_PERL], [ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/macros/ps-check.m4 b/macros/ps-check.m4 index 3f47b85f..75d5c953 100644 --- a/macros/ps-check.m4 +++ b/macros/ps-check.m4 @@ -1,5 +1,4 @@ dnl Autoconf macro to check for the existence of ps -dnl $Id: ps-check.m4,v 1.2 2002-02-14 18:02:04 jmarcus Exp $ AC_DEFUN([AC_PROG_PS], [ AC_REQUIRE([AC_EXEEXT])dnl diff --git a/macros/quota-check.m4 b/macros/quota-check.m4 index b7e0c3a2..703c3568 100644 --- a/macros/quota-check.m4 +++ b/macros/quota-check.m4 @@ -1,4 +1,3 @@ -dnl $Id: quota-check.m4,v 1.6 2005-07-20 23:58:21 didg Exp $ dnl Autoconf macro to check for quota support dnl FIXME: This is in now way complete. diff --git a/macros/ssl-check.m4 b/macros/ssl-check.m4 index 8d9c1b6c..8a58142b 100644 --- a/macros/ssl-check.m4 +++ b/macros/ssl-check.m4 @@ -1,4 +1,3 @@ -dnl $Id: ssl-check.m4,v 1.14 2008-11-22 12:07:26 didg Exp $ dnl Autoconf macro to check for SSL or OpenSSL AC_DEFUN([AC_NETATALK_CRYPT], [ diff --git a/macros/tcp-wrappers.m4 b/macros/tcp-wrappers.m4 index 55b0f8c1..76b75a09 100644 --- a/macros/tcp-wrappers.m4 +++ b/macros/tcp-wrappers.m4 @@ -1,4 +1,3 @@ -dnl $Id: tcp-wrappers.m4,v 1.4 2008-08-11 20:44:03 didg Exp $ AC_DEFUN([AC_NETATALK_TCP_WRAPPERS], [ check=maybe diff --git a/test/afpd/afpfunc_helpers.c b/test/afpd/afpfunc_helpers.c index 4387bdfc..92347f1c 100644 --- a/test/afpd/afpfunc_helpers.c +++ b/test/afpd/afpfunc_helpers.c @@ -1,5 +1,4 @@ /* - $Id: afpfunc_helpers.c,v 1.1.2.1 2010-02-01 10:56:08 franklahm Exp $ Copyright (c) 2010 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/test/afpd/afpfunc_helpers.h b/test/afpd/afpfunc_helpers.h index 2a0fcd23..933f7f61 100644 --- a/test/afpd/afpfunc_helpers.h +++ b/test/afpd/afpfunc_helpers.h @@ -1,5 +1,4 @@ /* - $Id: afpfunc_helpers.h,v 1.1.2.1 2010-02-01 10:56:08 franklahm Exp $ Copyright (c) 2010 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/test/afpd/subtests.h b/test/afpd/subtests.h index ee32144a..2a190eae 100644 --- a/test/afpd/subtests.h +++ b/test/afpd/subtests.h @@ -1,5 +1,4 @@ /* - $Id: subtests.h,v 1.1.2.1 2010-02-01 10:56:08 franklahm Exp $ Copyright (c) 2010 Frank Lahm This program is free software; you can redistribute it and/or modify diff --git a/test/afpd/test.h b/test/afpd/test.h index 382a5bd5..98d0c1ba 100644 --- a/test/afpd/test.h +++ b/test/afpd/test.h @@ -1,5 +1,4 @@ /* - $Id: test.h,v 1.1.2.1 2010-02-01 10:56:08 franklahm Exp $ Copyright (c) 2010 Frank Lahm This program is free software; you can redistribute it and/or modify -- 2.39.2