[pkg-opensc-commit] [pkcs11-helper] 139/253: Year update

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit b1ae45aa2265a4af24645b5727ee53adfbaea899
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Tue Jan 22 11:41:50 2008 +0000

    Year update
---
 COPYING                                         | 2 +-
 Makefile.am                                     | 2 +-
 README                                          | 2 +-
 configure.ac                                    | 2 +-
 distro/Makefile.am                              | 2 +-
 distro/debian/Makefile.am                       | 2 +-
 distro/rpm/Makefile.am                          | 2 +-
 doc/Makefile.am                                 | 2 +-
 doc/api/Makefile.am                             | 2 +-
 include/Makefile.am                             | 2 +-
 include/pkcs11-helper-1.0/Makefile.am           | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-certificate.h | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-core.h        | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-data.h        | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-def.h         | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-engines.h     | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-openssl.h     | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-token.h       | 2 +-
 include/pkcs11-helper-1.0/pkcs11h-version.h.in  | 2 +-
 lib/Makefile.am                                 | 2 +-
 lib/Makefile.w32-vc                             | 2 +-
 lib/_pkcs11h-certificate.h                      | 2 +-
 lib/_pkcs11h-core.h                             | 2 +-
 lib/_pkcs11h-crypto.h                           | 2 +-
 lib/_pkcs11h-mem.h                              | 2 +-
 lib/_pkcs11h-session.h                          | 2 +-
 lib/_pkcs11h-slotevent.h                        | 2 +-
 lib/_pkcs11h-sys.h                              | 2 +-
 lib/_pkcs11h-threading.h                        | 2 +-
 lib/_pkcs11h-token.h                            | 2 +-
 lib/_pkcs11h-util.h                             | 2 +-
 lib/common.h                                    | 2 +-
 lib/pkcs11h-certificate.c                       | 2 +-
 lib/pkcs11h-core.c                              | 2 +-
 lib/pkcs11h-crypto.c                            | 2 +-
 lib/pkcs11h-data.c                              | 2 +-
 lib/pkcs11h-mem.c                               | 2 +-
 lib/pkcs11h-openssl.c                           | 2 +-
 lib/pkcs11h-serialization.c                     | 2 +-
 lib/pkcs11h-session.c                           | 2 +-
 lib/pkcs11h-slotevent.c                         | 2 +-
 lib/pkcs11h-sys.c                               | 2 +-
 lib/pkcs11h-threading.c                         | 2 +-
 lib/pkcs11h-token.c                             | 2 +-
 lib/pkcs11h-util.c                              | 2 +-
 m4dir/Makefile.am                               | 2 +-
 m4dir/pkcs11-helper-1.m4                        | 2 +-
 man/Makefile.am                                 | 2 +-
 tests/Makefile.am                               | 2 +-
 tests/test-basic/Makefile.am                    | 2 +-
 tests/test-certificate/Makefile.am              | 2 +-
 tests/test-slotevent/Makefile.am                | 2 +-
 52 files changed, 52 insertions(+), 52 deletions(-)

diff --git a/COPYING b/COPYING
index d11553e..6e9d5db 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
 
 pkcs11-helper License
 
-	Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+	Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 	All rights reserved.
 
 	This software is available to you under a choice of one of two
diff --git a/Makefile.am b/Makefile.am
index c6f1dd9..4f3e178 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/README b/README
index afb876a..512f043 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 pkcs11-helper -- PKCS#11 simplification.
 
-Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 
 ABOUT
 	PKCS#11 is published standard. PKCS#11 is the de-facto standard to access cryptographic
diff --git a/configure.ac b/configure.ac
index 126d222..e106d5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/distro/Makefile.am b/distro/Makefile.am
index 0648de7..9fbcb2f 100644
--- a/distro/Makefile.am
+++ b/distro/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/distro/debian/Makefile.am b/distro/debian/Makefile.am
index 0a6204a..2739138 100644
--- a/distro/debian/Makefile.am
+++ b/distro/debian/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/distro/rpm/Makefile.am b/distro/rpm/Makefile.am
index 6e843af..72d6f27 100644
--- a/distro/rpm/Makefile.am
+++ b/distro/rpm/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3f217f3..f5a948f 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/doc/api/Makefile.am b/doc/api/Makefile.am
index 35c1c12..39fd742 100644
--- a/doc/api/Makefile.am
+++ b/doc/api/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/include/Makefile.am b/include/Makefile.am
index 58751ba..743c8bc 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/Makefile.am b/include/pkcs11-helper-1.0/Makefile.am
index ce6ca11..0fba1da 100644
--- a/include/pkcs11-helper-1.0/Makefile.am
+++ b/include/pkcs11-helper-1.0/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-certificate.h b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
index 966118e..af090fc 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-certificate.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-certificate.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-core.h b/include/pkcs11-helper-1.0/pkcs11h-core.h
index 270f7f3..e0d1a68 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-core.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-core.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-data.h b/include/pkcs11-helper-1.0/pkcs11h-data.h
index 345aa71..7fe6eb3 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-data.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-data.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-def.h b/include/pkcs11-helper-1.0/pkcs11h-def.h
index 46551b0..091b826 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-def.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-def.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-engines.h b/include/pkcs11-helper-1.0/pkcs11h-engines.h
index 1c3221f..5750bde 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-engines.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-engines.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-openssl.h b/include/pkcs11-helper-1.0/pkcs11h-openssl.h
index c003b66..d80e116 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-openssl.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-openssl.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-token.h b/include/pkcs11-helper-1.0/pkcs11h-token.h
index 6d081ce..e8748c9 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-token.h
+++ b/include/pkcs11-helper-1.0/pkcs11h-token.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/include/pkcs11-helper-1.0/pkcs11h-version.h.in b/include/pkcs11-helper-1.0/pkcs11h-version.h.in
index 7f28c9b..88844db 100644
--- a/include/pkcs11-helper-1.0/pkcs11h-version.h.in
+++ b/include/pkcs11-helper-1.0/pkcs11h-version.h.in
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4d5bc2f..3e47fd1 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/lib/Makefile.w32-vc b/lib/Makefile.w32-vc
index 0066e3f..b12021c 100644
--- a/lib/Makefile.w32-vc
+++ b/lib/Makefile.w32-vc
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-certificate.h b/lib/_pkcs11h-certificate.h
index 78074d4..8e5a988 100644
--- a/lib/_pkcs11h-certificate.h
+++ b/lib/_pkcs11h-certificate.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-core.h b/lib/_pkcs11h-core.h
index dc0c42e..24d2ae5 100644
--- a/lib/_pkcs11h-core.h
+++ b/lib/_pkcs11h-core.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-crypto.h b/lib/_pkcs11h-crypto.h
index 41aaf9f..3c74093 100644
--- a/lib/_pkcs11h-crypto.h
+++ b/lib/_pkcs11h-crypto.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-mem.h b/lib/_pkcs11h-mem.h
index 30b7944..a09bc7d 100644
--- a/lib/_pkcs11h-mem.h
+++ b/lib/_pkcs11h-mem.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-session.h b/lib/_pkcs11h-session.h
index 18bf191..eb1bb1a 100644
--- a/lib/_pkcs11h-session.h
+++ b/lib/_pkcs11h-session.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-slotevent.h b/lib/_pkcs11h-slotevent.h
index 6b117cc..49d9470 100644
--- a/lib/_pkcs11h-slotevent.h
+++ b/lib/_pkcs11h-slotevent.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-sys.h b/lib/_pkcs11h-sys.h
index 29fd2c7..2d0141e 100644
--- a/lib/_pkcs11h-sys.h
+++ b/lib/_pkcs11h-sys.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-threading.h b/lib/_pkcs11h-threading.h
index 1c6309e..d5f523e 100644
--- a/lib/_pkcs11h-threading.h
+++ b/lib/_pkcs11h-threading.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-token.h b/lib/_pkcs11h-token.h
index b4b03ae..0f090e4 100644
--- a/lib/_pkcs11h-token.h
+++ b/lib/_pkcs11h-token.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/_pkcs11h-util.h b/lib/_pkcs11h-util.h
index cf1344d..dd66ec3 100644
--- a/lib/_pkcs11h-util.h
+++ b/lib/_pkcs11h-util.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/common.h b/lib/common.h
index 13503ed..a47da40 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-certificate.c b/lib/pkcs11h-certificate.c
index bf8e8f2..5f2cefb 100644
--- a/lib/pkcs11h-certificate.c
+++ b/lib/pkcs11h-certificate.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-core.c b/lib/pkcs11h-core.c
index 842debc..eb9e58b 100644
--- a/lib/pkcs11h-core.c
+++ b/lib/pkcs11h-core.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-crypto.c b/lib/pkcs11h-crypto.c
index 765b49c..4c37aa7 100644
--- a/lib/pkcs11h-crypto.c
+++ b/lib/pkcs11h-crypto.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-data.c b/lib/pkcs11h-data.c
index 38ee4e3..5c776f6 100644
--- a/lib/pkcs11h-data.c
+++ b/lib/pkcs11h-data.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-mem.c b/lib/pkcs11h-mem.c
index f7e2d66..a7a7451 100644
--- a/lib/pkcs11h-mem.c
+++ b/lib/pkcs11h-mem.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-openssl.c b/lib/pkcs11h-openssl.c
index 6961969..843db05 100644
--- a/lib/pkcs11h-openssl.c
+++ b/lib/pkcs11h-openssl.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-serialization.c b/lib/pkcs11h-serialization.c
index d50b79b..98d729f 100644
--- a/lib/pkcs11h-serialization.c
+++ b/lib/pkcs11h-serialization.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-session.c b/lib/pkcs11h-session.c
index 93de26a..f687de8 100644
--- a/lib/pkcs11h-session.c
+++ b/lib/pkcs11h-session.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-slotevent.c b/lib/pkcs11h-slotevent.c
index dfcc124..1913075 100644
--- a/lib/pkcs11h-slotevent.c
+++ b/lib/pkcs11h-slotevent.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-sys.c b/lib/pkcs11h-sys.c
index bee304f..9ac26a8 100644
--- a/lib/pkcs11h-sys.c
+++ b/lib/pkcs11h-sys.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-threading.c b/lib/pkcs11h-threading.c
index 1ca3203..d587a53 100644
--- a/lib/pkcs11h-threading.c
+++ b/lib/pkcs11h-threading.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-token.c b/lib/pkcs11h-token.c
index 33aadd5..161190a 100644
--- a/lib/pkcs11h-token.c
+++ b/lib/pkcs11h-token.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/lib/pkcs11h-util.c b/lib/pkcs11h-util.c
index 0dad282..9de5f25 100644
--- a/lib/pkcs11h-util.c
+++ b/lib/pkcs11h-util.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+ * Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
  * All rights reserved.
  *
  * This software is available to you under a choice of one of two
diff --git a/m4dir/Makefile.am b/m4dir/Makefile.am
index cf57b44..2fd05e1 100644
--- a/m4dir/Makefile.am
+++ b/m4dir/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/m4dir/pkcs11-helper-1.m4 b/m4dir/pkcs11-helper-1.m4
index d2c0e93..21f9995 100644
--- a/m4dir/pkcs11-helper-1.m4
+++ b/m4dir/pkcs11-helper-1.m4
@@ -1,6 +1,6 @@
 # pkcs11-helper-1.m4 - Macros to locate and utilise pkcs11-helper.     -*- Autoconf -*-
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/man/Makefile.am b/man/Makefile.am
index eb89dfb..f39cf1d 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3b47857..c9e2605 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/tests/test-basic/Makefile.am b/tests/test-basic/Makefile.am
index 0ec441e..e85a0d6 100644
--- a/tests/test-basic/Makefile.am
+++ b/tests/test-basic/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/tests/test-certificate/Makefile.am b/tests/test-certificate/Makefile.am
index 7c72725..9b83705 100644
--- a/tests/test-certificate/Makefile.am
+++ b/tests/test-certificate/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two
diff --git a/tests/test-slotevent/Makefile.am b/tests/test-slotevent/Makefile.am
index ea6e480..63dc710 100644
--- a/tests/test-slotevent/Makefile.am
+++ b/tests/test-slotevent/Makefile.am
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2007 Alon Bar-Lev <alon.barlev at gmail.com>
+# Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev at gmail.com>
 # All rights reserved.
 #
 # This software is available to you under a choice of one of two

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list