OSDN Git Service

Fixed l7directord copyright. license
authorKohei TANUMA <tanuma@users.sourceforge.jp>
Mon, 14 Jun 2010 04:39:30 +0000 (13:39 +0900)
committerKohei TANUMA <tanuma@users.sourceforge.jp>
Mon, 14 Jun 2010 04:44:02 +0000 (13:44 +0900)
Added COPYING files to distribution files.

Makefile.am
l7directord/l7directord

index 51bbe4a..e5d6d65 100644 (file)
@@ -35,7 +35,9 @@ SUBDIRS = \
 
 docdir = ${datadir}/doc/${PACKAGE}-${VERSION}
 dist_doc_DATA = \
-       README
+       README \
+       COPYING \
+       COPYING.LGPL
 
 EXTRA_DIST = \
        CHANGES \
index f628f24..2087fb8 100755 (executable)
@@ -3,7 +3,9 @@
 # l7directord
 # Linux Director Daemon - run "perldoc l7directord" for details
 #
-# 2005-2008 (C) NTT COMWARE
+# 1999-2010 (C) Jacob Rief <jacob.rief@tiscover.com>,
+#               Horms <horms@verge.net.au>,
+#               NTT COMWARE and others
 #
 # License:   GNU General Public License (GPL)
 #
 # The version of ldirectord used as a reference for this l7directord is
 # ldirectord,v 1.77.2.32 2005/09/21 04:00:41
 #
-# Note : * The existing code of ldirectord that is not required for
-#          l7directord is also maintained in the program but is
-#          commented out.
+# Note: * The original author of this software was Jacob Rief circa 1999
+#       * It was maintained by Jacob Rief and Horms 
+#         from November 1999 to July 2003.
+#       * From July 2003 Horms was the maintainer
+#       * From September 2005 NTT COMWARE fork the new project -
+#         l7directord.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License as