From b94bf5ec19c0ff2bcbc0ede0a18c39970f48131c Mon Sep 17 00:00:00 2001
From: antedeguemon
Date: Thu, 1 Mar 2018 22:57:53 -0300
Subject: [PATCH] Update license and copyright dates
---
LICENSE.md | 2 +-
inc/nntpchan/nntpchan.php | 2 +-
templates/generic_page.html | 2 +-
templates/index.html | 2 +-
templates/page.html | 2 +-
templates/themes/basic/index.html | 2 +-
templates/themes/catalog/catalog.html | 2 +-
templates/themes/categories/news.html | 2 +-
templates/themes/frameset/news.html | 2 +-
templates/themes/recent/recent.html | 2 +-
templates/thread.html | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/LICENSE.md b/LICENSE.md
index 23b680b6..845e7263 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,5 +1,5 @@
# License of vichan
-Copyright (c) 2012-2015 vichan-devel
+Copyright (c) 2012-2018 vichan-devel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/inc/nntpchan/nntpchan.php b/inc/nntpchan/nntpchan.php
index de67a193..2d770e66 100644
--- a/inc/nntpchan/nntpchan.php
+++ b/inc/nntpchan/nntpchan.php
@@ -1,6 +1,6 @@
- Tinyboard +
vichan {{ config.version }} -
Tinyboard Copyright © 2010-2014 Tinyboard Development Group
-
vichan Copyright © 2012-2016 vichan-devel
+
vichan Copyright © 2012-2018 vichan-devel
{% for footer in config.footer %}{{ footer }}
{% endfor %}