Skip to content

Commit 93b4e32

Browse files
author
Paul C
committed
Change license to MIT (fully open source)
1 parent 6140276 commit 93b4e32

1 file changed

Lines changed: 21 additions & 101 deletions

File tree

LICENSE

Lines changed: 21 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,21 @@
1-
# WolfProxy Non-Commercial License Agreement
2-
3-
**Version 1.0 - January 2026**
4-
5-
Copyright (c) 2026 Wolf Software Systems Ltd. All rights reserved.
6-
7-
## Terms and Conditions
8-
9-
### 1. Definitions
10-
11-
- **"Software"** refers to WolfProxy and all associated source code, documentation, and related materials.
12-
- **"Non-Commercial Use"** means use for personal, educational, research, or charitable purposes that does not involve monetary compensation or commercial advantage.
13-
- **"Commercial Use"** means any use intended for or directed toward commercial advantage or monetary compensation.
14-
15-
### 2. Grant of License
16-
17-
Subject to the terms of this License, you are granted a worldwide, royalty-free, non-exclusive, non-transferable license to:
18-
19-
a) **Use** the Software for Non-Commercial purposes only.
20-
21-
b) **Copy** and distribute the Software in source or binary form for Non-Commercial purposes, provided that all copies include this License and copyright notice.
22-
23-
c) **Modify** the Software and create derivative works for Non-Commercial purposes, provided that:
24-
- All modifications are clearly documented.
25-
- Derivative works are distributed under this same License.
26-
- The original copyright notice and this License are preserved.
27-
28-
### 3. Restrictions
29-
30-
You may NOT:
31-
32-
a) Use the Software or any derivative works for Commercial purposes without obtaining a separate commercial license from the copyright holder.
33-
34-
b) Sell, lease, rent, or sublicense the Software or any rights granted under this License.
35-
36-
c) Remove, alter, or obscure any copyright notices, trademarks, or other proprietary notices contained in the Software.
37-
38-
d) Use the Software to provide services for which you receive compensation, directly or indirectly.
39-
40-
e) Incorporate the Software into a commercial product or service.
41-
42-
f) Use the name "WolfProxy" or any related trademarks to endorse or promote products derived from this Software without prior written permission.
43-
44-
### 4. Commercial Licensing
45-
46-
If you wish to use the Software for Commercial purposes, you must contact the copyright holder to negotiate a separate commercial license agreement.
47-
48-
**Contact:** info@wolf.uk.com
49-
50-
### 5. Contributions
51-
52-
Any contributions submitted to this project shall be licensed under the same terms as this License unless explicitly stated otherwise in writing.
53-
54-
### 6. No Warranty
55-
56-
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.
57-
58-
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.
59-
60-
### 7. Limitation of Liability
61-
62-
TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE.
63-
64-
### 8. Termination
65-
66-
This License is effective until terminated. Your rights under this License will terminate automatically without notice if you fail to comply with any of its terms. Upon termination, you must destroy all copies of the Software in your possession.
67-
68-
### 9. Governing Law
69-
70-
This License shall be governed by and construed in accordance with the laws of England and Wales, without regard to its conflict of law provisions.
71-
72-
### 10. Severability
73-
74-
If any provision of this License is held to be unenforceable or invalid, such provision shall be modified to the minimum extent necessary to make it enforceable, and the remaining provisions shall continue in full force and effect.
75-
76-
### 11. Entire Agreement
77-
78-
This License constitutes the entire agreement between the parties concerning the subject matter hereof and supersedes all prior or contemporaneous agreements, understandings, negotiations, and discussions.
79-
80-
---
81-
82-
## Summary (Not Legally Binding)
83-
84-
✅ **You CAN:**
85-
- Use WolfProxy for personal projects
86-
- Use WolfProxy for educational purposes
87-
- Use WolfProxy for academic research
88-
- Use WolfProxy for non-profit organizations
89-
- Modify and share the code (under this same license)
90-
91-
❌ **You CANNOT:**
92-
- Sell WolfProxy or services based on it
93-
- Use WolfProxy in commercial products
94-
- Use WolfProxy to generate revenue
95-
- Remove the license or copyright notices
96-
97-
📧 **For commercial licensing inquiries, please contact:** info@wolf.uk.com
98-
99-
---
100-
101-
**(C) 2026 Wolf Software Systems Ltd - http://wolf.uk.com**
1+
MIT License
2+
3+
Copyright (c) 2026 Wolf Software Systems Ltd
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)