summaryrefslogtreecommitdiff
path: root/lib/algorithms
diff options
context:
space:
mode:
Diffstat (limited to 'lib/algorithms')
-rw-r--r--lib/algorithms/Makefile.am2
-rw-r--r--lib/algorithms/cert_types.c2
-rw-r--r--lib/algorithms/ciphers.c2
-rw-r--r--lib/algorithms/ciphersuites.c2
-rw-r--r--lib/algorithms/ecc.c2
-rw-r--r--lib/algorithms/kx.c2
-rw-r--r--lib/algorithms/mac.c2
-rw-r--r--lib/algorithms/protocols.c2
-rw-r--r--lib/algorithms/publickey.c2
-rw-r--r--lib/algorithms/secparams.c2
-rw-r--r--lib/algorithms/sign.c2
11 files changed, 11 insertions, 11 deletions
diff --git a/lib/algorithms/Makefile.am b/lib/algorithms/Makefile.am
index e4d62eec8b..13b287a405 100644
--- a/lib/algorithms/Makefile.am
+++ b/lib/algorithms/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/algorithms/cert_types.c b/lib/algorithms/cert_types.c
index 2ea34c95e8..000e43531a 100644
--- a/lib/algorithms/cert_types.c
+++ b/lib/algorithms/cert_types.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/ciphers.c b/lib/algorithms/ciphers.c
index 788b27de0c..7c88231da2 100644
--- a/lib/algorithms/ciphers.c
+++ b/lib/algorithms/ciphers.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/ciphersuites.c b/lib/algorithms/ciphersuites.c
index 8924d4ca71..59aebb7fb3 100644
--- a/lib/algorithms/ciphersuites.c
+++ b/lib/algorithms/ciphersuites.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/ecc.c b/lib/algorithms/ecc.c
index 2e52dc4111..ea0b830d35 100644
--- a/lib/algorithms/ecc.c
+++ b/lib/algorithms/ecc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/kx.c b/lib/algorithms/kx.c
index c44fafb47c..7a47781c0c 100644
--- a/lib/algorithms/kx.c
+++ b/lib/algorithms/kx.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/mac.c b/lib/algorithms/mac.c
index e60555aae9..0813df2010 100644
--- a/lib/algorithms/mac.c
+++ b/lib/algorithms/mac.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/protocols.c b/lib/algorithms/protocols.c
index e59c8fd30d..a152901a5d 100644
--- a/lib/algorithms/protocols.c
+++ b/lib/algorithms/protocols.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/publickey.c b/lib/algorithms/publickey.c
index e9f9b3ee61..4089bfb364 100644
--- a/lib/algorithms/publickey.c
+++ b/lib/algorithms/publickey.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c
index 2584c252f4..775d4d2a28 100644
--- a/lib/algorithms/secparams.c
+++ b/lib/algorithms/secparams.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/algorithms/sign.c b/lib/algorithms/sign.c
index ba98d6bcb5..ab81b830d3 100644
--- a/lib/algorithms/sign.c
+++ b/lib/algorithms/sign.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2011-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*