Skip to content

Commit

Permalink
Updated copyright year.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdouglass committed Apr 25, 2018
1 parent 8a0fdff commit 471a24b
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
© All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, Laboratory of Experimental Biophysics, 2016
Switzerland, Laboratory of Experimental Biophysics, 2016-2018
4 changes: 2 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016, ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Copyright (c) 2016-2018, ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
Switzerland, Laboratory of Experimental Biophysics

Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -26,4 +26,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2 changes: 1 addition & 1 deletion bstore/_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Private functions used by B-Store to facilitate its operation.
Expand Down
2 changes: 1 addition & 1 deletion bstore/batch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/AverageFiducial.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/FiducialTracks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/LocMetadata.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config as config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/Localizations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/TestType.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
2 changes: 1 addition & 1 deletion bstore/datasetTypes/WidefieldImage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import bstore.config
Expand Down
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/AverageFiducial_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the testType generic dataset type.
Expand Down Expand Up @@ -211,4 +211,4 @@ def test_HDF_Datastore_Query_with_AverageFiducial():
assert_equal(ds.datasetType, 'AverageFiducial')

# Remove test datastore file
remove(str(dbName))
remove(str(dbName))
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/FiducialTracks_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the FiducialTracks DatasetType.
Expand Down Expand Up @@ -217,4 +217,4 @@ def test_HDF_Datastore_Query_with_FiducialTracks():
assert_equal(ds.datasetType, 'FiducialTracks')

# Remove test datastore file
remove(str(dbName))
remove(str(dbName))
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/LocMetadata_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the LocMetadata DatasetType.
Expand Down Expand Up @@ -263,4 +263,4 @@ def test_HDF_Datastore_Query():
assert_equal(ds.attributeOf, 'Localizations')

# Remove test datastore file
remove(str(dbName))
remove(str(dbName))
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/Localizations_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the Localizations DatasetType.
Expand Down Expand Up @@ -210,4 +210,4 @@ def test_HDF_Datastore_Query_with_Localizations():
assert_equal(ds.datasetType, 'Localizations')

# Remove test datastore file
remove(str(dbName))
remove(str(dbName))
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/TestType_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the testType generic dataset type.
Expand Down Expand Up @@ -127,4 +127,4 @@ def test_testType_Get_Data():
assert_equal(myNewDS.data, 42)

# Remove the test datastore
remove(str(pathToDB / Path('test_db.h5')))
remove(str(pathToDB / Path('test_db.h5')))
4 changes: 2 additions & 2 deletions bstore/datasetTypes/tests/WidefieldImage_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the WidefieldImage DatasetType.
Expand Down Expand Up @@ -396,4 +396,4 @@ def test_WidefieldImage_Datastore_Query():
assert_equal(ds.datasetType, 'WidefieldImage')

# Remove test datastore file
remove(str(dbName))
remove(str(dbName))
2 changes: 1 addition & 1 deletion bstore/multiprocessors.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Process multiple inputs from a SMLM experiment.
Expand Down
2 changes: 1 addition & 1 deletion bstore/parsers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

import pathlib
Expand Down
2 changes: 1 addition & 1 deletion bstore/readers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2017
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

from abc import ABCMeta, abstractmethod, abstractproperty
Expand Down
4 changes: 2 additions & 2 deletions bstore/tests/batch_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the batch module.
Expand Down Expand Up @@ -176,4 +176,4 @@ def test_HDFBatchProcess_Go():
assert_equal(info[4], 'A647')
assert_equal(info[5], None)
assert_equal(info[6], [0])
assert_equal(info[7], None)
assert_equal(info[7], None)
4 changes: 2 additions & 2 deletions bstore/tests/database_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016-2017
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the database module.
Expand Down Expand Up @@ -673,4 +673,4 @@ def test_HDFDatastore_Build_With_Reader():
if dsName.exists():
remove(str(dsName))

assert_equal(len(res), 6)
assert_equal(len(res), 6)
4 changes: 2 additions & 2 deletions bstore/tests/multiprocessors_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the multiprocessors module.
Expand Down Expand Up @@ -153,4 +153,4 @@ def test_EstimatePhotons_Bad_Mask_Size():

estimator = mp.EstimatePhotons(bgMaskSize = 8, spotMaskRadius = 4)
photons, bg = estimator(imgTest, [(10, 10), (30, 40), (48, 10)])


4 changes: 2 additions & 2 deletions bstore/tests/parsers_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the parsers module.
Expand Down Expand Up @@ -319,4 +319,4 @@ def test_PositionParser_GetDataset_NotInitialized():
"""
parser = parsers.PositionParser()
parser.dataset
parser.dataset
2 changes: 1 addition & 1 deletion bstore/tests/processors_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

from nose.tools import ok_, assert_equal
Expand Down
4 changes: 2 additions & 2 deletions bstore/tests/readers_tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016-2017
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Unit tests for the readers module.
Expand Down Expand Up @@ -169,4 +169,4 @@ def test_JSONReader_Works_With_Parser():
assert_equal(parser.dataset.data['intensity'].iloc[0],4386.6)
assert_equal(parser.dataset.data['x'].iloc[1], 7958.1)
assert_equal(len(parser.dataset.data.columns), 9)
assert_equal(len(parser.dataset.data), 11)
assert_equal(len(parser.dataset.data), 11)
4 changes: 2 additions & 2 deletions bstore/tests/utils_tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# © All rights reserved. ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE,
# Switzerland, Laboratory of Experimental Biophysics, 2016
# Switzerland, Laboratory of Experimental Biophysics, 2016-2018
# See the LICENSE.txt file for more details.

"""Tests of private functions used by B-Store to facilitate its operation.
Expand Down Expand Up @@ -37,4 +37,4 @@ def test_findPlugins():

# Remove the test file
if Path(cFile).exists():
os.remove(cFile)
os.remove(cFile)

0 comments on commit 471a24b

Please sign in to comment.