Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / utils / common.c
index 1878d777d3eba4b78f43523a4dcc8f48fd8719a0..ee7780f4046e1cd9d33871a444837964182558c0 100644 (file)
@@ -1,24 +1,13 @@
 /*
- * common.c
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * Lib BabelTrace - Common function to all tests
- *
- * Copyright 2012 - Yannick Brosseau <yannick.brosseau@gmail.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; under version 2 of the License.
+ * Copyright (C) 2012 Yannick Brosseau <yannick.brosseau@gmail.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.
- *
- * 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.
+ * Lib BabelTrace - Common function to all tests
  */
 
+#include "common.h"
+
 #include <unistd.h>
 #include <stdio.h>
 #include <dirent.h>
This page took 0.023114 seconds and 4 git commands to generate.