diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-01-27 16:04:47 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-01-27 16:04:47 +0100 |
commit | caab2fd62fdd3255574999a0c8f35747186d7338 (patch) | |
tree | ff6c718a1500a3e737be067a670e27d4ff0ad97c /lib/x509 | |
parent | 7ab47481df6c4e992814c87c8f2191f74da00394 (diff) | |
download | gnutls-caab2fd62fdd3255574999a0c8f35747186d7338.tar.gz |
Fix FSF copyright notices.
Diffstat (limited to 'lib/x509')
-rw-r--r-- | lib/x509/Makefile.am | 2 | ||||
-rw-r--r-- | lib/x509/common.c | 2 | ||||
-rw-r--r-- | lib/x509/common.h | 2 | ||||
-rw-r--r-- | lib/x509/crl.c | 2 | ||||
-rw-r--r-- | lib/x509/crl_write.c | 2 | ||||
-rw-r--r-- | lib/x509/crq.c | 2 | ||||
-rw-r--r-- | lib/x509/dn.c | 2 | ||||
-rw-r--r-- | lib/x509/extensions.c | 2 | ||||
-rw-r--r-- | lib/x509/mpi.c | 2 | ||||
-rw-r--r-- | lib/x509/output.c | 2 | ||||
-rw-r--r-- | lib/x509/pkcs12.c | 2 | ||||
-rw-r--r-- | lib/x509/pkcs12_bag.c | 2 | ||||
-rw-r--r-- | lib/x509/pkcs7.c | 2 | ||||
-rw-r--r-- | lib/x509/privkey.c | 2 | ||||
-rw-r--r-- | lib/x509/privkey_pkcs8.c | 2 | ||||
-rw-r--r-- | lib/x509/rfc2818_hostname.c | 2 | ||||
-rw-r--r-- | lib/x509/sign.c | 2 | ||||
-rw-r--r-- | lib/x509/verify.c | 2 | ||||
-rw-r--r-- | lib/x509/x509.c | 2 | ||||
-rw-r--r-- | lib/x509/x509_int.h | 2 | ||||
-rw-r--r-- | lib/x509/x509_write.c | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am index dea2b23e93..c47a98a251 100644 --- a/lib/x509/Makefile.am +++ b/lib/x509/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation +# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # # This file is part of GNUTLS. # diff --git a/lib/x509/common.c b/lib/x509/common.c index d3ca210044..b01a1a73d4 100644 --- a/lib/x509/common.c +++ b/lib/x509/common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/common.h b/lib/x509/common.h index a819882fc4..81be2836e6 100644 --- a/lib/x509/common.h +++ b/lib/x509/common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/crl.c b/lib/x509/crl.c index 5138f0a465..c770871d7e 100644 --- a/lib/x509/crl.c +++ b/lib/x509/crl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/crl_write.c b/lib/x509/crl_write.c index 293a6d6042..4920763980 100644 --- a/lib/x509/crl_write.c +++ b/lib/x509/crl_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/crq.c b/lib/x509/crq.c index 0702a2c186..550d2a0027 100644 --- a/lib/x509/crq.c +++ b/lib/x509/crq.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/dn.c b/lib/x509/dn.c index 89b84bd34b..7136b1089b 100644 --- a/lib/x509/dn.c +++ b/lib/x509/dn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/extensions.c b/lib/x509/extensions.c index ac3d0b3b3d..46cd1643ab 100644 --- a/lib/x509/extensions.c +++ b/lib/x509/extensions.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c index b26e5399e9..7955fe71c3 100644 --- a/lib/x509/mpi.c +++ b/lib/x509/mpi.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/output.c b/lib/x509/output.c index 34bdc6cc51..79513e3c24 100644 --- a/lib/x509/output.c +++ b/lib/x509/output.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Simon Josefsson * diff --git a/lib/x509/pkcs12.c b/lib/x509/pkcs12.c index 18d455d34f..58852949ca 100644 --- a/lib/x509/pkcs12.c +++ b/lib/x509/pkcs12.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2008 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/pkcs12_bag.c b/lib/x509/pkcs12_bag.c index 42ff1b4e23..8b4a1a4a63 100644 --- a/lib/x509/pkcs12_bag.c +++ b/lib/x509/pkcs12_bag.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/pkcs7.c b/lib/x509/pkcs7.c index d017f5ead6..81e42e927b 100644 --- a/lib/x509/pkcs7.c +++ b/lib/x509/pkcs7.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/privkey.c b/lib/x509/privkey.c index 517e287934..833529293c 100644 --- a/lib/x509/privkey.c +++ b/lib/x509/privkey.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c index 51b940afe0..ca1b6a2cbb 100644 --- a/lib/x509/privkey_pkcs8.c +++ b/lib/x509/privkey_pkcs8.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/rfc2818_hostname.c b/lib/x509/rfc2818_hostname.c index f3dadb1f9c..837ee5f245 100644 --- a/lib/x509/rfc2818_hostname.c +++ b/lib/x509/rfc2818_hostname.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc. * Copyright (C) 2002 Andrew McDonald * * This file is part of GNUTLS. diff --git a/lib/x509/sign.c b/lib/x509/sign.c index 53e223c47e..885af18ad7 100644 --- a/lib/x509/sign.c +++ b/lib/x509/sign.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/verify.c b/lib/x509/verify.c index 2f8bc5c100..b3cd27724b 100644 --- a/lib/x509/verify.c +++ b/lib/x509/verify.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/x509.c b/lib/x509/x509.c index dfd578752f..04f0382c9e 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. * Author: Nikos Mavrogiannopoulos, Simon Josefsson, Howard Chu * * This file is part of GNUTLS. diff --git a/lib/x509/x509_int.h b/lib/x509/x509_int.h index c749123a07..4e39b52c37 100644 --- a/lib/x509/x509_int.h +++ b/lib/x509/x509_int.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c index c5b7b13ca5..b6dd7f01c6 100644 --- a/lib/x509/x509_write.c +++ b/lib/x509/x509_write.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation + * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * |