X-Git-Url: https://git.cworth.org/git?p=gzip;a=blobdiff_plain;f=lzw.h;h=3ac23e1363cd838459ca2da2f666b0e8d22d1d6b;hp=4b7ac8680e17754f29100952b7ef590873e91661;hb=e7921f54c622e3b32e525f345bc34308821e4ae0;hpb=c9eb602f6f5c10a521e7274640033f6a35deca1d diff --git a/lzw.h b/lzw.h index 4b7ac86..3ac23e1 100644 --- a/lzw.h +++ b/lzw.h @@ -1,8 +1,20 @@ /* lzw.h -- define the lzw functions. - * Copyright (C) 1992-1993 Jean-loup Gailly. - * This is free software; you can redistribute it and/or modify it under the - * terms of the GNU General Public License, see the file COPYING. - */ + + Copyright (C) 1992-1993 Jean-loup Gailly. + + This program 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 2, or (at your option) + any later version. + + 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if !defined(OF) && defined(lint) # include "gzip.h"