summaryrefslogtreecommitdiff
path: root/lib/auth
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:58 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-16 13:48:58 +0100
commitbbfd707cb666b9c2bba8bc37f8fb9e5f9500753f (patch)
treef22108f26cd9480e4162a22a1ea292317636c92a /lib/auth
parentb9dea0c392c0f462eade4b152af7c7fafb7759a1 (diff)
downloadgnutls-bbfd707cb666b9c2bba8bc37f8fb9e5f9500753f.tar.gz
Run 'make update-copyright'.
Diffstat (limited to 'lib/auth')
-rw-r--r--lib/auth/Makefile.am2
-rw-r--r--lib/auth/anon.c4
-rw-r--r--lib/auth/anon.h2
-rw-r--r--lib/auth/anon_ecdh.c4
-rw-r--r--lib/auth/cert.c2
-rw-r--r--lib/auth/cert.h2
-rw-r--r--lib/auth/dh_common.c2
-rw-r--r--lib/auth/dh_common.h2
-rw-r--r--lib/auth/dhe.c4
-rw-r--r--lib/auth/dhe_psk.c2
-rw-r--r--lib/auth/ecdh_common.c2
-rw-r--r--lib/auth/ecdh_common.h2
-rw-r--r--lib/auth/psk.c3
-rw-r--r--lib/auth/psk.h2
-rw-r--r--lib/auth/psk_passwd.c3
-rw-r--r--lib/auth/psk_passwd.h2
-rw-r--r--lib/auth/rsa.c4
-rw-r--r--lib/auth/rsa_export.c4
-rw-r--r--lib/auth/srp.c2
-rw-r--r--lib/auth/srp.h2
-rw-r--r--lib/auth/srp_passwd.c4
-rw-r--r--lib/auth/srp_passwd.h2
-rw-r--r--lib/auth/srp_rsa.c4
-rw-r--r--lib/auth/srp_sb64.c4
24 files changed, 34 insertions, 32 deletions
diff --git a/lib/auth/Makefile.am b/lib/auth/Makefile.am
index 1bf965b4b5..504a44822b 100644
--- a/lib/auth/Makefile.am
+++ b/lib/auth/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 Free Software Foundation, Inc.
#
# Author: Nikos Mavrogiannopoulos
#
diff --git a/lib/auth/anon.c b/lib/auth/anon.c
index 49efb497c6..ab137c143e 100644
--- a/lib/auth/anon.c
+++ b/lib/auth/anon.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2005, 2009-2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/anon.h b/lib/auth/anon.h
index 3006d6bd6d..4ff0aa2880 100644
--- a/lib/auth/anon.h
+++ b/lib/auth/anon.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/anon_ecdh.c b/lib/auth/anon_ecdh.c
index 040f39674e..9c0731afde 100644
--- a/lib/auth/anon_ecdh.c
+++ b/lib/auth/anon_ecdh.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2005, 2009-2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/cert.c b/lib/auth/cert.c
index 38d2c0047b..b62c7007d2 100644
--- a/lib/auth/cert.c
+++ b/lib/auth/cert.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/cert.h b/lib/auth/cert.h
index 7ef0e92dfe..277a52de61 100644
--- a/lib/auth/cert.h
+++ b/lib/auth/cert.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/dh_common.c b/lib/auth/dh_common.c
index 25ad4e7798..2f647f49fd 100644
--- a/lib/auth/dh_common.c
+++ b/lib/auth/dh_common.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2010 Free Software
+ * Copyright (C) 2002-2005, 2007, 2009-2010, 2012 Free Software
* Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
diff --git a/lib/auth/dh_common.h b/lib/auth/dh_common.h
index 2ff976a9a4..e7487d17f4 100644
--- a/lib/auth/dh_common.h
+++ b/lib/auth/dh_common.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2002-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2002-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/dhe.c b/lib/auth/dhe.c
index c21405df20..6ea8afd1ba 100644
--- a/lib/auth/dhe.c
+++ b/lib/auth/dhe.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2010
- * Free Software Foundation, Inc.
+ * Copyright (C) 2000-2005, 2007, 2009-2010, 2012 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/dhe_psk.c b/lib/auth/dhe_psk.c
index 7170c0b11c..a2bb87b000 100644
--- a/lib/auth/dhe_psk.c
+++ b/lib/auth/dhe_psk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2009, 2010, 2011 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/ecdh_common.c b/lib/auth/ecdh_common.c
index f1beda861c..7112418ff2 100644
--- a/lib/auth/ecdh_common.c
+++ b/lib/auth/ecdh_common.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/auth/ecdh_common.h b/lib/auth/ecdh_common.h
index b2d25de56c..9884cdfbb6 100644
--- a/lib/auth/ecdh_common.h
+++ b/lib/auth/ecdh_common.h
@@ -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/auth/psk.c b/lib/auth/psk.c
index 1817cd4bf1..0d64009fd5 100644
--- a/lib/auth/psk.c
+++ b/lib/auth/psk.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007-2008, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/psk.h b/lib/auth/psk.h
index aa68e7cbed..0207fbe3aa 100644
--- a/lib/auth/psk.h
+++ b/lib/auth/psk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/psk_passwd.c b/lib/auth/psk_passwd.c
index 195454dac6..fe367f4b97 100644
--- a/lib/auth/psk_passwd.c
+++ b/lib/auth/psk_passwd.c
@@ -1,5 +1,6 @@
/*
- * Copyright (C) 2005, 2007, 2008, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2005, 2007-2008, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/psk_passwd.h b/lib/auth/psk_passwd.h
index 11b08ed667..aea501885e 100644
--- a/lib/auth/psk_passwd.h
+++ b/lib/auth/psk_passwd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/rsa.c b/lib/auth/rsa.c
index 0806d0311c..41a31de4f4 100644
--- a/lib/auth/rsa.c
+++ b/lib/auth/rsa.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, 2010
- * Free Software Foundation, Inc.
+ * Copyright (C) 2000-2005, 2007-2008, 2010, 2012 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/rsa_export.c b/lib/auth/rsa_export.c
index 4bd9750a33..6b98bc3c55 100644
--- a/lib/auth/rsa_export.c
+++ b/lib/auth/rsa_export.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2000-2005, 2007, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp.c b/lib/auth/srp.c
index 6c9d233006..867a457d79 100644
--- a/lib/auth/srp.c
+++ b/lib/auth/srp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp.h b/lib/auth/srp.h
index 96c97c810c..97f87fbd9d 100644
--- a/lib/auth/srp.h
+++ b/lib/auth/srp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_passwd.c b/lib/auth/srp_passwd.c
index 19972201c6..07c01bf539 100644
--- a/lib/auth/srp_passwd.c
+++ b/lib/auth/srp_passwd.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2005, 2008, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_passwd.h b/lib/auth/srp_passwd.h
index d89c1a4e99..9285fd03fa 100644
--- a/lib/auth/srp_passwd.h
+++ b/lib/auth/srp_passwd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2001-2011 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_rsa.c b/lib/auth/srp_rsa.c
index e3b8785e03..9a22bba598 100644
--- a/lib/auth/srp_rsa.c
+++ b/lib/auth/srp_rsa.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, 2010 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2005, 2007, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_sb64.c b/lib/auth/srp_sb64.c
index ea50c9ad16..12073f6b1b 100644
--- a/lib/auth/srp_sb64.c
+++ b/lib/auth/srp_sb64.c
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2008, 2010 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2001-2005, 2008, 2010, 2012 Free Software Foundation,
+ * Inc.
*
* Author: Nikos Mavrogiannopoulos
*