]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
updated copyright notice and authors
authorMatthias H <apoc@sixserv.org>
Mon, 9 Mar 2015 22:07:20 +0000 (23:07 +0100)
committerMatthias H <apoc@sixserv.org>
Mon, 9 Mar 2015 22:07:20 +0000 (23:07 +0100)
AUTHORS
COPYING
COPYING.rbot
lib/rbot/ircbot.rb

diff --git a/AUTHORS b/AUTHORS
index 8c53973ce8d31d4abeea4a9c74827354d975c08d..ace692236de5bddad310542e3999907d6f602da7 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,9 @@ o Tom Gilbert (giblet) <tom@linuxbrit.co.uk>
 Ruthless Tyrant (yes, that means 'project leader')
 o Giuseppe "Oblomov" Bilotta (tango_) <giuseppe.bilotta@gmail.com>
 
+New Project Lead (since 2015)
+o Matthias Hecker (apoc) <apoc@sixserv.org>
+
 Sanity keeper (aka 'my main role here is to bitch a lot about even the legitimate patches')
 o Dmitry Kim (jsn) <dmitry dot kim at gmail dot com>
 
diff --git a/COPYING b/COPYING
index b975680670ad90ca11d18a3b7cad9e7309618c18..c800310662ac848fbc0446de948055f64a1602da 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
 rbot the Ruby IRC bot
 
-Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team
+Copyright (C) 2007-2015 Giuseppe Bilotta and the rbot development team
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the MIT license with acknolwedgement clause (see
index d0c0f458229e5d064cdb1c5c8bc2aa01848cdb5c..43c71f78ded3aba76c596503323caf782eaf1791 100644 (file)
@@ -1,5 +1,5 @@
 Copyright (C) 2002-2006 Tom Gilbert.
-Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team
+Copyright (C) 2007-2015 Giuseppe Bilotta and the rbot development team
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
index 18b9e1d4ac35ff2e05e5b47d226e6a6e9b26b1f7..9afabb2771976c080a925badae9588202cdb2ee1 100644 (file)
@@ -163,7 +163,7 @@ module Irc
 # Main bot class, which manages the various components, receives messages,
 # handles them or passes them to plugins, and contains core functionality.
 class Bot
-  COPYRIGHT_NOTICE = "(c) Tom Gilbert and the rbot development team"
+  COPYRIGHT_NOTICE = "(c) Giuseppe Bilotta and the rbot development team"
   SOURCE_URL = "http://ruby-rbot.org"
   # the bot's Auth data
   attr_reader :auth