diff options
author | Matthias H <apoc@sixserv.org> | 2015-03-09 23:07:20 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2015-03-09 23:07:20 +0100 |
commit | cd4e36979d9c100f961ec25f46886fab5b30274b (patch) | |
tree | 72759c6a43e757692639a17c29152f63a6cf829d | |
parent | afb262af2b1c4af103cb2f264f0f3b50137df8f2 (diff) |
updated copyright notice and authors
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | COPYING.rbot | 2 | ||||
-rw-r--r-- | lib/rbot/ircbot.rb | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -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> @@ -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 diff --git a/COPYING.rbot b/COPYING.rbot index d0c0f458..43c71f78 100644 --- a/COPYING.rbot +++ b/COPYING.rbot @@ -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 diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 18b9e1d4..9afabb27 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -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 |