1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- Copyright and license notices for test data
- *******************************************
- Copyright © 2019, 2022 Timothy Sample <samplet@ngyro.com>
- Copying and distribution of this file, with or without modification,
- are permitted in any medium without royalty provided the copyright
- notice and this notice are preserved. This file is offered as-is,
- without warranty of any kind.
- Introduction
- ============
- This directory contains small files used as part of the Disarchive
- test suite. Since the files cannot contain comments themselves, this
- document provides their copyright and license notices.
- Notices
- =======
- The following list of files will be referred to later as "these
- files":
- tests/data/test-archive.da
- tests/data/test-archive.tar
- tests/data/test-archive/test-archive/file-a
- tests/data/test-archive/test-archive/file-b
- These files are:
- Copyright © 2022 Timothy Sample <samplet@ngyro.com>
- These files are part of Disarchive.
- Disarchive 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 3 of the License, or
- (at your option) any later version.
- Disarchive 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 Disarchive. If not, see <http://www.gnu.org/licenses/>.
|