Include the license in the docs, and ensure it gets updated each year.

This commit is contained in:
Dave Page
2019-03-07 15:12:12 +00:00
parent 47bce4eb23
commit f8b9a86e95
3 changed files with 29 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ import re
import codecs
ALLOWED_FILE_EXTENSIONS = (
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist",
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf"
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", ".pro", ".plist",
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf", ".rst", "LICENSE"
)
EXCLUDE_DIR = ("node_modules")