Update year in copyright lines
[WoTNS.git] / src / main / java / net / pterodactylus / wotns / ui / web / ManagePage.java
index 1681fbd..1f027e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * WoTNS - ManagePage.java - Copyright © 2011 David Roden
+ * WoTNS - ManagePage.java - Copyright © 2011–2017 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ public class ManagePage extends BasicPage {
         * @param template
         */
        public ManagePage(Template template, WebInterface webInterface) {
-               super(webInterface, "manage.html", template);
+               super(webInterface, "manage.html", "Manage - Web of Trust Name Service", template);
        }
 
        /**