[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#34222] [PATCH 04/15] gnu: Add ruby-racc.
From: |
Christopher Baines |
Subject: |
[bug#34222] [PATCH 04/15] gnu: Add ruby-racc. |
Date: |
Sun, 27 Jan 2019 19:06:16 +0000 |
User-agent: |
mu4e 1.0; emacs 26.1 |
Christopher Baines <address@hidden> writes:
> Ricardo Wurmus <address@hidden> writes:
>
>> Christopher Baines <address@hidden> writes:
>>
>>> Required for ruby-ast and ruby-parser.
>>>
>>> * gnu/packages/ruby.scm (ruby-racc): New variable.
>> […]
>>> + (license license:expat)))
>>
>> On the website it says that the license is “LGPL” (no version is
>> provided). Could you please confirm the license?
>
> Indeed, the metadata in the gem is wrong. The information on the license
> is a bit sparse. LGPL 2.1 is included in the sources, and there is one
> file which references this in the header.
Actually, there is a lot more, I forgot to pass "-r" to
licensecheck. There's also 3 files where it says:
You can distribute/modify this program under the same terms of ruby.
So I might put this instead. What do you think?
+ (license (list license:lgpl2.1
+ license:ruby))))
signature.asc
Description: PGP signature
[bug#34222] [PATCH 02/15] gnu: Add ruby-powerpack., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 05/15] gnu: Add ruby-hashdiff., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 03/15] gnu: Add ruby-rainbow., Christopher Baines, 2019/01/27
[bug#34222] [PATCH 07/15] gnu: Add ruby-webmock., Christopher Baines, 2019/01/27