summaryrefslogtreecommitdiff
path: root/lib/auth
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-01-16 13:58:24 +0100
committerSimon Josefsson <simon@josefsson.org>2012-01-16 13:58:24 +0100
commitf0b2d4827f04e4530aca900e43e2618ff32c0e3e (patch)
treefe43238df75db829ecb9aad1fe72da8fc11ce10b /lib/auth
parentbbfd707cb666b9c2bba8bc37f8fb9e5f9500753f (diff)
downloadgnutls-f0b2d4827f04e4530aca900e43e2618ff32c0e3e.tar.gz
Collapse and cleanup copyright information.
Diffstat (limited to 'lib/auth')
-rw-r--r--lib/auth/anon.c3
-rw-r--r--lib/auth/anon_ecdh.c3
-rw-r--r--lib/auth/dh_common.c3
-rw-r--r--lib/auth/dhe.c3
-rw-r--r--lib/auth/dhe_psk.c2
-rw-r--r--lib/auth/psk.c3
-rw-r--r--lib/auth/psk_passwd.c3
-rw-r--r--lib/auth/rsa.c3
-rw-r--r--lib/auth/rsa_export.c3
-rw-r--r--lib/auth/srp_passwd.c3
-rw-r--r--lib/auth/srp_rsa.c3
-rw-r--r--lib/auth/srp_sb64.c3
12 files changed, 12 insertions, 23 deletions
diff --git a/lib/auth/anon.c b/lib/auth/anon.c
index ab137c143e..a71f31a960 100644
--- a/lib/auth/anon.c
+++ b/lib/auth/anon.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2000-2005, 2009-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/anon_ecdh.c b/lib/auth/anon_ecdh.c
index 9c0731afde..f16b6a46a5 100644
--- a/lib/auth/anon_ecdh.c
+++ b/lib/auth/anon_ecdh.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2000-2005, 2009-2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/dh_common.c b/lib/auth/dh_common.c
index 2f647f49fd..825fb43729 100644
--- a/lib/auth/dh_common.c
+++ b/lib/auth/dh_common.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2002-2005, 2007, 2009-2010, 2012 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 6ea8afd1ba..d11575df98 100644
--- a/lib/auth/dhe.c
+++ b/lib/auth/dhe.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2000-2005, 2007, 2009-2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/dhe_psk.c b/lib/auth/dhe_psk.c
index a2bb87b000..98a7513b40 100644
--- a/lib/auth/dhe_psk.c
+++ b/lib/auth/dhe_psk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005, 2007, 2009-2012 Free Software Foundation, Inc.
+ * Copyright (C) 2005-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/psk.c b/lib/auth/psk.c
index 0d64009fd5..d81a66a8aa 100644
--- a/lib/auth/psk.c
+++ b/lib/auth/psk.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2005, 2007-2008, 2010, 2012 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 fe367f4b97..fefb120117 100644
--- a/lib/auth/psk_passwd.c
+++ b/lib/auth/psk_passwd.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2005, 2007-2008, 2010, 2012 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 41a31de4f4..5cbb73cf69 100644
--- a/lib/auth/rsa.c
+++ b/lib/auth/rsa.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2000-2005, 2007-2008, 2010, 2012 Free Software
- * Foundation, Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/rsa_export.c b/lib/auth/rsa_export.c
index 6b98bc3c55..7150d266ee 100644
--- a/lib/auth/rsa_export.c
+++ b/lib/auth/rsa_export.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2000-2005, 2007, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2000-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_passwd.c b/lib/auth/srp_passwd.c
index 07c01bf539..0038584ddb 100644
--- a/lib/auth/srp_passwd.c
+++ b/lib/auth/srp_passwd.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2001-2005, 2008, 2010, 2012 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 9a22bba598..3c3d3da99b 100644
--- a/lib/auth/srp_rsa.c
+++ b/lib/auth/srp_rsa.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2001-2005, 2007, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
diff --git a/lib/auth/srp_sb64.c b/lib/auth/srp_sb64.c
index 12073f6b1b..c63b91950a 100644
--- a/lib/auth/srp_sb64.c
+++ b/lib/auth/srp_sb64.c
@@ -1,6 +1,5 @@
/*
- * Copyright (C) 2001-2005, 2008, 2010, 2012 Free Software Foundation,
- * Inc.
+ * Copyright (C) 2001-2012 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*