Skip to content

Commit 372ce55

Browse files
committed
legal: add NOTICE.md — library attribution (all original code)
1 parent 1dcfd87 commit 372ce55

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

NOTICE.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# NOTICE — ComfyUI-FolderIncrementer
2+
3+
Copyright (c) 2025-2026 Likhith-24
4+
License: MIT (see MIT-License)
5+
6+
All source code in this project is original work by Likhith-24. No
7+
third-party source code has been copied or vendored.
8+
9+
---
10+
11+
## Third-Party Libraries (runtime dependencies)
12+
13+
The following standard Python libraries are used. No source code from these
14+
projects is included in this repository.
15+
16+
### 1. PyTorch
17+
18+
**Repository**: <https://github.com/pytorch/pytorch>
19+
**Copyright**: Copyright (c) 2016-2024 Facebook, Inc. and its affiliates
20+
**License**: BSD-style license — <https://github.com/pytorch/pytorch/blob/main/LICENSE>
21+
22+
### 2. Pillow
23+
24+
**Repository**: <https://github.com/python-pillow/Pillow>
25+
**Copyright**: Copyright (c) 1995-2011 Fredrik Lundh and contributors
26+
**License**: HPND / MIT-style — <https://github.com/python-pillow/Pillow/blob/main/LICENSE>
27+
28+
### 3. NumPy
29+
30+
**Repository**: <https://github.com/numpy/numpy>
31+
**Copyright**: Copyright (c) 2005-2024 NumPy Developers
32+
**License**: BSD 3-Clause — <https://github.com/numpy/numpy/blob/main/LICENSE.txt>

0 commit comments

Comments
 (0)