summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ASN1.y2
-rw-r--r--lib/Makefile.am2
-rw-r--r--lib/coding.c2
-rw-r--r--lib/element.c2
-rw-r--r--lib/element.h2
-rw-r--r--lib/errors.c2
-rw-r--r--lib/gstr.c2
-rw-r--r--lib/gstr.h2
-rw-r--r--lib/int.h2
-rw-r--r--lib/libtasn1.h2
-rw-r--r--lib/libtasn1.map2
-rw-r--r--lib/libtasn1.pc.in2
-rw-r--r--lib/parser_aux.c2
-rw-r--r--lib/parser_aux.h2
-rw-r--r--lib/structure.c2
-rw-r--r--lib/structure.h2
-rw-r--r--lib/version.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index e0add54..e633758 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -1,6 +1,6 @@
%{
/*
- * Copyright (C) 2001-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2013 Free Software Foundation, Inc.
*
* This file is part of LIBTASN1.
*
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2ea4c09..7b3e570 100644
--- a/lib/Makefile.am
+++ b/lib/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/lib/coding.c b/lib/coding.c
index 80adf85..6aeb0ec 100644
--- a/lib/coding.c
+++ b/lib/coding.c
@@ -1,5 +1,5 @@
/*
- * 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/lib/element.c b/lib/element.c
index 93fa1f1..8604c24 100644
--- a/lib/element.c
+++ b/lib/element.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/lib/element.h b/lib/element.h
index 6e166dd..014b473 100644
--- a/lib/element.h
+++ b/lib/element.h
@@ -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/lib/errors.c b/lib/errors.c
index 0a14974..99c09d0 100644
--- a/lib/errors.c
+++ b/lib/errors.c
@@ -1,5 +1,5 @@
/*
- * 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/lib/gstr.c b/lib/gstr.c
index d33704f..34955e9 100644
--- a/lib/gstr.c
+++ b/lib/gstr.c
@@ -1,5 +1,5 @@
/*
- * 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/lib/gstr.h b/lib/gstr.h
index 0c29f24..0eb8bb4 100644
--- a/lib/gstr.h
+++ b/lib/gstr.h
@@ -1,5 +1,5 @@
/*
- * 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/lib/int.h b/lib/int.h
index 2d539d4..71848f9 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -1,5 +1,5 @@
/*
- * 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/lib/libtasn1.h b/lib/libtasn1.h
index 3856097..6916033 100644
--- a/lib/libtasn1.h
+++ b/lib/libtasn1.h
@@ -1,5 +1,5 @@
/*
- * 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/lib/libtasn1.map b/lib/libtasn1.map
index 2edf9ef..f8f7c0f 100644
--- a/lib/libtasn1.map
+++ b/lib/libtasn1.map
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/lib/libtasn1.pc.in b/lib/libtasn1.pc.in
index 32da237..429c58a 100644
--- a/lib/libtasn1.pc.in
+++ b/lib/libtasn1.pc.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2012 Free Software Foundation, Inc.
+# Copyright (C) 2005-2013 Free Software Foundation, Inc.
#
# This file is part of LIBTASN1.
#
diff --git a/lib/parser_aux.c b/lib/parser_aux.c
index 69681e9..34bf1e7 100644
--- a/lib/parser_aux.c
+++ b/lib/parser_aux.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/lib/parser_aux.h b/lib/parser_aux.h
index f270b73..24663eb 100644
--- a/lib/parser_aux.h
+++ b/lib/parser_aux.h
@@ -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/lib/structure.c b/lib/structure.c
index 58e6f32..22f1037 100644
--- a/lib/structure.c
+++ b/lib/structure.c
@@ -1,5 +1,5 @@
/*
- * 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/lib/structure.h b/lib/structure.h
index b8d7418..0e1e79d 100644
--- a/lib/structure.h
+++ b/lib/structure.h
@@ -1,5 +1,5 @@
/*
- * 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/lib/version.c b/lib/version.c
index 83d70c9..3725236 100644
--- a/lib/version.c
+++ b/lib/version.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.
*