summaryrefslogtreecommitdiffstats
path: root/commands/of_fixup_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/of_fixup_status.c')
-rw-r--r--commands/of_fixup_status.c20
1 files changed, 4 insertions, 16 deletions
diff --git a/commands/of_fixup_status.c b/commands/of_fixup_status.c
index e0da429ac3..50c1bbb146 100644
--- a/commands/of_fixup_status.c
+++ b/commands/of_fixup_status.c
@@ -1,23 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0-only
+// SPDX-FileCopyrightText: © 2014-2016 PHYTEC Messtechnik GmbH
+
/*
* of_fixup_status.c - Register a fixup to enable or disable nodes in the
* device tree
*
- * Copyright (c) 2014-2016 PHYTEC Messtechnik GmbH
- * Author:
- * Teresa Remmet
- * Wadim Egorov
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2
- * as published by the Free Software Foundation.
- *
- * 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.
+ * Authors: Teresa Remmet and Wadim Egorov
*/
#include <common.h>