diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/dotlock.c | 2 | ||||
-rw-r--r-- | util/errors.c | 2 | ||||
-rw-r--r-- | util/fileutil.c | 2 | ||||
-rw-r--r-- | util/g10u.c | 2 | ||||
-rw-r--r-- | util/http.c | 2 | ||||
-rw-r--r-- | util/logger.c | 2 | ||||
-rw-r--r-- | util/memory.c | 21 | ||||
-rw-r--r-- | util/miscutil.c | 2 | ||||
-rw-r--r-- | util/secmem.c | 2 | ||||
-rw-r--r-- | util/simple-gettext.c | 5 | ||||
-rw-r--r-- | util/strgutil.c | 2 | ||||
-rw-r--r-- | util/ttyio.c | 2 | ||||
-rw-r--r-- | util/w32reg.c | 2 |
13 files changed, 25 insertions, 23 deletions
diff --git a/util/dotlock.c b/util/dotlock.c index a56789608..595d7003f 100644 --- a/util/dotlock.c +++ b/util/dotlock.c @@ -1,5 +1,5 @@ /* dotlock.c - dotfile locking - * Copyright (C) 1998,2000 Free Software Foundation, Inc. + * Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/errors.c b/util/errors.c index c4c1cb19e..67148ab6c 100644 --- a/util/errors.c +++ b/util/errors.c @@ -1,5 +1,5 @@ /* errors.c - error strings - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/fileutil.c b/util/fileutil.c index 7910631c2..368216fcc 100644 --- a/util/fileutil.c +++ b/util/fileutil.c @@ -1,5 +1,5 @@ /* fileutil.c - file utilities - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/g10u.c b/util/g10u.c index 2ce3a4e36..2109f7363 100644 --- a/util/g10u.c +++ b/util/g10u.c @@ -1,5 +1,5 @@ /* g10u.c - Wrapper for utility functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/http.c b/util/http.c index 7cb782c04..b314b047a 100644 --- a/util/http.c +++ b/util/http.c @@ -1,5 +1,5 @@ /* http.c - HTTP protocol handler - * Copyright (C) 1999 Free Software Foundation, Inc. + * Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/logger.c b/util/logger.c index d9e908aec..15bb9ac99 100644 --- a/util/logger.c +++ b/util/logger.c @@ -1,5 +1,5 @@ /* logger.c - log functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/memory.c b/util/memory.c index 0f2d8e12d..8e498f3e9 100644 --- a/util/memory.c +++ b/util/memory.c @@ -1,14 +1,5 @@ /* memory.c - memory allocation - * Copyright (C) 1998 Free Software Foundation, Inc. - * - * We use our own memory allocation functions instead of plain malloc(), - * so that we can provide some special enhancements: - * a) functions to provide memory from a secure memory. - * b) by looking at the requested allocation size we - * can reuse memory very quickly (e.g. MPI storage) - * (really needed?) - * c) memory usage reporting if compiled with M_DEBUG - * d) memory checking if compiled with M_GUARD + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -25,6 +16,16 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + * + * We use our own memory allocation functions instead of plain malloc(), + * so that we can provide some special enhancements: + * a) functions to provide memory from a secure memory. + * b) by looking at the requested allocation size we + * can reuse memory very quickly (e.g. MPI storage) + * (really needed?) + * c) memory usage reporting if compiled with M_DEBUG + * d) memory checking if compiled with M_GUARD */ #include <config.h> diff --git a/util/miscutil.c b/util/miscutil.c index 376834fa6..2fc7545b4 100644 --- a/util/miscutil.c +++ b/util/miscutil.c @@ -1,5 +1,5 @@ /* miscutil.c - miscellaneous utilities - * Copyright (C) 1998, 1999 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/secmem.c b/util/secmem.c index ec74aeffd..12a8a6d6b 100644 --- a/util/secmem.c +++ b/util/secmem.c @@ -1,5 +1,5 @@ /* secmem.c - memory allocation from a secure heap - * Copyright (C) 1998,1999 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/simple-gettext.c b/util/simple-gettext.c index a45ecb2b2..64d6675a0 100644 --- a/util/simple-gettext.c +++ b/util/simple-gettext.c @@ -1,5 +1,6 @@ /* simple-gettext.c - a simplified version of gettext. - * Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc. + * Copyright (C) 1995, 1996, 1997, 1998, 1999, + * 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -19,7 +20,7 @@ */ /* This is a simplified version of gettext written by Ulrich Drepper. - * It is used for the Win32 version of GnuPG becuase all the overhead + * It is used for the Win32 version of GnuPG beucase all the overhead * of gettext is not needed and we have to do some special Win32 stuff. * I decided that this is far easier than to tweak gettext for the special * cases (I tried it but it is a lot of code). wk 15.09.99 diff --git a/util/strgutil.c b/util/strgutil.c index c1531bbe3..aba340aff 100644 --- a/util/strgutil.c +++ b/util/strgutil.c @@ -1,5 +1,5 @@ /* strgutil.c - string utilities - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/ttyio.c b/util/ttyio.c index c1e0d7951..4952ac6f0 100644 --- a/util/ttyio.c +++ b/util/ttyio.c @@ -1,5 +1,5 @@ /* ttyio.c - tty i/O functions - * Copyright (C) 1998 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * diff --git a/util/w32reg.c b/util/w32reg.c index 0cf38090f..ecfe6ec5e 100644 --- a/util/w32reg.c +++ b/util/w32reg.c @@ -1,5 +1,5 @@ /* w32reg.c - MS-Windows Registry access - * Copyright (C) 1999 Free Software Foundation, Inc. + * Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. * * This file is part of GnuPG. * |