diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-18 20:11:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-18 20:11:04 +0200 |
commit | 7851daec7a9f9d2ce74a91adeb599e3b820c485b (patch) | |
tree | 5ab2676eaeeea2dff606b420a08450ed60f3f743 /mesonbuild/scripts/scanbuild.py | |
parent | 6b8df9da84fe5c8aef92230a59ac22b99d548b00 (diff) | |
parent | 9cfdd3078949bb30e2f88ab01ab06eaa9d353233 (diff) | |
download | meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.zip meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.gz meson-7851daec7a9f9d2ce74a91adeb599e3b820c485b.tar.bz2 |
Merge pull request #1216 from mesonbuild/ignatenko/shebangs
Remove shebangs on files inside module
Diffstat (limited to 'mesonbuild/scripts/scanbuild.py')
-rw-r--r-- | mesonbuild/scripts/scanbuild.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/scripts/scanbuild.py b/mesonbuild/scripts/scanbuild.py index dd74ce8..2ef22bd 100644 --- a/mesonbuild/scripts/scanbuild.py +++ b/mesonbuild/scripts/scanbuild.py @@ -1,4 +1,5 @@ # Copyright 2016 The Meson development team + # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at |