A modded EditSaber for making beat saber maps.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.8 KiB

  1. 7-Zip
  2. ~~~~~
  3. License for use and distribution
  4. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. 7-Zip Copyright (C) 1999-2015 Igor Pavlov.
  6. Licenses for files are:
  7. 1) 7z.dll: GNU LGPL + unRAR restriction
  8. 2) 7za.dll: GNU LGPL
  9. The GNU LGPL + unRAR restriction means that you must follow both
  10. GNU LGPL rules and unRAR restriction rules.
  11. Note:
  12. You can use 7-Zip on any computer, including a computer in a commercial
  13. organization. You don't need to register or pay for 7-Zip.
  14. GNU LGPL information
  15. --------------------
  16. This library is free software; you can redistribute it and/or
  17. modify it under the terms of the GNU Lesser General Public
  18. License as published by the Free Software Foundation; either
  19. version 2.1 of the License, or (at your option) any later version.
  20. This library is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. Lesser General Public License for more details.
  24. You can receive a copy of the GNU Lesser General Public License from
  25. http://www.gnu.org/
  26. unRAR restriction
  27. -----------------
  28. The decompression engine for RAR archives was developed using source
  29. code of unRAR program.
  30. All copyrights to original unRAR code are owned by Alexander Roshal.
  31. The license for original unRAR code has the following restriction:
  32. The unRAR sources cannot be used to re-create the RAR compression algorithm,
  33. which is proprietary. Distribution of modified unRAR sources in separate form
  34. or as a part of other software is permitted, provided that it is clearly
  35. stated in the documentation and source comments that the code may
  36. not be used to develop a RAR (WinRAR) compatible archiver.
  37. --
  38. Igor Pavlov