From 4ebeee758245e62af925fe857f41a177247489f0 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Fri, 28 Nov 2014 18:02:49 +0100 Subject: [PATCH 1/3] dist/tools/cppcheck: add license --- dist/tools/cppcheck/check.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist/tools/cppcheck/check.sh b/dist/tools/cppcheck/check.sh index 9c2a63c173..6e04ab600a 100755 --- a/dist/tools/cppcheck/check.sh +++ b/dist/tools/cppcheck/check.sh @@ -1,5 +1,12 @@ #!/bin/sh +# Copyright 2014 Ludwig Ortmann +# Copyright 2014 Hinnerk van Bruinehsen +# +# 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 From 8abaf95ed1fcd9d2a04f412cd40ba8aff0a43e10 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Fri, 28 Nov 2014 18:03:07 +0100 Subject: [PATCH 2/3] dist/tools/externc: add license --- dist/tools/externc/check.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dist/tools/externc/check.sh b/dist/tools/externc/check.sh index 7311be26b5..fa415740e7 100755 --- a/dist/tools/externc/check.sh +++ b/dist/tools/externc/check.sh @@ -1,5 +1,12 @@ #!/bin/sh +# Copyright 2014 Ludwig Ortmann +# Copyright 2014 DangNhat Pham-Huu <51002279@hcmut.edu.vn> +# +# 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. + # customizable CHECKROOT=$(dirname "${0}") From fdae56a7a585cf32760dc8637f4ffc5f1eb43560 Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann Date: Fri, 28 Nov 2014 18:03:38 +0100 Subject: [PATCH 3/3] dist/tools/licenses: add license --- dist/tools/licenses/check.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/tools/licenses/check.sh b/dist/tools/licenses/check.sh index 0ebd94bb93..12d34259fd 100755 --- a/dist/tools/licenses/check.sh +++ b/dist/tools/licenses/check.sh @@ -1,5 +1,11 @@ #!/bin/sh +# Copyright 2014 Ludwig Ortmann +# +# 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. + # customizable CHECKROOT=$(dirname "${0}") LICENSEDIR="${CHECKROOT}/patterns"