summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorwl <wl>2007-08-18 07:06:53 +0000
committerwl <wl>2007-08-18 07:06:53 +0000
commit5cd8808e4d013061b471629e09be0664634379f1 (patch)
tree015b20aedd8a23b908964d231da55edaa6aa4cf0 /arch
parent224ada778fc513309c3b39b919640de4aaaa1211 (diff)
downloadgroff-5cd8808e4d013061b471629e09be0664634379f1.tar.gz
Add and update copyright messages.
Diffstat (limited to 'arch')
-rw-r--r--arch/djgpp/README7
-rw-r--r--arch/djgpp/config.bat5
-rw-r--r--arch/djgpp/config.sed5
-rw-r--r--arch/djgpp/config.site5
-rw-r--r--arch/djgpp/t-groff.bat20
5 files changed, 42 insertions, 0 deletions
diff --git a/arch/djgpp/README b/arch/djgpp/README
index 49b798e1..5c0d172a 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 699a8682..c104ebc0 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 6127488f..b8c98d92 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 e42b3414..36193de1 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 0aea5d03..33bc21bc 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.