diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:33:24 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:34:17 +0100 |
commit | 602c40bc5433bbb66fe6f92b14c523d2bbb867ab (patch) | |
tree | accc8065efa365c3bd10763ccc5731f062c308a6 /examples | |
parent | b41f257a2515cd759b8779332d83f72ba9605de1 (diff) | |
download | libtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.tar.gz libtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.tar.bz2 libtasn1-602c40bc5433bbb66fe6f92b14c523d2bbb867ab.zip |
Update copyright years.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CertificateExample.c | 2 | ||||
-rw-r--r-- | examples/CrlExample.c | 2 | ||||
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/asn1Coding_test.asn | 2 | ||||
-rw-r--r-- | examples/pkix.asn | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/CertificateExample.c b/examples/CertificateExample.c index cd45f97..d05ec63 100644 --- a/examples/CertificateExample.c +++ b/examples/CertificateExample.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2012 Free Software Foundation, Inc. + * Copyright (C) 2000-2013 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * diff --git a/examples/CrlExample.c b/examples/CrlExample.c index 94833de..75c14f1 100644 --- a/examples/CrlExample.c +++ b/examples/CrlExample.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2012 Free Software Foundation, Inc. + * Copyright (C) 2000-2013 Free Software Foundation, Inc. * * This file is part of LIBTASN1. * diff --git a/examples/Makefile.am b/examples/Makefile.am index e1772eb..7f0f3fb 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-2012 Free Software Foundation, Inc. +# Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is part of LIBTASN1. # diff --git a/examples/asn1Coding_test.asn b/examples/asn1Coding_test.asn index ea21195..9ec235c 100644 --- a/examples/asn1Coding_test.asn +++ b/examples/asn1Coding_test.asn @@ -11,7 +11,7 @@ Sequence1 ::= SEQUENCE { END --- Copyright (C) 2002-2012 Free Software Foundation, Inc. +-- Copyright (C) 2002-2013 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- diff --git a/examples/pkix.asn b/examples/pkix.asn index 5e4530d..1196759 100644 --- a/examples/pkix.asn +++ b/examples/pkix.asn @@ -1,4 +1,4 @@ --- Copyright (C) 2002-2012 Free Software Foundation, Inc. +-- Copyright (C) 2002-2013 Free Software Foundation, Inc. -- -- This file is part of LIBTASN1. -- |