Hello
I found out that the gcc/version.h the license comment on the
file was missing so i had to add it for the uniformity of the files
and understanding of the coding conventions.
Thanks
Index: gcc/version.h
===================================================================
--- gcc/version.h (revision 208009)
+++ gcc/version.h (working copy)
@@ -1,3 +1,24 @@
+/* Version of GCC compiler.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
+ Contributed by Nathan Sidwell <[email protected]>
+ Re-implemented in C++ by Diego Novillo <[email protected]>
+
+This file is part of GCC.
+
+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 3, or (at your option) any later
+version.
+
+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 GCC; see the file COPYING3. If not see
+<http://www.gnu.org/licenses/>. */
+
#ifndef GCC_VERSION_H
#define GCC_VERSION_H
extern const char version_string[];