This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: GPLv3: treelang


Hi Guys,

  Here is the first of the patches to change source files over to
  GPLv3.  I have chosen to change the treelang directory first because
  it is small, so the patch itself will not be too big.  This patch
  basically represents the changes I intend to make to all of the
  non-exempt gcc source files, assuming that the changes are approved.

  What I have done for each file is to add the year 2007 to the
  copyright year list, if it was not already there.  Change the text
  to license the file under "version 3 (or later)" and to refer the
  reader to the COPYING3 file for the body of the GPLv3.

  So, please may I apply this patch ?

Cheers
  Nick

gcc/treelang/ChangeLog
2007-07-17  Nick Clifton  <nickc@redhat.com>

	* parse.y: Change copyright header to refer to version 3 of the
	GNU General Public License and to point readers at the COPYING3
	file.
	* lex.l: Likewise.
	* lang.opt: Likewise.
	* lang-specs.h: Likewise.
	* treelang.h: Likewise.
	* config-lang.in: Likewise.
	* tree-convert.c: Likewise.
	* treetree.c: Likewise.
	* tree1.c: Likewise.
	* Make-lang.in: Likewise.
	* treetree.h: Likewise.
	* spec.c: Likewise.

Attachment: treelang.patch.bz2
Description: BZip2 compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]