From cd4e36979d9c100f961ec25f46886fab5b30274b Mon Sep 17 00:00:00 2001 From: Matthias H Date: Mon, 9 Mar 2015 23:07:20 +0100 Subject: [PATCH] updated copyright notice and authors --- AUTHORS | 3 +++ COPYING | 2 +- COPYING.rbot | 2 +- lib/rbot/ircbot.rb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 8c53973c..ace69223 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,9 @@ o Tom Gilbert (giblet) Ruthless Tyrant (yes, that means 'project leader') o Giuseppe "Oblomov" Bilotta (tango_) +New Project Lead (since 2015) +o Matthias Hecker (apoc) + Sanity keeper (aka 'my main role here is to bitch a lot about even the legitimate patches') o Dmitry Kim (jsn) diff --git a/COPYING b/COPYING index b9756806..c8003106 100644 --- 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 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