Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / lib / bitfield.h
index 861e6dcd8107b408219efb26147053a5eeea1366..a729db99b10e364d64c2f7e40624d1b1cf4b5219 100644 (file)
@@ -1,25 +1,16 @@
-#ifndef _BABELTRACE_BITFIELD_H
-#define _BABELTRACE_BITFIELD_H
-
-/*
+/* SPDX-License-Identifier: MIT
+ *
  * BabelTrace
  *
  * Bitfields read/write functions.
  *
  * Copyright 2010 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- *
- * 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 "../ltt-endian.h"
+#ifndef _BABELTRACE_BITFIELD_H
+#define _BABELTRACE_BITFIELD_H
+
+#include <lttng-endian.h>
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.023246 seconds and 4 git commands to generate.