Skip to content

Commit 79ad558

Browse files
committed
Mark a single line as 'public domain' so it may be modified and redistributed without GPL restriction. All other lines are GPLv3.
1 parent 6d15400 commit 79ad558

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mkpydoc.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#
99
# If you did not recieve a copy of the license as LICENSE with this distribution,
1010
# it can be found at: https://github.com/kata198/python-mkdoc/blob/master/LICENSE
11-
#
12-
11+
#
12+
# You MAY redistribute this script and modify the "DEFAULT_PROJECT_NAME" line to match your project,
13+
# without open-sourcing your entire project. That single line is considered "public domain" for this reason.
1314

1415
# mkpydoc.sh - Generate pydoc for an arbitrary project (via argument), or
1516
# if DEFAULT_PROJECT_NAME is set within this file then
@@ -20,6 +21,9 @@
2021
# (i.e. the folder containing the highest-level __init__.py)
2122
#
2223
# This will be used in lieu of an argument (so just running ./mkpydoc.sh vs ./mkpydoc.sh "myFolderName")
24+
#
25+
# The single line below (DEFAULT_PROJECT_NAME=...) is considered public domain and may be modified and redistributed
26+
# without the restrictions of the GPL. All other lines are GPLv3
2327
DEFAULT_PROJECT_NAME="YOUR_PROJECT_DIR_HERE"
2428

2529
if [ -z "$1" ];

0 commit comments

Comments
 (0)