summaryrefslogtreecommitdiffstats
path: root/ssg.py
diff options
context:
space:
mode:
Diffstat (limited to 'ssg.py')
-rw-r--r--ssg.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssg.py b/ssg.py
index 43cba2f..da94b03 100644
--- a/ssg.py
+++ b/ssg.py
@@ -1,3 +1,6 @@
+# Copyright (C) 2023-2024 Tomasz Kramkowski <tomasz@kramkow.ski>
+# SPDX-License-Identifier: MIT
+
"""A basic static site generator"""
__version__ = "0.4.0"