This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Add "free software" instead of "Open Source" to codingconventions.html
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Wed, 31 Dec 2008 09:57:26 +0100 (CET)
- Subject: Re: [wwwdocs] Add "free software" instead of "Open Source" to codingconventions.html
- References: <alpine.LSU.1.99.0812310934310.23595@acrux.dbai.tuwien.ac.at>
On Wed, 31 Dec 2008, Gerald Pfeifer wrote:
> I'll also do some grep-ing to fix up a few occurrences that may have
> sneaked in...
Here is a first set of fixes.
Gerald
Index: benchmarks/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/benchmarks/index.html,v
retrieving revision 1.27
diff -u -3 -p -r1.27 index.html
--- benchmarks/index.html 12 Aug 2008 22:00:14 -0000 1.27
+++ benchmarks/index.html 31 Dec 2008 08:45:27 -0000
@@ -105,7 +105,7 @@ Diego Novillo compiled a collection of r
<p>
<a href="http://www.exactcode.de/site/open_source/openbench/">Openbench</a>
-is an open source benchmarking suite similar to SPEC.
+is a free benchmarking suite similar to SPEC.
</p>
</body>
Index: news/profiledriven.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/news/profiledriven.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 profiledriven.html
--- news/profiledriven.html 21 Aug 2007 22:57:55 -0000 1.6
+++ news/profiledriven.html 31 Dec 2008 08:45:29 -0000
@@ -75,7 +75,7 @@ and several bugs have been fixed.
use. Users are required to compile their program twice. Additionally,
designing good training runs is a complex issue and nearly impossible
for some programs. As this issue is very important for GCC -
-commonly used for open source development - we took great care to
+commonly used for free software development - we took great care to
provide an alternative.
</p>