Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / compat / path.h
index f4ac6bfef2c8af417a97d34314a7af21de725305..8c3d1ded1006046451b0b17dd4c4e6e1ed0ff9d0 100644 (file)
@@ -1,13 +1,18 @@
 /*
  * Copyright (C) 2020 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
+#ifndef _COMPAT_PATH_H
+#define _COMPAT_PATH_H
+
 /* Build platform's preferred path separator. */
 #if defined(_WIN32) || defined(__CYGWIN__)
 #define LTTNG_PATH_SEPARATOR '\\'
 #else
 #define LTTNG_PATH_SEPARATOR '/'
 #endif
+
+#endif /* _COMPAT_PATH_H */
This page took 0.022931 seconds and 4 git commands to generate.