From: Joshua Gay
Date: Thu, 8 May 2014 19:49:26 +0000 (+0000)
Subject: re PR libstdc++/61117 (Manual uses term open source but should say free software)
X-Git-Tag: releases/gcc-4.8.3~78
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68183768cadaf4d4bcdf911d9421ac2aae3ec253;p=thirdparty%2Fgcc.git
re PR libstdc++/61117 (Manual uses term open source but should say free software)
2014-05-08 Joshua Gay
PR libstdc++/61117
* doc/xml/faq.xml (faq.license.what_restrictions): Replace "open
source" with "free software".
* doc/html/faq.html: Likewise.
From-SVN: r210239
---
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 3d1f7679e515..f938e7e97c95 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-08 Joshua Gay
+
+ PR libstdc++/61117
+ * doc/xml/faq.xml (faq.license.what_restrictions): Replace "open
+ source" with "free software".
+ * doc/html/faq.html: Likewise.
+
2014-05-08 Jonathan Wakely
* include/std/iostream: Fix URL in comment.
diff --git a/libstdc++-v3/doc/html/faq.html b/libstdc++-v3/doc/html/faq.html
index 95aad668c2f2..244ce8ab82bd 100644
--- a/libstdc++-v3/doc/html/faq.html
+++ b/libstdc++-v3/doc/html/faq.html
@@ -223,7 +223,7 @@
2.4. |
I see. So, what restrictions are there on programs that use the library?
|
|
- None. We encourage such programs to be released as open source,
+ None. We encourage such programs to be released as free software,
but we won't punish you or sue you if you choose otherwise.
|
- 3.1. How do I install libstdc++?
- 3.2. How does one get current libstdc++ sources?
diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index 4e3339260ee3..6c25e7955247 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -241,7 +241,7 @@
- None. We encourage such programs to be released as open source,
+ None. We encourage such programs to be released as free software,
but we won't punish you or sue you if you choose otherwise.
|