Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 55c2f13

Browse files
author
William McLendon
committed
Style corrections on license file
1 parent 02e23ff commit 55c2f13

File tree

9 files changed

+0
-45
lines changed

9 files changed

+0
-45
lines changed

src/setprogramoptions/SetProgramOptions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/SetProgramOptionsCMake.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/common.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/unittests/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/unittests/common.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/unittests/test_SetProgramOptions.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/unittests/test_SetProgramOptionsCMake.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

src/setprogramoptions/version.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#!/usr/bin/env python3
22
# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*-
33
#===============================================================================
4-
# Copyright Notice
5-
# ----------------
6-
# Copyright 2021 National Technology & Engineering Solutions of Sandia,
7-
# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS,
8-
# the U.S. Government retains certain rights in this software.
94
#
105
# License (3-Clause BSD)
116
# ----------------------

0 commit comments

Comments
 (0)