diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:23 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:59:23 +0000 |
commit | 7da2b37588408ab538e16f2d93ffb47a19e7a090 (patch) | |
tree | 50eb763ba9671efd7a2b04f660c6d0e231772394 /apt-pkg/contrib/fileutl.cc | |
parent | d32305c4ded17d8cf2a3099e27a16d4eff239ec5 (diff) |
PD license
Author: jgg
Date: 2002-09-14 05:28:38 GMT
PD license
Diffstat (limited to 'apt-pkg/contrib/fileutl.cc')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index 00afc8050..4ba8ab05a 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: fileutl.cc,v 1.41 2002/04/24 05:02:40 jgg Exp $ +// $Id: fileutl.cc,v 1.42 2002/09/14 05:29:22 jgg Exp $ /* ###################################################################### File Utilities @@ -9,7 +9,7 @@ GetLock - dpkg compatible lock file manipulation (fcntl) This source is placed in the Public Domain, do with it what you will - It was originally written by Jason Gunthorpe. + It was originally written by Jason Gunthorpe <jgg@debian.org>. ##################################################################### */ /*}}}*/ |