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 /licenses/0BSD.txt | |
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 'licenses/0BSD.txt')
-rw-r--r-- | licenses/0BSD.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/licenses/0BSD.txt b/licenses/0BSD.txt new file mode 100644 index 0000000..ac85e0e --- /dev/null +++ b/licenses/0BSD.txt @@ -0,0 +1,10 @@ +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. |