mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 17:12:44 +00:00
MIT license
This commit is contained in:
21
LICENSE.txt
Normal file
21
LICENSE.txt
Normal 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.
|
||||||
@@ -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.
|
||||||
|
|||||||
@@ -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 Apple’s platforms.</p>
|
<p class="my-0">Collected knowledge about the internals of Apple’s 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">
|
||||||
|
|||||||
Reference in New Issue
Block a user