summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/f08.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/f08.py')
-rw-r--r--SCons/Tool/f08.py25
1 files changed, 8 insertions, 17 deletions
diff --git a/SCons/Tool/f08.py b/SCons/Tool/f08.py
index 3d1bce2..eb367c5 100644
--- a/SCons/Tool/f08.py
+++ b/SCons/Tool/f08.py
@@ -1,15 +1,6 @@
-"""SCons.Tool.f08
-
-Tool-specific initialization for the generic Posix f08 Fortran compiler.
-
-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.
-
-"""
-
+# MIT License
#
-# __COPYRIGHT__
+# 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
@@ -29,14 +20,14 @@ selection method.
# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-#
-__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
+"""Tool-specific initialization for the generic Posix f08 Fortran compiler.
+
+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.
+"""
-import SCons.Defaults
-import SCons.Tool
-import SCons.Util
-from . import fortran
from SCons.Tool.FortranCommon import add_all_to_env, add_f08_to_env
compilers = ['f08']