Changeset b3300cabeda816b79a592c3e7704abbbd3b5505c

Show
Ignore:
Timestamp:
04/22/08 12:02:02 (2 years ago)
Author:
Giuseppe Bilotta <giuseppe.bilotta@…>
Children:
9adfc94657f2cb502705696c649a6bf849555970
Parents:
b2af728968fcb8c1e109164332a1094cc17c9102
git-author:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1208850802 +0200
git-committer:
Giuseppe Bilotta <giuseppe.bilotta@gmail.com> 1208851322 +0200
Message:

Licensing uniformity: dual-license rbot core under MIT+acknowledgement and GPLv2

Files:
2 added
17 modified

Legend:

Unmodified
Added
Removed
  • COPYING

    radb719c rb3300ca  
    1 Copyright (C) 2002-2005 Tom Gilbert. 
     1rbot the Ruby IRC bot 
    22 
    3 Permission is hereby granted, free of charge, to any person obtaining a copy 
    4 of this software and associated documentation files (the "Software"), to 
    5 deal in the Software without restriction, including without limitation the 
    6 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 
    7 sell copies of the Software, and to permit persons to whom the Software is 
    8 furnished to do so, subject to the following conditions: 
     3Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team 
    94 
    10 The above copyright notice and this permission notice shall be included in 
    11 all copies of the Software and its documentation and acknowledgment shall be 
    12 given in the documentation and software packages that this Software was 
    13 used. 
     5This program is free software; you can redistribute it and/or modify it 
     6under the terms of the MIT license with acknolwedgement clause (see 
     7COPYING.rbot) or the GNU General Public License, version 2 (see GPLv2) 
    148 
    15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
    16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
    17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
    18 THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
    19 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
    20 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
    21  
  • bin/rbot

    rac10728 rb3300ca  
    3737=end 
    3838 
    39 # Copyright (C) 2002 Tom Gilbert. 
     39# Copyright (C) 2002-2006 Tom Gilbert. 
     40# Copyright (C) 2007-2008 Giuseppe Bilotta and the rbot development team 
    4041# 
    41 # Permission is hereby granted, free of charge, to any person obtaining a copy 
    42 # of this software and associated documentation files (the "Software"), to 
    43 # deal in the Software without restriction, including without limitation the 
    44 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 
    45 # sell copies of the Software, and to permit persons to whom the Software is 
    46 # furnished to do so, subject to the following conditions: 
    47 # 
    48 # The above copyright notice and this permission notice shall be included in 
    49 # all copies of the Software and its documentation and acknowledgment shall be 
    50 # given in the documentation and software packages that this Software was 
    51 # used. 
    52 # 
    53 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
    54 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
    55 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
    56 # THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
    57 # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 
    58 # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
     42# This is free software, see COPYING for licensing details 
    5943 
    6044$VERBOSE=true 
  • lib/rbot/botuser.rb

    rf7c6b2e rb3300ca  
    55# rbot user management 
    66# Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 
    7 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta 
    8 # License:: GPLv2 
    97 
    108require 'singleton' 
  • lib/rbot/config-compat.rb

    r045ced1 rb3300ca  
    88# 
    99# Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 
    10 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta 
    11 # License:: GPLv2 
    1210 
    1311module Irc 
  • lib/rbot/core/auth.rb

    rb52aa00 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108class AuthModule < CoreBotModule 
  • lib/rbot/core/basics.rb

    r8610e08 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108class BasicsModule < CoreBotModule 
  • lib/rbot/core/config.rb

    r8610e08 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108class ConfigModule < CoreBotModule 
  • lib/rbot/core/filters_ui.rb

    ra280ce2 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2008 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108class FiltersModule < CoreBotModule 
  • lib/rbot/core/irclog.rb

    r93314b5 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2008 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108class IrcLogModule < CoreBotModule 
  • lib/rbot/core/remote.rb

    rb45f28a rb3300ca  
    55# 
    66# Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 
    7 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta 
    8 # License:: GPLv2 
    97# 
    108# From an idea by halorgium <rbot@spork.in>. 
  • lib/rbot/core/unicode.rb

    r5f25e65 rb3300ca  
    55# 
    66# Author:: jsn (Dmitry Kim) <dmitry dot kim at gmail dot org> 
    7 # Copyright:: (C) 2007 Dmitry Kim 
    8 # License:: public domain 
    97# 
    108# This plugin adds unicode-awareness to rbot. When it's loaded, all the 
  • lib/rbot/core/userdata.rb

    recc5a1d rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97 
    108module ::Irc 
  • lib/rbot/core/utils/extends.rb

    r3220c8e rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2006,2007 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97# 
    108# This file collects extensions to standard Ruby classes and to some core rbot 
  • lib/rbot/core/utils/filters.rb

    r27ef2c2 rb3300ca  
    55# 
    66# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    7 # Copyright:: (C) 2008 Giuseppe Bilotta 
    8 # License:: GPL v2 
    97# 
    108# This file collects methods to handle 'stream filters', a generic mechanism 
  • lib/rbot/core/utils/httputil.rb

    r45fe7c1 rb3300ca  
    77# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    88# Author:: Dmitry "jsn" Kim <dmitry point kim at gmail point com> 
    9 # 
    10 # Copyright:: (C) 2002-2005 Tom Gilbert 
    11 # Copyright:: (C) 2006 Tom Gilbert, Giuseppe Bilotta 
    12 # Copyright:: (C) 2007 Giuseppe Bilotta, Dmitry Kim 
    139 
    1410require 'resolv' 
  • lib/rbot/core/utils/utils.rb

    r5c0a202 rb3300ca  
    66# Author:: Tom Gilbert <tom@linuxbrit.co.uk> 
    77# Author:: Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com> 
    8 # 
    9 # Copyright:: (C) 2002-2006 Tom Gilbert 
    10 # Copyright:: (C) 2007 Giuseppe Bilotta 
    118# 
    129# TODO some of these Utils should be rewritten as extensions to the approriate 
  • lib/rbot/irc.rb

    r6f9bfa4 rb3300ca  
    1717# 
    1818# Author:: Giuseppe Bilotta (giuseppe.bilotta@gmail.com) 
    19 # Copyright:: Copyright (c) 2006 Giuseppe Bilotta 
    20 # License:: GPLv2 
    2119 
    2220require 'singleton'