--- pgp/src/zrevisio.h 2018/04/24 16:37:53 1.1 +++ pgp/src/zrevisio.h 2018/04/24 16:38:32 1.1.1.2 @@ -1,37 +1,37 @@ -/* - - Copyright (C) 1990-1992 Mark Adler, Richard B. Wales, and Jean-loup Gailly. - Permission is granted to any individual or institution to use, copy, or - redistribute this software so long as all of the original files are included - unmodified, that it is not sold for profit, and that this copyright notice - is retained. - -*/ - -/* - * revision.h by Mark Adler. - */ - -#define REVISION 15 -#define REVDATE "17th February 1992" - -/* Copyright notice for binary executables--this notice only applies to - * those (zip, zipcloak, zipsplit, and zipnote), not to this file - * (revision.h). - */ - -#ifndef NOCPYRT -char *copyright[] = { -"Copyright (C) 1990,1991 Mark Adler, Richard B. Wales, and Jean-loup Gailly.", -"Permission is granted to any individual or institution to use, copy, or", -"redistribute this executable so long as it is not modified and that it is", -"not sold for profit." -}; -char *disclaimer[] = { -"", -"LIKE ANYTHING ELSE THAT'S FREE, ZIP AND ITS ASSOCIATED UTILITIES ARE", -"PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR", -"IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES", -"RESULTING FROM THE USE OF THIS SOFTWARE." -}; -#endif /* !NOCPYRT */ +/* + + Copyright (C) 1990-1992 Mark Adler, Richard B. Wales, and Jean-loup Gailly. + Permission is granted to any individual or institution to use, copy, or + redistribute this software so long as all of the original files are included + unmodified, that it is not sold for profit, and that this copyright notice + is retained. + +*/ + +/* + * revision.h by Mark Adler. + */ + +#define REVISION 15 +#define REVDATE "17th February 1992" + +/* Copyright notice for binary executables--this notice only applies to + * those (zip, zipcloak, zipsplit, and zipnote), not to this file + * (revision.h). + */ + +#ifndef NOCPYRT +char *copyright[] = { +"Copyright (C) 1990,1991 Mark Adler, Richard B. Wales, and Jean-loup Gailly.", +"Permission is granted to any individual or institution to use, copy, or", +"redistribute this executable so long as it is not modified and that it is", +"not sold for profit." +}; +char *disclaimer[] = { +"", +"LIKE ANYTHING ELSE THAT'S FREE, ZIP AND ITS ASSOCIATED UTILITIES ARE", +"PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR", +"IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES", +"RESULTING FROM THE USE OF THIS SOFTWARE." +}; +#endif /* !NOCPYRT */