MIT license

This commit is contained in:
Michael Roitzsch
2020-10-19 19:08:37 +02:00
parent 5b3c254539
commit 7d128a1eb4
3 changed files with 26 additions and 1 deletions

21
LICENSE.txt Normal file
View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2020 Michael Roitzsch
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View File

@@ -12,3 +12,7 @@ Unpacks asset catalogs to individual files.
[**snapUtil**](https://github.com/ahl/apfs) [**snapUtil**](https://github.com/ahl/apfs)
Manages APFS snapshots. Manages APFS snapshots.
___
This work is licensed under the [MIT license](https://mit-license.org) so you can freely use
and share as long as you retain the copyright notice and license text.

View File

@@ -100,7 +100,7 @@ document.addEventListener("DOMContentLoaded", event => {
<h1 class="mb-3">Apple Internals</h1> <h1 class="mb-3">Apple Internals</h1>
<p class="my-0">Collected knowledge about the internals of Apples platforms.</p> <p class="my-0">Collected knowledge about the internals of Apples platforms.</p>
<p class="my-0">Sorted by keyword, abbreviation, or codename.</p> <p class="my-0">Sorted by keyword, abbreviation, or codename.</p>
<p>Feel free to contribute on <a href="https://github.com/mroi/apple-internals">GitHub</a>.</p> <p>Feel free to contribute on <a href="https://github.com/mroi/apple-internals">GitHub</a> or share under <a href="https://github.com/mroi/apple-internals/blob/main/LICENSE.txt">MIT license</a>.</p>
<div class="input-group" style="max-width:30em"> <div class="input-group" style="max-width:30em">
<input id="filter" type="text" class="form-control" placeholder="Filter"> <input id="filter" type="text" class="form-control" placeholder="Filter">
<div id="clear" class="input-group-text"> <div id="clear" class="input-group-text">