Add a Log4j 2.x Java agent
[lttng-ust.git] / doc / examples / java-jul / Makefile
index 5a594ff3e2f200ef3d62f5cfa25d2c78fa5826e2..c981c76779b30c0946fbbc49aca84f3a911febd9 100644 (file)
@@ -1,14 +1,6 @@
+# SPDX-License-Identifier: MIT
 #
-# Copyright (C) 2013 - David Goulet <dgoulet@efficios.com>
-#
-# 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 <dgoulet@efficios.com>
 #
 # 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)
This page took 0.023327 seconds and 4 git commands to generate.