X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-ust-nevents%2Ftp.c;h=197278d505379a7f481d75150120a37a41cdf041;hp=a09561d709ae08d77308a5827e83d979ad2eb1a3;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=ffb08a8cbd7c40e4ca15622f88dca18f0790fddf diff --git a/tests/utils/testapp/gen-ust-nevents/tp.c b/tests/utils/testapp/gen-ust-nevents/tp.c index a09561d70..197278d50 100644 --- a/tests/utils/testapp/gen-ust-nevents/tp.c +++ b/tests/utils/testapp/gen-ust-nevents/tp.c @@ -1,15 +1,10 @@ /* - * Copyright (c) - 2012 David Goulet + * Copyright (C) 2012 David Goulet * - * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED OR - * IMPLIED. ANY USE IS AT YOUR OWN RISK. + * SPDX-License-Identifier: MIT * - * 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. */ +#define _LGPL_SOURCE #define TRACEPOINT_CREATE_PROBES #include "tp.h"