ソースを参照

PD license
Author: jgg
Date: 2002-09-14 05:28:38 GMT
PD license

Arch Librarian 22 年 前
コミット
7da2b37588
共有4 個のファイルを変更した15 個の追加6 個の削除を含む
  1. 4 1
      apt-pkg/contrib/cmndline.cc
  2. 4 1
      apt-pkg/contrib/configuration.cc
  3. 2 2
      apt-pkg/contrib/fileutl.cc
  4. 5 2
      methods/connect.cc

+ 4 - 1
apt-pkg/contrib/cmndline.cc

@@ -1,10 +1,13 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: cmndline.cc,v 1.12 2001/06/09 22:39:48 jgg Exp $
+// $Id: cmndline.cc,v 1.13 2002/09/14 05:29:22 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    Command Line Class - Sophisticated command line parser
    Command Line Class - Sophisticated command line parser
    
    
+   This source is placed in the Public Domain, do with it what you will
+   It was originally written by Jason Gunthorpe <jgg@debian.org>.
+   
    ##################################################################### */
    ##################################################################### */
 									/*}}}*/
 									/*}}}*/
 // Include files							/*{{{*/
 // Include files							/*{{{*/

+ 4 - 1
apt-pkg/contrib/configuration.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: configuration.cc,v 1.22 2001/05/14 05:47:30 jgg Exp $
+// $Id: configuration.cc,v 1.23 2002/09/14 05:29:22 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    Configuration Class
    Configuration Class
@@ -8,6 +8,9 @@
    This class provides a configuration file and command line parser
    This class provides a configuration file and command line parser
    for a tree-oriented configuration environment. All runtime configuration
    for a tree-oriented configuration environment. All runtime configuration
    is stored in here.
    is stored in here.
+
+   This source is placed in the Public Domain, do with it what you will
+   It was originally written by Jason Gunthorpe <jgg@debian.org>.
    
    
    ##################################################################### */
    ##################################################################### */
 									/*}}}*/
 									/*}}}*/

+ 2 - 2
apt-pkg/contrib/fileutl.cc

@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // 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
    File Utilities
@@ -9,7 +9,7 @@
    GetLock - dpkg compatible lock file manipulation (fcntl)
    GetLock - dpkg compatible lock file manipulation (fcntl)
    
    
    This source is placed in the Public Domain, do with it what you will
    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>.
    
    
    ##################################################################### */
    ##################################################################### */
 									/*}}}*/
 									/*}}}*/

+ 5 - 2
methods/connect.cc

@@ -1,10 +1,13 @@
 // -*- mode: cpp; mode: fold -*-
 // -*- mode: cpp; mode: fold -*-
 // Description								/*{{{*/
 // Description								/*{{{*/
-// $Id: connect.cc,v 1.8 2002/02/28 03:51:55 jgg Exp $
+// $Id: connect.cc,v 1.9 2002/09/14 05:28:38 jgg Exp $
 /* ######################################################################
 /* ######################################################################
 
 
    Connect - Replacement connect call
    Connect - Replacement connect call
-   
+
+   This was originally authored by Jason Gunthorpe <jgg@debian.org>
+   and is placed in the Public Domain, do with it what you will.
+      
    ##################################################################### */
    ##################################################################### */
 									/*}}}*/
 									/*}}}*/
 // Include Files							/*{{{*/
 // Include Files							/*{{{*/