[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Tiled
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add Tiled |
Date: |
Thu, 13 Nov 2014 18:01:11 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
宋文武 <address@hidden> skribis:
> + (license (list gpl2+ bsd-2))))
Could you add a comment above explaining what is meant here: is it
dual-licensing? Or does it mean that some files are GPL’d while others
are BSD?
In the latter case, the combined work is GPL, so ‘license’ should be
just gpl2+. It’s a good idea, though, to add a comment stating that
some files are under another license.
> Eric Bavier <address@hidden> writes:
>
>> 宋文武 writes:
>>
>>> * gnu/packages/tiled.scm: New file.
>>> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
>>> ---
>>> gnu-system.am | 1 +
>>> gnu/packages/tiled.scm | 57
>>> ++++++++++++++++++++++++++++++++++++++++++++++++++
>>> 2 files changed, 58 insertions(+)
>>> create mode 100644 gnu/packages/tiled.scm
>>
>> Would it make sense to put this new package in gnu/packages/games.scm
>> instead?
> Well, I'll prefer editors.scm or graphics.scm.
I’m of the opinion of Eric here. “editors” and “graphics” seem like
very vague categories to me. Or did you have other packages in mind
that would fit in there?
Thanks,
Ludo’.
- Re: [PATCH] gnu: Add Tiled, (continued)
- Re: [PATCH] gnu: Add Tiled, Eric Bavier, 2014/11/13
- Re: [PATCH] gnu: Add Tiled, 宋文武, 2014/11/13
- Re: [PATCH] gnu: Add Tiled, Ludovic Courtès, 2014/11/14
- Re: [PATCH] gnu: Add Tiled, Andreas Enge, 2014/11/21
- Re: [PATCH] gnu: Add Tiled, Ludovic Courtès, 2014/11/21
- Re: [PATCH] gnu: Add Tiled, Andreas Enge, 2014/11/22
- Re: [PATCH] gnu: Add Tiled, iyzsong, 2014/11/22
- Re: [PATCH] gnu: Add Tiled, Ludovic Courtès, 2014/11/24
- Re: [PATCH] gnu: Add Tiled, Ludovic Courtès, 2014/11/27
Re: [PATCH] gnu: Add Tiled,
Ludovic Courtès <=