make/templates/gpl-header

Tue, 25 Mar 2008 14:38:56 -0700

author
ohair
date
Tue, 25 Mar 2008 14:38:56 -0700
changeset 10
cbc8ad9dd0e0
parent 2
cfeea66a3fa8
child 213
c129c592e9d6
permissions
-rw-r--r--

6623832: Cleanup old j2se makefile targets
Summary: Just removing unneeded makefile rules and 'control' logic.
Reviewed-by: xdono

duke@2 1 Copyright %YEARS% Sun Microsystems, Inc. All Rights Reserved.
duke@2 2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@2 3
duke@2 4 This code is free software; you can redistribute it and/or modify it
duke@2 5 under the terms of the GNU General Public License version 2 only, as
duke@2 6 published by the Free Software Foundation.
duke@2 7
duke@2 8 This code is distributed in the hope that it will be useful, but WITHOUT
duke@2 9 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@2 10 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@2 11 version 2 for more details (a copy is included in the LICENSE file that
duke@2 12 accompanied this code).
duke@2 13
duke@2 14 You should have received a copy of the GNU General Public License version
duke@2 15 2 along with this work; if not, write to the Free Software Foundation,
duke@2 16 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@2 17
duke@2 18 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
duke@2 19 CA 95054 USA or visit www.sun.com if you need additional information or
duke@2 20 have any questions.

mercurial