Updated copyright years and the address of the FSF

This commit is contained in:
James Youngman 2003-05-24 18:36:25 +00:00
parent 42c5600188
commit 08c301f0ff
22 changed files with 89 additions and 35 deletions

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#include <config.h>
#include <sys/types.h>

View File

@ -1,5 +1,5 @@
/* find -- search for files in a directory hierarchy
Copyright (C) 1990, 91, 92, 93, 94, 2000 Free Software Foundation, Inc.
Copyright (C) 1990, 91, 92, 93, 94, 2000, 2003 Free Software Foundation, Inc.
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
@ -13,7 +13,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.*/
/* GNU find was written by Eric Decker <cire@cisco.com>,
with enhancements by David MacKenzie <djm@gnu.ai.mit.edu>,

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#include "defs.h"
#include <ctype.h>

View File

@ -1,5 +1,5 @@
/* pred.c -- execute the expression tree.
Copyright (C) 1990, 91, 92, 93, 94, 2000 Free Software Foundation, Inc.
Copyright (C) 1990, 91, 92, 93, 94, 2000, 2003 Free Software Foundation, Inc.
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
@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#define _GNU_SOURCE
#include "defs.h"

View File

@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
# Modified by Kevin Dalley <kevind@rahul.net> from the xargs files.
# Modified by David MacKenzie <djm@gnu.ai.mit.edu> from the gcc files

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#include "defs.h"

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#include "defs.h"

View File

@ -1,15 +1,34 @@
#! /bin/sh
##
## This script is intended to populate the "gnulib" directory
## with a subset of the gnulib code, as provided by "gnulib-tool".
##
## To use it, run this script, speficying the location of the
## gnulib code as the only argument. Some sanity-checking is done
## before we commit to modifying things. The gnulib code is placed
## in the "gnulib" subdirectory, which is where the buid files expect
## it to be.
##
#
# import-gnulib.sh -- imports a copy of gnulib into findutils
# Copyright (C) 2003 Free Software Foundation, Inc.
#
# 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)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# 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., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
#
##########################################################################
#
# This script is intended to populate the "gnulib" directory
# with a subset of the gnulib code, as provided by "gnulib-tool".
#
# To use it, run this script, speficying the location of the
# gnulib code as the only argument. Some sanity-checking is done
# before we commit to modifying things. The gnulib code is placed
# in the "gnulib" subdirectory, which is where the buid files expect
# it to be.
#
destdir="gnulib"

View File

@ -16,7 +16,6 @@ DISTCLEANFILES =
MAINTAINERCLEANFILES =
EXTRA_DIST += modetype.h
INCLUDES = -I$(top_srcdir)/gnulib/lib
MOSTLYCLEANFILES += modetype.h
libfind_a_SOURCES += modetype.h
libfind_a_SOURCES += listfile.c nextelem.c

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#if HAVE_CONFIG_H
# include <config.h>

View File

@ -14,7 +14,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* POSIX.1 doesn't mention the S_IFMT bits; instead, it uses S_IStype
test macros. To make storing file types more convenient, define

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Written by David MacKenzie <djm@gnu.ai.mit.edu>,
inspired by John P. Rouillard <rouilj@cs.umb.edu>. */

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Usage: bigram < text > bigrams
Use `code' to encode a file using this output.

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Compress a sorted list.
Works with `find' to encode a filename database to save space

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Usage: frcode < sorted-list > compressed-list

View File

@ -1,5 +1,5 @@
/* locate -- search databases for filenames that match patterns
Copyright (C) 1994 Free Software Foundation, Inc.
Copyright (C) 1994, 96, 98, 99, 2000, 2003 Free Software Foundation, Inc.
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
@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Usage: locate [options] pattern...

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
#ifndef _LOCATEDB_H
#define _LOCATEDB_H 1

View File

@ -14,7 +14,9 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
# Modified by David MacKenzie <djm@gnu.ai.mit.edu> from the gcc files
# written by Rob Savoye <rob@cygnus.com>.

View File

@ -14,7 +14,8 @@
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
# csh original by James Woods; sh conversion by David MacKenzie.

View File

@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
# Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
# Modified by David MacKenzie <djm@gnu.ai.mit.edu> from the gcc files
# written by Rob Savoye <rob@cygnus.com>.

View File

@ -13,7 +13,9 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA. */
Foundation, Inc., 9 Temple Place - Suite 330, Boston, MA 02111-1307,
USA.
*/
/* Written by Mike Rendell <michael@cs.mun.ca>
and David MacKenzie <djm@gnu.ai.mit.edu>. */