gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36036 - in flightrecorder: . src/flightrecorderd src/inclu


From: gnunet
Subject: [GNUnet-SVN] r36036 - in flightrecorder: . src/flightrecorderd src/include src/libflightrecorder
Date: Tue, 30 Jun 2015 13:42:08 +0200

Author: grothoff
Date: 2015-06-30 13:42:08 +0200 (Tue, 30 Jun 2015)
New Revision: 36036

Modified:
   flightrecorder/COPYING
   flightrecorder/README
   flightrecorder/flightrecorder.1
   flightrecorder/gpl.texinfo
   flightrecorder/src/flightrecorderd/flightrecorder.c
   flightrecorder/src/flightrecorderd/getopt.c
   flightrecorder/src/flightrecorderd/getopt.h
   flightrecorder/src/flightrecorderd/getopt1.c
   flightrecorder/src/include/system.h
   flightrecorder/src/libflightrecorder/xmalloc.c
Log:
fix #3869: outdated FSF address

Modified: flightrecorder/COPYING
===================================================================
--- flightrecorder/COPYING      2015-06-30 11:42:00 UTC (rev 36035)
+++ flightrecorder/COPYING      2015-06-30 11:42:08 UTC (rev 36036)
@@ -2,7 +2,7 @@
                       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,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
 
 
 Also add information on how to contact you by electronic and paper mail.

Modified: flightrecorder/README
===================================================================
--- flightrecorder/README       2015-06-30 11:42:00 UTC (rev 36035)
+++ flightrecorder/README       2015-06-30 11:42:08 UTC (rev 36036)
@@ -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
 
 Comments are welcome.
 

Modified: flightrecorder/flightrecorder.1
===================================================================
--- flightrecorder/flightrecorder.1     2015-06-30 11:42:00 UTC (rev 36035)
+++ flightrecorder/flightrecorder.1     2015-06-30 11:42:08 UTC (rev 36036)
@@ -11,7 +11,7 @@
 .\"
 .\" You should have received a copy of the GNU General Public License
 .\" along with this program; see the file COPYING.  If not, write to
-.\" the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+.\" the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA  
02110-1301 USA.
 .\"
 .TH FLIGHTRECORDER 1 "November 1, 2007"
 .\" Please update the above date whenever this man page is modified.

Modified: flightrecorder/gpl.texinfo
===================================================================
--- flightrecorder/gpl.texinfo  2015-06-30 11:42:00 UTC (rev 36035)
+++ flightrecorder/gpl.texinfo  2015-06-30 11:42:08 UTC (rev 36036)
@@ -5,7 +5,7 @@
 
 @display
 Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc.
-59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
 
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.
@@ -351,7 +351,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
 @end smallexample
 
 Also add information on how to contact you by electronic and paper mail.

Modified: flightrecorder/src/flightrecorderd/flightrecorder.c
===================================================================
--- flightrecorder/src/flightrecorderd/flightrecorder.c 2015-06-30 11:42:00 UTC 
(rev 36035)
+++ flightrecorder/src/flightrecorderd/flightrecorder.c 2015-06-30 11:42:08 UTC 
(rev 36036)
@@ -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.  
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.  
 */
 
 #include <stdio.h>

Modified: flightrecorder/src/flightrecorderd/getopt.c
===================================================================
--- flightrecorder/src/flightrecorderd/getopt.c 2015-06-30 11:42:00 UTC (rev 
36035)
+++ flightrecorder/src/flightrecorderd/getopt.c 2015-06-30 11:42:08 UTC (rev 
36036)
@@ -18,8 +18,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.  */
 
 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
    Ditto for AIX 3.2 and <stdlib.h>.  */

Modified: flightrecorder/src/flightrecorderd/getopt.h
===================================================================
--- flightrecorder/src/flightrecorderd/getopt.h 2015-06-30 11:42:00 UTC (rev 
36035)
+++ flightrecorder/src/flightrecorderd/getopt.h 2015-06-30 11:42:08 UTC (rev 
36036)
@@ -14,8 +14,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.  */
 
 #ifndef _GETOPT_H
 

Modified: flightrecorder/src/flightrecorderd/getopt1.c
===================================================================
--- flightrecorder/src/flightrecorderd/getopt1.c        2015-06-30 11:42:00 UTC 
(rev 36035)
+++ flightrecorder/src/flightrecorderd/getopt1.c        2015-06-30 11:42:08 UTC 
(rev 36036)
@@ -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.  */
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>

Modified: flightrecorder/src/include/system.h
===================================================================
--- flightrecorder/src/include/system.h 2015-06-30 11:42:00 UTC (rev 36035)
+++ flightrecorder/src/include/system.h 2015-06-30 11:42:08 UTC (rev 36036)
@@ -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.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.  */
 
 #if HAVE_CONFIG_H
 #include "config.h"

Modified: flightrecorder/src/libflightrecorder/xmalloc.c
===================================================================
--- flightrecorder/src/libflightrecorder/xmalloc.c      2015-06-30 11:42:00 UTC 
(rev 36035)
+++ flightrecorder/src/libflightrecorder/xmalloc.c      2015-06-30 11:42:08 UTC 
(rev 36036)
@@ -13,7 +13,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.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.  */
 
 #if HAVE_CONFIG_H
 # include <config.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]