[Pkg-privacy-commits] [libotr] 69/225: Updating FSF address
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:44:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository libotr.
commit 3a3df8312e6d56743b536512933cc13e9e91855a
Author: Rob Smits <rdfsmits at cs.uwaterloo.ca>
Date: Wed May 23 11:46:16 2012 -0400
Updating FSF address
---
COPYING | 4 ++--
COPYING.LIB | 4 ++--
README | 8 ++++----
libotr.m4 | 2 +-
src/auth.c | 2 +-
src/auth.h | 2 +-
src/b64.c | 2 +-
src/b64.h | 2 +-
src/context.c | 2 +-
src/context.h | 2 +-
src/context_priv.c | 2 +-
src/context_priv.h | 2 +-
src/dh.c | 2 +-
src/dh.h | 2 +-
src/instag.c | 2 +-
src/instag.h | 2 +-
src/mem.c | 2 +-
src/mem.h | 2 +-
src/message.c | 2 +-
src/message.h | 2 +-
src/privkey-t.h | 2 +-
src/privkey.c | 2 +-
src/privkey.h | 2 +-
src/proto.c | 2 +-
src/proto.h | 2 +-
src/serial.h | 2 +-
src/sm.c | 2 +-
src/sm.h | 2 +-
src/tlv.c | 2 +-
src/tlv.h | 2 +-
src/userstate.c | 2 +-
src/userstate.h | 2 +-
src/version.h | 2 +-
toolkit/aes.c | 2 +-
toolkit/ctrmode.c | 2 +-
toolkit/ctrmode.h | 2 +-
toolkit/otr_mackey.c | 2 +-
toolkit/otr_modify.c | 2 +-
toolkit/otr_parse.c | 2 +-
toolkit/otr_readforge.c | 2 +-
toolkit/otr_remac.c | 2 +-
toolkit/otr_sesskeys.c | 2 +-
toolkit/parse.c | 2 +-
toolkit/parse.h | 2 +-
toolkit/readotr.c | 2 +-
toolkit/readotr.h | 2 +-
toolkit/sesskeys.c | 2 +-
toolkit/sesskeys.h | 2 +-
toolkit/sha1hmac.c | 2 +-
toolkit/sha1hmac.h | 2 +-
50 files changed, 55 insertions(+), 55 deletions(-)
diff --git a/COPYING b/COPYING
index 5b6e7c6..73680a2 100644
--- 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, 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 @@ 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, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
diff --git a/COPYING.LIB b/COPYING.LIB
index b1e3f5a..a2f935a 100644
--- a/COPYING.LIB
+++ b/COPYING.LIB
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 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.
@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
You should have received a copy of the GNU Lesser General Public
License along with this library; 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.
diff --git a/README b/README
index ba112d0..1a2102c 100644
--- a/README
+++ b/README
@@ -324,8 +324,8 @@ covered by the following (LGPL) license:
There is a copy of the GNU Lesser General Public License in the
COPYING.LIB file packaged with this library; if you cannot find it,
- 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
The Off-the-Record Messaging Toolkit (in the toolkit directory) is covered
by the following (GPL) license:
@@ -346,8 +346,8 @@ by the following (GPL) license:
There is a copy of the GNU General Public License in the COPYING file
packaged with this toolkit; if you cannot find it, 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
CONTACT
diff --git a/libotr.m4 b/libotr.m4
index a21ac3e..80b25f8 100644
--- a/libotr.m4
+++ b/libotr.m4
@@ -14,7 +14,7 @@ dnl Lesser General Public License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public
dnl License along with this library; 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, Fifth Floor, Boston, MA 02110-1301 USA
dnl
dnl AM_PATH_LIBOTR([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
diff --git a/src/auth.c b/src/auth.c
index 9dd2733..865032a 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/auth.h b/src/auth.h
index adaba6a..4f9eaee 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __AUTH_H__
diff --git a/src/b64.c b/src/b64.c
index cc6e7cb..8ea2e52 100644
--- a/src/b64.c
+++ b/src/b64.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* Modified from: */
diff --git a/src/b64.h b/src/b64.h
index 96f4f28..6502cdc 100644
--- a/src/b64.h
+++ b/src/b64.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __B64_H__
diff --git a/src/context.c b/src/context.c
index 1a166fb..62625df 100644
--- a/src/context.c
+++ b/src/context.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/context.h b/src/context.h
index d7595a9..9633fbc 100644
--- a/src/context.h
+++ b/src/context.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __CONTEXT_H__
diff --git a/src/context_priv.c b/src/context_priv.c
index f93136e..7c568c7 100644
--- a/src/context_priv.c
+++ b/src/context_priv.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/context_priv.h b/src/context_priv.h
index 1bc7e6b..c17b11a 100644
--- a/src/context_priv.h
+++ b/src/context_priv.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __CONTEXT_PRIV_H__
diff --git a/src/dh.c b/src/dh.c
index b2caac8..b3e43b3 100644
--- a/src/dh.c
+++ b/src/dh.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/dh.h b/src/dh.h
index eedaf06..742c408 100644
--- a/src/dh.h
+++ b/src/dh.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __DH_H__
diff --git a/src/instag.c b/src/instag.c
index d91f705..fe19a58 100644
--- a/src/instag.c
+++ b/src/instag.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/instag.h b/src/instag.h
index c3ec036..c8aabb3 100644
--- a/src/instag.h
+++ b/src/instag.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __INSTAG_H__
diff --git a/src/mem.c b/src/mem.c
index 6af3d0f..63b962e 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* Memory allocation routines for libgcrypt. All of the session key
diff --git a/src/mem.h b/src/mem.h
index f128163..b2769c5 100644
--- a/src/mem.h
+++ b/src/mem.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __MEM_H__
diff --git a/src/message.c b/src/message.c
index ff6db7c..ccdb89c 100644
--- a/src/message.c
+++ b/src/message.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/message.h b/src/message.h
index 87927c0..db5053f 100644
--- a/src/message.h
+++ b/src/message.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __MESSAGE_H__
diff --git a/src/privkey-t.h b/src/privkey-t.h
index bda064e..7dd120e 100644
--- a/src/privkey-t.h
+++ b/src/privkey-t.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __PRIVKEY_T_H__
diff --git a/src/privkey.c b/src/privkey.c
index 2100585..5411b63 100644
--- a/src/privkey.c
+++ b/src/privkey.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/privkey.h b/src/privkey.h
index a7e6ed8..0fd2a46 100644
--- a/src/privkey.h
+++ b/src/privkey.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __PRIVKEY_H__
diff --git a/src/proto.c b/src/proto.c
index 051f47d..232d8c3 100644
--- a/src/proto.c
+++ b/src/proto.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* OTR Protocol implementation. This file should be independent of
diff --git a/src/proto.h b/src/proto.h
index 7f98999..2270518 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __PROTO_H__
diff --git a/src/serial.h b/src/serial.h
index ed8fef9..fea2850 100644
--- a/src/serial.h
+++ b/src/serial.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __SERIAL_H__
diff --git a/src/sm.c b/src/sm.c
index fd8588a..7bbb7d7 100644
--- a/src/sm.c
+++ b/src/sm.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/sm.h b/src/sm.h
index eae1241..53703ff 100644
--- a/src/sm.h
+++ b/src/sm.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __SM_H__
diff --git a/src/tlv.c b/src/tlv.c
index 5e87c3d..fa76c3d 100644
--- a/src/tlv.c
+++ b/src/tlv.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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 <stdlib.h>
diff --git a/src/tlv.h b/src/tlv.h
index 256d80b..0bfeeb2 100644
--- a/src/tlv.h
+++ b/src/tlv.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __TLV_H__
diff --git a/src/userstate.c b/src/userstate.c
index b0f46b0..8d099ec 100644
--- a/src/userstate.c
+++ b/src/userstate.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
/* system headers */
diff --git a/src/userstate.h b/src/userstate.h
index 258376a..691616c 100644
--- a/src/userstate.h
+++ b/src/userstate.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __USERSTATE_H__
diff --git a/src/version.h b/src/version.h
index ffb52f6..88c5dd1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; 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
*/
#ifndef __VERSION_H__
diff --git a/toolkit/aes.c b/toolkit/aes.c
index 046eed7..1dff0ef 100644
--- a/toolkit/aes.c
+++ b/toolkit/aes.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 "aes.h"
diff --git a/toolkit/ctrmode.c b/toolkit/ctrmode.c
index 443fd27..987f29c 100644
--- a/toolkit/ctrmode.c
+++ b/toolkit/ctrmode.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/ctrmode.h b/toolkit/ctrmode.h
index fae8558..6ef648f 100644
--- a/toolkit/ctrmode.h
+++ b/toolkit/ctrmode.h
@@ -14,7 +14,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
*/
#ifndef __CTRMODE_H__
diff --git a/toolkit/otr_mackey.c b/toolkit/otr_mackey.c
index 5417c0d..cf2b4eb 100644
--- a/toolkit/otr_mackey.c
+++ b/toolkit/otr_mackey.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/otr_modify.c b/toolkit/otr_modify.c
index acb1071..8257b51 100644
--- a/toolkit/otr_modify.c
+++ b/toolkit/otr_modify.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/otr_parse.c b/toolkit/otr_parse.c
index 0112437..e791835 100644
--- a/toolkit/otr_parse.c
+++ b/toolkit/otr_parse.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
*/
/* system headers */
diff --git a/toolkit/otr_readforge.c b/toolkit/otr_readforge.c
index 6c54a1d..733f221 100644
--- a/toolkit/otr_readforge.c
+++ b/toolkit/otr_readforge.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/otr_remac.c b/toolkit/otr_remac.c
index fbad4d4..1567eeb 100644
--- a/toolkit/otr_remac.c
+++ b/toolkit/otr_remac.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
*/
/* system headers */
diff --git a/toolkit/otr_sesskeys.c b/toolkit/otr_sesskeys.c
index 1cb262d..227d18f 100644
--- a/toolkit/otr_sesskeys.c
+++ b/toolkit/otr_sesskeys.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/parse.c b/toolkit/parse.c
index ecefafb..ef67c8e 100644
--- a/toolkit/parse.c
+++ b/toolkit/parse.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
*/
/* system headers */
diff --git a/toolkit/parse.h b/toolkit/parse.h
index d1f8750..21a335f 100644
--- a/toolkit/parse.h
+++ b/toolkit/parse.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
*/
#ifndef __PARSE_H__
diff --git a/toolkit/readotr.c b/toolkit/readotr.c
index 7f0f270..77ffcbb 100644
--- a/toolkit/readotr.c
+++ b/toolkit/readotr.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/readotr.h b/toolkit/readotr.h
index 86f1073..a1b78f9 100644
--- a/toolkit/readotr.h
+++ b/toolkit/readotr.h
@@ -14,7 +14,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
*/
#ifndef __READOTR_H__
diff --git a/toolkit/sesskeys.c b/toolkit/sesskeys.c
index e7e06e7..ce58249 100644
--- a/toolkit/sesskeys.c
+++ b/toolkit/sesskeys.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/sesskeys.h b/toolkit/sesskeys.h
index 617c05a..677d205 100644
--- a/toolkit/sesskeys.h
+++ b/toolkit/sesskeys.h
@@ -14,7 +14,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
*/
#ifndef __SESSKEYS_H__
diff --git a/toolkit/sha1hmac.c b/toolkit/sha1hmac.c
index d58caff..7cf82d6 100644
--- a/toolkit/sha1hmac.c
+++ b/toolkit/sha1hmac.c
@@ -14,7 +14,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
*/
/* system headers */
diff --git a/toolkit/sha1hmac.h b/toolkit/sha1hmac.h
index bb53829..1f76ddc 100644
--- a/toolkit/sha1hmac.h
+++ b/toolkit/sha1hmac.h
@@ -14,7 +14,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
*/
#ifndef __SHA1HMAC_H__
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libotr.git
More information about the Pkg-privacy-commits
mailing list