summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-07-16 11:25:32 +0000
committerSimon Josefsson <simon@josefsson.org>2005-07-16 11:25:32 +0000
commit92bb1a8ff288824b73f3b3e6f814294472406763 (patch)
treef83c0d5c618f5a8c2459a91bfd5b41cefd667edd
parent45be5a4fd1c5b4f83ea73320aa02a70076b0a331 (diff)
downloadlibtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.tar.gz
libtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.tar.bz2
libtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.zip
Fix license.
-rw-r--r--lib/ASN1.y15
-rw-r--r--lib/coding.c2
-rw-r--r--lib/decoding.c2
-rw-r--r--lib/defines.h18
-rw-r--r--lib/element.c2
-rw-r--r--lib/errors.c2
-rw-r--r--lib/errors.h2
-rw-r--r--lib/gstr.c2
-rw-r--r--lib/int.h2
-rw-r--r--lib/libtasn1.h2
-rw-r--r--lib/parser_aux.c2
-rw-r--r--lib/structure.c2
12 files changed, 27 insertions, 26 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index 743ae75..e521120 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -1,21 +1,22 @@
/* Copyright (C) 2001, 2002 Fabio Fiorina
- * Copyright (C) 2004 Simon Josefsson
+ * Copyright (C) 2004, 2005 Simon Josefsson
*
- * This file is part of LIBASN1.
+ * This file is part of LIBTASN1.
*
- * The LIBTASN1 library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
+ * The LIBTASN1 library is free software; you can redistribute it
+ * and/or modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * This library is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* 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
*/
diff --git a/lib/coding.c b/lib/coding.c
index 67accd7..fde511b 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -16,7 +16,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
*/
diff --git a/lib/decoding.c b/lib/decoding.c
index a0ae7a9..8eafb1d 100644
--- a/lib/decoding.c
+++ b/lib/decoding.c
@@ -16,7 +16,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
*/
diff --git a/lib/defines.h b/lib/defines.h
index d36a675..5bb0c20 100644
--- a/lib/defines.h
+++ b/lib/defines.h
@@ -1,21 +1,21 @@
/*
* Copyright (C) 2000,2001,2002,2005 Nikos Mavroyanopoulos
*
- * This file is part of LIBASN1.
+ * This file is part of LIBTASN1.
*
- * LIBASN1 is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * LIBTASN1 is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
- * LIBASN1 is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * LIBTASN1 is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
*
* 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
+ * along with LIBTASN1; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
#ifndef DEFINES_H
diff --git a/lib/element.c b/lib/element.c
index f4b79e7..4357634 100644
--- a/lib/element.c
+++ b/lib/element.c
@@ -16,7 +16,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
*/
/*****************************************************/
diff --git a/lib/errors.c b/lib/errors.c
index 5bfb47c..96fdd3e 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -14,7 +14,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 <int.h>
diff --git a/lib/errors.h b/lib/errors.h
index 478ebec..b4a0371 100644
--- a/lib/errors.h
+++ b/lib/errors.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 ERRORS_H
diff --git a/lib/gstr.c b/lib/gstr.c
index 918ab4d..ab2c5ac 100644
--- a/lib/gstr.c
+++ b/lib/gstr.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 <int.h>
diff --git a/lib/int.h b/lib/int.h
index 9625267..c9f2dc9 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -16,7 +16,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 INT_H
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index 45991ef..e5c5736 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -16,7 +16,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
*
*/
diff --git a/lib/parser_aux.c b/lib/parser_aux.c
index 05cf5d8..b86d9ff 100644
--- a/lib/parser_aux.c
+++ b/lib/parser_aux.c
@@ -16,7 +16,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 <int.h>
diff --git a/lib/structure.c b/lib/structure.c
index 0bc26f5..dd138cb 100644
--- a/lib/structure.c
+++ b/lib/structure.c
@@ -16,7 +16,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
*/