From 34ca5e12af24c36b0a6f2cf8ac211669571c5a0a Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Thu, 5 Jan 2017 23:05:09 -0800 Subject: [PATCH] 2016 -> 2017 --- LICENSE | 2 +- templates/footer.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index a672ccb3..5e4f4428 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ /* The MIT License (MIT) -Copyright (c) 2013-2015 Calvin Montgomery and contributors +Copyright (c) 2013-2017 Calvin Montgomery and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/templates/footer.pug b/templates/footer.pug index 621145cb..61d272aa 100644 --- a/templates/footer.pug +++ b/templates/footer.pug @@ -2,7 +2,7 @@ mixin footer footer#footer .container p.text-muted.credit. - Copyright © 2013-2016 Calvin Montgomery · GitHub · User Agreement · Contact · Wiki + Copyright © 2013-2017 Calvin Montgomery · GitHub · User Agreement · Contact · Wiki script(src="/js/jquery-1.11.0.min.js") // Must be included before jQuery-UI since jQuery-UI overrides jQuery.fn.button // I should really abandon this crap one day