summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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>