X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fjava-jul%2FMakefile;h=c981c76779b30c0946fbbc49aca84f3a911febd9;hb=464c475658ae29039b3b9e769b5b02195688a94a;hp=5a594ff3e2f200ef3d62f5cfa25d2c78fa5826e2;hpb=9f1d7029482a337e009c0c1b001a903edd87d15c;p=lttng-ust.git diff --git a/doc/examples/java-jul/Makefile b/doc/examples/java-jul/Makefile index 5a594ff3..c981c767 100644 --- a/doc/examples/java-jul/Makefile +++ b/doc/examples/java-jul/Makefile @@ -1,14 +1,6 @@ +# SPDX-License-Identifier: MIT # -# Copyright (C) 2013 - David Goulet -# -# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR -# IMPLIED. ANY USE IS AT YOUR OWN RISK. -# -# Permission is hereby granted to use or copy this program for any purpose, -# provided the above notices are retained on all copies. Permission to modify -# the code and to distribute modified code is granted, provided the above -# notices are retained, and a notice that the code was modified is included -# with the above copyright notice. +# Copyright (C) 2013 David Goulet # # This Makefile is not using automake so that users may see how to build a # program with tracepoint provider probes as stand-alone shared objects. @@ -48,4 +40,4 @@ classes: $(CLASSES:.java=.class) .PHONY: clean clean: - $(RM) *.class + $(RM) $(CLASSES:.java=.class)