diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-20 17:00:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-20 17:00:24 +0200 |
commit | 062d396630e8f81f85f3642135e6f096c58d9037 (patch) | |
tree | ea5f9c38d17721f8f685d7716883a86f099616dd /etc | |
parent | 416f5ee22d062ae8ccbdeb7af896ef28c932f0db (diff) |
Add missing file headers
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/lowercase-headers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/lowercase-headers b/etc/lowercase-headers index 28868fc..dd9c42a 100755 --- a/etc/lowercase-headers +++ b/etc/lowercase-headers @@ -1,5 +1,9 @@ #! /usr/bin/env bash +# file : etc/lowercase-headers +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + # Create all-lowercase symlinks for .h headers in <dir> (recursively) that # contain capital letters in their names. # |