I've got new files with the right copyright headers just about ready to hit the repo. Just waiting for a code review. JavaOne is this week so everyone is pretty busy out there right now, so it might have to wait until next week. -- - Keith Florian Weimer wrote:
* keith mcguigan:
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes Summary: Initial checkin of JSDT code Reviewed-by: sspitsyn, sbohne
! make/com/sun/Makefile + make/com/sun/tracing/Makefile
This file contains the wrong copyright header:
diff -r 66c2b0cfc896 make/com/sun/tracing/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make/com/sun/tracing/Makefile Thu May 08 02:33:35 2008 +0200 @@ -0,0 +1,26 @@ +# +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. +# + +# +# Makefile for building tracing classes +#
[snip]
Perhaps you should add some sort of pre-commit hook that looks for these strings. 8-)