diff options
Diffstat (limited to 'libidu')
-rw-r--r-- | libidu/dynvec.c | 7 | ||||
-rw-r--r-- | libidu/dynvec.h | 7 | ||||
-rw-r--r-- | libidu/fnprint.c | 8 | ||||
-rw-r--r-- | libidu/hash.c | 7 | ||||
-rw-r--r-- | libidu/hash.h | 8 | ||||
-rw-r--r-- | libidu/idfile.c | 8 | ||||
-rw-r--r-- | libidu/idfile.h | 7 | ||||
-rw-r--r-- | libidu/idread.c | 7 | ||||
-rw-r--r-- | libidu/iduglobal.h | 8 | ||||
-rw-r--r-- | libidu/idwrite.c | 7 | ||||
-rw-r--r-- | libidu/scanners.c | 9 | ||||
-rw-r--r-- | libidu/scanners.h | 8 | ||||
-rw-r--r-- | libidu/tokflags.h | 7 | ||||
-rw-r--r-- | libidu/walker.c | 8 | ||||
-rw-r--r-- | libidu/xnls.h | 7 |
15 files changed, 52 insertions, 61 deletions
diff --git a/libidu/dynvec.c b/libidu/dynvec.c index 2b75490..8a9c20c 100644 --- a/libidu/dynvec.c +++ b/libidu/dynvec.c @@ -1,10 +1,10 @@ /* dynvec.c -- dynamically growable vectors - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/dynvec.h b/libidu/dynvec.h index f688920..f11b06c 100644 --- a/libidu/dynvec.h +++ b/libidu/dynvec.h @@ -1,10 +1,10 @@ /* dynvec.h -- declarations for dynamically growable vectors - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _dynvec_h_ diff --git a/libidu/fnprint.c b/libidu/fnprint.c index 45ad946..1245fd6 100644 --- a/libidu/fnprint.c +++ b/libidu/fnprint.c @@ -1,10 +1,10 @@ /* fnprint.c -- print a list of file names - Copyright (C) 1986, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,8 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ #include <config.h> #include <stdio.h> diff --git a/libidu/hash.c b/libidu/hash.c index 7941ad5..7c6087b 100644 --- a/libidu/hash.c +++ b/libidu/hash.c @@ -1,10 +1,10 @@ /* hash.c -- hash table maintenance - Copyright (C) 1995, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/hash.h b/libidu/hash.h index d1070aa..118e651 100644 --- a/libidu/hash.h +++ b/libidu/hash.h @@ -1,10 +1,10 @@ /* hash.h -- decls for hash table - Copyright (C) 1995, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,8 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ #ifndef _hash_h_ #define _hash_h_ diff --git a/libidu/idfile.c b/libidu/idfile.c index f4d2dce..fb77efb 100644 --- a/libidu/idfile.c +++ b/libidu/idfile.c @@ -1,10 +1,11 @@ /* idfile.c -- read & write mkid database file header - Copyright (C) 1986, 1995, 1996, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 + Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +14,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/idfile.h b/libidu/idfile.h index 8e2bfce..1e3b176 100644 --- a/libidu/idfile.h +++ b/libidu/idfile.h @@ -1,10 +1,10 @@ /* idfile.h -- decls for ID file header and constituent file names - Copyright (C) 1986, 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _idfile_h_ diff --git a/libidu/idread.c b/libidu/idread.c index 81301d0..939d1a2 100644 --- a/libidu/idread.c +++ b/libidu/idread.c @@ -1,10 +1,10 @@ /* idread.c -- functions to read ID database files - Copyright (C) 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1999, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/iduglobal.h b/libidu/iduglobal.h index e7a2916..fcddf63 100644 --- a/libidu/iduglobal.h +++ b/libidu/iduglobal.h @@ -2,12 +2,12 @@ #define _iduglobal_h /* iduglobal.h -- global definitions for libidu - Copyright (C) 1995, 1999, 2005 Free Software Foundation, Inc. + Copyright (C) 1995, 1999, 2005, 2007 Free Software Foundation, Inc. Written by Claudio Fontana <sick_soul@users.sourceforge.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -16,9 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program (look for the file called COPYING). - If not, write to the Free Software Foundation, Inc., - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef offsetof diff --git a/libidu/idwrite.c b/libidu/idwrite.c index ac88edf..cffeded 100644 --- a/libidu/idwrite.c +++ b/libidu/idwrite.c @@ -1,10 +1,10 @@ /* idwrite.c -- functions to write ID database files - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/scanners.c b/libidu/scanners.c index 6a302bf..6cc614c 100644 --- a/libidu/scanners.c +++ b/libidu/scanners.c @@ -1,10 +1,11 @@ /* scanners.c -- file & directory name manipulations - Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 + Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +14,8 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ #include <config.h> #include <stdio.h> diff --git a/libidu/scanners.h b/libidu/scanners.h index 7ff7da1..c30e95f 100644 --- a/libidu/scanners.h +++ b/libidu/scanners.h @@ -1,10 +1,10 @@ /* scanners.h -- defs for interface to scanners.c - Copyright (C) 1986, 1995, 1996, 1999 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,8 @@ GNU General Public License for more details. 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ #ifndef _scanners_h_ #define _scanners_h_ diff --git a/libidu/tokflags.h b/libidu/tokflags.h index a246ec5..68e1809 100644 --- a/libidu/tokflags.h +++ b/libidu/tokflags.h @@ -1,10 +1,10 @@ /* tokflags.h -- decls for per-token flags - Copyright (C) 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _tokflags_h_ diff --git a/libidu/walker.c b/libidu/walker.c index a25f5f4..ae0b2de 100644 --- a/libidu/walker.c +++ b/libidu/walker.c @@ -1,10 +1,11 @@ /* walker.c -- nifty file-tree walker - Copyright (C) 1986, 1995, 1996, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1986, 1995, 1996, 1999, 2000, 2007 + Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +14,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> diff --git a/libidu/xnls.h b/libidu/xnls.h index 6cfa3b1..669fe66 100644 --- a/libidu/xnls.h +++ b/libidu/xnls.h @@ -1,10 +1,10 @@ /* xnls.h -- NLS declarations - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 2007 Free Software Foundation, Inc. Written by Greg McGary <gkm@gnu.ai.mit.edu> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -13,8 +13,7 @@ GNU General Public License for more details. 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _i18n_h_ |