-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
37 lines (27 loc) · 1.5 KB
/
LICENSE
File metadata and controls
37 lines (27 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Copyright (c) 2025 Philippe Ledoit
All Rights Reserved.
This software and associated documentation files (the "Software") are the
proprietary and confidential property of the copyright holder(s).
No part of this Software may be reproduced, distributed, transmitted,
displayed, published, or broadcast without the prior written permission
of the copyright holder(s).
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.
---
## Exception: Dither Module
The following files are licensed under the Mozilla Public License, v. 2.0 (MPL 2.0)
and are NOT covered by the "All Rights Reserved" license above:
- `app/src-tauri/src/dither/mod.rs`
- `app/src-tauri/src/dither/pattern.rs`
- `app/src-tauri/src/dither/bayer.rs`
These files contain code ported from Dither3D by Rune Skovbo Johansen
(https://github.com/runevision/Dither3D) and are subject to the terms of the
Mozilla Public License, v. 2.0. A copy of the MPL 2.0 license is available in
the LICENSE-MPL file in this repository, or at https://mozilla.org/MPL/2.0/.
All other files in this repository remain subject to the "All Rights Reserved"
license stated above.