aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-04-16 00:00:09 +0000
committerEvan Huus <eapache@gmail.com>2013-04-16 00:00:09 +0000
commitd0bd2097f0393fe28e45b802a8418e86eafb2ae2 (patch)
tree0bced714562aec38c45c0fc758b56ad4b69fc08a /wsutil
parentf7fbe1ccdac5a04734b3bf904684137a8d7194d7 (diff)
Fix another dozen or so files with bad FSF addresses as caught by licensecheck.
svn path=/trunk/; revision=48869
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/strncasecmp.c4
-rw-r--r--wsutil/strptime.c4
-rw-r--r--wsutil/wsgetopt.c6
-rw-r--r--wsutil/wsgetopt.h6
-rw-r--r--wsutil/wsgetopt_int.h4
5 files changed, 12 insertions, 12 deletions
diff --git a/wsutil/strncasecmp.c b/wsutil/strncasecmp.c
index a679e85c14..88adc48ac5 100644
--- a/wsutil/strncasecmp.c
+++ b/wsutil/strncasecmp.c
@@ -13,8 +13,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+not, write to the Free Software Foundation, Inc., 51 Franklin Street,
+Fifth Floor, Boston, MA 02110-1301 USA. */
#include <ansidecl.h>
#include <string.h>
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index 1680fa26a7..64fe57a2ca 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Library General Public
License along with the GNU C Library; see the file COPYING.LIB. If not,
- write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
/* XXX This version of the implementation is not really complete.
Some of the fields cannot add information alone. But if seeing
diff --git a/wsutil/wsgetopt.c b/wsutil/wsgetopt.c
index 44b71af209..844ada7643 100644
--- a/wsutil/wsgetopt.c
+++ b/wsutil/wsgetopt.c
@@ -20,9 +20,9 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/wsutil/wsgetopt.h b/wsutil/wsgetopt.h
index 41054d1cc9..09756afb7f 100644
--- a/wsutil/wsgetopt.h
+++ b/wsutil/wsgetopt.h
@@ -14,9 +14,9 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
#ifndef _GETOPT_H
diff --git a/wsutil/wsgetopt_int.h b/wsutil/wsgetopt_int.h
index bad71eaf45..b30b8017a9 100644
--- a/wsutil/wsgetopt_int.h
+++ b/wsutil/wsgetopt_int.h
@@ -18,8 +18,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA. */
#ifndef _GETOPT_INT_H
#define _GETOPT_INT_H 1