diff options
author | 1997-02-21 06:36:04 +0000 | |
---|---|---|
committer | 1997-02-21 06:36:04 +0000 | |
commit | 461cc63e7458ce60db55037c1a7656349538b52f (patch) | |
tree | fc5e0cad6904025fae8f8b820707d62a173a1188 /gnu/usr.bin/cvs/lib/regex.c | |
parent | do not pass up un-init vftype (diff) | |
download | wireguard-openbsd-461cc63e7458ce60db55037c1a7656349538b52f.tar.xz wireguard-openbsd-461cc63e7458ce60db55037c1a7656349538b52f.zip |
New release from Cyclic Software
Diffstat (limited to 'gnu/usr.bin/cvs/lib/regex.c')
-rw-r--r-- | gnu/usr.bin/cvs/lib/regex.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/cvs/lib/regex.c b/gnu/usr.bin/cvs/lib/regex.c index 2f590d64b90..f785f623802 100644 --- a/gnu/usr.bin/cvs/lib/regex.c +++ b/gnu/usr.bin/cvs/lib/regex.c @@ -13,11 +13,7 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + GNU General Public License for more details. */ /* Trying to define this in the makefile would get hairy, unless we can more gracefully do it for NT, OS/2, unix, etc. */ |