summaryrefslogtreecommitdiff
path: root/tests/test-sysfsattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-sysfsattr.c')
-rw-r--r--tests/test-sysfsattr.c22
1 files changed, 3 insertions, 19 deletions
diff --git a/tests/test-sysfsattr.c b/tests/test-sysfsattr.c
index 9d1c920..12e45ef 100644
--- a/tests/test-sysfsattr.c
+++ b/tests/test-sysfsattr.c
@@ -1,24 +1,8 @@
-/* umockdev example: use libumockdev in C to fake a battery
- * Build with:
- * gcc battery.c -Wall `pkg-config --cflags --libs umockdev-1.0 gio-2.0` -o /tmp/battery
- * Run with:
- * umockdev-wrapper /tmp/battery
+/*
+ * SPDX-FileCopyrightText: 2013 Canonical Ltd.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
*
- * Copyright (C) 2013 Canonical Ltd.
* Author: Martin Pitt <martin.pitt@ubuntu.com>
- *
- * umockdev 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; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * umockdev 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 program; If not, see <http://www.gnu.org/licenses/>.
*/
#include <locale.h>