summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-01-11 12:11:14 +0100
committerSimon Josefsson <simon@josefsson.org>2010-01-11 12:11:14 +0100
commit225b1c895db467e520c240996b2150cc5649b180 (patch)
tree85815710a98f5d967a63b7141740a8407f85cee0 /src
parent55959dc198f81294278d6ff9c4de6780559c9645 (diff)
downloadlibtasn1-225b1c895db467e520c240996b2150cc5649b180.tar.gz
Update copyright notices.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
-rw-r--r--src/asn1Coding.c3
-rw-r--r--src/asn1Decoding.c3
-rw-r--r--src/asn1Parser.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 85cf3fa..e565464 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+# Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/src/asn1Coding.c b/src/asn1Coding.c
index 476f374..18a49d4 100644
--- a/src/asn1Coding.c
+++ b/src/asn1Coding.c
@@ -1,5 +1,6 @@
/* asn1Coding.c --- program to generate a DER coding of an ASN1 definition.
- * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/src/asn1Decoding.c b/src/asn1Decoding.c
index 93c61f5..51ee745 100644
--- a/src/asn1Decoding.c
+++ b/src/asn1Decoding.c
@@ -1,5 +1,6 @@
/* asn1Decoding.c --- program to generate an ASN1 type from a DER coding.
- * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.
diff --git a/src/asn1Parser.c b/src/asn1Parser.c
index 8152617..7e0ead5 100644
--- a/src/asn1Parser.c
+++ b/src/asn1Parser.c
@@ -1,5 +1,6 @@
/* asn1Parser.c -- program to parse a file with ASN1 definitions
- * Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
+ * Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
+ * Inc.
* Copyright (C) 2002 Fabio Fiorina
*
* This file is part of LIBTASN1.