summaryrefslogtreecommitdiff
path: root/lib/minitasn1/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/minitasn1/errors.h')
-rw-r--r--lib/minitasn1/errors.h26
1 files changed, 14 insertions, 12 deletions
diff --git a/lib/minitasn1/errors.h b/lib/minitasn1/errors.h
index a5f0377200..ceba7da091 100644
--- a/lib/minitasn1/errors.h
+++ b/lib/minitasn1/errors.h
@@ -1,21 +1,23 @@
/*
+ * Copyright (C) 2004, 2006 Free Software Foundation, Inc.
* Copyright (C) 2002 Fabio Fiorina
*
- * 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
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * 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.
*
- * 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.
+ * 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 General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
+ * 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
*/
#ifndef ERRORS_H