Update to the new FSF address
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 09:43:43 +0000 (09:43 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 09:43:43 +0000 (09:43 +0000)
24 files changed:
Makefile
aux.c
aux.h
cgi.5
cgi.c
cgi.h
cgiDebug.3
cgiEscape.3
cgiFree.3
cgiFreeList.3
cgiGetCookie.3
cgiGetCookies.3
cgiGetFile.3
cgiGetFiles.3
cgiGetValue.3
cgiGetVariables.3
cgiHeader.3
cgiInit.3
cgiRedirect.3
cgiSetHeader.3
cgiSetType.3
cgitest.c
cookies.c
jumpto.c

index c8632a2..fa446b1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,8 @@
 #   GNU General Public License for more details.
 #
 #   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+#   along with this program; if not, write to the Free Software Foundation
+#   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 CFLAGS = -Wall -O2 -g
 IFLAGS = -I.
diff --git a/aux.c b/aux.c
index ef9e487..a808b9d 100644 (file)
--- a/aux.c
+++ b/aux.c
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
     
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software 
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #include <stdlib.h>
diff --git a/aux.h b/aux.h
index fdb96f8..d227ac4 100644 (file)
--- a/aux.h
+++ b/aux.h
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
     
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software 
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 extern int cgiDebugLevel;
diff --git a/cgi.5 b/cgi.5
index a80fe2b..e1b4497 100644 (file)
--- a/cgi.5
+++ b/cgi.5
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgi 5 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
diff --git a/cgi.c b/cgi.c
index 0221722..59546df 100644 (file)
--- a/cgi.c
+++ b/cgi.c
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #define _GNU_SOURCE 1
diff --git a/cgi.h b/cgi.h
index 81be23f..03414fb 100644 (file)
--- a/cgi.h
+++ b/cgi.h
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef _CGI_H_
index c9db074..3e74a11 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiDebug 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 2386367..f7d4a93 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiDebug 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index d392297..9de009d 100644 (file)
--- a/cgiFree.3
+++ b/cgiFree.3
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiFree 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 9297147..d8b846e 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiFreeList 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 6ad0c0b..87dc7c1 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetCookie 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 053e58e..3fe1a3f 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetCookies 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index e05fd8c..1afa31b 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetValue 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 754aafb..3c9d6ac 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetFiles 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 0f82f10..5c59556 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetValue 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index d9c2074..c726558 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiGetVariables 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 874fa70..b6eb555 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiHeader 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 5f9e8ce..4de1118 100644 (file)
--- a/cgiInit.3
+++ b/cgiInit.3
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiInit 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 03ae947..5f2410e 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiRedirect 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 704082e..c06bb19 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiSetHeader 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 2a84338..f556a4a 100644 (file)
@@ -12,8 +12,8 @@
 .\" GNU General Public License for more details.
 .\" 
 .\" You should have received a copy of the GNU General Public License
-.\" along with this program; if not, write to the Free Software
-.\" Foundation, Inc.,59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.\" along with this program; if not, write to the Free Software Foundation
+.\" Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 .\"
 .TH cgiSetType 3 "6 April 2008" "CGI Library" "Programmer's Manual"
 .SH NAME
index 97db51a..63c00cf 100644 (file)
--- a/cgitest.c
+++ b/cgitest.c
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 /*
index ebd559a..0808276 100644 (file)
--- a/cookies.c
+++ b/cookies.c
@@ -13,8 +13,8 @@
     GNU General Public License for more details.
     
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software 
-    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+    along with this program; if not, write to the Free Software Foundation
+    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
 #include <stdio.h>
index 0467b05..abf8ad5 100644 (file)
--- a/jumpto.c
+++ b/jumpto.c
@@ -13,8 +13,8 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+   along with this program; if not, write to the Free Software Foundation
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 /*