diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-30 23:16:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2007-10-30 23:16:45 +0200 |
commit | 0b7c039057a03d3259b296808114adcc2c492f62 (patch) | |
tree | 9cf07839220e4434283563d151b1e52d42fe6499 /libextra | |
parent | 7e092c1d78e94d9dddbc02f91b791c2c9e894916 (diff) | |
download | gnutls-0b7c039057a03d3259b296808114adcc2c492f62.tar.gz |
Changed my name to my "official" name.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/Makefile.am | 2 | ||||
-rw-r--r-- | libextra/gnutls_extra.c | 2 | ||||
-rw-r--r-- | libextra/gnutls_extra.h | 2 | ||||
-rw-r--r-- | libextra/openpgp/Makefile.am | 2 | ||||
-rw-r--r-- | libextra/openpgp/compat.c | 2 | ||||
-rw-r--r-- | libextra/openpgp/extras.c | 2 | ||||
-rw-r--r-- | libextra/openpgp/pgp.c | 2 | ||||
-rw-r--r-- | libextra/openpgp/pgpverify.c | 2 | ||||
-rw-r--r-- | libextra/openpgp/privkey.c | 2 | ||||
-rw-r--r-- | libextra/openssl_compat.c | 2 | ||||
-rw-r--r-- | libextra/openssl_compat.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/libextra/Makefile.am b/libextra/Makefile.am index d0d32de4a3..d1b0967f3e 100644 --- a/libextra/Makefile.am +++ b/libextra/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation # -# Author: Nikos Mavroyanopoulos +# Author: Nikos Mavrogiannopoulos # # This file is part of GNUTLS-EXTRA. # diff --git a/libextra/gnutls_extra.c b/libextra/gnutls_extra.c index 313145d8dc..3fce6d8488 100644 --- a/libextra/gnutls_extra.c +++ b/libextra/gnutls_extra.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2001, 2004, 2005, 2007 Free Software Foundation * - * Author: Nikos Mavroyanopoulos + * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/gnutls_extra.h b/libextra/gnutls_extra.h index d5cf897345..9f72bff2ea 100644 --- a/libextra/gnutls_extra.h +++ b/libextra/gnutls_extra.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation * - * Author: Nikos Mavroyanopoulos + * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openpgp/Makefile.am b/libextra/openpgp/Makefile.am index a0ca2a509e..7ac477010f 100644 --- a/libextra/openpgp/Makefile.am +++ b/libextra/openpgp/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in # Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation # -# Author: Nikos Mavroyanopoulos +# Author: Nikos Mavrogiannopoulos # # This file is part of GNUTLS-EXTRA. # diff --git a/libextra/openpgp/compat.c b/libextra/openpgp/compat.c index 02385db6f9..21be2eb62e 100644 --- a/libextra/openpgp/compat.c +++ b/libextra/openpgp/compat.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation * - * Author: Timo Schulz, Nikos Mavroyanopoulos + * Author: Timo Schulz, Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openpgp/extras.c b/libextra/openpgp/extras.c index da14987fb6..a33a0115c9 100644 --- a/libextra/openpgp/extras.c +++ b/libextra/openpgp/extras.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation * - * Author: Nikos Mavroyanopoulos, Timo Schulz + * Author: Nikos Mavrogiannopoulos, Timo Schulz * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openpgp/pgp.c b/libextra/openpgp/pgp.c index 2e17b7d99b..93bac870a4 100644 --- a/libextra/openpgp/pgp.c +++ b/libextra/openpgp/pgp.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation * - * Author: Timo Schulz, Nikos Mavroyanopoulos + * Author: Timo Schulz, Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openpgp/pgpverify.c b/libextra/openpgp/pgpverify.c index 5130d441a7..317c03c50f 100644 --- a/libextra/openpgp/pgpverify.c +++ b/libextra/openpgp/pgpverify.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation * - * Author: Timo Schulz, Nikos Mavroyanopoulos + * Author: Timo Schulz, Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openpgp/privkey.c b/libextra/openpgp/privkey.c index 939400e63e..03d36fd809 100644 --- a/libextra/openpgp/privkey.c +++ b/libextra/openpgp/privkey.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation * - * Author: Nikos Mavroyanopoulos + * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openssl_compat.c b/libextra/openssl_compat.c index 31d1f48470..038a49fd94 100644 --- a/libextra/openssl_compat.c +++ b/libextra/openssl_compat.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation * - * Author: Nikos Mavroyanopoulos + * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * diff --git a/libextra/openssl_compat.h b/libextra/openssl_compat.h index acbd7c3094..b002ea9527 100644 --- a/libextra/openssl_compat.h +++ b/libextra/openssl_compat.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation * - * Author: Nikos Mavroyanopoulos + * Author: Nikos Mavrogiannopoulos * * This file is part of GNUTLS-EXTRA. * |