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]

Patch: FYI: copyright header for java-tree.def


I'm checking this in.

I noticed that java-tree.def does not have a copyright header.  This
patch adds one.  I asked about what dates to use and David E. said
that the year it was written and this year were good enough.  I
believe this was written in 1996 along with other bits of gcj (the
first public checkin is 1998, though).  So, I used 1996 and 2007.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* java-tree.def: Added copyright header.

Index: java-tree.def
===================================================================
--- java-tree.def	(revision 120830)
+++ java-tree.def	(working copy)
@@ -1,5 +1,26 @@
+/* This file contains the definitions and documentation for the
+   extra tree codes used by gcj.
+   Copyright (C) 1996, 2007 Free Software Foundation, Inc.
+
+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 2, 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 COPYING.  If not, write to the Free
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
+
+
 /* Shift right, logical. */
-
 DEFTREECODE (URSHIFT_EXPR, "urshift_expr", tcc_binary, 2)
 
 /* Return -1, 0, 1 depending on whether the first argument is


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