summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/clang.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/clang.py')
-rw-r--r--SCons/Tool/clang.py25
1 files changed, 12 insertions, 13 deletions
diff --git a/SCons/Tool/clang.py b/SCons/Tool/clang.py
index e39c742..e033cfa 100644
--- a/SCons/Tool/clang.py
+++ b/SCons/Tool/clang.py
@@ -1,17 +1,8 @@
# -*- coding: utf-8; -*-
-
-"""SCons.Tool.clang
-
-Tool-specific initialization for clang.
-
-There normally shouldn't be any need to import this module directly.
-It will usually be imported through the generic SCons.Tool.Tool()
-selection method.
-
-"""
-
#
-# __COPYRIGHT__
+# MIT License
+#
+# Copyright The SCons Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -32,8 +23,16 @@ selection method.
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
+"""SCons.Tool.clang
+
+Tool-specific initialization for clang.
+
+There normally shouldn't be any need to import this module directly.
+It will usually be imported through the generic SCons.Tool.Tool()
+selection method.
+
+"""
-# __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
# Based on SCons/Tool/gcc.py by Paweł Tomulik 2014 as a separate tool.
# Brought into the SCons mainline by Russel Winder 2017.