X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fjava-jul%2FMakefile;h=6f5740a4a6ca5e4aa85b1bb778261cbbd051e74b;hb=f99a29ba63ae7dafa2787a9d5edc38217556537d;hp=5a594ff3e2f200ef3d62f5cfa25d2c78fa5826e2;hpb=9f1d7029482a337e009c0c1b001a903edd87d15c;p=lttng-ust.git diff --git a/doc/examples/java-jul/Makefile b/doc/examples/java-jul/Makefile index 5a594ff3..6f5740a4 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)