* 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-)