summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-07-16 11:42:55 +0000
committerSimon Josefsson <simon@josefsson.org>2005-07-16 11:42:55 +0000
commit938a109bd9829bb3a6cd706bdd291c35c490062a (patch)
tree06c66242074d08185e8efcd76089413d039bd7eb
parente19072e901956ceb0d95942a60f056ab0d7bb6b0 (diff)
downloadlibtasn1-938a109bd9829bb3a6cd706bdd291c35c490062a.tar.gz
libtasn1-938a109bd9829bb3a6cd706bdd291c35c490062a.tar.bz2
libtasn1-938a109bd9829bb3a6cd706bdd291c35c490062a.zip
Bump version.
Fix license.
-rw-r--r--lib/libtasn1.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/lib/libtasn1.h b/lib/libtasn1.h
index e5c5736..c89502b 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -1,22 +1,23 @@
/*
* Copyright (C) 2002 Fabio Fiorina
- * Copyright (C) 2004 Simon Josefsson
+ * Copyright (C) 2004, 2005 Simon Josefsson
*
* 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
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * LIBTASN1 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
+ * 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
* 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
+ * License along with LIBTASN1; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301, USA
*
*/
@@ -29,7 +30,7 @@
extern "C" {
#endif
-#define LIBTASN1_VERSION "0.2.13"
+#define LIBTASN1_VERSION "0.2.14"
#include <sys/types.h>
#include <time.h>