Remove copyright headers from Python files · ScientificDataFormat/SDF-Python@017e4e3 · GitHub
Skip to content

Commit 017e4e3

Browse files
committed
Remove copyright headers from Python files
1 parent c1a13f1 commit 017e4e3

6 files changed

Lines changed: 1 addition & 11 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion

sdf/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
2-
31
import numpy as np
42
from .units import convert_unit
53
import re

sdf/dsres.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
2-
31
import numpy as np
42
from sdf import Group, Dataset
53
import scipy.io

sdf/hdf5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
2-
31
import h5py
42
import sdf
53
import numpy as np

sdf/ndtable.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
2-
31
from ctypes import c_double, c_void_p, c_int, byref, cdll
42
import numpy as np
53
import sys

sdf/units.py

Lines changed: 0 additions & 2 deletions

0 commit comments

Comments
 (0)