X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-tracer.h;h=a6672c9d2d19d9c7f28087a843738897449877b7;hb=1f49fc05ef59d2732d1f84423d0afda5fe4d4265;hp=205af942c50ca456a2f211e6b481a1995dfb2a99;hpb=562c813acc6247c3c749841f4e4f812e7cedb66a;p=lttng-ust.git diff --git a/include/lttng/ust-tracer.h b/include/lttng/ust-tracer.h index 205af942..a6672c9d 100644 --- a/include/lttng/ust-tracer.h +++ b/include/lttng/ust-tracer.h @@ -1,19 +1,22 @@ -#ifndef _LTTNG_TRACER_H -#define _LTTNG_TRACER_H +#ifndef _LTTNG_UST_TRACER_H +#define _LTTNG_UST_TRACER_H /* * Copyright (C) 2005-2011 Mathieu Desnoyers * * This contains the core definitions for the Linux Trace Toolkit. * - * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED - * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. + * Copyright 2011-2012 - Mathieu Desnoyers * - * 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. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. */ #include @@ -36,4 +39,4 @@ #define lttng_is_signed_type(type) (((type)(-1)) < 0) -#endif /* _LTTNG_TRACER_CORE_H */ +#endif /* _LTTNG_UST_TRACER_H */