unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#32916: font-awesome v5 build scripts are not free
@ 2018-10-02 19:13 Leo Famulari
  2018-10-03  9:27 ` Gábor Boskovits
  2018-10-03 19:33 ` Mark H Weaver
  0 siblings, 2 replies; 7+ messages in thread
From: Leo Famulari @ 2018-10-02 19:13 UTC (permalink / raw)
  To: 32916

[-- Attachment #1: Type: text/plain, Size: 1174 bytes --]

We have a package of font-awesome, currently at version 4.7.0.

It's a very simple package, installing the files generated by upstream
rather than trying to rebuild them.

As of version 5, the tools used to build the generated files are not
free:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902981
https://github.com/FortAwesome/Font-Awesome/issues/13467

Is this a problem for us under the FSDG? Quoting the FSDG [0]:

------
“Information for practical use” includes software, documentation, fonts,
and other data that has direct functional applications. It does not
include artistic works that have an aesthetic (rather than functional)
purpose, or statements of opinion or judgment.

All information for practical use in a free distribution must be
available in source form. (“Source” means the form of the information
that is preferred for making changes to it.)
------

Since we don't have the form of the fonts that is preferred for making
changes to them, my interpretation is that we can't include font-awesome
version 5.

What do you think?

[0]
https://www.gnu.org/distros/free-system-distribution-guidelines.en.html

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-02 19:13 bug#32916: font-awesome v5 build scripts are not free Leo Famulari
@ 2018-10-03  9:27 ` Gábor Boskovits
  2018-10-03 19:33 ` Mark H Weaver
  1 sibling, 0 replies; 7+ messages in thread
From: Gábor Boskovits @ 2018-10-03  9:27 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32916

[-- Attachment #1: Type: text/plain, Size: 1428 bytes --]

Leo Famulari <leo@famulari.name> ezt írta (időpont: 2018. okt. 2., K,
21:14):

> We have a package of font-awesome, currently at version 4.7.0.
>
> It's a very simple package, installing the files generated by upstream
> rather than trying to rebuild them.
>
> As of version 5, the tools used to build the generated files are not
> free:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902981
> https://github.com/FortAwesome/Font-Awesome/issues/13467
>
> Is this a problem for us under the FSDG? Quoting the FSDG [0]:
>
> ------
> “Information for practical use” includes software, documentation, fonts,
> and other data that has direct functional applications. It does not
> include artistic works that have an aesthetic (rather than functional)
> purpose, or statements of opinion or judgment.
>
> All information for practical use in a free distribution must be
> available in source form. (“Source” means the form of the information
> that is preferred for making changes to it.)
> ------
>
> Since we don't have the form of the fonts that is preferred for making
> changes to them, my interpretation is that we can't include font-awesome
> version 5.
>
> What do you think?
>
>
As far as I can see this is really a problem. It seems to me that Debian
also came to that conclusion.


> [0]
> https://www.gnu.org/distros/free-system-distribution-guidelines.en.html
>

[-- Attachment #2: Type: text/html, Size: 2215 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-02 19:13 bug#32916: font-awesome v5 build scripts are not free Leo Famulari
  2018-10-03  9:27 ` Gábor Boskovits
@ 2018-10-03 19:33 ` Mark H Weaver
  2018-10-03 21:26   ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: Mark H Weaver @ 2018-10-03 19:33 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 32916

Hi Leo,

Leo Famulari <leo@famulari.name> writes:

> We have a package of font-awesome, currently at version 4.7.0.
>
> It's a very simple package, installing the files generated by upstream
> rather than trying to rebuild them.
>
> As of version 5, the tools used to build the generated files are not
> free:
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902981
> https://github.com/FortAwesome/Font-Awesome/issues/13467
>
> Is this a problem for us under the FSDG? Quoting the FSDG [0]:
>
> ------
> “Information for practical use” includes software, documentation, fonts,
> and other data that has direct functional applications. It does not
> include artistic works that have an aesthetic (rather than functional)
> purpose, or statements of opinion or judgment.
>
> All information for practical use in a free distribution must be
> available in source form. (“Source” means the form of the information
> that is preferred for making changes to it.)
> ------
>
> Since we don't have the form of the fonts that is preferred for making
> changes to them, my interpretation is that we can't include font-awesome
> version 5.
>
> What do you think?
>
> [0]
> https://www.gnu.org/distros/free-system-distribution-guidelines.en.html

I agree that version 5 of font-awesome does not meet the requirements of
the FSDG, which states:

  A free system distribution should be self-hosting.  This means that
  you must be able to develop and build the system with tools that the
  system provides you.  As a result, a free system distribution cannot
  include free software that can only be built by using nonfree
  software.

Moreover, it is doubtful that it could even be considered free software,
since it is not clear how users can effectively modify the font without
access to its build system, which is both proprietary and secret.

FWIW, the GNU GPL v3 definition of "corresponding source" includes the
build system:

  The “Corresponding Source” for a work in object code form means all
  the source code needed to generate, install, and (for an executable
  work) run the object code and to modify the work, including scripts to
  control those activities.

Therefore, I think we should keep 'font-awesome' frozen at version 4.7,
with a comment explaining the situation, to prevent others from
accidentally upgrading it.

What do you think?

      Mark

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-03 19:33 ` Mark H Weaver
@ 2018-10-03 21:26   ` Ludovic Courtès
  2018-10-04  0:28     ` Mark H Weaver
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2018-10-03 21:26 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 32916

Hello,

Mark H Weaver <mhw@netris.org> skribis:

> I agree that version 5 of font-awesome does not meet the requirements of
> the FSDG, which states:
>
>   A free system distribution should be self-hosting.  This means that
>   you must be able to develop and build the system with tools that the
>   system provides you.  As a result, a free system distribution cannot
>   include free software that can only be built by using nonfree
>   software.
>
> Moreover, it is doubtful that it could even be considered free software,
> since it is not clear how users can effectively modify the font without
> access to its build system, which is both proprietary and secret.
>
> FWIW, the GNU GPL v3 definition of "corresponding source" includes the
> build system:
>
>   The “Corresponding Source” for a work in object code form means all
>   the source code needed to generate, install, and (for an executable
>   work) run the object code and to modify the work, including scripts to
>   control those activities.

I don’t have a clear opinion on ‘font-awesome’ yet, but I have some
comments: (1) only some of our font packages are built from source
(though I think we should do more of that), (2) the font might be
considered “non-functional data” rather than software under the FSDG,
and (3) the font is a “free font” under a license (SIL OFL) that doesn’t
have a clear notion of corresponding source like GPLv3 has.

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-03 21:26   ` Ludovic Courtès
@ 2018-10-04  0:28     ` Mark H Weaver
  2018-10-04  9:19       ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Mark H Weaver @ 2018-10-04  0:28 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 32916

Hi Ludovic,

ludo@gnu.org (Ludovic Courtès) writes:

> Mark H Weaver <mhw@netris.org> skribis:
>
>> I agree that version 5 of font-awesome does not meet the requirements of
>> the FSDG, which states:
>>
>>   A free system distribution should be self-hosting.  This means that
>>   you must be able to develop and build the system with tools that the
>>   system provides you.  As a result, a free system distribution cannot
>>   include free software that can only be built by using nonfree
>>   software.
>>
>> Moreover, it is doubtful that it could even be considered free software,
>> since it is not clear how users can effectively modify the font without
>> access to its build system, which is both proprietary and secret.
>>
>> FWIW, the GNU GPL v3 definition of "corresponding source" includes the
>> build system:
>>
>>   The “Corresponding Source” for a work in object code form means all
>>   the source code needed to generate, install, and (for an executable
>>   work) run the object code and to modify the work, including scripts to
>>   control those activities.
>
> I don’t have a clear opinion on ‘font-awesome’ yet, but I have some
> comments: (1) only some of our font packages are built from source
> (though I think we should do more of that), (2) the font might be
> considered “non-functional data” rather than software under the FSDG,

The GNU FSDG states:

   License Rules

   “Information for practical use” includes software, documentation,
   fonts, and other data that has direct functional applications.  It
   does not include artistic works that have an aesthetic (rather than
   functional) purpose, or statements of opinion or judgment.

   All information for practical use in a free distribution must be
   available in source form.  (“Source” means the form of the
   information that is preferred for making changes to it.)

I think it's reasonably clear that the first paragraph above refers to
the distinction between functional and non-functional data, and it
specifically lists "fonts" as an example of the first category.  It also
associates the terms "functional" and "for practical use" with "fonts".

The section on "Non-functional Data" begins with:

  Data that isn't functional, that doesn't do a practical job, is more
  of an adornment to the system's software than a part of it.  [...]

Note the two terms "functional", and "does a practical job" which
essentially means the same thing as "for practical use".  These two
terms are specifically associated with "fonts" above, and are
contraindicators for "Non-functional Data".

This seems reasonably clear to me.  What do you think?

      Mark

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-04  0:28     ` Mark H Weaver
@ 2018-10-04  9:19       ` Ludovic Courtès
  2019-02-26  0:32         ` Leo Famulari
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2018-10-04  9:19 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: 32916

Hello Mark,

Mark H Weaver <mhw@netris.org> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:

[...]

>> I don’t have a clear opinion on ‘font-awesome’ yet, but I have some
>> comments: (1) only some of our font packages are built from source
>> (though I think we should do more of that), (2) the font might be
>> considered “non-functional data” rather than software under the FSDG,
>
> The GNU FSDG states:
>
>    License Rules
>
>    “Information for practical use” includes software, documentation,
>    fonts, and other data that has direct functional applications.  It
>    does not include artistic works that have an aesthetic (rather than
>    functional) purpose, or statements of opinion or judgment.
>
>    All information for practical use in a free distribution must be
>    available in source form.  (“Source” means the form of the
>    information that is preferred for making changes to it.)
>
> I think it's reasonably clear that the first paragraph above refers to
> the distinction between functional and non-functional data, and it
> specifically lists "fonts" as an example of the first category.  It also
> associates the terms "functional" and "for practical use" with "fonts".

Indeed, I had overlooked this paragraph.  I agree with your
interpretation.

> The section on "Non-functional Data" begins with:
>
>   Data that isn't functional, that doesn't do a practical job, is more
>   of an adornment to the system's software than a part of it.  [...]
>
> Note the two terms "functional", and "does a practical job" which
> essentially means the same thing as "for practical use".  These two
> terms are specifically associated with "fonts" above, and are
> contraindicators for "Non-functional Data".

Yes, though when I read this part, I thought to myself that
non-essential fonts could be regarded as an adornment to the system.

(My understanding is also that game artwork is often viewed as
non-functional data under the FSDG, even though I’d personally consider
that it “does a practical job”, much more than an optional font.)

Anyway the “License Rules” paragraph above makes it clear, I think, that
fonts may not be treated as non-functional data.

Thanks for clarifying!

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#32916: font-awesome v5 build scripts are not free
  2018-10-04  9:19       ` Ludovic Courtès
@ 2019-02-26  0:32         ` Leo Famulari
  0 siblings, 0 replies; 7+ messages in thread
From: Leo Famulari @ 2019-02-26  0:32 UTC (permalink / raw)
  Cc: 32916-done

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

I've added a comment warning about this issue in commit
848b3749b2e9741d2fb7c0cc531d7536474700c1.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-02-26  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 19:13 bug#32916: font-awesome v5 build scripts are not free Leo Famulari
2018-10-03  9:27 ` Gábor Boskovits
2018-10-03 19:33 ` Mark H Weaver
2018-10-03 21:26   ` Ludovic Courtès
2018-10-04  0:28     ` Mark H Weaver
2018-10-04  9:19       ` Ludovic Courtès
2019-02-26  0:32         ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).