summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-01-16 12:49:31 +0100
committerSimon Josefsson <simon@josefsson.org>2009-03-04 15:19:38 +0100
commit004aeca5d889bad1681dd697b17b3d121636cce9 (patch)
tree4bc8a16a2ca90eb208d19c5bede0b590c4cc46f7 /src
parent2633b6bf06158ab481decd3dbbf02189a8955710 (diff)
downloadlibtasn1-004aeca5d889bad1681dd697b17b3d121636cce9.tar.gz
libtasn1-004aeca5d889bad1681dd697b17b3d121636cce9.tar.bz2
libtasn1-004aeca5d889bad1681dd697b17b3d121636cce9.zip
Bump copyright years.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/asn1Coding.c4
-rw-r--r--src/asn1Decoding.c6
-rw-r--r--src/asn1Parser.c6
4 files changed, 9 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 71ffb29..58d8f89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
#
# This file is part of LIBTASN1.
#
diff --git a/src/asn1Coding.c b/src/asn1Coding.c
index 3fc2ca0..22ea515 100644
--- a/src/asn1Coding.c
+++ b/src/asn1Coding.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation
- * Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
*
diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c
index dac8eb6..e38b78f 100644
--- a/src/asn1Decoding.c
+++ b/src/asn1Decoding.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation
- * Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
*
@@ -23,7 +23,7 @@
/*****************************************************/
/* File: asn1Deoding.c */
/* Description: program to generate an ASN1 type from*/
-/* a DER coding. */
+/* a DER coding. */
/*****************************************************/
#include <config.h>
diff --git a/src/asn1Parser.c b/src/asn1Parser.c
index f667d8c..61923c3 100644
--- a/src/asn1Parser.c
+++ b/src/asn1Parser.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2006, 2007 Free Software Foundation
- * Copyright (C) 2002 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
*
@@ -23,7 +23,7 @@
/*****************************************************/
/* File: asn1Parser.c */
/* Description: program to parse a file with ASN1 */
-/* definitions. */
+/* definitions. */
/*****************************************************/
#include <config.h>