Skip to content

Commit 2d7b0de

Browse files
committed
Update copyright year
1 parent b6af36f commit 2d7b0de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Dassault Systemes. All rights reserved.
1+
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
22

33
import numpy as np
44
from .units import convert_unit

sdf/dsres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Dassault Systemes. All rights reserved.
1+
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
22

33
import numpy as np
44
from sdf import Group, Dataset

sdf/hdf5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Dassault Systemes. All rights reserved.
1+
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
22

33
import h5py
44
import sdf

sdf/ndtable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Dassault Systemes. All rights reserved.
1+
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
22

33
from ctypes import c_double, c_void_p, c_int, byref, cdll
44
import numpy as np

sdf/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017 Dassault Systemes. All rights reserved.
1+
# Copyright (c) 2019 Dassault Systemes. All rights reserved.
22

33
import math
44

0 commit comments

Comments
 (0)