From 218fa5c61ba2f211b175aa943faa7eea286ff69e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Aug 2006 19:58:17 +0000 Subject: Add/fix copyright notices and adjust to latest GNU FDL. --- src/dircolors.hin | 5 +++++ src/du-tests | 17 +++++++++++++++++ src/extract-magic | 19 ++++++++++++++++++- src/tac-pipe.c | 18 ++++++++++++++++++ src/uname.c | 2 +- src/wheel-gen.pl | 17 +++++++++++++++++ 6 files changed, 76 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dircolors.hin b/src/dircolors.hin index 9a2026bde..737ab0358 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -1,6 +1,11 @@ # Configuration file for dircolors, a utility to help you set the # LS_COLORS environment variable used by GNU ls with the --color option. +# Copyright (C) 1996, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 +# Free Software Foundation, Inc. +# Copying and distribution of this file, with or without modification, +# are permitted provided the copyright notice and this notice are preserved. + # The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the # slackware version of dircolors) are recognized but ignored. diff --git a/src/du-tests b/src/du-tests index 15ea37305..21b586a0c 100755 --- a/src/du-tests +++ b/src/du-tests @@ -1,4 +1,21 @@ #!/bin/bash + +# 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + cat - <<\EOF > /dev/null Invoke e.g., like this DU1=du-4.5.2 DU2=du ./du-tests diff --git a/src/extract-magic b/src/extract-magic index 1259b0e53..2e9e871d3 100644 --- a/src/extract-magic +++ b/src/extract-magic @@ -1,10 +1,27 @@ #!/usr/bin/perl -w # Derive #define directives from specially formatted `case ...:' statements. + +# Copyright (C) 2003, 2005 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + use strict; use Getopt::Long; -(my $VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.5 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END diff --git a/src/tac-pipe.c b/src/tac-pipe.c index 9263df763..d2c6f677b 100644 --- a/src/tac-pipe.c +++ b/src/tac-pipe.c @@ -1,3 +1,21 @@ +/* tac from a pipe. + + Copyright (C) 1997, 1998, 2002, 2004 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + /* FIXME */ #include diff --git a/src/uname.c b/src/uname.c index d47901c9f..0715e07cd 100644 --- a/src/uname.c +++ b/src/uname.c @@ -1,6 +1,6 @@ /* uname -- print system information - Copyright 1989, 1992, 1993, 1996, 1997, 1999, 2000, 2001, 2002, + Copyright (C) 1989, 1992, 1993, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify diff --git a/src/wheel-gen.pl b/src/wheel-gen.pl index ec4dd6198..a22583008 100755 --- a/src/wheel-gen.pl +++ b/src/wheel-gen.pl @@ -1,4 +1,21 @@ #!/usr/bin/perl -w +# Generate the spokes of a wheel, for wheel factorization. + +# Copyright (C) 2001, 2005 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. eval 'exec /usr/bin/perl -S $0 ${1+"$@"}' if 0; -- cgit v1.2.3-54-g00ecf