From a6c281f65d998ab72c7593c16649320515c26c45 Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Sat, 18 Aug 2007 07:06:58 +0000 Subject: Add and update copyright messages. --- arch/djgpp/README | 7 +++++++ arch/djgpp/config.bat | 5 +++++ arch/djgpp/config.sed | 5 +++++ arch/djgpp/config.site | 5 +++++ arch/djgpp/t-groff.bat | 20 ++++++++++++++++++++ 5 files changed, 42 insertions(+) (limited to 'arch/djgpp') diff --git a/arch/djgpp/README b/arch/djgpp/README index 49b798e1c..5c0d172af 100644 --- a/arch/djgpp/README +++ b/arch/djgpp/README @@ -1,3 +1,10 @@ + Copyright (C) 2000 + Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This is a port of GNU Groff to DJGPP v2.03 or later. Groff is the GNU version of document formatting tools related to `troff'. diff --git a/arch/djgpp/config.bat b/arch/djgpp/config.bat index 699a86823..c104ebc06 100644 --- a/arch/djgpp/config.bat +++ b/arch/djgpp/config.bat @@ -1,3 +1,8 @@ +Rem Copyright (C) 2000 Free Software Foundation, Inc. +Rem +Rem This configure script is free software; the Free Software Foundation +Rem gives unlimited permission to copy, distribute and modify it. + @echo off echo Configuring GNU Groff for DJGPP v2.x... diff --git a/arch/djgpp/config.sed b/arch/djgpp/config.sed index 6127488f4..b8c98d920 100644 --- a/arch/djgpp/config.sed +++ b/arch/djgpp/config.sed @@ -1,3 +1,8 @@ +# Copyright (C) 2000 Free Software Foundation, Inc. +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. + # Additional editing of Makefiles and atconfig /ac_given_INSTALL=/,/^CEOF/ { /^s%@g@%/a\ diff --git a/arch/djgpp/config.site b/arch/djgpp/config.site index e42b34141..36193de10 100644 --- a/arch/djgpp/config.site +++ b/arch/djgpp/config.site @@ -1,5 +1,10 @@ #! /bin/sh +# Copyright (C) 2000 Free Software Foundation, Inc. +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. + # This is the config.site file for configuring GNU packages # which are to be built with DJGPP tools. diff --git a/arch/djgpp/t-groff.bat b/arch/djgpp/t-groff.bat index 0aea5d03c..33bc21bcb 100644 --- a/arch/djgpp/t-groff.bat +++ b/arch/djgpp/t-groff.bat @@ -1,3 +1,23 @@ +Rem Copyright (C) 2000 Free Software Foundation, Inc. +Rem +Rem This file is part of groff. +Rem +Rem groff is free software; you can redistribute it and/or modify it under +Rem the terms of the GNU General Public License as published by the Free +Rem Software Foundation; either version 2, or (at your option) any later +Rem version. +Rem +Rem groff is distributed in the hope that it will be useful, but WITHOUT ANY +Rem WARRANTY; without even the implied warranty of MERCHANTABILITY or +Rem FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +Rem for more details. +Rem +Rem You should have received a copy of the GNU General Public License along +Rem with groff; see the file COPYING. If not, write to the Free Software +Rem Foundation, 51 Franklin St - Fifth Floor, Boston, MA 02110-1301, USA. +Rem +Rem This script runs groff without requiring that it be installed. + @echo off Rem This script runs groff without requiring that it be installed. Rem The current directory must be the build directory. -- cgit v1.2.1