]> git.ipfire.org Git - thirdparty/rng-tools.git/commitdiff
Update FSF mailing address in license.
authorJeff Garzik <jeff@garzik.org>
Mon, 6 Aug 2012 17:04:36 +0000 (13:04 -0400)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 6 Aug 2012 17:04:36 +0000 (13:04 -0400)
Caught by rpmlint.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
14 files changed:
COPYING
configure.ac
exits.h
fips.c
fips.h
rngd.c
rngd.h
rngd_entsource.c
rngd_entsource.h
rngd_linux.c
rngd_linux.h
rngtest.c
stats.c
stats.h

diff --git a/COPYING b/COPYING
index d60c31a97a544b53039088d14fe9114583c0efc3..87e7c4408d9eaa54bf9e8f6dbffc0854f4fee61b 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -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, Suite 500, Boston, MA  02110-1335  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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, Suite 500, Boston, MA  02110-1335  USA
 
 
 Also add information on how to contact you by electronic and paper mail.
index cd38628945e6252359fa16c2c22963ded1fd67fc..9b564723e1971e57816f871c66848c35c398a1c4 100644 (file)
@@ -15,7 +15,7 @@ dnl GNU General Public License for more details.
 dnl
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program; if not, write to the Free Software
-dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+dnl Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA  02110-1335  USA
 
 AC_INIT(rng-tools, 4, [Jeff Garzik <jgarzik@pobox.com>])
 AC_PREREQ(2.52)
diff --git a/exits.h b/exits.h
index a7395816a893146f1257c553aa4136f0cb146ead..4602799fd8f076caa50a324247520237c9a4eefd 100644 (file)
--- a/exits.h
+++ b/exits.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef EXITS__H
diff --git a/fips.c b/fips.c
index a0c04e26d303ce7cd1435070976e16b408ebdafb..b182a2b2ad5710453374c64ffd71012229c60ece 100644 (file)
--- a/fips.c
+++ b/fips.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
diff --git a/fips.h b/fips.h
index a73627788b4822e9ce62d067e8c875aa7000c933..b7acb0953b61c35b504d19a9698809272db75e19 100644 (file)
--- a/fips.h
+++ b/fips.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef FIPS__H
diff --git a/rngd.c b/rngd.c
index a9dbcb8496074cb08fc98c7fd5a3b34bc0e0da4e..0205d40e0abb970fb126460306398388bd7462a0 100644 (file)
--- a/rngd.c
+++ b/rngd.c
@@ -23,7 +23,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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
diff --git a/rngd.h b/rngd.h
index 2dd84813d1ca6d24500ac9c0a79235eb4d712521..528eec08dc5d167f89671d62ed0ac59e208fb8c6 100644 (file)
--- a/rngd.h
+++ b/rngd.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef RNGD__H
index 46b051c0268b888fb2437794c1b024725580eddf..f0e219d7af674204e5bdcf96e9045c40717872c3 100644 (file)
@@ -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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
index 79b8b86672e2933d5b7d91614dd17184488caf58..e34f561902bbdf5711b4a40f4d03e8b73391e57e 100644 (file)
@@ -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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef RNGD_ENTSOURCE__H
index 46db9510ca7aa3b9fba07833b7313d84fa15067d..c4f45dedecad0fd3bf80a35d7c240b917bf5ffdd 100644 (file)
@@ -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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
index 029584bad48344ba85c491d9ecf1c2891708a2cc..6e62934adb064e4f0119a99d0ca6026f81d7b949 100644 (file)
@@ -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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef RNGD_LINUX__H
index 6b4a029142871b569fafc368a105fd54ae082af5..86117d25001efd21b4d3c69779c734df543273ed 100644 (file)
--- a/rngtest.c
+++ b/rngtest.c
@@ -18,7 +18,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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
diff --git a/stats.c b/stats.c
index eede03391be9c03d90b85a6246c6532c95183ddf..5c4036ac85db14090b4c1c2396869de1f6359bfd 100644 (file)
--- a/stats.c
+++ b/stats.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #define _GNU_SOURCE
diff --git a/stats.h b/stats.h
index 74df71a93e4727d13bd66b328c15d2d6fc51cb31..92d93e12b89799ca0c8a2fecc4de63d329f4ff6e 100644 (file)
--- a/stats.h
+++ b/stats.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, Suite 500, Boston, MA  02110-1335  USA
  */
 
 #ifndef STATS__H