add SPDX-License-Identifier and DCO information
this includes my personal signoff on the MAINTAINERS.md for DCO purposes Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
"""An application for running my Markdown-based sites."""
|
||||
"""An application for running my Markdown-based sites.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
from logging.config import dictConfig
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""Default configuration."""
|
||||
"""Default configuration.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
|
||||
|
||||
class Config(object):
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""Error page views for 400, 404, etc."""
|
||||
"""Error page views for 400, 404, etc.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
from incorporealcms.lib import render
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""Miscellaneous helper functions and whatnot."""
|
||||
"""Miscellaneous helper functions and whatnot.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
import logging
|
||||
|
||||
import markdown
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
"""Markdown extensions."""
|
||||
"""Markdown extensions.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""Create generic figures with captions."""
|
||||
"""Create generic figures with captions.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
import re
|
||||
from xml.etree.ElementTree import SubElement
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""Serve dot diagrams inline."""
|
||||
"""Serve dot diagrams inline.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
import base64
|
||||
import logging
|
||||
import re
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
"""General page functionality."""
|
||||
"""General page functionality.
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
"""
|
||||
import datetime
|
||||
import logging
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user