diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-02-09 12:30:38 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-02-09 12:30:38 +0000 |
commit | 846678f579856bd3c23b6109e2d29c9ffd7aa936 (patch) | |
tree | 89502c540e97de51d3683c400aa54ec31ca55971 /lib/structure.c | |
parent | 677ec87d265f9716010e9b6d44738e6a6c395caf (diff) | |
download | libtasn1-846678f579856bd3c23b6109e2d29c9ffd7aa936.tar.gz libtasn1-846678f579856bd3c23b6109e2d29c9ffd7aa936.tar.bz2 libtasn1-846678f579856bd3c23b6109e2d29c9ffd7aa936.zip |
Fix copying conditions.
Diffstat (limited to 'lib/structure.c')
-rw-r--r-- | lib/structure.c | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/structure.c b/lib/structure.c index 46bc8ab..9ef9ff6 100644 --- a/lib/structure.c +++ b/lib/structure.c @@ -2,21 +2,22 @@ * Copyright (C) 2004, 2006 Free Software Foundation * Copyright (C) 2002 Fabio Fiorina * - * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA */ |