liberation.patch 1.1 KB

1234567891011121314151617181920212223
  1. diff -Naurp1 unzip60.orig/match.c unzip60/match.c
  2. --- unzip60.orig/match.c 2005-08-14 23:00:36.000000000 +0600
  3. +++ unzip60/match.c 2020-08-04 20:07:08.645312583 +0600
  4. @@ -29,12 +29,9 @@
  5. - Copyright on recmatch() from Zip's util.c (although recmatch() was almost
  6. - certainly written by Mark Adler...ask me how I can tell :-) ):
  7. + Copyright on recmatch() from Zip's util.c
  8. + Copyright (c) 1990-2005 Info-ZIP. All rights reserved.
  9. - Copyright (C) 1990-1992 Mark Adler, Richard B. Wales, Jean-loup Gailly,
  10. - Kai Uwe Rommel and Igor Mandrichenko.
  11. -
  12. - Permission is granted to any individual or institution to use, copy,
  13. - or redistribute this software so long as all of the original files are
  14. - included unmodified, that it is not sold for profit, and that this copy-
  15. - right notice is retained.
  16. + See the accompanying file LICENSE, version 2004-May-22 or later
  17. + for terms of use.
  18. + If, for some reason, both of these files are missing, the Info-ZIP license
  19. + also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html