Skip to content

Commit

Permalink
Add copyrights from scripts to COPYING file. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Feb 9, 2012
1 parent 785769d commit bac1544
Showing 1 changed file with 70 additions and 4 deletions.
74 changes: 70 additions & 4 deletions COPYING.rdoc
Expand Up @@ -3,7 +3,7 @@
== Hashery

Copyright:: (c) 2009 Thomas Sawyer, Rubyworks
License:: BSD-2-Clause
License:: BSD-2-Clause / GPL
Website:: http://rubyworks.github.com/hashery

Copyright (c) 2009 Thomas Sawyer, Rubyworks
Expand All @@ -28,9 +28,6 @@ Website:: http://rubyworks.github.com/hashery
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Thomas Sawyer.

== BasicObject

Expand All @@ -43,3 +40,72 @@ BasicObject class is a variation of Jim Weirich's BlankSlate class.
Copyright 2004 by Jim Weirich (jim@weirichhouse.org).
All rights reserved.


== LRUHash

Copyright:: (c) 2010 Robert Klemme
Website:: http://github.com/rklemme/muppet-laboratories/blob/master/lib/lruhash.rb


== Memoizer

Copyright:: (c) 2006 Erik Veenstra


== INI

Copyright:: (c) 2007 Jeena Paradies <info@jeenaparadies.net>
License:: GPL

Copyright (C) 2007 Jeena Paradies <info@jeenaparadies.net>

General Public License (GPL)

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.


== LinkedList

Copyright:: (c) 2006 Kirk Haines <khaines@enigo.com>
License:: GPL

Copyright (C) 2006 Kirk Haines <khaines@enigo.com>

General Public License (GPL)

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.

0 comments on commit bac1544

Please sign in to comment.