@codemuster/win32-x64 0.1.0 → 0.2.8
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 +74 -0
- package/bin/CodeMuster.Application.dll +0 -0
- package/bin/CodeMuster.Application.xml +498 -9
- package/bin/CodeMuster.Domain.dll +0 -0
- package/bin/CodeMuster.Domain.xml +339 -3
- package/bin/CodeMuster.Infrastructure.dll +0 -0
- package/bin/CodeMuster.Mapping.CSharp.dll +0 -0
- package/bin/CodeMuster.Mapping.TypeScript.dll +0 -0
- package/bin/codemuster.deps.json +30 -30
- package/bin/codemuster.dll +0 -0
- package/bin/codemuster.exe +0 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
CodeMuster Personal and Internal Business Use License
|
|
2
|
+
Version 1.0 - September 14, 2026
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2026 Tim Carter. All rights reserved.
|
|
5
|
+
|
|
6
|
+
1. Scope
|
|
7
|
+
|
|
8
|
+
"Software" means CodeMuster's source code, binaries, launcher, skill files,
|
|
9
|
+
and associated documentation supplied under this license. "You" means the
|
|
10
|
+
individual or legal entity exercising the permissions below.
|
|
11
|
+
|
|
12
|
+
2. Permitted use
|
|
13
|
+
|
|
14
|
+
Subject to these terms, you may download, install, run, and copy the Software
|
|
15
|
+
free of charge for your own personal use or your organization's internal
|
|
16
|
+
business use. You may inspect and modify the Software solely for those uses.
|
|
17
|
+
Employees and contractors may use it on your behalf subject to these terms.
|
|
18
|
+
Keep this license and the copyright notice with all copies and modifications.
|
|
19
|
+
|
|
20
|
+
You may use the Software to analyze and improve code that you or your
|
|
21
|
+
organization owns or is authorized to work on, including code for commercial
|
|
22
|
+
products and client projects. You may sell that code and those products and
|
|
23
|
+
use the resulting reports and fixes in your work. Merely using the Software
|
|
24
|
+
does not subject your code, products, reports, or fixes to this license.
|
|
25
|
+
These permissions do not authorize including the Software itself in a
|
|
26
|
+
product or providing its functionality to third parties.
|
|
27
|
+
|
|
28
|
+
3. Restrictions
|
|
29
|
+
|
|
30
|
+
Without separate written permission from Tim Carter, you may not:
|
|
31
|
+
|
|
32
|
+
(a) Sell, resell, rent, lease, sublicense, or charge for the Software or any
|
|
33
|
+
modified version, in whole or in part.
|
|
34
|
+
(b) Modify, rebrand, bundle, or incorporate the Software into a product or
|
|
35
|
+
service for sale or other commercial distribution.
|
|
36
|
+
(c) Offer the Software or a modified version as a hosted service, API,
|
|
37
|
+
subscription, paid auditing service, or other offering that sells access
|
|
38
|
+
to or the functionality of the Software, including through bundled fees.
|
|
39
|
+
(d) Distribute the Software or modified versions outside your organization,
|
|
40
|
+
except to contractors solely for the permitted use on your behalf.
|
|
41
|
+
You may share links to the copyright holder's official distributions.
|
|
42
|
+
(e) Market or offer for sale any of the Software's code, skill files, or
|
|
43
|
+
documentation as your own product or implementation.
|
|
44
|
+
|
|
45
|
+
4. Ownership and limits
|
|
46
|
+
|
|
47
|
+
The Software is licensed, not sold. All rights not expressly granted are
|
|
48
|
+
reserved. This license grants no right to use CodeMuster's name or branding
|
|
49
|
+
to imply ownership, endorsement, or affiliation.
|
|
50
|
+
|
|
51
|
+
This license restricts use of the Software and its modified versions. It
|
|
52
|
+
does not claim ownership of abstract ideas, concepts, or methods, or impose
|
|
53
|
+
restrictions on independently developed software that does not copy protected
|
|
54
|
+
material from the Software. Rights provided by applicable law that cannot
|
|
55
|
+
be restricted by a license remain unaffected.
|
|
56
|
+
|
|
57
|
+
Third-party components remain subject to their own licenses. This license
|
|
58
|
+
does not replace those licenses or revoke rights already granted for copies
|
|
59
|
+
previously distributed under another license.
|
|
60
|
+
|
|
61
|
+
5. Termination
|
|
62
|
+
|
|
63
|
+
Your permissions under this license terminate automatically if you violate
|
|
64
|
+
its terms. Upon termination, stop using and distributing the Software and
|
|
65
|
+
delete your copies, except where retention is required by applicable law.
|
|
66
|
+
|
|
67
|
+
6. Disclaimer
|
|
68
|
+
|
|
69
|
+
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED
|
|
70
|
+
"AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
71
|
+
LIMITED TO MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND
|
|
72
|
+
NONINFRINGEMENT. THE AUTHORS AND COPYRIGHT HOLDERS SHALL NOT BE LIABLE FOR
|
|
73
|
+
ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM OR IN CONNECTION WITH
|
|
74
|
+
THE SOFTWARE OR ITS USE, WHETHER IN CONTRACT, TORT, OR OTHERWISE.
|
|
Binary file
|