aboutsummaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
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