src/share/classes/com/sun/tools/javah/resources/version.properties-template

Tue, 28 Dec 2010 15:54:52 -0800

author
ohair
date
Tue, 28 Dec 2010 15:54:52 -0800
changeset 798
4868a36f6fd8
parent 694
f6fe12839a8a
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6962318: Update copyright year
Reviewed-by: xdono

jjg@694 1 #
ohair@798 2 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
jjg@694 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
jjg@694 4 #
jjg@694 5 # This code is free software; you can redistribute it and/or modify it
jjg@694 6 # under the terms of the GNU General Public License version 2 only, as
jjg@694 7 # published by the Free Software Foundation. Oracle designates this
jjg@694 8 # particular file as subject to the "Classpath" exception as provided
jjg@694 9 # by Oracle in the LICENSE file that accompanied this code.
jjg@694 10 #
jjg@694 11 # This code is distributed in the hope that it will be useful, but WITHOUT
jjg@694 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
jjg@694 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
jjg@694 14 # version 2 for more details (a copy is included in the LICENSE file that
jjg@694 15 # accompanied this code).
jjg@694 16 #
jjg@694 17 # You should have received a copy of the GNU General Public License version
jjg@694 18 # 2 along with this work; if not, write to the Free Software Foundation,
jjg@694 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
jjg@694 20 #
jjg@694 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
jjg@694 22 # or visit www.oracle.com if you need additional information or have any
jjg@694 23 # questions.
jjg@694 24 #
jjg@694 25
jjg@694 26 jdk=$(JDK_VERSION)
jjg@694 27 full=$(FULL_VERSION)
jjg@694 28 release=$(RELEASE)

mercurial