aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-31 22:17:46 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-03-31 22:17:46 +0300
commitd7b558c4242aa55b25a0dc48fada53c9588740db (patch)
tree015697af46ee81aa3f7683e02e80b51f71de74b3 /pc
parente5138395782c7dba62c6001a542c5c1e9555e83d (diff)
parent69d85d51dfd0f2e3b464585633d270f06fa1e846 (diff)
downloadegawk-d7b558c4242aa55b25a0dc48fada53c9588740db.tar.gz
egawk-d7b558c4242aa55b25a0dc48fada53c9588740db.tar.bz2
egawk-d7b558c4242aa55b25a0dc48fada53c9588740db.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'pc')
-rw-r--r--pc/Makefile11
-rw-r--r--pc/Makefile.tst2
2 files changed, 12 insertions, 1 deletions
diff --git a/pc/Makefile b/pc/Makefile
index 9d98cb1c..d1c08069 100644
--- a/pc/Makefile
+++ b/pc/Makefile
@@ -6,6 +6,17 @@
# Tested with GNU make on Windows, OS/2 and DOS.
+# Copyright (C) 1989-2014 Free Software Foundation, Inc.
+
+# This Makefile is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
default:
@echo "Enter $(MAK) target "
@echo " where 'target' is chosen from "
diff --git a/pc/Makefile.tst b/pc/Makefile.tst
index cab49423..866b4692 100644
--- a/pc/Makefile.tst
+++ b/pc/Makefile.tst
@@ -1,6 +1,6 @@
# Makefile for GNU Awk test suite.
#
-# Copyright (C) 1988-2013 the Free Software Foundation, Inc.
+# Copyright (C) 1988-2014 the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
# AWK Programming Language.