summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am19
-rw-r--r--src/certtool-cfg.c2
-rw-r--r--src/certtool.c2
-rw-r--r--src/cli.c2
-rw-r--r--src/common.c2
-rw-r--r--src/crypt.c2
-rw-r--r--src/list.h2
-rw-r--r--src/prime.c2
-rw-r--r--src/serv.c2
-rw-r--r--src/tests.c2
-rw-r--r--src/tls_test.c2
11 files changed, 29 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 16bb1a84f9..7abe7a31bb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,22 @@
+## Process this file with automake to produce Makefile.in
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation
+#
+# This file is part of GNUTLS.
+#
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This file is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this file; if not, write to the Free Software Foundation,
+# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
EXTRA_DIST = README README.srptool gnutls-http-serv
SUBDIRS = srp x509 openpgp cfg
diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c
index 8303502212..434eda6be6 100644
--- a/src/certtool-cfg.c
+++ b/src/certtool-cfg.c
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/certtool.c b/src/certtool.c
index b0a99a25cc..6b1c2e15b3 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/cli.c b/src/cli.c
index 68566725d6..a9d0994fa7 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/common.c b/src/common.c
index aa8011752f..571aa48396 100644
--- a/src/common.c
+++ b/src/common.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/crypt.c b/src/crypt.c
index f9a22a0604..802e3d970b 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/list.h b/src/list.h
index 021591fea7..1768f9e948 100644
--- a/src/list.h
+++ b/src/list.h
@@ -15,7 +15,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
/*
diff --git a/src/prime.c b/src/prime.c
index e53f9392a8..432eb631c4 100644
--- a/src/prime.c
+++ b/src/prime.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/serv.c b/src/serv.c
index 68cd30d654..6b322ea2a2 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -17,7 +17,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* This server is heavily modified for GNUTLS by Nikos Mavroyanopoulos
diff --git a/src/tests.c b/src/tests.c
index 85e5f5f82e..081ac028f8 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>
diff --git a/src/tls_test.c b/src/tls_test.c
index 363aa0d413..26c611d879 100644
--- a/src/tls_test.c
+++ b/src/tls_test.c
@@ -16,7 +16,7 @@
*
* 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
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <config.h>