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"