diff options
author | metamuffin <metamuffin@yandex.com> | 2021-09-16 16:28:36 +0200 |
---|---|---|
committer | metamuffin <metamuffin@yandex.com> | 2021-09-16 16:28:36 +0200 |
commit | 239578626ef1a6b06a4dfd3e7da42adf619d9a1b (patch) | |
tree | c0ce71236b3cbfb62231e8f73b2f1ad38c5f2a97 | |
parent | 2482c2bb37926ab07c0da22898dffdffde2d3f80 (diff) | |
download | metamuffin-website-239578626ef1a6b06a4dfd3e7da42adf619d9a1b.tar metamuffin-website-239578626ef1a6b06a4dfd3e7da42adf619d9a1b.tar.bz2 metamuffin-website-239578626ef1a6b06a4dfd3e7da42adf619d9a1b.tar.zst |
added spdx licence identifier in pug code and html output
-rw-r--r-- | views/about.pug | 1 | ||||
-rw-r--r-- | views/contact.pug | 1 | ||||
-rw-r--r-- | views/layout.pug | 1 | ||||
-rw-r--r-- | views/projects.pug | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/views/about.pug b/views/about.pug index 9b4293c..bdadbdf 100644 --- a/views/about.pug +++ b/views/about.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content diff --git a/views/contact.pug b/views/contact.pug index 8716d04..39384f6 100644 --- a/views/contact.pug +++ b/views/contact.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content diff --git a/views/layout.pug b/views/layout.pug index 082922c..2d960f7 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: AGPL-3.0-only html(lang="en") head meta(charset="UTF-8") diff --git a/views/projects.pug b/views/projects.pug index 9c2cbb8..cea0aaf 100644 --- a/views/projects.pug +++ b/views/projects.pug @@ -1,3 +1,4 @@ +//- SPDX-License-Identifier: AGPL-3.0-only extends layout block content |