summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2014-04-22 21:02:23 +0200
committerSimon Josefsson <simon@josefsson.org>2014-04-22 21:02:23 +0200
commitbaed41e69ca0976695d869552c7dd040a5cc6b42 (patch)
treea3497de8b28baac72d68f04333209c72a49ad6a2 /src
parent98533d5c3cac657b5aa841bd76de9b4ab7ca62f8 (diff)
downloadlibtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.tar.gz
libtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.tar.bz2
libtasn1-baed41e69ca0976695d869552c7dd040a5cc6b42.zip
Update copyright years.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/asn1Coding.c2
-rw-r--r--src/asn1Decoding.c2
-rw-r--r--src/asn1Parser.c2
-rw-r--r--src/benchmark.c2
-rw-r--r--src/benchmark.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8bf2802..06439b4 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-2013 Free Software Foundation, Inc.
+# Copyright (C) 2002-2014 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/src/asn1Coding.c b/src/asn1Coding.c
index e8f9959..650e817 100644
--- a/src/asn1Coding.c
+++ b/src/asn1Coding.c
@@ -1,5 +1,5 @@
/* asn1Coding.c --- program to generate a DER coding of an ASN1 definition.
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c
index 5861604..5649990 100644
--- a/src/asn1Decoding.c
+++ b/src/asn1Decoding.c
@@ -1,5 +1,5 @@
/* asn1Decoding.c --- program to generate an ASN1 type from a DER coding.
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/src/asn1Parser.c b/src/asn1Parser.c
index 239356b..7a3ae67 100644
--- a/src/asn1Parser.c
+++ b/src/asn1Parser.c
@@ -1,5 +1,5 @@
/* asn1Parser.c -- program to parse a file with ASN1 definitions
- * Copyright (C) 2002-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2014 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/src/benchmark.c b/src/benchmark.c
index dcde7c0..751586b 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2014 Free Software Foundation, Inc.
*
* This file is part of GnuTLS.
*
diff --git a/src/benchmark.h b/src/benchmark.h
index 4e952a5..1f45c56 100644
--- a/src/benchmark.h
+++ b/src/benchmark.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2014 Free Software Foundation, Inc.
*
* This file is part of GnuTLS.
*