Skip to content

Commit

Permalink
Removing old numad license text
Browse files Browse the repository at this point in the history
  • Loading branch information
kbonney committed Jul 18, 2023
1 parent 8454d7a commit 8b07ecb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 52 deletions.
6 changes: 0 additions & 6 deletions src/pynumad/io/yaml_to_blade.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################

import yaml
import numpy as np
from scipy.stats import mode
Expand Down
6 changes: 0 additions & 6 deletions src/pynumad/objects/Airfoil.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################

import re
import numpy as np

Expand Down
6 changes: 0 additions & 6 deletions src/pynumad/objects/Blade.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################

import re, warnings
import numpy as np
from copy import copy
Expand Down
6 changes: 0 additions & 6 deletions src/pynumad/objects/Component.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################

from matplotlib import pyplot as plt
import numpy as np
import matplotlib.pyplot as plt
Expand Down
7 changes: 0 additions & 7 deletions src/pynumad/objects/Material.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################


class Material:
"""MaterialDef: A class for blade materials.
Expand Down
7 changes: 0 additions & 7 deletions src/pynumad/objects/Stack.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################


class Stack:
"""A class definition for a stack of composite layers.
Expand Down
7 changes: 0 additions & 7 deletions src/pynumad/objects/Subobjects.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################


class MatDBentry:
"""A simple class to organize the attributes of a material"""

Expand Down
8 changes: 1 addition & 7 deletions src/pynumad/utils/misc_utils.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
########################################################################
# Part of the SNL NuMAD Toolbox #
# Developed by Sandia National Laboratories Wind Energy Technologies #
# See license.txt for disclaimer information #
########################################################################

import numpy as np
mport numpy as np


# SED-like substitution
Expand Down

0 comments on commit 8b07ecb

Please sign in to comment.