editmamei 0.17.2 → 0.17.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE CHANGED
@@ -1,29 +1,81 @@
1
- Copyright (c) 2026 EMBD Artifacts LLC. All rights reserved.
2
-
3
- This software and its source code are proprietary and confidential. No license,
4
- right, or interest in the software is granted except as expressly set forth in
5
- a separate written agreement signed by the copyright holder.
6
-
7
- Unauthorized copying, distribution, modification, public display, public
8
- performance, reverse engineering, or creation of derivative works of this
9
- software, in whole or in part, is strictly prohibited.
10
-
11
- This product includes software originally developed by third parties under
12
- permissive open-source licenses. The terms of those licenses continue to apply
13
- to the corresponding portions of the software. Required attribution and
14
- license information is reproduced in the accompanying NOTICES.md file; the
15
- full license texts ship with each individual dependency through the npm
16
- package manager (see node_modules/<package>/LICENSE after install). In the
17
- event of any conflict between the terms of this license and any third-party
18
- license that applies to a specific portion of the software, the third-party
19
- license governs that portion only.
20
-
21
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
- FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY,
25
- WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF,
26
- OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
- SOFTWARE.
28
-
29
- For commercial licensing inquiries, contact: support@editmamei.com
1
+ Editmamei License Agreement
2
+
3
+ Copyright (c) 2026 EMBD Artifacts LLC. All rights reserved.
4
+
5
+ This License Agreement (the "Agreement") governs your use of the Editmamei
6
+ software distributed in this package — including the command-line interface,
7
+ the Model Context Protocol (MCP) server, the bundled engine binaries, and all
8
+ accompanying files (collectively, the "Software"). By installing, copying, or
9
+ using the Software, you agree to be bound by this Agreement. If you do not
10
+ agree, do not install or use the Software.
11
+
12
+ 1. License grant.
13
+ Subject to your compliance with this Agreement, EMBD Artifacts LLC grants
14
+ you a personal, worldwide, royalty-free, non-exclusive, non-transferable,
15
+ and revocable license to install and use the Software, at no charge, on
16
+ devices you own or control, for your own personal or commercial
17
+ photo-editing work.
18
+
19
+ 2. Paid features.
20
+ Some features (the "Pro" features) are not included in the no-charge license
21
+ granted above and require a separate paid license. Access to Pro features is
22
+ governed by the additional terms presented at the time of purchase. Nothing
23
+ in this Agreement grants any right to Pro features without a valid paid
24
+ license.
25
+
26
+ 3. Restrictions.
27
+ Except as expressly permitted in Section 1, or to the extent a restriction
28
+ below is prohibited by applicable law, you may not:
29
+ (a) copy (other than a reasonable number of backup copies), publish,
30
+ distribute, sublicense, rent, lease, lend, or sell the Software;
31
+ (b) modify, adapt, translate, or create derivative works of the Software;
32
+ (c) reverse engineer, decompile, or disassemble the Software, or otherwise
33
+ attempt to derive its source code or underlying ideas;
34
+ (d) remove, obscure, or alter any copyright, trademark, or other proprietary
35
+ notice in the Software or this Agreement; or
36
+ (e) circumvent, disable, or interfere with any licensing, entitlement, or
37
+ technical protection measure, including to access Pro features without a
38
+ valid paid license.
39
+
40
+ 4. Ownership.
41
+ The Software is licensed, not sold. EMBD Artifacts LLC and its licensors
42
+ retain all right, title, and interest in and to the Software, including all
43
+ intellectual property rights. All rights not expressly granted in this
44
+ Agreement are reserved.
45
+
46
+ 5. Third-party components.
47
+ The Software incorporates components provided by third parties under their
48
+ own licenses. Those licenses continue to apply to the corresponding
49
+ components and, in the event of a conflict, govern those components only.
50
+ Required attributions and notices are reproduced in the accompanying
51
+ NOTICES.md file; the full license text for each dependency ships with that
52
+ dependency through the npm package manager (see node_modules/<package>/
53
+ after install).
54
+
55
+ 6. Term and termination.
56
+ This Agreement is effective until terminated. The license granted in
57
+ Section 1 terminates automatically, without notice, if you breach any term
58
+ of this Agreement. Upon termination you must cease all use of the Software
59
+ and delete all copies in your possession or control. Sections 3 through 9
60
+ survive termination.
61
+
62
+ 7. Disclaimer of warranty.
63
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
64
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
65
+ FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
66
+
67
+ 8. Limitation of liability.
68
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES, OR
69
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE,
70
+ ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
71
+ DEALINGS IN THE SOFTWARE.
72
+
73
+ 9. General.
74
+ This Agreement is the entire agreement between you and EMBD Artifacts LLC
75
+ regarding the Software and supersedes any prior or contemporaneous
76
+ understanding. If any provision is held unenforceable, the remaining
77
+ provisions remain in full force and effect. A failure to enforce any
78
+ provision is not a waiver of it.
79
+
80
+ For commercial licensing, redistribution rights, or other inquiries, contact:
81
+ support@editmamei.com
package/NOTICES.md CHANGED
@@ -31,9 +31,9 @@ npx license-checker --production --out THIRD_PARTY_LICENSES.txt
31
31
 
32
32
  ### License Summary
33
33
 
34
- At v0.8.x the runtime dependency closure resolves under MIT, Apache-2.0,
35
- ISC, BSD-2-Clause, BSD-3-Clause, Python-2.0, BlueOak-1.0.0, and 0BSD —
36
- all permissive and compatible with redistribution.
34
+ The runtime dependency closure resolves under MIT, Apache-2.0, ISC,
35
+ BSD-2-Clause, BSD-3-Clause, Python-2.0, BlueOak-1.0.0, and 0BSD — all
36
+ permissive and compatible with redistribution.
37
37
 
38
38
  ### Apache-2.0 NOTICE Files
39
39
 
@@ -56,42 +56,3 @@ and interoperability.
56
56
  All other trademarks are the property of their respective owners.
57
57
 
58
58
  ---
59
-
60
- ## Initial Architecture Acknowledgment
61
-
62
- Editmamei's initial project scaffolding — the MCP stdio server pattern, the
63
- Windows/macOS platform-executor split, and several tool-category file layouts
64
- — was derived from **photoshop-mcp** by Ali Sait Teke
65
- (https://github.com/alisaitteke/photoshop-mcp), distributed under the MIT
66
- License. Editmamei has since been substantially rewritten and extended: the
67
- ExtendScript wrapper contract, the tool surface (~80 tools across 17
68
- categories), the test suite, the templates and telemetry systems, the
69
- Community/Pro edition build pipeline, and the broader distribution
70
- architecture are original to this project.
71
-
72
- The original MIT license terms are reproduced below and continue to apply to
73
- those portions of the software derived from the upstream project.
74
-
75
- ```
76
- MIT License
77
-
78
- Copyright (c) 2026 Ali Sait Teke
79
-
80
- Permission is hereby granted, free of charge, to any person obtaining a copy
81
- of this software and associated documentation files (the "Software"), to deal
82
- in the Software without restriction, including without limitation the rights
83
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
84
- copies of the Software, and to permit persons to whom the Software is
85
- furnished to do so, subject to the following conditions:
86
-
87
- The above copyright notice and this permission notice shall be included in
88
- all copies or substantial portions of the Software.
89
-
90
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
91
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
92
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
93
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
94
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
95
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
96
- THE SOFTWARE.
97
- ```