[FFmpeg-devel] [PATCH 1/8] doc/texi2pod: change GNU CC to GCC

Timothy Gu timothygu99 at gmail.com
Thu Jan 23 05:03:59 CET 2014


From: Nathanael Nerode <neroden at gcc.gnu.org>

Taken from GCC r67120 / 133482bcd7b986dba36eae0d744eb86109b10660.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 doc/texi2pod.pl | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 6cf78d8..3d1b7cd 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -1,21 +1,21 @@
 #!/usr/bin/env perl
 
-#   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+#   Copyright (C) 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
 
-# This file is part of GNU CC.
+# This file is part of GCC.
 
-# GNU CC is free software; you can redistribute it and/or modify
+# GCC is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2, or (at your option)
 # any later version.
 
-# GNU CC is distributed in the hope that it will be useful,
+# GCC is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with GNU CC; see the file COPYING.  If not, write to
+# along with GCC; see the file COPYING.  If not, write to
 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
 # Boston, MA 02110-1301 USA
 
-- 
1.8.3.2



More information about the ffmpeg-devel mailing list