diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-07-16 11:25:32 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-07-16 11:25:32 +0000 |
commit | 92bb1a8ff288824b73f3b3e6f814294472406763 (patch) | |
tree | f83c0d5c618f5a8c2459a91bfd5b41cefd667edd | |
parent | 45be5a4fd1c5b4f83ea73320aa02a70076b0a331 (diff) | |
download | libtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.tar.gz libtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.tar.bz2 libtasn1-92bb1a8ff288824b73f3b3e6f814294472406763.zip |
Fix license.
-rw-r--r-- | lib/ASN1.y | 15 | ||||
-rw-r--r-- | lib/coding.c | 2 | ||||
-rw-r--r-- | lib/decoding.c | 2 | ||||
-rw-r--r-- | lib/defines.h | 18 | ||||
-rw-r--r-- | lib/element.c | 2 | ||||
-rw-r--r-- | lib/errors.c | 2 | ||||
-rw-r--r-- | lib/errors.h | 2 | ||||
-rw-r--r-- | lib/gstr.c | 2 | ||||
-rw-r--r-- | lib/int.h | 2 | ||||
-rw-r--r-- | lib/libtasn1.h | 2 | ||||
-rw-r--r-- | lib/parser_aux.c | 2 | ||||
-rw-r--r-- | lib/structure.c | 2 |
12 files changed, 27 insertions, 26 deletions
@@ -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 @@ -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> @@ -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 */ |