diff options
Diffstat (limited to 'libcxx/utils/not/not.py')
-rw-r--r-- | libcxx/utils/not/not.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libcxx/utils/not/not.py b/libcxx/utils/not/not.py index 96e4ea7eee1..d9ceb8515d0 100644 --- a/libcxx/utils/not/not.py +++ b/libcxx/utils/not/not.py @@ -1,3 +1,12 @@ +#===----------------------------------------------------------------------===## +# +# The LLVM Compiler Infrastructure +# +# This file is dual licensed under the MIT and the University of Illinois Open +# Source Licenses. See LICENSE.TXT for details. +# +#===----------------------------------------------------------------------===## + """not.py is a utility for inverting the return code of commands. It acts similar to llvm/utils/not. ex: python /path/to/not.py ' echo hello |