diff options
author | Luca Boccassi <luca.boccassi@microsoft.com> | 2021-07-30 16:46:10 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2021-08-12 18:24:38 +0200 |
commit | f9d242aed57ce2d41b4b4c5615b1a345d0ad6ee4 (patch) | |
tree | 5122f6802d7ff6849d7ef269d766749babff6cf6 /COPYING.md | |
parent | 23b81d2554973fed261f51bfe878a9d983caf53d (diff) |
Add a simple example to show how to extract a single text file
Licensed under 0BSD: https://opensource.org/licenses/0BSD
Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
Diffstat (limited to 'COPYING.md')
-rw-r--r-- | COPYING.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,7 +44,7 @@ Although the existing squashfs-tools and the Linux kernel implementation have been used for testing, the source code in this package is neither based on, nor derived from either of them. -## Documentation and the Build System +## Documentation, examples and the Build System The auto-tools based build system has in large parts been hacked together by copy & pasting from various tutorials and other projects (mostly util-linux, @@ -61,6 +61,9 @@ If you use those as a basis for writing about SquashFS or this package, please cite your sources and mark verbatim quotations as such. I won't be angry if you don't, but a thesis supervisor, reviewer or fellow Wikipedian might be. +The `extras/extract_one.c` example file is licensed under the **0BSD license**, +a copy of which can be found in `licenses/0BSD.txt` + # Binary Packages with 3rd Party Libraries If this file is included in a binary release package, additional 3rd party |