X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-version.h.in;h=5e9d17fc2f2cb5e0ef73a9ed38023a013a929124;hb=891d6b550bf16672b0c3a7b35362f231d6e10fc1;hp=ea04252434ea164f9a8365fa7142c0c39582e32d;hpb=b728d87e617189fe9898a9492a559ecf949d2348;p=lttng-ust.git diff --git a/include/lttng/ust-version.h.in b/include/lttng/ust-version.h.in index ea042524..5e9d17fc 100644 --- a/include/lttng/ust-version.h.in +++ b/include/lttng/ust-version.h.in @@ -1,21 +1,14 @@ -#ifndef _LTTNG_UST_VERSION_H -#define _LTTNG_UST_VERSION_H - /* - * lttng/ust-version.h.in. Contains the LTTng-UST versions - * - * Copyright (c) 2011 - Mathieu Desnoyers + * SPDX-License-Identifier: MIT * - * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED - * OR IMPLIED. ANY USE IS AT YOUR OWN RISK. + * Copyright (C) 2011 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. + * Contains the LTTng-UST versions. */ +#ifndef _LTTNG_UST_VERSION_H +#define _LTTNG_UST_VERSION_H + #define LTTNG_UST_MAJOR_VERSION @MAJOR_VERSION@ #define LTTNG_UST_MINOR_VERSION @MINOR_VERSION@ #define LTTNG_UST_PATCHLEVEL_VERSION @PATCHLEVEL_VERSION@