]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
bump version and update copyright 348/head
authorChris Porter <redacted>
Mon, 9 Apr 2018 01:26:29 +0000 (02:26 +0100)
committerChris Porter <redacted>
Mon, 9 Apr 2018 01:26:29 +0000 (02:26 +0100)
LICENCE
js/copyright.js
js/irc/baseircclient.js
js/ui/baseui.js
js/version.js
static/panes/about.html

diff --git a/LICENCE b/LICENCE
index a18b55f7fe1526f6da6a6f03770893ba9472b172..1f77eaa903c303fef91d781c3a10f2b8b01c662c 100644 (file)
--- a/LICENCE
+++ b/LICENCE
@@ -1,7 +1,7 @@
 qwebirc
 -------
 
-Copyright (c) 2008-2017 the qwebirc project.
+Copyright (c) 2008-2018 the qwebirc project.
 http://www.qwebirc.org/
 
 This program is free software; you can redistribute it and/or
index 4657260d9a8176710ff80d027105e2112ed288d9..57205e9bafe022113a9b7e8dc309ac17936e3dc7 100644 (file)
@@ -1,2 +1,2 @@
-/* qwebirc -- Copyright (C) 2008-2017 Chris Porter and the qwebirc project --- All rights reserved. */
+/* qwebirc -- Copyright (C) 2008-2018 Chris Porter and the qwebirc project --- All rights reserved. */
 
index 6195f67e59041917b80266582b18712a73995ba5..58329295d701538e38f2ae9453476d9a01473caf 100644 (file)
@@ -5,7 +5,7 @@ qwebirc.irc.PMODE_REGULAR_MODE = 3;
 
 qwebirc.irc.RegisteredCTCPs = new QHash({
   "VERSION": function(x) {
-    return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2017 Chris Porter and the qwebirc project -- transport: " + this.connection.transportStatus + " -- " + qwebirc.util.browserVersion();
+    return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2018 Chris Porter and the qwebirc project -- transport: " + this.connection.transportStatus + " -- " + qwebirc.util.browserVersion();
   },
   "USERINFO": function(x) { return "qwebirc"; },
   "TIME": function(x) { return qwebirc.irc.IRCDate(new Date()); },
index fdc94482a78fae8d6440f1a3f7fe2a45c4cbd1c8..4bdd6a3022de302472b54c73f226bde737939cdc 100644 (file)
@@ -71,7 +71,7 @@ qwebirc.ui.BaseUI = new Class({
     if(!this.firstClient) {
       this.firstClient = true;
       w.addLine("", "qwebirc v" + qwebirc.VERSION);
-      w.addLine("", "Copyright (C) 2008-2017 Chris Porter and the qwebirc project.");
+      w.addLine("", "Copyright (C) 2008-2018 Chris Porter and the qwebirc project.");
       w.addLine("", "http://www.qwebirc.org");
       w.addLine("", "Licensed under the GNU General Public License, Version 2.");
     }
index 183198a4f4353e718a5ba488a709bd7fcdd1df67..76aa74cd7b77df67b8cb42ec0f878cf1b0137d84 100644 (file)
@@ -1 +1 @@
-qwebirc.VERSION = "1.00"
+qwebirc.VERSION = "1.01"
index 7498f03eb71f4285ec747e05d6757fc4412f177b..0f89a089ef63c28d23c9ff0f1c5375b897047385 100644 (file)
@@ -8,7 +8,7 @@
   </table>
 </div>
 <div class="mainbody">
-  Copyright &copy; 2008-2017 Chris Porter and the qwebirc project.<br/>All rights reserved.<br/><br/>
+  Copyright &copy; 2008-2018 Chris Porter and the qwebirc project.<br/>All rights reserved.<br/><br/>
   Licensed under the GNU General Public License, version 2 only.
   <p>
     <a href="http://www.qwebirc.org/" target="_blank" rel="noopener noreferrer">http://www.qwebirc.org/</a><br/>