[svn] ksba - r244 - in trunk: . doc src tests

svn author wk cvs at cvs.gnupg.org
Tue Jun 20 09:21:08 CEST 2006


Author: wk
Date: 2006-06-20 09:21:05 +0200 (Tue, 20 Jun 2006)
New Revision: 244

Modified:
   trunk/AUTHORS
   trunk/Makefile.am
   trunk/compile
   trunk/configure.ac
   trunk/doc/Makefile.am
   trunk/src/CertificateExample.c
   trunk/src/Makefile.am
   trunk/src/asn1-func.c
   trunk/src/asn1-func.h
   trunk/src/asn1-func2.c
   trunk/src/asn1-gentables.c
   trunk/src/asn1-parse.h
   trunk/src/asn1-parse.y
   trunk/src/ber-decoder.c
   trunk/src/ber-decoder.h
   trunk/src/ber-dump.c
   trunk/src/ber-help.c
   trunk/src/ber-help.h
   trunk/src/cert-get.c
   trunk/src/cert.c
   trunk/src/cert.h
   trunk/src/certreq.c
   trunk/src/certreq.h
   trunk/src/cms-parser.c
   trunk/src/cms.asn
   trunk/src/cms.c
   trunk/src/cms.h
   trunk/src/convert.h
   trunk/src/crl.c
   trunk/src/crl.h
   trunk/src/der-encoder.c
   trunk/src/der-encoder.h
   trunk/src/dn.c
   trunk/src/keyinfo.c
   trunk/src/keyinfo.h
   trunk/src/ksba.h
   trunk/src/libksba.vers
   trunk/src/mkerrors
   trunk/src/name.c
   trunk/src/ocsp.c
   trunk/src/ocsp.h
   trunk/src/oid.c
   trunk/src/reader.c
   trunk/src/reader.h
   trunk/src/sexp-parse.h
   trunk/src/shared.h
   trunk/src/time.c
   trunk/src/tmttv2.asn
   trunk/src/util.c
   trunk/src/util.h
   trunk/src/version.c
   trunk/src/writer.c
   trunk/src/writer.h
   trunk/tests/Makefile.am
   trunk/tests/cert-basic.c
   trunk/tests/sha1.c
   trunk/tests/t-cms-parser.c
   trunk/tests/t-common.h
   trunk/tests/t-crl-parser.c
   trunk/tests/t-dnparser.c
   trunk/tests/t-ocsp.c
Log:
Changed FSF's address in the top comments.


Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/AUTHORS	2006-06-20 07:21:05 UTC (rev 244)
@@ -1,4 +1,9 @@
+Program: Libksba
+Maintainer: Werner Koch <wk at gnupg.org>
+Bug reports: <bug-gnupg at gnu.org>
+Security related bug reports: <security at gnupg.org>
 
+
 g10 Code GmbH
 Design and most stuff.
 

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/Makefile.am	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 ## Process this file with automake to produce Makefile.in
 

Modified: trunk/compile
===================================================================
--- trunk/compile	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/compile	2006-06-20 07:21:05 UTC (rev 244)
@@ -18,7 +18,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..
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/configure.ac	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.57)

Modified: trunk/doc/Makefile.am
===================================================================
--- trunk/doc/Makefile.am	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/doc/Makefile.am	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 ## Process this file with automake to produce Makefile.in
 

Modified: trunk/src/CertificateExample.c
===================================================================
--- trunk/src/CertificateExample.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/CertificateExample.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/Makefile.am	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 ## Process this file with automake to produce Makefile.in
 

Modified: trunk/src/asn1-func.c
===================================================================
--- trunk/src/asn1-func.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-func.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/asn1-func.h
===================================================================
--- trunk/src/asn1-func.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-func.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 #ifndef ASN1_FUNC_H

Modified: trunk/src/asn1-func2.c
===================================================================
--- trunk/src/asn1-func2.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-func2.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 /* 

Modified: trunk/src/asn1-gentables.c
===================================================================
--- trunk/src/asn1-gentables.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-gentables.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/asn1-parse.h
===================================================================
--- trunk/src/asn1-parse.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-parse.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 ASN1_PARSE_H

Modified: trunk/src/asn1-parse.y
===================================================================
--- trunk/src/asn1-parse.y	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/asn1-parse.y	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 

Modified: trunk/src/ber-decoder.c
===================================================================
--- trunk/src/ber-decoder.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ber-decoder.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/ber-decoder.h
===================================================================
--- trunk/src/ber-decoder.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ber-decoder.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 BER_DECODER_H

Modified: trunk/src/ber-dump.c
===================================================================
--- trunk/src/ber-dump.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ber-dump.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/ber-help.c
===================================================================
--- trunk/src/ber-help.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ber-help.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/ber-help.h
===================================================================
--- trunk/src/ber-help.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ber-help.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 BER_HELP_H

Modified: trunk/src/cert-get.c
===================================================================
--- trunk/src/cert-get.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cert-get.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/cert.c
===================================================================
--- trunk/src/cert.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cert.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/cert.h
===================================================================
--- trunk/src/cert.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cert.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 CERT_H

Modified: trunk/src/certreq.c
===================================================================
--- trunk/src/certreq.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/certreq.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/certreq.h
===================================================================
--- trunk/src/certreq.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/certreq.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 CERTREQ_H

Modified: trunk/src/cms-parser.c
===================================================================
--- trunk/src/cms-parser.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cms-parser.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 /*

Modified: trunk/src/cms.asn
===================================================================
--- trunk/src/cms.asn	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cms.asn	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 --
 -----------------------------------------------------------------------
 -- This module is based on the one given in appendix A of RFC2630 which

Modified: trunk/src/cms.c
===================================================================
--- trunk/src/cms.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cms.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/cms.h
===================================================================
--- trunk/src/cms.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/cms.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 CMS_H

Modified: trunk/src/convert.h
===================================================================
--- trunk/src/convert.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/convert.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 CONVERT_H

Modified: trunk/src/crl.c
===================================================================
--- trunk/src/crl.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/crl.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/crl.h
===================================================================
--- trunk/src/crl.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/crl.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 CRL_H

Modified: trunk/src/der-encoder.c
===================================================================
--- trunk/src/der-encoder.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/der-encoder.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/der-encoder.h
===================================================================
--- trunk/src/der-encoder.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/der-encoder.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 DER_ENCODER_H

Modified: trunk/src/dn.c
===================================================================
--- trunk/src/dn.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/dn.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 /* Reference is RFC-2253 */

Modified: trunk/src/keyinfo.c
===================================================================
--- trunk/src/keyinfo.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/keyinfo.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 /* Instead of using the ASN parser - which is easily possible - we use

Modified: trunk/src/keyinfo.h
===================================================================
--- trunk/src/keyinfo.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/keyinfo.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 KEYINFO_H

Modified: trunk/src/ksba.h
===================================================================
--- trunk/src/ksba.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ksba.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 KSBA_H

Modified: trunk/src/libksba.vers
===================================================================
--- trunk/src/libksba.vers	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/libksba.vers	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 KSBA_0.9 {
   global:

Modified: trunk/src/mkerrors
===================================================================
--- trunk/src/mkerrors	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/mkerrors	2006-06-20 07:21:05 UTC (rev 244)
@@ -17,7 +17,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.
 
 cat <<EOF
 /* Generated automatically by mkerrors */

Modified: trunk/src/name.c
===================================================================
--- trunk/src/name.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/name.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/ocsp.c
===================================================================
--- trunk/src/ocsp.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ocsp.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/ocsp.h
===================================================================
--- trunk/src/ocsp.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/ocsp.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 OCSP_H

Modified: trunk/src/oid.c
===================================================================
--- trunk/src/oid.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/oid.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/reader.c
===================================================================
--- trunk/src/reader.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/reader.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/reader.h
===================================================================
--- trunk/src/reader.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/reader.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 READER_H

Modified: trunk/src/sexp-parse.h
===================================================================
--- trunk/src/sexp-parse.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/sexp-parse.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 SEXP_PARSE_H

Modified: trunk/src/shared.h
===================================================================
--- trunk/src/shared.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/shared.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 SHARED_H

Modified: trunk/src/time.c
===================================================================
--- trunk/src/time.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/time.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/tmttv2.asn
===================================================================
--- trunk/src/tmttv2.asn	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/tmttv2.asn	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 --
 
 

Modified: trunk/src/util.c
===================================================================
--- trunk/src/util.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/util.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/util.h
===================================================================
--- trunk/src/util.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/util.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 UTIL_H

Modified: trunk/src/version.c
===================================================================
--- trunk/src/version.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/version.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/writer.c
===================================================================
--- trunk/src/writer.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/writer.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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>

Modified: trunk/src/writer.h
===================================================================
--- trunk/src/writer.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/src/writer.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 WRITER_H

Modified: trunk/tests/Makefile.am
===================================================================
--- trunk/tests/Makefile.am	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/Makefile.am	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
 
 ## Process this file with automake to produce Makefile.in
 

Modified: trunk/tests/cert-basic.c
===================================================================
--- trunk/tests/cert-basic.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/cert-basic.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 <stdio.h>

Modified: trunk/tests/sha1.c
===================================================================
--- trunk/tests/sha1.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/sha1.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -15,7 +15,8 @@
  *
  * You should have received a copy of the GNU Lesser 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.
  */
 
 

Modified: trunk/tests/t-cms-parser.c
===================================================================
--- trunk/tests/t-cms-parser.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/t-cms-parser.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 <stdio.h>

Modified: trunk/tests/t-common.h
===================================================================
--- trunk/tests/t-common.h	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/t-common.h	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 /*-- sha1.c --*/

Modified: trunk/tests/t-crl-parser.c
===================================================================
--- trunk/tests/t-crl-parser.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/t-crl-parser.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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.
  */
 
 #undef ENABLE_HASH_LOGGING

Modified: trunk/tests/t-dnparser.c
===================================================================
--- trunk/tests/t-dnparser.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/t-dnparser.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 <stdio.h>

Modified: trunk/tests/t-ocsp.c
===================================================================
--- trunk/tests/t-ocsp.c	2006-06-19 08:25:08 UTC (rev 243)
+++ trunk/tests/t-ocsp.c	2006-06-20 07:21:05 UTC (rev 244)
@@ -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 <stdio.h>




More information about the Gnupg-commits mailing list