Skip to content

Commit 52bdd0c

Browse files
committed
Adding more licenses
1 parent d479f51 commit 52bdd0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Nick - Image Optimization and Conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def logRoutine(log: str):
8484
with open(f"{relative_to_logs('ioc.log')}", "a") as logFile:
8585
logFile.write(logHeader)
8686

87-
# if the first line of ioc.log is different from currentVersion, delete everything inside the file and append logVerChecker.loggedVer to the file.
87+
# if the first line of ioc.log is different from currentVersion
8888
with open(f"{relative_to_logs('ioc.log')}") as checkVer:
8989
firstlineVer = checkVer.readline().rstrip()
9090
if firstlineVer != currentVersion:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<!--- If you're not sure which open license to use see https://choosealicense.com/--->
2323

2424
Tkinter Designer is licensed under the GNU General Public License v3.0 License.
25+
Mulish font is licensed under the SIL Open Font License, Version 1.1.
26+
Designed in Figma by me :)
2527

2628
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
2729

@@ -31,4 +33,4 @@ Permissions of this strong copyleft license are conditioned on making available
3133
&check; Modification | &times; Warranty | &#x1f6c8; State changes
3234
&check; Distribution | | &#x1f6c8; Disclose source
3335
&check; Patent Use | | &#x1f6c8; Same license
34-
&check; Private Use
36+
&check; Private Use

0 commit comments

Comments
 (0)