aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorMarvin Borner2019-01-28 17:25:18 +0100
committerMarvin Borner2019-01-28 17:25:18 +0100
commit353d6038b238b5dda6f2494f9d18a2c45131c50a (patch)
treeff69bcb9597aec6c1a4701b6f412beb8c99148f8 /views
parent3f6ef340af9a14dcaa61eb3b2e3ba731f727b414 (diff)
Generated copyright notices
Diffstat (limited to 'views')
-rw-r--r--views/error.pug6
-rw-r--r--views/index.pug6
-rw-r--r--views/layout.pug6
3 files changed, 18 insertions, 0 deletions
diff --git a/views/error.pug b/views/error.pug
index 192b543..270be46 100644
--- a/views/error.pug
+++ b/views/error.pug
@@ -1,3 +1,9 @@
+//
+ error.pug
+ Copyright (c) 2019, Texx
+ License: MIT
+ See https://github.com/texxme/Texx/blob/master/LICENSE
+
extends layout
block content
diff --git a/views/index.pug b/views/index.pug
index 0375186..517c0a3 100644
--- a/views/index.pug
+++ b/views/index.pug
@@ -1,3 +1,9 @@
+//
+ index.pug
+ Copyright (c) 2019, Texx
+ License: MIT
+ See https://github.com/texxme/Texx/blob/master/LICENSE
+
extends layout
block content
diff --git a/views/layout.pug b/views/layout.pug
index 3a78c46..6f6faf0 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -1,3 +1,9 @@
+//
+ layout.pug
+ Copyright (c) 2019, Texx
+ License: MIT
+ See https://github.com/texxme/Texx/blob/master/LICENSE
+
doctype html
html
head