]> arthur.barton.de Git - netatalk.git/commitdiff
Remove CVS keywords
authorFrank Lahm <franklahm@googlemail.com>
Fri, 4 Jan 2013 14:46:34 +0000 (15:46 +0100)
committerFrank Lahm <franklahm@googlemail.com>
Fri, 4 Jan 2013 14:46:34 +0000 (15:46 +0100)
85 files changed:
bin/cnid/cnid2_create.in
bin/megatron/asingle.c
bin/megatron/asingle.h
bin/megatron/hqx.c
bin/megatron/hqx.h
bin/megatron/macbin.c
bin/megatron/macbin.h
bin/megatron/megatron.h
bin/megatron/nad.c
bin/megatron/nad.h
bin/megatron/updcrc.c
bin/megatron/updcrc.h
etc/afpd/afp_util.c
etc/afpd/afs.c
etc/afpd/appl.c
etc/afpd/extattrs.h
etc/afpd/hash.c
etc/afpd/hash.h
etc/afpd/mangle.h
etc/afpd/nfsquota.c
etc/afpd/quota.c
etc/afpd/switch.h
etc/afpd/uam.c
etc/afpd/uid.c
etc/afpd/uid.h
etc/cnid_dbd/db_param.c
etc/cnid_dbd/dbd_dbcheck.c
etc/cnid_dbd/dbd_delete.c
etc/cnid_dbd/dbd_get.c
etc/cnid_dbd/dbd_getstamp.c
etc/cnid_dbd/dbd_lookup.c
etc/cnid_dbd/dbd_rebuild_add.c
etc/cnid_dbd/dbd_resolve.c
etc/cnid_dbd/usockfd.h
etc/uams/uams_dhx2_passwd.c
etc/uams/uams_dhx_pam.c
etc/uams/uams_guest.c
etc/uams/uams_pam.c
etc/uams/uams_pgp.c
etc/uams/uams_randnum.c
include/atalk/dictionary.h
include/atalk/hash.h
include/atalk/iniparser.h
libatalk/acl/cache.h
libatalk/adouble/ad_size.c
libatalk/bstring/bstradd.c
libatalk/cnid/cdb/cnid_cdb_close.c
libatalk/cnid/cdb/cnid_cdb_delete.c
libatalk/cnid/cdb/cnid_cdb_meta.c
libatalk/cnid/cdb/cnid_cdb_meta.h
libatalk/cnid/cdb/cnid_cdb_nextid.c
libatalk/cnid/cdb/cnid_cdb_rebuild_add.c
libatalk/cnid/cdb/cnid_cdb_resolve.c
libatalk/cnid/cnid_init.c
libatalk/cnid/last/cnid_last.c
libatalk/cnid/tdb/cnid_tdb_close.c
libatalk/cnid/tdb/cnid_tdb_delete.c
libatalk/cnid/tdb/cnid_tdb_nextid.c
libatalk/cnid/tdb/cnid_tdb_resolve.c
libatalk/compat/getusershell.c
libatalk/compat/mktemp.c
libatalk/compat/rquota_xdr.c
libatalk/dsi/dsi_attn.c
libatalk/dsi/dsi_close.c
libatalk/dsi/dsi_getsess.c
libatalk/dsi/dsi_getstat.c
libatalk/dsi/dsi_tickle.c
libatalk/dsi/dsi_write.c
libatalk/iniparser/dictionary.c
libatalk/unicode/charsets/mac_roman.h
libatalk/util/gettok.c
libatalk/util/locking.c
libatalk/util/module.c
macros/afs-check.m4
macros/grep-check.m4
macros/pam-check.m4
macros/perl-check.m4
macros/ps-check.m4
macros/quota-check.m4
macros/ssl-check.m4
macros/tcp-wrappers.m4
test/afpd/afpfunc_helpers.c
test/afpd/afpfunc_helpers.h
test/afpd/subtests.h
test/afpd/test.h

index e81ff1f3e320be0b965f29225b69b04fd4516967..c3e3ffd6c30a67e44a619c2d10ecf9529edc6ae5 100755 (executable)
@@ -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.
index 73e4ffaaff1022e6bc60a160ae2d550338b56d17..9ba3918b6a0a2dfa65b7d6de7b6e022003e74f50 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: asingle.c,v 1.14 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index c041ccaa99c9875844bdda6e98387563f4c0b9a4..769d58cd2ede563e086a409ce0ea999a2a88d432 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: asingle.h,v 1.4 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifndef _ASINGLE_H
index da2f71cf58f04f7c25d6a0851fd8d8659ff78605..923ddbd1950131c30e98a87a5e078ff230639d7b 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: hqx.c,v 1.18 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 38730d055ef4fbf96b4658279b35f04e8f65b6f8..b656f0b63e0c8f5ded4b9a9a0403c83f331a6f9d 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: hqx.h,v 1.3 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifndef _HQX_H
index 51b7ac5f616ede35aeb604892e423e3bbf4a35e6..986aac9247c91f6e7cb210030facfa4d566ef01d 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: macbin.c,v 1.15 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index d216b1b9fcae4c5fa50c5f940007f42576218255..a1c5a3a1e83aac017b1e0cb904adb457293aba02 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: macbin.h,v 1.4 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifndef _MACBIN_H
index c9aa8cee547ba75916a9b611e3fdb2c8aaa840d3..421a26afc31040c207c13f3d26137922e75dbdce 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: megatron.h,v 1.5 2009-10-14 01:38:28 didg Exp $
  */
 
 #ifndef _MEGATRON_H
index 9d0b64bf5627612a6bfeb1502d0512b6b8d27f1a..abe4541c71cc2f334fe38404ac308179e66610db 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: nad.c,v 1.18 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 9fa8568442fc8a9680f353cf568d8aba3404df3c..f69e73231571d4b476e8cb69eeefe6416d8bfec6 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: nad.h,v 1.5 2010-01-27 21:27:53 didg Exp $
  */
 
 #ifndef _NAD_H
index d327571dc20d6cc41f9ca215082564403da036ae..ca199c8a8d26fe87c126bda0ab2eacd0d008150e 100644 (file)
@@ -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
  *
index 0b6039e5ff7ccf45e9763b515cde05b4b890efbf..75c38388bd7d5dcfc522e429e8afe050c230dd34 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: updcrc.h,v 1.1 2009-10-13 22:55:36 didg Exp $
  */
 
 #ifndef _UPDCRC_H
index a8282c22b3fb38e57a4ddb94af1e529004a7022f..b7bc00f8f51709f1673410cecf773605ca3a5876 100644 (file)
@@ -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.
index f11d77eb22995a400ff43247cf7ddd4441babdbb..efe2ab6392f2fe1693b2d37ee0c9255fde06c099 100644 (file)
@@ -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.
  */
index 3cba16e0c2ae7eab2fe07c28a4cbc6b11498ad85..04dd92d612b61cb2e2dae143a7f438ae13962d0c 100644 (file)
@@ -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.
index 64e8482d233ae4a20c5efe6a1b6ca92e1342c470..68e65905f97e46b65a899e7d66f6ae47271a24cf 100644 (file)
@@ -1,5 +1,4 @@
 /*
-   $Id: extattrs.h,v 1.3 2009-10-15 10:43:13 didg Exp $
    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
index f1e30685e6f60ddc042d354f7ddb00e9aad97271..4861e8112589a7ffb8af67cd4ede9ad741067fb2 100644 (file)
@@ -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
index dcac14b6bd40a7f4ae8ada703b2244721d5d5261..886344eb13e3453f26f28b23f48856b2c650e8a4 100644 (file)
@@ -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:  $
  */
 
index dce7e61681ac8e646ad4ed5ef810d39dacade824..18d6fcd91a227526a728f4b2bec9d6a83d7b4142 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: mangle.h,v 1.7 2009-10-13 22:55:37 didg Exp $
  *
  */
 
index b250c16633991d0a6a36a365f1cd48c585220bdb..50440ab42b6d2f38677dad27c86a88ae8299b218 100644 (file)
@@ -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:
index 5aa7f3f3f758a4d72c5663c47362e5646daa4d22..614a7f95e74956a6d5881b4b35b0915cf20c3fe4 100644 (file)
@@ -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.
index 2f94ac8885d76dd18c5b3cf6d3d9d2040681fccb..1cc50d01bf038a4f017c530dcf5b7b001d2d5e9f 100644 (file)
@@ -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.
index 625cf6a55f7283307ebf3c211bb4bf8b592f6c5b..208c9ff234313dd8194a7ac9e488b609b6f9ef99 100644 (file)
@@ -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.
index e26e6d1f1b50f702da0fb3ea0d9786937b275e99..a3e4d59704592e9626734bdde323a992953241b1 100644 (file)
@@ -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
index 647cbd8d164a76182953c420c3650ae773f2a2a2..87745147fc3c0a4bea82ba5652acf4bfbdca107c 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: uid.h,v 1.6 2002-08-30 19:32:41 didg Exp $
  * code: jeff@univrel.pr.uconn.edu
  */
 
index c89f8e5cec00890c2d9b4a3e8410241cc7b684a7..3c8c102fc17cd39a16f9d09c89068b476833d9bd 100644 (file)
@@ -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
index e621704f9339305aeac21c9e1e35555c65bdcb30..98ce2210644a1c9df415789f8d82d334cd6ed3d1 100644 (file)
@@ -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.
index a4a3ca63e29a8c58aad3b15a1ace3e66a2793701..f34a9d500621ac9d967aab7200f111bc5d512bae 100644 (file)
@@ -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.
index 0ef71b19670c8c734ec34d3f825604559a41e682..c1c7bb8cc44f28e100f1540f2ff110f29ec7f872 100644 (file)
@@ -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.
index 197a6db12087eb2f35e052ba5b0c29f30e34d398..ffba39721b620589d82b318baa3156070a7deeef 100644 (file)
@@ -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.
index 44e46620adab03e1bbc88c88b2f31375a78c974a..f77b9fc2cb5f95a3abea20009fee1d980a7296ed 100644 (file)
@@ -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
index 562838b384a28dacc46873f8742a8296a6a2eba1..f1bf7aca30fb219b4a9cb68d63c41c163d0e2a19 100644 (file)
@@ -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.
index bb3561caba7a1018605be36649d85b13abb8ab29..53407757969b008256b7de3344250c53814f3d21 100644 (file)
@@ -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.
index ee4d4327a77100bc247b7b28f7848266542c3338..27bde63c31b6a6d665d87f264c85de059b53a96d 100644 (file)
@@ -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.
index c4a322ad48220ca899783ce5d0a83c17b4a4650c..a2737d0f920f90b746df9efc8c0495409a7cba7e 100644 (file)
@@ -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)
index 8b879f06e82e9872e1cea8ecf2cc4145b97a3ce5..bc19c7851b294f7eb151f1a384db4c23e23465e5 100644 (file)
@@ -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) 
index 00f90ece0972ee01670d5cc1eee55879d6795b35..82ee43ef5d552dc3fe7fc78441942c125a368bd0 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: uams_guest.c,v 1.18 2009-11-08 01:07:17 didg Exp $
  *
  * (c) 2001 (see COPYING)
  */
index 1bbb1cd9f4a63ed88ed5e7affd6cb59a966af1a4..b490c2ee20aaf81cd5d5f61888a49a03680e4cc2 100644 (file)
@@ -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) 
index 9b9c1d801dd57d53c543d8cdc1e11fb555f18f05..6a2994401c493d5cadd33a5f86161904d17f644c 100644 (file)
@@ -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) 
index 301fdd0ff4cb69d48fe7e1f81d7572a954c7dfea..22687fcc8921cf74304f23791390580c326b8b2e 100644 (file)
@@ -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) 
index 7a910524699446d41745e4b5b6fb52aa0503e723..b28d736e09855bed7cfee85c8d1d464bb8434c97 100644 (file)
@@ -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
 /*--------------------------------------------------------------------------*/
 
 /*
-       $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_
index 14cddf669d671287020c6d24585106907789bbdd..0a75e4f64f9ccd5f3265769d4dc30f13c660ec91 100644 (file)
@@ -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:  $
  */
 
index 0eefa4cb3aa64c8603d985d60741d7ff09ffe0a4..8f94c5ca4a11f677c135a12794cbbff9be2114b4 100644 (file)
@@ -10,8 +10,6 @@
 /*--------------------------------------------------------------------------*/
 
 /*
-       $Id: iniparser.h,v 1.26 2011-03-02 20:15:13 ndevilla Exp $
-       $Revision: 1.26 $
 */
 
 #ifndef _INIPARSER_H_
index 11731a26c69d5bdeb683be1667a8c2c6bd351e03..8e33004a9e9a644778b776c612159f2adcc7ca32 100644 (file)
@@ -1,5 +1,4 @@
 /*
-   $Id: cache.h,v 1.1 2009-02-02 11:55:01 franklahm Exp $
    Copyright (c) 2008,2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
index 337ff6ed3d5f07075ff286dfa58964488c9158f4..6b4ed96d40a9fd09a8173becbce1d28dca3d43f6 100644 (file)
@@ -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.
index c78fd0e0c9d67459d6f94b2d0ceb183494fc354d..98e1a1553864bf2fc820d080b99ae56ab01b295b 100644 (file)
@@ -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 <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
index 92f8ce6846c65ff9448e482623d6732fffc18eb0..d34a418b7e3cef4b623912d2008a4f54cec5a04e 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_cdb_close.c,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 1d14640af1fb68c77b2e9903a07385a36e47b619..ace358aa8b617b79a1f01fa0f4d8274b7c8e9822 100644 (file)
@@ -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.
index 9184264ae8ec40f420d7847328fac9050496cb30..f88a9e29c0e103416b9f7f96c21f5bdd70b9447e 100644 (file)
@@ -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.
index cf9d905a614cf9bb65293b363084ab6ec14c10cd..e8a4bdd050b2abe559e816d8928d21fa7a2e25f1 100644 (file)
@@ -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
index 60141c3bea5f7de7c1e688de9a983f00f21ab3b5..ba14bd8e46fa3d6a28f043d016477ba21307ae06 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_cdb_nextid.c,v 1.2 2005-04-28 20:49:59 bfernhomberg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index be2db1023692be7e7d966b76e23d1773b37ee1a0..4620782e14057f4ce5cf29d7976ad7e6d3c9b885 100644 (file)
@@ -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.
  *
index 6c16ce7ec6a12b6341d5758075ba1325b7f09945..63ed9f8a1c14b51c9de5837ef32e91ab2713d558 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_cdb_resolve.c,v 1.5 2009-10-29 13:38:16 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 7cc108d3bcf5013dc6724ff96316034b36aad4c8..75fc5db380f94f7a400a070b8eecde3c4abbdf52 100644 (file)
@@ -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 <rlewczuk@pronet.pl>
index fd92cc5a7b87090d032ab7cf97fdadd817c80937..cc2ae1c7d19e79ec3ef8ae13c14936bc491908b7 100644 (file)
@@ -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.
index cbe89a6e8a8dcd415b3f63fafb198c808057c419..c500181611549fb49deeddfabe646c30ec6aa6c8 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_tdb_close.c,v 1.3 2009-11-21 13:38:11 didg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index e7bf6f711d86b90004718ee9a92138fb3e72c1cc..a16a99519327bcab826589b3995524b44a67b2d0 100644 (file)
@@ -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.
index 8aefa42b2278c6f34696d095451ff7e375a2b62e..8e7b12616f0a9f3020e03f743bef034fdd6ce543 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_tdb_nextid.c,v 1.2 2005-04-28 20:50:02 bfernhomberg Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 7e80f3855de04dae66ea38c5d64f4c1228ee1b7c..851f9e55e7be86811bb4106018411f0cc98b5a30 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: cnid_tdb_resolve.c,v 1.4 2009-11-22 14:14:05 franklahm Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 2716bb8f955ca79c002dde8237f8107f4141f7e5..481978b9f42f67f8f5897623c9bd62ba66810196 100644 (file)
@@ -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.
index ddbfe2d5f88a338e4722db6cc5b42a79a7a8353e..8faae19336149d309234b182002bdead6c3d9cdd 100644 (file)
@@ -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.
index 03dd3bb601f1d6cb849d43736c5017aa461a649d..eb73c9754e88c4a5c4c29778c8ddb32c1304f28f 100644 (file)
@@ -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:
  *
index 5a60c24d5c25d30d223b820b3edf496c89009740..80757712192a8240421d71e8f10cce7588310d1a 100644 (file)
@@ -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.
index 80bee3fe702a79cfbd18bd7a7ac4bd8539295aaf..892b982eade06df3553c83ab2d7b00a876f1617b 100644 (file)
@@ -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.
index 39c93bf5bd319d49694871d76f6c14d260c872b7..cde5def73b19e36edf140dec1f839e12518b303b 100644 (file)
@@ -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.
index aec872ab0c15f1aaea351ddeb9febe44860e9f9a..dac4f76b3760efa38c650d5e7b21dc7ba42d71d6 100644 (file)
@@ -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.
index 40d0c0ad4cb43376dc0421c4b8fd504708fc15e2..a283d40b82670fbb1b3172788fca1e8bfa62a248 100644 (file)
@@ -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.
index 1cf25e64c6516ea65e4144f63eafcd625fdb72d2..65a479e1dac4a89d09fd5785b623715f382d6988 100644 (file)
@@ -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.
index bfa84058a203d9b181c61a5933c484825bfaee9f..f1ff81567aefcccb8da5c45730a8256a40f49920 100644 (file)
@@ -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
index bf3a5bca9ef1e951b966a362f514e57954893458..5d2c72e6f0e2678f5b2e99b0ad36b6224c851616 100644 (file)
@@ -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
index fd48db688e1a56b39ca2d817efe00a15c6cf9f06..4859fec0ebdc60e0b98895cab2d170c64ac51c33 100644 (file)
@@ -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.
index 2d5b913e8026bb8e3121d45efba5d7f5e7e1ea42..0b473b608ba38cf4534b13fc513f34390123b1d7 100644 (file)
@@ -1,5 +1,4 @@
 /*
-   $Id: locking.c,v 1.4 2010-01-05 19:05:52 franklahm Exp $
    Copyright (c) 2009 Frank Lahm <franklahm@gmail.com>
 
    This program is free software; you can redistribute it and/or modify
index 1e370373b3f810a7de13ce96b8f72b0f4d50ea0b..b651476524c73230cb3f3875fd8288bd52e86ec2 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: module.c,v 1.5 2003-02-17 02:03:12 srittau Exp $
  */
 
 #ifdef HAVE_CONFIG_H
index 799cfa2649e6fefab6fd3ffe3fdfc0c9a1a19571..48925d88ce9aad993a6762a486d8d2f6bc4ff18b 100644 (file)
@@ -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], [
index d2a5544a29f76ed5d800902fa9a54a9087102113..8eb5864d25710d397d0516b529067333199614bc 100644 (file)
@@ -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
index 1f40646bee27379c13e76a78dad5d3ef88f6f3d6..17a92898c6d7b4c8e7161c298c81ddb04f5044c4 100644 (file)
@@ -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], [
index 7ad755b973e52aaf02263c0896337acc54f30eaa..6ae7ea6f901a1e174fef04a88ccca740fa6a944d 100644 (file)
@@ -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
index 3f47b85f37ef7f3ee45c4a107e151d7868349e51..75d5c9538553f708b3a3cc89c1d17a4e9f26c28c 100644 (file)
@@ -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
index b7e0c3a213f659dfd041eb04be39cc672c061a17..703c3568d34d38b36029a2c2e342abb8713af5a3 100644 (file)
@@ -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.
 
index 8d9c1b6c66650e5ca8f8f337057b8a229c69cccc..8a58142be879c1a8402dce97797e67feadee1ab6 100644 (file)
@@ -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], [
index 55b0f8c179428c464634cd6f5aa601b6f6521a9f..76b75a09cd05a85d633c1bdfd20645d83cb86f82 100644 (file)
@@ -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
index 4387bdfca7e852f7cb45e4f943cd352501c69df5..92347f1cf824da1bec05ae7ef4eacc74ad4bcee1 100644 (file)
@@ -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 <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
index 2a0fcd23c43ec6a6ff12acefe613767e6a4a0a35..933f7f61dc85f570dd5ac69bc33f7c45d04ea0c3 100644 (file)
@@ -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 <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
index ee32144a51682eeaa2d0af8358133274406fce7b..2a190eae0acff3b986392b1ae9f7dc711b510732 100644 (file)
@@ -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 <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify
index 382a5bd5bfaaf1502b7626cbdb7192b265f2c05b..98d0c1ba9e7b0691e996e539479f668f247fb450 100644 (file)
@@ -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 <franklahm@gmail.com>
 
   This program is free software; you can redistribute it and/or modify