rename this file so it is visible by metacpan et al
Karen Etheridge [Sun, 6 Mar 2016 23:31:27 +0000 (15:31 -0800)]
37 files changed:
LICENSE [moved from LICENSE.TERMS with 100% similarity]
Makefile.am
README
cgi-fcgi/cgi-fcgi.c
doc/FCGI_Accept.3
doc/FCGI_Finish.3
doc/FCGI_SetExitStatus.3
doc/FCGI_StartFilterData.3
doc/cgi-fcgi.1
doc/fastcgi-whitepaper/fastcgi.htm
doc/fcgi-devel-kit.htm
doc/fcgi-java.htm
doc/fcgi-perf.htm
doc/fcgi-perl.htm
doc/fcgi-spec.html
doc/fcgi-tcl.htm
doc/overview.html
examples/authorizer.c
examples/echo-x.c
examples/echo.c
examples/log-dump.c
include/fastcgi.h
include/fcgi_stdio.h
include/fcgiapp.h
include/fcgimisc.h
java/FCGIGlobalDefs.java
java/FCGIInputStream.java
java/FCGIInterface.java
java/FCGIMessage.java
java/FCGIOutputStream.java
java/FCGIRequest.java
libfcgi/fcgi_stdio.c
libfcgi/fcgiapp.c
libfcgi/strerror.c
perl/Makefile.PL
perl/README
perl/eg/echo.pl

similarity index 100%
rename from LICENSE.TERMS
rename to LICENSE
index b35f7f3..8f6832c 100755 (executable)
@@ -8,7 +8,7 @@ SUBDIRS = libfcgi cgi-fcgi examples include
 
 include_HEADERS = fcgi_config.h
 
-EXTRA_DIST = LICENSE.TERMS              \
+EXTRA_DIST = LICENSE              \
              Makefile.nt                \
              cgi-fcgi/cgi-fcgi.mak      \
              examples/authorizer.mak    \
diff --git a/README b/README
index ca3d5f6..8140968 100755 (executable)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ FastCGI Developer's Kit README
 
     $Id: README,v 1.24 2004/01/31 17:47:06 robs Exp $
     Copyright (c) 1996 Open Market, Inc.
-    See the file "LICENSE.TERMS" for information on usage and redistribution
+    See the file "LICENSE" for information on usage and redistribution
     of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
 Basic Directions
index e0f304a..a5c75b1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index 42cc209..104304d 100644 (file)
@@ -123,6 +123,6 @@ SEE ALSO
 
 HISTORY
      Copyright (c) 1996 Open Market, Inc.
-     See the file "LICENSE.TERMS" for information on usage and redistribution
+     See the file "LICENSE" for information on usage and redistribution
      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
      $Id: FCGI_Accept.3,v 1.1 1997/09/16 15:36:25 stanleyg Exp $
index 44a67d7..05288b4 100644 (file)
@@ -36,6 +36,6 @@ SEE ALSO
 
 HISTORY
      Copyright (c) 1996 Open Market, Inc.
-     See the file "LICENSE.TERMS" for information on usage and redistribution
+     See the file "LICENSE" for information on usage and redistribution
      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
      $Id: FCGI_Finish.3,v 1.1 1997/09/16 15:36:25 stanleyg Exp $
index a1cc214..6050d14 100644 (file)
@@ -23,6 +23,6 @@ SEE ALSO
 
 HISTORY
      Copyright (c) 1996 Open Market, Inc.
-     See the file "LICENSE.TERMS" for information on usage and redistribution
+     See the file "LICENSE" for information on usage and redistribution
      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
      $Id: FCGI_SetExitStatus.3,v 1.1 1997/09/16 15:36:25 stanleyg Exp $
index 9dfe909..287fca7 100644 (file)
@@ -47,6 +47,6 @@ SEE ALSO
 
 HISTORY
      Copyright (c) 1996 Open Market, Inc.
-     See the file "LICENSE.TERMS" for information on usage and redistribution
+     See the file "LICENSE" for information on usage and redistribution
      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
      $Id: FCGI_StartFilterData.3,v 1.1 1997/09/16 15:36:26 stanleyg Exp $
index ae46d37..b13f148 100644 (file)
@@ -108,6 +108,6 @@ BUGS
 
 HISTORY
      Copyright (c) 1996 Open Market, Inc.
-     See the file "LICENSE.TERMS" for information on usage and redistribution
+     See the file "LICENSE" for information on usage and redistribution
      of this file, and for a DISCLAIMER OF ALL WARRANTIES.
      $Id: cgi-fcgi.1,v 1.1 1997/09/16 15:36:26 stanleyg Exp $
index 13b419b..fa8b7c7 100644 (file)
@@ -13,7 +13,7 @@
 </STYLE>
    </HEAD>
    <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-   <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+   <!--See the file "LICENSE" for information on usage and redistribution-->
    <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
    <!-- $Id: fastcgi.htm,v 1.4 2002/02/25 00:45:06 robs Exp $ -->
    <BODY>
index 0f2c8ac..68132d4 100644 (file)
@@ -25,7 +25,7 @@
          FastCGI Developer&#39;s Kit
       </H3>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <P CLASS="c1">
          Mark R. Brown<BR>
index b19f381..676b46a 100644 (file)
@@ -29,7 +29,7 @@
          </H3>
       </DIV>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <!-- $Id: fcgi-java.htm,v 1.4 2002/02/25 00:42:59 robs Exp $ -->
       <P CLASS="c2">
index bf697c9..7269e93 100644 (file)
@@ -28,7 +28,7 @@
          </H3>
       </DIV>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <DIV CLASS="c1">
          Mark R. Brown<BR>
index c5f936c..085ba36 100644 (file)
@@ -29,7 +29,7 @@
          </H3>
       </DIV>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <H5 CLASS="c2">
          Copyright &copy; 1996 Open Market, Inc. 245 First Street, Cambridge, MA 02142 U.S.A.<BR>
index e24f378..1c2b4ff 100644 (file)
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML>
    <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-   <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+   <!--See the file "LICENSE" for information on usage and redistribution-->
    <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
    <HEAD>
       <TITLE>
index 16dd767..9d42465 100644 (file)
@@ -28,7 +28,7 @@
          </H3>
       </DIV>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <P CLASS="c2">
          Michael S. Shanzer<BR>
index 48bc42d..962385b 100644 (file)
@@ -15,7 +15,7 @@
          </H2>
       </DIV>
       <!--Copyright (c) 1996 Open Market, Inc.                                    -->
-      <!--See the file "LICENSE.TERMS" for information on usage and redistribution-->
+      <!--See the file "LICENSE" for information on usage and redistribution-->
       <!--of this file, and for a DISCLAIMER OF ALL WARRANTIES.                   -->
       <!-- $Id: overview.html,v 1.4 2002/02/25 00:42:59 robs Exp $ -->
       <UL>
index 89f4fdb..d9759f3 100644 (file)
@@ -4,7 +4,7 @@
  * FastCGI example Authorizer program using fcgi_stdio library
  *
  * Copyright (c) 1996 Open Market, Inc.
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: authorizer.c,v 1.1 2001/06/19 15:30:02 robs Exp $
index 107e56f..cfd6604 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index 6e71b1f..52323ce 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index d5ef8df..8d47380 100644 (file)
@@ -10,7 +10,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index 66d8ec7..397a86c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1995-1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: fastcgi.h,v 1.1 1997/09/16 15:36:32 stanleyg Exp $
index de2af89..8e81ea9 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: fcgi_stdio.h,v 1.5 2001/06/22 13:21:15 robs Exp $
index 7d7ec86..07022b1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: fcgiapp.h,v 1.14 2003/06/22 00:16:44 robs Exp $
index 0464455..5f7eac7 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: fcgimisc.h,v 1.3 2001/06/18 14:25:47 robs Exp $
index 04de745..97a70df 100644 (file)
@@ -7,7 +7,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIGlobalDefs.java,v 1.3 2000/03/21 12:12:25 robs Exp $
index 4d3550d..8ded413 100644 (file)
@@ -6,7 +6,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIInputStream.java,v 1.4 2000/03/21 12:12:25 robs Exp $
index 03e8caa..5f9bdd6 100644 (file)
@@ -7,7 +7,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIInterface.java,v 1.4 2000/03/27 15:37:25 robs Exp $
index 0f474a9..0633def 100644 (file)
@@ -7,7 +7,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIMessage.java,v 1.4 2000/10/02 15:09:07 robs Exp $
index 503bda1..3b0f666 100644 (file)
@@ -5,7 +5,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIOutputStream.java,v 1.3 2000/03/21 12:12:26 robs Exp $
index 0237b3e..9b7b6db 100644 (file)
@@ -5,7 +5,7 @@
  *
  *  Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * $Id: FCGIRequest.java,v 1.3 2000/03/21 12:12:26 robs Exp $
index e141e7f..47dcc48 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index 367df9b..0f7946c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1996 Open Market, Inc.
  *
- * See the file "LICENSE.TERMS" for information on usage and redistribution
+ * See the file "LICENSE" for information on usage and redistribution
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  */
index aeab0f8..aa00734 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * The terms in the file "LICENSE.TERMS" do not apply to this file.
+ * The terms in the file "LICENSE" do not apply to this file.
  * See terms below.
  *
  * Copyright (c) 1988 Regents of the University of California.
index 91c1550..cb237c1 100644 (file)
@@ -11,7 +11,7 @@ use File::Copy qw(copy);
 @h1 = qw(fastcgi.h fcgiapp.h fcgimisc.h fcgios.h);
 @h = (@h1, 'fcgi_config.h');
 @o = qw(FCGI.o);
-@dist1 = qw(LICENSE.TERMS);
+@dist1 = qw(LICENSE);
 @dist2 = qw(fcgiapp.c os_unix.c os_win32.c);
 @dist3 = (@h1, qw(fcgi_config_x86.h));
 
index 50d96ee..5a428ee 100644 (file)
@@ -1,7 +1,7 @@
 $Id: README,v 1.7 2001/10/04 08:08:34 skimo Exp $
 
     Copyright (c) 1996 Open Market, Inc.
-    See the file "LICENSE.TERMS" for information on usage and redistribution
+    See the file "LICENSE" for information on usage and redistribution
     of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
     Copyright (c) 1996-1998 Sven Verdoolaege
index c433681..f4901ff 100644 (file)
@@ -6,7 +6,7 @@
 # 
 # Copyright (c) 1996 Open Market, Inc.
 #
-# See the file "LICENSE.TERMS" for information on usage and redistribution
+# See the file "LICENSE" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 # 
 #  $Id: echo.PL,v 1.2 2000/12/14 13:46:23 skimo Exp $