GPLv3 runtime exception : libstdc++

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi ,

I have a question regarding "libstdc++" gplv3 exception
Nobody was able to answer me.

 = = = = = = = = = = = = = = = = = =
GPLv3 says :

Protecting Your Right to Tinker  ( https://www.gnu.org/licenses/quick-guide-gplv3.en.html )

Tivoization is a dangerous attempt to curtail users' freedom: the right to modify your software will become meaningless if none of your computers let you do it. GPLv3 stops tivoization by requiring the distributor to provide you with whatever information or data is necessary to install modified software on the device. This may be as simple as a set of instructions, or it may include special data such as cryptographic keys or information about how to bypass an integrity check in the hardware. It will depend on how the hardware was designed—but no matter what information you need, you must be able to get it.

This requirement is limited in scope. Distributors are still allowed to use cryptographic keys for any purpose, and they'll only be required to disclose a key if you need it to modify GPLed software on the device they gave you. The GNU Project itself uses GnuPG to prove the integrity of all the software on its FTP site, and measures like that are beneficial to users. GPLv3 does not stop people from using cryptography; we wouldn't want it to. It only stops people from taking away the rights that the license provides you—whether through patent law, technology, or any other means.

the main point is : "...GPLv3 stops tivoization by requiring the distributor to provide you with whatever information or data is necessary to install modified software on the device...."



 = = = = = = = = = = = = = = = = = =
FAQ libstdc++ exception says :

2.2.  ( https://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.license.what )
 
So any program which uses libstdc++ falls under the GPL? 
  
No. The special exception permits use of the library in proprietary applications. 

This GCC Runtime Library Exception ("Exception") is an additional permission under section 7 of the GNU General Public License, version
 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that bears a notice placed by the copyright holder of the file stating that
 the file is governed by GPLv3 along with this Exception.  When you use GCC to compile a program, GCC may combine portions of
 certain GCC header files and runtime libraries with the compiled program. The purpose of this Exception is to allow compilation of
 non-GPL (including proprietary) programs to use, in this way, the header files and runtime libraries covered by this Exception.

 = = = = = = = = = = = = = = = = = =



So , my question is: 
Does the gplv3 exception allows us to use libstdc++ in proprietary software , WHITOUT having to "...provide  whatever information or data necessary to install modified software on the device..."

Could you clarify this point ?


Thanks for your help
Best regards
Emile




[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux