diff options
Diffstat (limited to '')
-rwxr-xr-x | devtools/find-type-definition | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/find-type-definition b/devtools/find-type-definition index 26e19f2..9523e7c 100755 --- a/devtools/find-type-definition +++ b/devtools/find-type-definition @@ -1,4 +1,5 @@ #!/bin/sh +# See LICENSE file for copyright and license details. type="$1" shift 1 |