-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLICENSE
More file actions
43 lines (39 loc) · 2.28 KB
/
Copy pathLICENSE
File metadata and controls
43 lines (39 loc) · 2.28 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
38
39
40
41
42
43
/* ______ ___ ___ ____ ______ ____
* /\ _ \ /\_ \ /'___\ /\ _`\ /\ _ \/\ _`\
* \ \ \L\ \\//\ \ /\ \__/ __ \ \ \/\_\\ \ \L\ \ \ \/\ \
* \ \ __ \ \ \ \ \ \ ,__\/'__`\ \ \ \/_/_\ \ __ \ \ \ \ \
* \ \ \/\ \ \_\ \_\ \ \_/\ \L\.\_\ \ \L\ \\ \ \/\ \ \ \_\ \
* \ \_\ \_\/\____\\ \_\\ \__/.\_\\ \____/ \ \_\ \_\ \____/
* \/_/\/_/\/____/ \/_/ \/__/\/_/ \/___/ \/_/\/_/\/___/
*
* A CAD
*
* By Marek Ratajczak 2024
*
*/
===============================================================================
================================= Copyright ===================================
===============================================================================
AlfaCAD is gift-ware. It is created by sole author Marek Ratajczak,
albeit, like any complex program, it also includes the source code of
supporting libraries created by other authors, mentioned in the headers
of the included source files and they are freely available as open source.
AlfaCAD is given to you freely as a gift. You may use, modify, redistribute,
and generally hack it about in any way you like, and you do not have to give
me anything in return. However, if you like this product you are encouraged
to thank by making a return gift to me. This could be by writing an add-on
package, providing a useful bug report, making an improvement to the source
code, or perhaps just releasing the sources of your program if it's based on
AlfaCAD resources, so that other people can learn from them.
If you redistribute parts of this code or make your own program using it,
it would be nice if you mentioned AlfaCAD or its author somewhere in the
credits, but you are not required to do this.
I trust you not to abuse our generosity.
Disclaimer:
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, TITLE AND NON-INFRINGEMENT. IN NO EVENT
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.