diff options
Diffstat (limited to 'tools/firmware-utils/src/mkmerakifw.c')
-rw-r--r-- | tools/firmware-utils/src/mkmerakifw.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/firmware-utils/src/mkmerakifw.c b/tools/firmware-utils/src/mkmerakifw.c index 1a50f1658f..b84d42d148 100644 --- a/tools/firmware-utils/src/mkmerakifw.c +++ b/tools/firmware-utils/src/mkmerakifw.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2015 Thomas Hebb <tommyhebb@gmail.com> * @@ -6,11 +7,6 @@ * same purpose. I have created this reimplementation at his request. The * original script can be found at: * <https://github.com/riptidewave93/meraki-partbuilder> - * - * 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. - * */ #include <stdio.h> |