summaryrefslogtreecommitdiffstats
path: root/scd
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-06-20 19:21:37 +0200
committerWerner Koch <wk@gnupg.org>2006-06-20 19:21:37 +0200
commitf98537733ac96fd7e786286944fd3c2696229c4f (patch)
tree15bbe73728de694165d8ed9a4128ab9fbcb8eb66 /scd
parentAdd MAC t P12 files. (diff)
downloadgnupg2-f98537733ac96fd7e786286944fd3c2696229c4f.tar.xz
gnupg2-f98537733ac96fd7e786286944fd3c2696229c4f.zip
Updated FSF's address.
Diffstat (limited to 'scd')
-rw-r--r--scd/Makefile.am3
-rw-r--r--scd/app-common.h3
-rw-r--r--scd/app-dinsig.c3
-rw-r--r--scd/app-help.c3
-rw-r--r--scd/app-nks.c3
-rw-r--r--scd/app-openpgp.c3
-rw-r--r--scd/app-p15.c3
-rw-r--r--scd/app.c3
-rw-r--r--scd/atr.c3
-rw-r--r--scd/atr.h3
-rw-r--r--scd/card-common.h3
-rw-r--r--scd/card-dinsig.c3
-rw-r--r--scd/card-p15.c3
-rw-r--r--scd/card.c3
-rw-r--r--scd/command.c3
-rw-r--r--scd/sc-copykeys.c3
-rw-r--r--scd/scdaemon.c3
-rw-r--r--scd/scdaemon.h3
-rw-r--r--scd/tlv.c3
-rw-r--r--scd/tlv.h3
20 files changed, 40 insertions, 20 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am
index 46f6b9fa3..61c0c05d9 100644
--- a/scd/Makefile.am
+++ b/scd/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/scd/app-common.h b/scd/app-common.h
index d294a5c25..3b828780d 100644
--- a/scd/app-common.h
+++ b/scd/app-common.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.
*
* $Id$
*/
diff --git a/scd/app-dinsig.c b/scd/app-dinsig.c
index 75cd12c59..752e8a346 100644
--- a/scd/app-dinsig.c
+++ b/scd/app-dinsig.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.
*/
diff --git a/scd/app-help.c b/scd/app-help.c
index 27cbea5c7..861d8e3bc 100644
--- a/scd/app-help.c
+++ b/scd/app-help.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/scd/app-nks.c b/scd/app-nks.c
index 73ec8ea01..1ca8d4187 100644
--- a/scd/app-nks.c
+++ b/scd/app-nks.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/scd/app-openpgp.c b/scd/app-openpgp.c
index 5e9281a38..842881f3a 100644
--- a/scd/app-openpgp.c
+++ b/scd/app-openpgp.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.
*
* $Id$
*/
diff --git a/scd/app-p15.c b/scd/app-p15.c
index 4203a6840..8a7732c85 100644
--- a/scd/app-p15.c
+++ b/scd/app-p15.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.
*/
/* Information pertaining to the BELPIC developer card samples:
diff --git a/scd/app.c b/scd/app.c
index 363e386ce..e3d42054b 100644
--- a/scd/app.c
+++ b/scd/app.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/scd/atr.c b/scd/atr.c
index 6475e83f8..bd5a22621 100644
--- a/scd/atr.c
+++ b/scd/atr.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/scd/atr.h b/scd/atr.h
index 5fdd57457..c70089ca5 100644
--- a/scd/atr.h
+++ b/scd/atr.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 ATR_H
diff --git a/scd/card-common.h b/scd/card-common.h
index cefaf120f..dd7529d5b 100644
--- a/scd/card-common.h
+++ b/scd/card-common.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 CARD_COMMON_H
diff --git a/scd/card-dinsig.c b/scd/card-dinsig.c
index df09bfb57..d50d758f2 100644
--- a/scd/card-dinsig.c
+++ b/scd/card-dinsig.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.
*/
/* The German signature law and its bylaw (SigG and SigV) is currently
diff --git a/scd/card-p15.c b/scd/card-p15.c
index ae3ef148f..63d537d5a 100644
--- a/scd/card-p15.c
+++ b/scd/card-p15.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/scd/card.c b/scd/card.c
index 9ec2a52c5..7a41ab7bb 100644
--- a/scd/card.c
+++ b/scd/card.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/scd/command.c b/scd/command.c
index 2ed685587..4629d9edf 100644
--- a/scd/command.c
+++ b/scd/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.
*/
#include <config.h>
diff --git a/scd/sc-copykeys.c b/scd/sc-copykeys.c
index 66b6894e0..395b4625a 100644
--- a/scd/sc-copykeys.c
+++ b/scd/sc-copykeys.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/scd/scdaemon.c b/scd/scdaemon.c
index e24b42132..b11cc7a91 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.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/scd/scdaemon.h b/scd/scdaemon.h
index abe9730a7..f9689ee09 100644
--- a/scd/scdaemon.h
+++ b/scd/scdaemon.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 SCDAEMON_H
diff --git a/scd/tlv.c b/scd/tlv.c
index b436d956a..6ddbeaf1f 100644
--- a/scd/tlv.c
+++ b/scd/tlv.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/scd/tlv.h b/scd/tlv.h
index f587dd9df..877573d25 100644
--- a/scd/tlv.h
+++ b/scd/tlv.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 SCD_TLV_H