README 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Copyright and license notices for test data
  2. *******************************************
  3. Copyright © 2019, 2022 Timothy Sample <samplet@ngyro.com>
  4. Copying and distribution of this file, with or without modification,
  5. are permitted in any medium without royalty provided the copyright
  6. notice and this notice are preserved. This file is offered as-is,
  7. without warranty of any kind.
  8. Introduction
  9. ============
  10. This directory contains small files used as part of the Disarchive
  11. test suite. Since the files cannot contain comments themselves, this
  12. document provides their copyright and license notices.
  13. Notices
  14. =======
  15. The following list of files will be referred to later as "these
  16. files":
  17. tests/data/test-archive.da
  18. tests/data/test-archive.tar
  19. tests/data/test-archive/test-archive/file-a
  20. tests/data/test-archive/test-archive/file-b
  21. These files are:
  22. Copyright © 2022 Timothy Sample <samplet@ngyro.com>
  23. These files are part of Disarchive.
  24. Disarchive is free software: you can redistribute it and/or modify
  25. it under the terms of the GNU General Public License as published by
  26. the Free Software Foundation, either version 3 of the License, or
  27. (at your option) any later version.
  28. Disarchive is distributed in the hope that it will be useful,
  29. but WITHOUT ANY WARRANTY; without even the implied warranty of
  30. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  31. GNU General Public License for more details.
  32. You should have received a copy of the GNU General Public License
  33. along with Disarchive. If not, see <http://www.gnu.org/licenses/>.