From 89d117a2b1a2e1bd6fc2defa457136686396c38b Mon Sep 17 00:00:00 2001 From: Nidhi Gupta Date: Thu, 13 Jun 2019 12:37:45 +0530 Subject: [PATCH] Remove J9_VERSION and update copyright header Removed J9_Version from Test compiler and JitBuilder and updated the copyright header to current year. Fixes #1651 Signed-off-by: Nidhi Gupta --- fvtest/compilertest/build/toolcfg/common.mk | 3 +-- jitbuilder/build/toolcfg/common.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fvtest/compilertest/build/toolcfg/common.mk b/fvtest/compilertest/build/toolcfg/common.mk index b0803feb2d5..d891737bb43 100644 --- a/fvtest/compilertest/build/toolcfg/common.mk +++ b/fvtest/compilertest/build/toolcfg/common.mk @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016, 2018 IBM Corp. and others +# Copyright (c) 2016, 2019 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -19,7 +19,6 @@ # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception ############################################################################### -J9_VERSION?=29 ifdef J9SRC OMR_DIR?=$(J9SRC)/omr diff --git a/jitbuilder/build/toolcfg/common.mk b/jitbuilder/build/toolcfg/common.mk index 23a97525475..d82f9747e00 100644 --- a/jitbuilder/build/toolcfg/common.mk +++ b/jitbuilder/build/toolcfg/common.mk @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2016, 2018 IBM Corp. and others +# Copyright (c) 2016, 2019 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -20,7 +20,6 @@ # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception ############################################################################### -J9_VERSION?=29 ifdef J9SRC OMR_DIR?=$(J9SRC)/omr