File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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
2327DEFAULT_PROJECT_NAME=" YOUR_PROJECT_DIR_HERE"
2428
2529if [ -z " $1 " ];
You can’t perform that action at this time.
0 commit comments