NOTICE.rdoc

Path: NOTICE.rdoc
Last Update: Sat Dec 03 12:29:58 +0000 2011

COPYRIGHT NOTICES

ANSI

Copyright:(c) 2009 Rubyworks
License:BSD-2-Clause
Website:rubyworks.github.com/ansi
    Copyright 2009 Rubyworks. All rights reserved.

    Redistribution and use in source and binary forms, with or without modification, are
    permitted provided that the following conditions are met:

       1. Redistributions of source code must retain the above copyright notice, this list of
          conditions and the following disclaimer.

       2. Redistributions in binary form must reproduce the above copyright notice, this list
          of conditions and the following disclaimer in the documentation and/or other materials
          provided with the distribution.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESS OR IMPLIED
    WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS
    OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    (http://spdx.org/licenses/BSD-2-Clause)

ProgressBar

Copyright:(C) 2001 Satoru Takabayashi
License:Ruby License
Website:0xcc.net/ruby-progressbar/

ProgressBar class is based on the original ProgressBar by Satoru Takabayashi.

    Ruby/ProgressBar - a text progress bar library

    Copyright (C) 2001-2005 Satoru Takabayashi <satoru@namazu.org>
        All rights reserved.
        This is free software with ABSOLUTELY NO WARRANTY.

    You can redistribute it and/or modify it under the terms
    of Ruby's license.

HighLine (Terminal Extensions)

Copyright:(c) 2006 Gray Productions
License:Ruby License
Website:highline.rubyforge.org/

The terminal extensions are based on HighLine‘s SystemExtensions by James Edward Gray II.

    Copyright 2006 Gray Productions

    Distributed under the user's choice of the {GPL Version 2}[http://www.gnu.org/licenses/old-licenses/gpl-2.0.html]
    (see GPL-2.0.txt for details) or the {Ruby software license}[http://www.ruby-lang.org/en/LICENSE.txt]
    by James Edward Gray II and Greg Brown.

    Please email James[mailto:james@grayproductions.net] with any questions.

BBCode

Copyright:(c) 2002 Thomas-Ivo Heinen
License:Ruby License

BBCode module is a derivative of BBCode by Thomas-Ivo Heinen.

    Copyright (c) 2002 Thomas-Ivo Heinen

    This module is free software. You may use, modify, and/or redistribute this
    software under the same terms as Ruby.

    This program is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.

Rainbow (XTerm Color Support)

Copyright:(c) Marcin Kulik
License:MIT
Website:github.com/sickill/rainbow

Rainbox provided the bases for building the XTerm 256 color code support into the ANSI::Code module.

    Copyright (c) Marcin Kulik

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Paint

Copyright:(c) 2011 Jan Lelis
Website:github.com/janlelis/paint

Some of the latest ANSI code names, and inspiration to check out Rainbow and include XTerm 256 color codes, came from Paint.

    Copyright (c) 2011 Jan Lelis

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of this software and associated documentation files (the
    "Software"), to deal in the Software without restriction, including
    without limitation the rights to use, copy, modify, merge, publish,
    distribute, sublicense, and/or sell copies of the Software, and to
    permit persons to whom the Software is furnished to do so, subject to
    the following conditions:

    The above copyright notice and this permission notice shall be
    included in all copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ANSIColor

Copyright:(c) 2002 Florian Frank
Website:flori.github.com/term-ansicolor

Albeit the code no long bares much if any resemblance to it, the ANSI Code module (and subsequently the Constants module) originated with the ANSIColor library by Florian Frank.

[Validate]