Move private headers out of 'lttng/' public header dir
[lttng-ust.git] / liblttng-ust / lttng-context-provider.c
index fe831366779a0332531fcfad63769742481549a0..9af001b57284d0b7e45ff1fd00f6a94efd74fa08 100644 (file)
@@ -1,23 +1,9 @@
 /*
- * lttng-context-provider.c
- *
- * LTTng UST application context provider.
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; only
- * version 2.1 of the License.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * LTTng UST application context provider.
  */
 
 #define _LGPL_SOURCE
@@ -26,7 +12,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <lttng/ust-context-provider.h>
+#include <ust-context-provider.h>
 
 #include "lttng-tracer-core.h"
 #include "jhash.h"
This page took 0.023141 seconds and 4 git commands to generate.