Skip to content

Commit

Permalink
Relicense specifically build.py under LGPL
Browse files Browse the repository at this point in the history
I felt like I should make it clear that that is the only file that is
under the license
  • Loading branch information
Steve0Greatness committed Jun 13, 2024
1 parent f2fe24a commit 23b2ce8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 674 deletions.
6 changes: 6 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# This code is licensed under the LGPL.
# The reason for such is that it allows for the use of it
# within proprietry applications.
#
# To view a copy of the LGPL, please refer to
# https://www.gnu.org/licenses/lgpl-3.0.en.html
from Renderers import RenderTemplate, RenderMarkdown
from sys import argv
from shutil import rmtree as DeleteDirectory
Expand Down
Loading

0 comments on commit 23b2ce8

Please sign in to comment.