diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-10 14:43:42 +0200 |
commit | b8123662e8cb41e033771151500d927456953ab2 (patch) | |
tree | a9606a5fc016566ea773397c397c9c2e61355c7f /pc/testoutcmp.awk | |
parent | 0d561c8510c16521787976f801744d32498102e2 (diff) | |
download | egawk-b8123662e8cb41e033771151500d927456953ab2.tar.gz egawk-b8123662e8cb41e033771151500d927456953ab2.tar.bz2 egawk-b8123662e8cb41e033771151500d927456953ab2.zip |
General prep for release. (Copyrights, etc.)
Diffstat (limited to 'pc/testoutcmp.awk')
-rw-r--r-- | pc/testoutcmp.awk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pc/testoutcmp.awk b/pc/testoutcmp.awk index ff190155..33dcaa3f 100644 --- a/pc/testoutcmp.awk +++ b/pc/testoutcmp.awk @@ -1,5 +1,24 @@ # cmp replacement program for PC where the error messages aren't # exactly the same. should run even on old awk +# +# Copyright (C) 2011 the Free Software Foundation, Inc. +# +# This file is part of GAWK, the GNU implementation of the +# AWK Programming Language. +# +# GAWK 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 3 of the License, or +# (at your option) any later version. +# +# GAWK 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 { if (FNR == NR) |