From 497f55310be9ecb917efe654ca41d917c4da6866 Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Thu, 14 Aug 2014 17:00:08 -0600 Subject: [PATCH] gcc 'what is' and short --- gcc/README-content.md | 5 +++++ gcc/README-short.txt | 2 +- gcc/README.md | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gcc/README-content.md b/gcc/README-content.md index 8b137891..280fc01c 100644 --- a/gcc/README-content.md +++ b/gcc/README-content.md @@ -1 +1,6 @@ +# What is gcc? +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. +> [wikipedia.org/wiki/GNU_Compiler_Collection](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) + +# How to use this image diff --git a/gcc/README-short.txt b/gcc/README-short.txt index 8b137891..6cd07840 100644 --- a/gcc/README-short.txt +++ b/gcc/README-short.txt @@ -1 +1 @@ - +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. diff --git a/gcc/README.md b/gcc/README.md index 813c1fc5..7e76d7ab 100644 --- a/gcc/README.md +++ b/gcc/README.md @@ -1,4 +1,9 @@ +# What is gcc? +The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain. The Free Software Foundation (FSF) distributes GCC under the GNU General Public License (GNU GPL). GCC has played an important role in the growth of free software, as both a tool and an example. +> [wikipedia.org/wiki/GNU_Compiler_Collection](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) + +# How to use this image # Issues and Contributing