Skip to content

Commit 017e4e3

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

File tree

6 files changed

+1
-11
lines changed

6 files changed

+1
-11
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Get the scale for the first dimension:
6969

7070
-----------------------------
7171

72-
|copyright| 2024 |Dassault Systemes|
72+
Copyright |copyright| 2024 |Dassault Systemes|
7373

7474
.. _SDF specification: https://github.com/ScientificDataFormat/SDF
7575
.. _HDF5: https://www.hdfgroup.org/hdf5/

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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
2-
31
import math
42

53

0 commit comments

Comments
 (0)