]> jfr.im git - irc/quakenet/qwebirc.git/commitdiff
bump version + copyright
authorChris Porter <redacted>
Fri, 3 Jan 2014 09:58:47 +0000 (09:58 +0000)
committerChris Porter <redacted>
Fri, 3 Jan 2014 09:58:47 +0000 (09:58 +0000)
LICENSE
js/copyright.js
js/irc/baseircclient.js
js/ui/baseui.js
js/version.js
static/panes/about.html

diff --git a/LICENSE b/LICENSE
index 1d06fdd44aaf3b6c514eba9c906d8d7d3eb4fdaf..e73b2b1d284a78af9f774e876b1afeccad82063f 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2009 the qwebirc project.
+Copyright (c) 2008-2014 the qwebirc project.
 http://www.qwebirc.org/
 
 This program is free software; you can redistribute it and/or
index a5f7ffef73467a494cc5137c56d3f07211fc9a58..6be4c11ab6fce5b8c1bdb2315f2f9d2788125d63 100644 (file)
@@ -1,2 +1,2 @@
-/* qwebirc -- Copyright (C) 2008-2012 Chris Porter and the qwebirc project --- All rights reserved. */
+/* qwebirc -- Copyright (C) 2008-2014 Chris Porter and the qwebirc project --- All rights reserved. */
 
index 7722b24337717647ba5b22ee901e4ba76bdf8e97..c39b5b0016e05a3145fef3aea88cd94cb4134da3 100644 (file)
@@ -5,7 +5,7 @@ qwebirc.irc.PMODE_REGULAR_MODE = 3;
 
 qwebirc.irc.RegisteredCTCPs = {
   "VERSION": function(x) {
-    return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2012 Chris Porter and the qwebirc project -- " + qwebirc.util.browserVersion();
+    return "qwebirc v" + qwebirc.VERSION + ", copyright (C) 2008-2014 Chris Porter and the qwebirc project -- " + qwebirc.util.browserVersion();
   },
   "USERINFO": function(x) { return "qwebirc"; },
   "TIME": function(x) { return qwebirc.irc.IRCDate(new Date()); },
index db461acd960faf0f62063ba4cc3e6e3eade0e709..53b9cb3e8697b3fe8d0e29d0137b807932864ca2 100644 (file)
@@ -67,7 +67,7 @@ qwebirc.ui.BaseUI = new Class({
     if(!this.firstClient) {
       this.firstClient = true;
       w.addLine("", "qwebirc v" + qwebirc.VERSION);
-      w.addLine("", "Copyright (C) 2008-2012 Chris Porter and the qwebirc project.");
+      w.addLine("", "Copyright (C) 2008-2014 Chris Porter and the qwebirc project.");
       w.addLine("", "http://www.qwebirc.org");
       w.addLine("", "Licensed under the GNU General Public License, Version 2.");
     }
index 0e5b497b3c328b23a0d8db3bec9f6d845e0fc2c9..329d923e20ffdc63fcc037b586400ee72b2eecfd 100644 (file)
@@ -1 +1 @@
-qwebirc.VERSION = "0.92"
+qwebirc.VERSION = "0.93"
index 46e644bbdf7ca0a5bbf0d7b02dbc4ace895a8c71..c1b78020082da215321788ec0e80e2ab3eb87d5e 100644 (file)
@@ -8,7 +8,7 @@
   </table>
 </div>
 <div class="mainbody">
-  Copyright &copy; 2008-2012 Chris Porter and the qwebirc project.<br/>All rights reserved.<br/><br/>
+  Copyright &copy; 2008-2014 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">http://www.qwebirc.org/</a><br/>