aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to 'agent')
-rw-r--r--agent/Makefile.am3
-rw-r--r--agent/agent.h3
-rw-r--r--agent/cache.c3
-rw-r--r--agent/call-scd.c3
-rw-r--r--agent/command-ssh.c4
-rw-r--r--agent/command.c3
-rw-r--r--agent/divert-scd.c3
-rw-r--r--agent/findkey.c3
-rw-r--r--agent/genkey.c3
-rw-r--r--agent/gpg-agent.c3
-rw-r--r--agent/learncard.c3
-rw-r--r--agent/minip12.c3
-rw-r--r--agent/minip12.h3
-rw-r--r--agent/pkdecrypt.c3
-rw-r--r--agent/pksign.c3
-rw-r--r--agent/preset-passphrase.c3
-rw-r--r--agent/protect-tool.c3
-rw-r--r--agent/protect.c3
-rw-r--r--agent/query.c3
-rw-r--r--agent/t-protect.c3
-rw-r--r--agent/trans.c3
-rw-r--r--agent/trustlist.c3
22 files changed, 44 insertions, 23 deletions
diff --git a/agent/Makefile.am b/agent/Makefile.am
index bc96531e0..961f0bb97 100644
--- a/agent/Makefile.am
+++ b/agent/Makefile.am
@@ -14,7 +14,8 @@
#
# 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.
## Process this file with automake to produce Makefile.in
diff --git a/agent/agent.h b/agent/agent.h
index 1542d6b9f..fdfe510fb 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -15,7 +15,8 @@
*
* 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 AGENT_H
diff --git a/agent/cache.c b/agent/cache.c
index 32b6ac0c7..2f468396d 100644
--- a/agent/cache.c
+++ b/agent/cache.c
@@ -15,7 +15,8 @@
*
* 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/agent/call-scd.c b/agent/call-scd.c
index ff241ce41..d0d24f9d5 100644
--- a/agent/call-scd.c
+++ b/agent/call-scd.c
@@ -15,7 +15,8 @@
*
* 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/agent/command-ssh.c b/agent/command-ssh.c
index 23f083c2f..18375a9ae 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -15,8 +15,8 @@
*
* 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.
*/
/* Only v2 of the ssh-agent protocol is implemented. */
diff --git a/agent/command.c b/agent/command.c
index daf9b8698..12770dac8 100644
--- a/agent/command.c
+++ b/agent/command.c
@@ -15,7 +15,8 @@
*
* 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.
*/
/* FIXME: we should not use the default assuan buffering but setup
diff --git a/agent/divert-scd.c b/agent/divert-scd.c
index 926df2622..3dc7984e6 100644
--- a/agent/divert-scd.c
+++ b/agent/divert-scd.c
@@ -15,7 +15,8 @@
*
* 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/agent/findkey.c b/agent/findkey.c
index 73ffb530d..3f793e5dd 100644
--- a/agent/findkey.c
+++ b/agent/findkey.c
@@ -15,7 +15,8 @@
*
* 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/agent/genkey.c b/agent/genkey.c
index d0319f7b4..04ee865f4 100644
--- a/agent/genkey.c
+++ b/agent/genkey.c
@@ -15,7 +15,8 @@
*
* 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/agent/gpg-agent.c b/agent/gpg-agent.c
index 22bd5589d..fc2a2001a 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -16,7 +16,8 @@
*
* 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/agent/learncard.c b/agent/learncard.c
index 72238507f..8ddf4ee54 100644
--- a/agent/learncard.c
+++ b/agent/learncard.c
@@ -15,7 +15,8 @@
*
* 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/agent/minip12.c b/agent/minip12.c
index 6f99bf24d..912d387d8 100644
--- a/agent/minip12.c
+++ b/agent/minip12.c
@@ -15,7 +15,8 @@
*
* 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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/agent/minip12.h b/agent/minip12.h
index 2fbb490d7..6275f9ccb 100644
--- a/agent/minip12.h
+++ b/agent/minip12.h
@@ -15,7 +15,8 @@
*
* 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 MINIP12_H
diff --git a/agent/pkdecrypt.c b/agent/pkdecrypt.c
index 1d64c1b15..f61f0f844 100644
--- a/agent/pkdecrypt.c
+++ b/agent/pkdecrypt.c
@@ -15,7 +15,8 @@
*
* 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/agent/pksign.c b/agent/pksign.c
index e9df19351..9863f9de0 100644
--- a/agent/pksign.c
+++ b/agent/pksign.c
@@ -15,7 +15,8 @@
*
* 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/agent/preset-passphrase.c b/agent/preset-passphrase.c
index 6a9f07a3e..013c9411d 100644
--- a/agent/preset-passphrase.c
+++ b/agent/preset-passphrase.c
@@ -15,7 +15,8 @@
*
* 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/agent/protect-tool.c b/agent/protect-tool.c
index 5f59d5e06..bb14ca1e1 100644
--- a/agent/protect-tool.c
+++ b/agent/protect-tool.c
@@ -15,7 +15,8 @@
*
* 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/agent/protect.c b/agent/protect.c
index 45bdae496..19f6ccbc6 100644
--- a/agent/protect.c
+++ b/agent/protect.c
@@ -16,7 +16,8 @@
*
* 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/agent/query.c b/agent/query.c
index a5a3d0153..0516bec03 100644
--- a/agent/query.c
+++ b/agent/query.c
@@ -15,7 +15,8 @@
*
* 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/agent/t-protect.c b/agent/t-protect.c
index fee3c561d..9ddd49414 100644
--- a/agent/t-protect.c
+++ b/agent/t-protect.c
@@ -15,7 +15,8 @@
*
* 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/agent/trans.c b/agent/trans.c
index 7fa5e3d6b..5eb7d25c0 100644
--- a/agent/trans.c
+++ b/agent/trans.c
@@ -15,7 +15,8 @@
*
* 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.
*/
/* To avoid any problems with the gettext implementation (there used
diff --git a/agent/trustlist.c b/agent/trustlist.c
index edb00650d..d234af692 100644
--- a/agent/trustlist.c
+++ b/agent/trustlist.c
@@ -15,7 +15,8 @@
*
* 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>