Skip to content

Commit 931d96b

Browse files
authored
Merge pull request #274 from DMSC-Instrument-Data/remove_plankton_references
Remove plankton references
2 parents 42f6ac8 + aaff7d4 commit 931d96b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

src/lewis/devices/julabo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/devices/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/devices/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/devices/states.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/interfaces/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/interfaces/julabo_stream_interface_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

src/lewis/devices/julabo/interfaces/julabo_stream_interface_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

test/test_SimulatedJulabo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# *********************************************************************
3-
# plankton - a library for creating hardware device simulators
3+
# lewis - a library for creating hardware device simulators
44
# Copyright (C) 2016-2017 European Spallation Source ERIC
55
#
66
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)