Trisha Shetty (Editor)

Ruby License

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Author
  
Yukihiro Matsumoto

FSF approved
  
Yes

GPL compatible
  
Yes

DFSG compatible
  
Yes

OSI approved
  
No

Publisher
  
Yukihiro Matsumoto, et al.

The Ruby License is a Free and Open Source license applied to the Ruby programming language and also available to be used in other projects. It is approved by the Free Software Foundation although it has not been reviewed approved Open Source by the Open Source Initiative.

Contents

Author

The Ruby license was created on 21 December 1995 with Ruby programming language by Yukihiro Matsumoto. Matsumoto, also known as Matz, born on 14 April 1965. He is a Japanese computer scientist and software programmer from Tottori Prefecture, best known as the chief designer of the Ruby programming language and its reference implementation, Matz's Ruby Interpreter (Ruby MRI).

He was a self-taught programmer until the end of high school. He graduated in computer science at University of Tsukuba, where he joined the research department on programming languages and compilers.

In 2006, Matsumoto was the head of the research and development department at the Network Applied Communication Laboratory, an open source systems integration company in Shimane Prefecture.

History

For versions up to 1.9.2, the ruby language has been made available under a an explicit dual-licence scheme which allowed users to choose between a dedicated Ruby licence or the GNU General Public Licence v2 (GPLV2), which is one of the most common free software licences.

In 2007, GNU General Public Licence v3 (GPLv3) was released. It adds rules on hardware restrictions on software modification and a clause that removes any legal value in Digital rights management, or DRM, technology, allowing end-users to bypass or remove DRM without falling foul of laws like the Digital Millennium Copyright Act, or DMCA.

This restrictions causes that for the language versions since 1.9.2, starting at 1.9.3, the reference implementation of Ruby has used a version of the Ruby License that includes an explicit dual-licensing clause that allows covered software to be distributed under the terms of the FreeBSD License, which, by contrast, has been confirmed as both GPL-compliant by the Free Software Foundation and as an official open source licence by the Open Source Initiative, but is far more permissive: unlike the GPL, it does not seek to enforce a 'sharealike' requirement on its licensees.

The change gives developers a bit choice in what they are permitted to do with the source code, allowing those with the requisite knowledge the ability to change the underlying source to make a “better” proprietary language, and redistribute it in a binary format.

The Free Software Foundation comments: "This is a free software licence, compatible with the GPL via an explicit dual-licensing clause."

Compatibility

The Ruby License is approved by the Free Software Foundation and is considered compatible with the GNU General Public License.

Debian Free Software Guidelines is a set of guidelines that the Debian Project uses to determine whether a software license is a free software license and to determine whether a piece of software can be included in Debian. Ruby license is consider a free software license by this corporation because of the integrity of the author source code, free distribution and the no discrimitation, among other things.

Nevertheless, the Open Source Initiative does not explicitly include Ruby license like a open source license. Anyway, the explicit dual-licensing clause of the actual version of Ruby License allows covered software to be distributed under the terms of the FreeBSD License, that the OSI accepts

Copyleft

Copyleft is a general method to make a program (or other type of work) free, demanding that all modified and extended versions of it are also free.

The Ruby License has unusual copyleft requirements, stating that redistributions should not necessarily be under the terms of the Ruby license, but placed "in the Public Domain or otherwise Freely Available". For example, a modified form of a program licensed under the Ruby license may be placed under the FreeBSD License, which is a non copyleft license, so it is permissive, and it can cause a the software to become private.

Projects under Ruby License

The Ruby License is a license applied to the Ruby programming language and also available to be used in other projects. Some of these projects are projects based on Ruby programming Language.

JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine. It distributes some additional libraries that are not covered by JRuby's license, like most files found in src/lib/ruby/1.8, which are distributed under Ruby license.

MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the LLVM compiler infrastructure and the Foundation and ICU frameworks. MacRuby contains code from the Ruby project and the source code of the most MacRuby examples, unless specified, are covered by the Ruby license.

RubyGems is a package manager for the Ruby programming language that provides a standard format for distributing Ruby programs and libraries (in a self-contained format called a "gem"), a tool designed to easily manage the installation of gems, and a server for distributing them.

IronRuby is an implementation of the Ruby programming language targeting Microsoft .NET framework. It is implemented on top of the Dynamic Language Runtime (DLR), a library running on top of the Common Language Infrastructure that provides dynamic typing and dynamic method dispatch, among other things, for dynamic languages.

Software under Ruby license (including the older version when GPLv2 was a listed alternative Ruby 1.9.2 license) may be included in binary form within an Apache product if the inclusion is appropriately labeled.

New Relic is a performance management system, developed by New Relic, Inc. New Relic provides you with deep information about the performance of your web application as it runs in production. It includes source derived from 'system_timer' by David Vollbracht & Philippe Hanrigou, distributed under Ruby's license terms.

JSON implementation for Ruby is totally distributed under Ruby License

References

Ruby License Wikipedia