Bug 967411 - fpc included non-free code
Summary: fpc included non-free code
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fpc
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Joost van der Sluis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: FE-Legal
TreeView+ depends on / blocked
 
Reported: 2013-05-27 04:42 UTC by mejiko
Modified: 2013-05-27 19:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-27 19:37:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description mejiko 2013-05-27 04:42:17 UTC
Hello.

SRC RPM is : "fpc-2.6.0-3.fc18.src.rpm".

fpc included non-free code.


Files:


fpcbuild-2.6.0/fpcsrc/packages/opengl/src/glu.pp

This code license is proprietary, Its non-free.


fpcbuild-2.6.0/fpcsrc/packages/opengl/src/glut.pp

This code license freely distributable, but do not allow modify. Its non-free.


fpcbuild-2.6.0/fpcsrc/packages/opengl/src/freeglut.pp
fpcbuild-2.6.0/fpcsrc/packages/opengl/src/glext.pp

This code is not license infomation. Its non-free.


Suggests:

1. remove non-free code and rebuild.
2. replace fedora free (acceptable licensed) files.
3. remove fedora repos.

Thanks.



Reference:

http://www.mail-archive.com/gnu-linux-libre@nongnu.org/msg01200.html

Comment 1 mejiko 2013-05-27 04:42:48 UTC
Blocking FE-Legal, This is license problem.

Comment 2 Joost van der Sluis 2013-05-27 17:55:05 UTC
It' a header file. Afaik it is not possible to claim copyright on such headers. (Since it's not a creative work) It would imply that no-one could use opengl in any open-source project at all.

The copyright-information is in those files, because those files are automatically generated from the original header-files. The comments are copied.

I'll ask upstream what to do. And maybe someone from legal can help?

Comment 3 Joost van der Sluis 2013-05-27 18:27:12 UTC
Besides, I find it hard to call this 'non-free' It's basically a BSD-license. Quoted from glu.pp:

  * Permission is hereby granted, free of charge, to any person obtaining a
   * copy of this software and associated documentation files (the "Software"),
   * to deal in the Software without restriction, including without limitation
   * the rights to use, copy, modify, merge, publish, distribute, sublicense,
   * and/or sell copies of the Software, and to permit persons to whom the
   * Software is furnished to do so, subject to the following conditions:
   *
   * The above copyright notice including the dates of first publication and
   * either this permission notice or a reference to
   * http://oss.sgi.com/projects/FreeB/
   * shall be included in all copies or substantial portions of the Software.

Comment 4 Joost van der Sluis 2013-05-27 19:37:21 UTC
Seems that this is already changed in fpc version 2.6.0, which is packaged in F18. For more information see this upstream bug: http://bugs.freepascal.org/view.php?id=20200


Note You need to log in before you can comment on or make changes to this bug.