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 /msvc-common/msvc-cl-common | |
parent | 416f5ee22d062ae8ccbdeb7af896ef28c932f0db (diff) |
Add missing file headers
Diffstat (limited to 'msvc-common/msvc-cl-common')
-rwxr-xr-x | msvc-common/msvc-cl-common | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/msvc-common/msvc-cl-common b/msvc-common/msvc-cl-common index 4a5b79f..c0e0528 100755 --- a/msvc-common/msvc-cl-common +++ b/msvc-common/msvc-cl-common @@ -1,5 +1,9 @@ #! /usr/bin/env bash +# file : msvc-common/msvc-cl-common +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + # Note: shouldn't be executed directly, src_dir must be set. # Common cl.exe driver that expects the VCBIN, INCLUDE, and, if running as a |