Skip to content

Commit e201ff8

Browse files
feat: add EULA button
1 parent ab5357a commit e201ff8

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

EULA.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# End-User License Agreement (EULA)
2+
3+
**ProgramVer**
4+
**Effective Date: 2026-01-01**
5+
6+
By installing, copying, or otherwise using ProgramVer, you agree to the terms of this End-User License Agreement.
7+
8+
## 1. License Grant
9+
10+
Subject to the terms of this agreement and the MIT License, you are granted a non-exclusive, worldwide, royalty-free license to use, copy, modify, and distribute ProgramVer.
11+
12+
## 2. Restrictions
13+
14+
You may not:
15+
- Remove or alter any copyright notices or license text included with the software.
16+
- Misrepresent the origin of the software or claim authorship of the original work.
17+
18+
## 3. Disclaimer of Warranty
19+
20+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. THE AUTHORS ARE NOT LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY ARISING FROM THE USE OF THE SOFTWARE.
21+
22+
## 4. Termination
23+
24+
This agreement is effective until terminated. Your rights under this agreement will terminate automatically if you fail to comply with any of its terms.
25+
26+
## 5. Governing Law
27+
28+
This agreement shall be governed by the laws of Canada.
29+
30+
---
31+
32+
Copyright (C) 2017-2026 Dog Face Development Co.

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def ProgramVer():
2525
"the United States and other countries."
2626
),
2727
license_path=os.path.join(base_dir, "LICENSE.md"),
28+
eula_path=os.path.join(base_dir, "EULA.md"),
2829
license_blurb=(
2930
"\nProgramVer - Version window for DFD Co.'s programs\n"
3031
"Copyright (C) 2017-2026 Dog Face Development Company\n\n"

0 commit comments

Comments
 (0)