diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/benchmark-cipher.c | 2 | ||||
-rw-r--r-- | src/benchmark-tls.c | 2 | ||||
-rw-r--r-- | src/benchmark.c | 2 | ||||
-rw-r--r-- | src/certtool-cfg.c | 2 | ||||
-rw-r--r-- | src/certtool-common.c | 2 | ||||
-rw-r--r-- | src/certtool.c | 2 | ||||
-rw-r--r-- | src/cli.c | 2 | ||||
-rw-r--r-- | src/common.c | 2 | ||||
-rw-r--r-- | src/crywrap/Makefile.am | 2 | ||||
-rw-r--r-- | src/dh.c | 2 | ||||
-rw-r--r-- | src/p11common.c | 2 | ||||
-rw-r--r-- | src/p11tool.c | 2 | ||||
-rw-r--r-- | src/pkcs11.c | 2 | ||||
-rw-r--r-- | src/psk.c | 2 | ||||
-rw-r--r-- | src/serv.c | 2 | ||||
-rw-r--r-- | src/srptool.c | 2 | ||||
-rw-r--r-- | src/tests.c | 2 | ||||
-rw-r--r-- | src/tls_test.c | 2 | ||||
-rw-r--r-- | src/udp-serv.c | 2 |
20 files changed, 20 insertions, 21 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8875dc3f11..888a1119dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -# 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2000-2012 Free Software Foundation, Inc. # # This file is part of GnuTLS. # diff --git a/src/benchmark-cipher.c b/src/benchmark-cipher.c index e9b82e8157..e15211f851 100644 --- a/src/benchmark-cipher.c +++ b/src/benchmark-cipher.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Free Software Foundation, Inc. + * Copyright (C) 2009-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/benchmark-tls.c b/src/benchmark-tls.c index 4528b77192..31d1feb101 100644 --- a/src/benchmark-tls.c +++ b/src/benchmark-tls.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/src/benchmark.c b/src/benchmark.c index a5dabc4e28..398c732a38 100644 --- a/src/benchmark.c +++ b/src/benchmark.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c index f194e32c53..ad7465287a 100644 --- a/src/certtool-cfg.c +++ b/src/certtool-cfg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2011 Free Software Foundation, Inc. + * Copyright (C) 2004-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/certtool-common.c b/src/certtool-common.c index e8f806ad31..4c65ad26d9 100644 --- a/src/certtool-common.c +++ b/src/certtool-common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Free Software Foundation, Inc. + * Copyright (C) 2003-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/certtool.c b/src/certtool.c index d74047415b..563152fa28 100644 --- a/src/certtool.c +++ b/src/certtool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 Free Software Foundation, Inc. + * Copyright (C) 2003-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2011 Free Software Foundation, Inc. + * Copyright (C) 2000-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/common.c b/src/common.c index d00bf5764c..a5b9b360fe 100644 --- a/src/common.c +++ b/src/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2011 Free Software Foundation, Inc. + * Copyright (C) 2000-2012 Free Software Foundation, Inc. * Author: Nikos Mavrogiannopoulos * * This file is part of GnuTLS. diff --git a/src/crywrap/Makefile.am b/src/crywrap/Makefile.am index fdc2bfbfb9..a20bcd6169 100644 --- a/src/crywrap/Makefile.am +++ b/src/crywrap/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. # # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2011 Free Software Foundation, Inc. + * Copyright (C) 2001-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/p11common.c b/src/p11common.c index 8deda79ab7..ab039f4fd7 100644 --- a/src/p11common.c +++ b/src/p11common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * Author: Nikos Mavrogiannopoulos * * This file is part of GnuTLS. diff --git a/src/p11tool.c b/src/p11tool.c index 2df036b55c..a478bf3299 100644 --- a/src/p11tool.c +++ b/src/p11tool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010, 2011 Free Software Foundation, Inc. + * Copyright (C) 2010-2012 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/src/pkcs11.c b/src/pkcs11.c index adde2c9742..b9f4332304 100644 --- a/src/pkcs11.c +++ b/src/pkcs11.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Free Software Foundation, Inc. + * Copyright (C) 2010, 2012 Free Software Foundation, Inc. * Author: Nikos Mavrogiannopoulos * * This file is part of GnuTLS. @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Free Software Foundation, Inc. + * Copyright (C) 2005-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/serv.c b/src/serv.c index 7aa60d0294..1af21fec83 100644 --- a/src/serv.c +++ b/src/serv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006-2011 Free Software Foundation, Inc. + * Copyright (C) 2004, 2006-2012 Free Software Foundation, Inc. * Copyright (C) 2001,2002 Paul Sheer * Portions Copyright (C) 2002,2003 Nikos Mavrogiannopoulos * diff --git a/src/srptool.c b/src/srptool.c index c7128c8a4c..f77a2e1ace 100644 --- a/src/srptool.c +++ b/src/srptool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001-2011 Free Software Foundation, Inc. + * Copyright (C) 2001-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/tests.c b/src/tests.c index 087ea82044..ede92c3eb4 100644 --- a/src/tests.c +++ b/src/tests.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2011 Free Software Foundation, Inc. + * Copyright (C) 2000-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/tls_test.c b/src/tls_test.c index 8bd8eb203b..18132d1919 100644 --- a/src/tls_test.c +++ b/src/tls_test.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2011 Free Software Foundation, Inc. + * Copyright (C) 2000-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * diff --git a/src/udp-serv.c b/src/udp-serv.c index d6c316125f..489a577775 100644 --- a/src/udp-serv.c +++ b/src/udp-serv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Free Software Foundation, Inc. + * Copyright (C) 2011-2012 Free Software Foundation, Inc. * * This file is part of GnuTLS. * |