[#15707] Schedule for the 1.8.7 release — "Akinori MUSHA" <knu@...>

Hi, developers,

21 messages 2008/03/01

[#15740] Copy-on-write friendly garbage collector — Hongli Lai <hongli@...99.net>

Hi.

31 messages 2008/03/03
[#15742] Re: Copy-on-write friendly garbage collector — Yukihiro Matsumoto <matz@...> 2008/03/03

Hi,

[#15829] Re: Copy-on-write friendly garbage collector — Daniel DeLorme <dan-ml@...42.com> 2008/03/08

Yukihiro Matsumoto wrote:

[#15756] embedding Ruby 1.9.0 inside pthread — "Suraj Kurapati" <sunaku@...>

Hello,

18 messages 2008/03/03
[#15759] Re: embedding Ruby 1.9.0 inside pthread — Nobuyoshi Nakada <nobu@...> 2008/03/04

Hi,

[#15760] Re: embedding Ruby 1.9.0 inside pthread — Yukihiro Matsumoto <matz@...> 2008/03/04

Hi,

[#15762] Re: embedding Ruby 1.9.0 inside pthread — "Suraj N. Kurapati" <sunaku@...> 2008/03/04

Yukihiro Matsumoto wrote:

[#15783] Adding startup and shutdown to Test::Unit — Daniel Berger <Daniel.Berger@...>

Hi all,

15 messages 2008/03/04

[#15835] TimeoutError in core, timeouts for ConditionVariable#wait — MenTaLguY <mental@...>

I've been reworking JRuby's stdlib to improve performance and fix

10 messages 2008/03/09

[#15990] Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...>

Hi,

35 messages 2008/03/23
[#15991] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/23

[#15993] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/23

Hi Dave,

[#15997] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/23

[#16024] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/26

Hi Dave,

[#16025] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16026] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16027] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16029] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16030] Re: Recent changes in Range#step behavior — Yukihiro Matsumoto <matz@...> 2008/03/26

Hi,

[#16031] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16032] Re: Recent changes in Range#step behavior — "Vladimir Sizikov" <vsizikov@...> 2008/03/26

On Wed, Mar 26, 2008 at 7:01 PM, Dave Thomas <dave@pragprog.com> wrote:

[#16033] Re: Recent changes in Range#step behavior — Dave Thomas <dave@...> 2008/03/26

[#16041] Re: Recent changes in Range#step behavior — David Flanagan <david@...> 2008/03/26

Dave Thomas wrote:

Re: About the license of gserver.rb being "freeware"?

From: Corey Jewett <ml@...>
Date: 2008-03-31 23:03:42 UTC
List: ruby-core #16091
On Mar 31, 2008, at 04:53 , XiaoLiang Liu wrote:
> Can anyone help me on this?
>
> I think Ruby development team should have investigated the license =20
> issue
> before release the package.
>
> Thanks a lot.

http://www.catb.org/~esr/jargon/html/F/freeware.html
http://dictionary.reference.com/browse/freeware

The term =93freeware=94 has no clear accepted definition, but it is =20
commonly used for packages which permit redistribution but not =20
modification (and their source code is not available). These packages =20=

are not free software, so please don't use =93freeware=94 to refer to =
free =20
software. -- http://www.gnu.org/philosophy/categories.html

IANAL. Freeware is different from public domain. Releasing something =20
into the public domain means you abandon your copyright and therefore =20=

your ownership of the work. Freeware is a somewhat arbitrary license, =20=

but it generally implies that the author has given you all rights to =20
use something. Modification and redistribution may or may not be =20
questionable.

Unfortunately, given that the term freeware is so vague, your best bet =20=

is to either track down the original author. Perhaps you should =20
contact matz directly and ask why it was committed since it appears he =20=

did the original checkin: =
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/gserver.rb?revision=3D=
4102&view=3Dmarkup

Corey


> On 3/28/08, XiaoLiang Liu <liuxlsh@gmail.com> wrote:
>>
>> Hello everyone,
>>
>> I found that in Ruby package there's a file named gserver.rb, the =20
>> license
>> of which is "freeware". I searched freeware licence on internet, =20
>> but I
>> didn't find the content of the licence.
>>
>> Then I searched for the author of gserver, John W. Small, and found =20=

>> his
>> email address  jsmall@laser.net. But my mail to this address was =20
>> returned
>> back by the mail server because there's no such an email address.
>>
>> So does anyone know about freeware licence, or does anyone know how =20=

>> to
>> contact John W. Small? Thanks a lot.
>>
>>
>> Here's the header of gserver.rb
>> --------------------------------------------------------------
>> #
>> # Copyright (C) 2001 John W. Small All Rights Reserved
>> #
>> # Author::        John W. Small
>> # Documentation:: Gavin Sinclair
>> # Licence::       Freeware.
>> #
>> # See the class GServer for documentation.
>> #
>>


In This Thread