From 239578626ef1a6b06a4dfd3e7da42adf619d9a1b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 16 Sep 2021 16:28:36 +0200 Subject: added spdx licence identifier in pug code and html output --- views/about.pug | 1 + views/contact.pug | 1 + views/layout.pug | 1 + views/projects.pug | 1 + 4 files changed, 4 insertions(+) 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 -- cgit v1.2.3-70-g09d2