diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-22 09:53:22 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-04-22 10:02:02 +0200 |
commit | b3300cabeda816b79a592c3e7704abbbd3b5505c (patch) | |
tree | 1cd70255d26e53882b9e0deb4ea17eed1c8cf469 /lib/rbot/irc.rb | |
parent | b2af728968fcb8c1e109164332a1094cc17c9102 (diff) |
Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2
Diffstat (limited to 'lib/rbot/irc.rb')
-rw-r--r-- | lib/rbot/irc.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rbot/irc.rb b/lib/rbot/irc.rb index fe1aa9fa..31d432fd 100644 --- a/lib/rbot/irc.rb +++ b/lib/rbot/irc.rb @@ -16,8 +16,6 @@ # This module defines the fundamental building blocks for IRC # # Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) -# Copyright:: Copyright (c) 2006 Giuseppe Bilotta -# License:: GPLv2 require 'singleton' |