summaryrefslogtreecommitdiff
path: root/examples
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 /examples
parent2633b6bf06158ab481decd3dbbf02189a8955710 (diff)
downloadlibtasn1-004aeca5d889bad1681dd697b17b3d121636cce9.tar.gz
Bump copyright years.
Diffstat (limited to 'examples')
-rw-r--r--examples/CertificateExample.c6
-rw-r--r--examples/CrlExample.c4
-rw-r--r--examples/Makefile.am2
3 files changed, 6 insertions, 6 deletions
diff --git a/examples/CertificateExample.c b/examples/CertificateExample.c
index 02e9bfd..d2837b9 100644
--- a/examples/CertificateExample.c
+++ b/examples/CertificateExample.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation
- * Copyright (C) 2000,2001 Fabio Fiorina
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2000,2001 Fabio Fiorina
*
* This file is part of LIBTASN1.
*
@@ -22,7 +22,7 @@
/*****************************************************/
/* File: CertificateExample.c */
/* Description: An example on how to use the ASN1 */
-/* parser with the Certificate.txt file */
+/* parser with the Certificate.txt file */
/*****************************************************/
#include <stdio.h>
diff --git a/examples/CrlExample.c b/examples/CrlExample.c
index b66f7e4..7efd62f 100644
--- a/examples/CrlExample.c
+++ b/examples/CrlExample.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007, 2008 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
* Copyright (C) 2000,2001 Fabio Fiorina
*
* This file is part of LIBTASN1.
@@ -22,7 +22,7 @@
/*****************************************************/
/* File: CrlExample.c */
/* Description: An example on how to use the ASN1 */
-/* parser with the Certificate.txt file */
+/* parser with the Certificate.txt file */
/*****************************************************/
#include <stdio.h>
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 40d78c2..62c84f0 100644
--- a/examples/Makefile.am
+++ b/examples/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.
#