Skip to content

Commit

Permalink
add MXCuBE license message
Browse files Browse the repository at this point in the history
  • Loading branch information
FLorial Jean Baptiste committed Jan 8, 2024
1 parent 1cd5a73 commit 28216eb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 3 deletions.
26 changes: 24 additions & 2 deletions mxcubecore/HardwareObjects/Harvester.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# encoding: utf-8
#
# Project: MXCuBE
# https://github.com/mxcube
#
# This file is part of MXCuBE software.
#
# MXCuBE is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# MXCuBE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU General Lesser Public License
# along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.

"""
[Name] Harvester
Expand All @@ -11,11 +31,13 @@
[Commands]
- getSampleList : Get list of available sample from Harvester
[Example xml file:]
- Harvest : Harvest sample make it ready to load
<equipment class="Harvester">
<object class="Harvester">
<username>harvester</username>
<exporter_address>wid30harvest:9001</exporter_address>
</equipment>
</object>
-----------------------------------------------------------------
"""
import gevent
Expand Down
22 changes: 21 additions & 1 deletion mxcubecore/HardwareObjects/HarvesterMaintenance.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# encoding: utf-8
#
# Project: MXCuBE
# https://github.com/mxcube
#
# This file is part of MXCuBE software.
#
# MXCuBE is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# MXCuBE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU General Lesser Public License
# along with MXCuBE. If not, see <http://www.gnu.org/licenses/>.

"""
Harvester Maintenance maintenance .
Harvester Maintenance.
"""
from mxcubecore.BaseHardwareObjects import HardwareObject

Expand Down

0 comments on commit 28216eb

Please sign in to comment.