Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-sessiond / tracker.h
index 7497abd0c8fd711281a8dd4a6298d3013d727d28..78a12a6c760b245cf9d2dae46abd2499576ce7ee 100644 (file)
@@ -1,23 +1,13 @@
-#ifndef _LTT_TRACKER_H
-#define _LTT_TRACKER_H
-
 /*
- * Copyright (C) 2018 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License, version 2 only,
- * as published by the Free Software Foundation.
+ * Copyright (C) 2018 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * This program 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 General Public License for more details.
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef _LTT_TRACKER_H
+#define _LTT_TRACKER_H
+
 #include <lttng/tracker.h>
 #include <urcu.h>
 #include <urcu/list.h>
This page took 0.022531 seconds and 4 git commands to generate.