1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

dist/tools/cppcheck: add license

This commit is contained in:
Ludwig Ortmann 2014-11-28 18:02:49 +01:00
parent 54050a24f1
commit 4ebeee7582

View File

@ -1,5 +1,12 @@
#!/bin/sh
# Copyright 2014 Ludwig Ortmann <ludwig.ortmann@fu-berlin.de>
# Copyright 2014 Hinnerk van Bruinehsen <h.v.bruinehsen@fu-berlin.de>
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
# Don't show warnings about unusedStructMembers by default
DEFAULT_SUPPRESSIONS="${1}"
if echo "${DEFAULT_SUPPRESSIONS}" | grep -q '^--show-unused-struct'; then