[pytango] 07/483: fixes #3284265
Sandor Bodo-Merle
sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
sbodomerle-guest pushed a commit to annotated tag bliss_8.10
in repository pytango.
commit 1b9d36a28aab771bdcc72a52fa52398a33b94591
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date: Mon Apr 11 15:32:42 2011 +0000
fixes #3284265
git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@16494 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
PyTango/__init__.py | 25 +++++++++++++------------
PyTango/api_util.py | 25 +++++++++++++------------
PyTango/attribute_proxy.py | 25 +++++++++++++------------
PyTango/base_types.py | 25 +++++++++++++------------
PyTango/callback.py | 25 +++++++++++++------------
PyTango/connection.py | 25 +++++++++++++------------
PyTango/db.py | 25 +++++++++++++------------
PyTango/device_attribute.py | 25 +++++++++++++------------
PyTango/device_class.py | 25 +++++++++++++------------
PyTango/device_data.py | 26 ++++++++++++++------------
PyTango/device_proxy.py | 25 +++++++++++++------------
PyTango/device_server.py | 25 +++++++++++++------------
PyTango/encoded_attribute.py | 25 +++++++++++++------------
PyTango/exception.py | 25 +++++++++++++------------
PyTango/globals.py | 25 +++++++++++++------------
PyTango/group.py | 25 +++++++++++++------------
PyTango/group_element.py | 25 +++++++++++++------------
PyTango/group_reply.py | 25 +++++++++++++------------
PyTango/group_reply_list.py | 25 +++++++++++++------------
PyTango/log4tango.py | 25 +++++++++++++------------
PyTango/pytango_init.py | 25 +++++++++++++------------
PyTango/pytango_pprint.py | 25 +++++++++++++------------
PyTango/pyutil.py | 25 +++++++++++++------------
PyTango/release.py | 27 ++++++++++++++-------------
PyTango/tango_numpy.py | 25 +++++++++++++------------
PyTango/time_val.py | 25 +++++++++++++------------
PyTango/utils.py | 25 +++++++++++++------------
PyTango3/__init__.py | 25 +++++++++++++------------
PyTango3/tango3.py | 25 +++++++++++++------------
cPyTango/__init__.py | 23 +++++++++++++++++++++++
cPyTango/cPyTango.py | 23 +++++++++++++++++++++++
cPyTango/enumeration.py | 23 +++++++++++++++++++++++
doc/revision.rst | 11 ++++++++++-
doc/sphinxext/ipython_console_highlighting.py | 23 +++++++++++++++++++++++
doc/sphinxext/spock_console_highlighting.py | 23 +++++++++++++++++++++++
ez_setup.py | 24 ++++++++++++++++++++++++
setup.py | 25 +++++++++++++------------
src/api_util.cpp | 14 +++++++-------
src/archive_event_info.cpp | 14 +++++++-------
src/attr_conf_event_data.cpp | 14 +++++++-------
src/attribute_alarm_info.cpp | 14 +++++++-------
src/attribute_dimension.cpp | 14 +++++++-------
src/attribute_event_info.cpp | 14 +++++++-------
src/attribute_info.cpp | 14 +++++++-------
src/attribute_info_ex.cpp | 14 +++++++-------
src/attribute_proxy.cpp | 14 +++++++-------
src/base_types.cpp | 14 +++++++-------
src/base_types_numpy.hpp | 14 +++++++-------
src/callback.cpp | 14 +++++++-------
src/callback.h | 14 +++++++-------
src/change_event_info.cpp | 14 +++++++-------
src/command_info.cpp | 14 +++++++-------
src/connection.cpp | 14 +++++++-------
src/constants.cpp | 14 +++++++-------
src/data_ready_event_data.cpp | 14 +++++++-------
src/database.cpp | 14 +++++++-------
src/db.cpp | 14 +++++++-------
src/defs.h | 14 +++++++-------
src/dev_command_info.cpp | 14 +++++++-------
src/dev_error.cpp | 14 +++++++-------
src/device_attribute.cpp | 14 +++++++-------
src/device_attribute.h | 14 +++++++-------
src/device_attribute_config.cpp | 14 +++++++-------
src/device_attribute_history.cpp | 14 +++++++-------
src/device_attribute_numpy.hpp | 14 +++++++-------
src/device_data.cpp | 14 +++++++-------
src/device_data_history.cpp | 14 +++++++-------
src/device_info.cpp | 14 +++++++-------
src/device_proxy.cpp | 14 +++++++-------
src/enums.cpp | 14 +++++++-------
src/event_data.cpp | 14 +++++++-------
src/exception.cpp | 14 +++++++-------
src/exception.h | 14 +++++++-------
src/fast_from_py.h | 14 +++++++-------
src/fast_from_py_numpy.hpp | 14 +++++++-------
src/from_py.cpp | 14 +++++++-------
src/from_py.h | 14 +++++++-------
src/group.cpp | 14 +++++++-------
src/group_element.cpp | 14 +++++++-------
src/group_reply.cpp | 14 +++++++-------
src/group_reply_list.cpp | 14 +++++++-------
src/locker_info.cpp | 14 +++++++-------
src/locking_thread.cpp | 14 +++++++-------
src/periodic_event_info.cpp | 14 +++++++-------
src/poll_device.cpp | 14 +++++++-------
src/precompiled_header.hpp | 14 +++++++-------
src/pytango.cpp | 14 +++++++-------
src/pytgutils.cpp | 14 +++++++-------
src/pytgutils.h | 14 +++++++-------
src/pyutils.cpp | 14 +++++++-------
src/pyutils.h | 14 +++++++-------
src/server/attr.cpp | 23 +++++++++++++++++++++++
src/server/attr.h | 23 +++++++++++++++++++++++
src/server/attribute.cpp | 23 +++++++++++++++++++++++
src/server/attribute.h | 23 +++++++++++++++++++++++
src/server/command.cpp | 23 +++++++++++++++++++++++
src/server/command.h | 23 +++++++++++++++++++++++
src/server/device_class.cpp | 23 +++++++++++++++++++++++
src/server/device_class.h | 23 +++++++++++++++++++++++
src/server/device_impl.cpp | 23 +++++++++++++++++++++++
src/server/device_impl.h | 23 +++++++++++++++++++++++
src/server/dserver.cpp | 23 +++++++++++++++++++++++
src/server/encoded_attribute.cpp | 14 +++++++-------
src/server/log4tango.cpp | 23 +++++++++++++++++++++++
src/server/multi_attribute.cpp | 23 +++++++++++++++++++++++
src/server/subdev.cpp | 23 +++++++++++++++++++++++
src/server/tango_util.cpp | 14 +++++++-------
src/server/user_default_attr_prop.cpp | 23 +++++++++++++++++++++++
src/server/wattribute.cpp | 23 +++++++++++++++++++++++
src/server/wattribute_numpy.hpp | 22 ++++++++++++++++++++++
src/tango_numpy.h | 14 +++++++-------
src/tgutils.h | 14 +++++++-------
src/time_val.cpp | 14 +++++++-------
src/to_py.cpp | 14 +++++++-------
src/to_py.h | 14 +++++++-------
src/to_py_numpy.hpp | 14 +++++++-------
src/version.cpp | 14 +++++++-------
117 files changed, 1372 insertions(+), 803 deletions(-)
diff --git a/PyTango/__init__.py b/PyTango/__init__.py
index 271f512..7ef4b19 100644
--- a/PyTango/__init__.py
+++ b/PyTango/__init__.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is the main PyTango package file.
diff --git a/PyTango/api_util.py b/PyTango/api_util.py
index 0cce36b..11369db 100644
--- a/PyTango/api_util.py
+++ b/PyTango/api_util.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/attribute_proxy.py b/PyTango/attribute_proxy.py
index df85992..7096a1f 100644
--- a/PyTango/attribute_proxy.py
+++ b/PyTango/attribute_proxy.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module. It completes the binding of
diff --git a/PyTango/base_types.py b/PyTango/base_types.py
index 1e276c9..1a533ce 100644
--- a/PyTango/base_types.py
+++ b/PyTango/base_types.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/callback.py b/PyTango/callback.py
index 1ee40bb..79a52dd 100644
--- a/PyTango/callback.py
+++ b/PyTango/callback.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/connection.py b/PyTango/connection.py
index 3302ad8..56ec2a8 100644
--- a/PyTango/connection.py
+++ b/PyTango/connection.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/db.py b/PyTango/db.py
index 5215c37..f6ba22c 100644
--- a/PyTango/db.py
+++ b/PyTango/db.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/device_attribute.py b/PyTango/device_attribute.py
index 94ad42e..44c7315 100644
--- a/PyTango/device_attribute.py
+++ b/PyTango/device_attribute.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/device_class.py b/PyTango/device_class.py
index 48db955..689a572 100644
--- a/PyTango/device_class.py
+++ b/PyTango/device_class.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/device_data.py b/PyTango/device_data.py
index e47c4a7..b0a2cf0 100644
--- a/PyTango/device_data.py
+++ b/PyTango/device_data.py
@@ -1,24 +1,26 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
"""
This is an internal PyTango module.
"""
diff --git a/PyTango/device_proxy.py b/PyTango/device_proxy.py
index a3d0243..bc2f45b 100644
--- a/PyTango/device_proxy.py
+++ b/PyTango/device_proxy.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/device_server.py b/PyTango/device_server.py
index f374d25..41a669c 100644
--- a/PyTango/device_server.py
+++ b/PyTango/device_server.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/encoded_attribute.py b/PyTango/encoded_attribute.py
index 38bb94e..cb3e548 100644
--- a/PyTango/encoded_attribute.py
+++ b/PyTango/encoded_attribute.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/exception.py b/PyTango/exception.py
index 588e006..a743652 100644
--- a/PyTango/exception.py
+++ b/PyTango/exception.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
"""
diff --git a/PyTango/globals.py b/PyTango/globals.py
index 33d8f83..a4a29b6 100644
--- a/PyTango/globals.py
+++ b/PyTango/globals.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/group.py b/PyTango/group.py
index ea8aeba..3637c07 100644
--- a/PyTango/group.py
+++ b/PyTango/group.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/group_element.py b/PyTango/group_element.py
index c07b49d..fa844f5 100644
--- a/PyTango/group_element.py
+++ b/PyTango/group_element.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/group_reply.py b/PyTango/group_reply.py
index 3cd1e55..c13f0a8 100644
--- a/PyTango/group_reply.py
+++ b/PyTango/group_reply.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/group_reply_list.py b/PyTango/group_reply_list.py
index db61348..369c38b 100644
--- a/PyTango/group_reply_list.py
+++ b/PyTango/group_reply_list.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/log4tango.py b/PyTango/log4tango.py
index 4a7618e..61f0fe8 100644
--- a/PyTango/log4tango.py
+++ b/PyTango/log4tango.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module. It provides tango log classes that can
diff --git a/PyTango/pytango_init.py b/PyTango/pytango_init.py
index 9ac87ab..3d6eab0 100644
--- a/PyTango/pytango_init.py
+++ b/PyTango/pytango_init.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/pytango_pprint.py b/PyTango/pytango_pprint.py
index 3acd798..2402459 100644
--- a/PyTango/pytango_pprint.py
+++ b/PyTango/pytango_pprint.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/pyutil.py b/PyTango/pyutil.py
index 8a0cc83..2e198c9 100644
--- a/PyTango/pyutil.py
+++ b/PyTango/pyutil.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/release.py b/PyTango/release.py
index 751f43c..52492d6 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
@@ -46,7 +47,7 @@ class Release:
- keywords : (seq<str>) list of keywords
- licence : (str) the licence"""
name = 'PyTango'
- version_info = (7, 1, 4, 'final', 0)
+ version_info = (7, 1, 5, 'dev', 0)
version = '.'.join(map(str, version_info[:3]))
version_long = version + ''.join(map(str, version_info[3:]))
version_description = 'This version implements the C++ Tango 7.1 API.'
diff --git a/PyTango/tango_numpy.py b/PyTango/tango_numpy.py
index 8b8996d..9eba56e 100644
--- a/PyTango/tango_numpy.py
+++ b/PyTango/tango_numpy.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/time_val.py b/PyTango/time_val.py
index 60e12ce..4808984 100644
--- a/PyTango/time_val.py
+++ b/PyTango/time_val.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango/utils.py b/PyTango/utils.py
index 2ff96e9..87419e3 100644
--- a/PyTango/utils.py
+++ b/PyTango/utils.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
"""
This is an internal PyTango module.
diff --git a/PyTango3/__init__.py b/PyTango3/__init__.py
index f0be582..be52507 100644
--- a/PyTango3/__init__.py
+++ b/PyTango3/__init__.py
@@ -1,23 +1,24 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
from tango3 import *
diff --git a/PyTango3/tango3.py b/PyTango3/tango3.py
index 06c41d8..37db285 100644
--- a/PyTango3/tango3.py
+++ b/PyTango3/tango3.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
from PyTango import *
diff --git a/cPyTango/__init__.py b/cPyTango/__init__.py
index 55f9c92..55acfd4 100644
--- a/cPyTango/__init__.py
+++ b/cPyTango/__init__.py
@@ -1 +1,24 @@
+################################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
from cPyTango import *
diff --git a/cPyTango/cPyTango.py b/cPyTango/cPyTango.py
index 4c4b838..7e59680 100644
--- a/cPyTango/cPyTango.py
+++ b/cPyTango/cPyTango.py
@@ -1,3 +1,26 @@
+################################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
import ctypes
import ctypes.util
import atexit
diff --git a/cPyTango/enumeration.py b/cPyTango/enumeration.py
index c999114..006bea6 100644
--- a/cPyTango/enumeration.py
+++ b/cPyTango/enumeration.py
@@ -1,3 +1,26 @@
+################################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
import types
"""
diff --git a/doc/revision.rst b/doc/revision.rst
index 377a6f6..f929c11 100644
--- a/doc/revision.rst
+++ b/doc/revision.rst
@@ -53,7 +53,9 @@ History of modifications:
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
| 05/11/10 | `8.7 <http://www.tango-controls.org/static/PyTango/v713/doc/html/index.html>`_ | Update to PyTango 7.1.3 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
-| 05/04/11 | `8.8 <http://www.tango-controls.org/static/PyTango/v714/doc/html/index.html>`_ | Update to PyTango 7.1.4 | T\. Coutinho |
+| 08/04/11 | `8.8 <http://www.tango-controls.org/static/PyTango/v714/doc/html/index.html>`_ | Update to PyTango 7.1.4 | T\. Coutinho |
++----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
+| 12/04/11 | `8.9 <http://www.tango-controls.org/static/PyTango/v715/doc/html/index.html>`_ | Update to PyTango 7.1.5 | T\. Coutinho |
+----------+----------------------------------------------------------------------------------+-----------------------------------------------------+-----------------------+
.. _version-history:
@@ -64,6 +66,13 @@ Version history
+------------+-------------------------------------------------------------------------------------+
| version | Changes |
+============+=====================================================================================+
+| 7.1.5 | Features: |
+| | Bug fixes: |
+| | - from sourceforge: |
+| | - 3284174: 7.1.4 does not build with gcc 4.5 and tango 7.2.6 |
+| | - 3284265: [pytango][7.1.4] a few files without licence and copyright |
+| | - 3284265: [pytango][7.1.4] a few files without licence and copyright |
++------------+-------------------------------------------------------------------------------------+
| 7.1.4 | Features: |
| | - from sourceforge: |
| | - 3274309: Generic Callback for events |
diff --git a/doc/sphinxext/ipython_console_highlighting.py b/doc/sphinxext/ipython_console_highlighting.py
index 9a2e54f..6b96d86 100644
--- a/doc/sphinxext/ipython_console_highlighting.py
+++ b/doc/sphinxext/ipython_console_highlighting.py
@@ -1,3 +1,26 @@
+################################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
"""reST directive for syntax-highlighting ipython interactive sessions.
XXX - See what improvements can be made based on the new (as of Sept 2009)
diff --git a/doc/sphinxext/spock_console_highlighting.py b/doc/sphinxext/spock_console_highlighting.py
index c95f048..d06b48d 100644
--- a/doc/sphinxext/spock_console_highlighting.py
+++ b/doc/sphinxext/spock_console_highlighting.py
@@ -1,3 +1,26 @@
+################################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
+
"""reST directive for syntax-highlighting spock interactive sessions.
"""
diff --git a/ez_setup.py b/ez_setup.py
index 1ff1d3e..a04ea12 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -1,4 +1,28 @@
#!python
+
+##############################################################################
+##
+## This file is part of Taurus, a Tango User Interface Library
+##
+## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+##
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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.
+##
+## PyTango 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 Lesser General Public License
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+##############################################################################
+
"""Bootstrap setuptools installation
If you want to use setuptools in your package's setup.py, just include this
diff --git a/setup.py b/setup.py
index c1808a2..15179df 100644
--- a/setup.py
+++ b/setup.py
@@ -1,24 +1,25 @@
-#############################################################################
-##
-## This file is part of PyTango, a python binding for Tango
+################################################################################
##
+## This file is part of Taurus, a Tango User Interface Library
+##
## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
##
-## (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## This is free software; you can redistribute it and/or modify
+## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+##
+## PyTango 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
+## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
-##
-## This software is distributed in the hope that it will be useful,
+##
+## PyTango 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 Lesser General Public License
-## along with this program; if not, see <http://www.gnu.org/licenses/>.
-###########################################################################
+## along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+##
+################################################################################
import os
import sys
diff --git a/src/api_util.cpp b/src/api_util.cpp
index 7f6dfc8..9ce2ae4 100644
--- a/src/api_util.cpp
+++ b/src/api_util.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/archive_event_info.cpp b/src/archive_event_info.cpp
index 45c99b8..e66de5b 100644
--- a/src/archive_event_info.cpp
+++ b/src/archive_event_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attr_conf_event_data.cpp b/src/attr_conf_event_data.cpp
index d938c9d..d54d2fb 100644
--- a/src/attr_conf_event_data.cpp
+++ b/src/attr_conf_event_data.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_alarm_info.cpp b/src/attribute_alarm_info.cpp
index ef5a18e..975c60e 100644
--- a/src/attribute_alarm_info.cpp
+++ b/src/attribute_alarm_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_dimension.cpp b/src/attribute_dimension.cpp
index d180094..fb61e38 100644
--- a/src/attribute_dimension.cpp
+++ b/src/attribute_dimension.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_event_info.cpp b/src/attribute_event_info.cpp
index d51da67..88b0968 100644
--- a/src/attribute_event_info.cpp
+++ b/src/attribute_event_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_info.cpp b/src/attribute_info.cpp
index 5e77cf7..246a74a 100644
--- a/src/attribute_info.cpp
+++ b/src/attribute_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_info_ex.cpp b/src/attribute_info_ex.cpp
index e8cf698..4077112 100644
--- a/src/attribute_info_ex.cpp
+++ b/src/attribute_info_ex.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/attribute_proxy.cpp b/src/attribute_proxy.cpp
index dc3f3e4..8cd70d8 100644
--- a/src/attribute_proxy.cpp
+++ b/src/attribute_proxy.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/base_types.cpp b/src/base_types.cpp
index b384de0..040bfe0 100644
--- a/src/base_types.cpp
+++ b/src/base_types.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/base_types_numpy.hpp b/src/base_types_numpy.hpp
index 375f70e..b2366f5 100644
--- a/src/base_types_numpy.hpp
+++ b/src/base_types_numpy.hpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/callback.cpp b/src/callback.cpp
index 36c3421..b91fe90 100644
--- a/src/callback.cpp
+++ b/src/callback.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/callback.h b/src/callback.h
index 50f3059..e478ffe 100644
--- a/src/callback.h
+++ b/src/callback.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/change_event_info.cpp b/src/change_event_info.cpp
index dbdd364..5ebb78c 100644
--- a/src/change_event_info.cpp
+++ b/src/change_event_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/command_info.cpp b/src/command_info.cpp
index 7a0d64a..0d6f69f 100644
--- a/src/command_info.cpp
+++ b/src/command_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/connection.cpp b/src/connection.cpp
index 18ae606..94b7530 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/constants.cpp b/src/constants.cpp
index 638f909..672b2e0 100644
--- a/src/constants.cpp
+++ b/src/constants.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/data_ready_event_data.cpp b/src/data_ready_event_data.cpp
index a45cce3..05aaf56 100644
--- a/src/data_ready_event_data.cpp
+++ b/src/data_ready_event_data.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/database.cpp b/src/database.cpp
index c45c657..dbe9ed8 100644
--- a/src/database.cpp
+++ b/src/database.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/db.cpp b/src/db.cpp
index ca7589d..3d9769c 100644
--- a/src/db.cpp
+++ b/src/db.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/defs.h b/src/defs.h
index 53408c5..398be47 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/dev_command_info.cpp b/src/dev_command_info.cpp
index b34735f..4b9c9af 100644
--- a/src/dev_command_info.cpp
+++ b/src/dev_command_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/dev_error.cpp b/src/dev_error.cpp
index 50946aa..bfd8697 100644
--- a/src/dev_error.cpp
+++ b/src/dev_error.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_attribute.cpp b/src/device_attribute.cpp
index 021753a..8094a40 100644
--- a/src/device_attribute.cpp
+++ b/src/device_attribute.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_attribute.h b/src/device_attribute.h
index e7e129c..6264e1c 100644
--- a/src/device_attribute.h
+++ b/src/device_attribute.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_attribute_config.cpp b/src/device_attribute_config.cpp
index dd07798..9b8c2f8 100644
--- a/src/device_attribute_config.cpp
+++ b/src/device_attribute_config.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_attribute_history.cpp b/src/device_attribute_history.cpp
index 4089909..cb53dbe 100644
--- a/src/device_attribute_history.cpp
+++ b/src/device_attribute_history.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_attribute_numpy.hpp b/src/device_attribute_numpy.hpp
index 2f2aba3..90eeb92 100644
--- a/src/device_attribute_numpy.hpp
+++ b/src/device_attribute_numpy.hpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_data.cpp b/src/device_data.cpp
index 8757a8d..d7a2fd6 100644
--- a/src/device_data.cpp
+++ b/src/device_data.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_data_history.cpp b/src/device_data_history.cpp
index ffcbe30..1239468 100644
--- a/src/device_data_history.cpp
+++ b/src/device_data_history.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_info.cpp b/src/device_info.cpp
index ee16d18..f09e36d 100644
--- a/src/device_info.cpp
+++ b/src/device_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/device_proxy.cpp b/src/device_proxy.cpp
index 654e887..b9a063c 100644
--- a/src/device_proxy.cpp
+++ b/src/device_proxy.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/enums.cpp b/src/enums.cpp
index 4ae21cf..e6e9c22 100644
--- a/src/enums.cpp
+++ b/src/enums.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/event_data.cpp b/src/event_data.cpp
index b0fb084..a55455d 100644
--- a/src/event_data.cpp
+++ b/src/event_data.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/exception.cpp b/src/exception.cpp
index 0090959..e179f76 100644
--- a/src/exception.cpp
+++ b/src/exception.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/exception.h b/src/exception.h
index cad258c..db822fe 100644
--- a/src/exception.h
+++ b/src/exception.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/fast_from_py.h b/src/fast_from_py.h
index 357ba71..a053aef 100644
--- a/src/fast_from_py.h
+++ b/src/fast_from_py.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/fast_from_py_numpy.hpp b/src/fast_from_py_numpy.hpp
index a5e3fd3..2e76143 100644
--- a/src/fast_from_py_numpy.hpp
+++ b/src/fast_from_py_numpy.hpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/from_py.cpp b/src/from_py.cpp
index e7b8bc4..30ca1db 100644
--- a/src/from_py.cpp
+++ b/src/from_py.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/from_py.h b/src/from_py.h
index 3a40e1a..269d580 100644
--- a/src/from_py.h
+++ b/src/from_py.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/group.cpp b/src/group.cpp
index fa4438c..d9546b2 100644
--- a/src/group.cpp
+++ b/src/group.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/group_element.cpp b/src/group_element.cpp
index ccf4099..a9f8667 100644
--- a/src/group_element.cpp
+++ b/src/group_element.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/group_reply.cpp b/src/group_reply.cpp
index ce3765f..9b87a5c 100644
--- a/src/group_reply.cpp
+++ b/src/group_reply.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/group_reply_list.cpp b/src/group_reply_list.cpp
index 83ee745..8891fd0 100644
--- a/src/group_reply_list.cpp
+++ b/src/group_reply_list.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/locker_info.cpp b/src/locker_info.cpp
index 7b32ae8..adda995 100644
--- a/src/locker_info.cpp
+++ b/src/locker_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/locking_thread.cpp b/src/locking_thread.cpp
index de19964..6305db1 100644
--- a/src/locking_thread.cpp
+++ b/src/locking_thread.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/periodic_event_info.cpp b/src/periodic_event_info.cpp
index e1767b5..cb0ec79 100644
--- a/src/periodic_event_info.cpp
+++ b/src/periodic_event_info.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/poll_device.cpp b/src/poll_device.cpp
index 388f936..3e8a8ad 100644
--- a/src/poll_device.cpp
+++ b/src/poll_device.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/precompiled_header.hpp b/src/precompiled_header.hpp
index e45e56f..bd7faad 100644
--- a/src/precompiled_header.hpp
+++ b/src/precompiled_header.hpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/pytango.cpp b/src/pytango.cpp
index c2b9ac6..abce371 100644
--- a/src/pytango.cpp
+++ b/src/pytango.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/pytgutils.cpp b/src/pytgutils.cpp
index a9c1c82..3f8ec13 100644
--- a/src/pytgutils.cpp
+++ b/src/pytgutils.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/pytgutils.h b/src/pytgutils.h
index 4029f13..896df23 100644
--- a/src/pytgutils.h
+++ b/src/pytgutils.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/pyutils.cpp b/src/pyutils.cpp
index fda94aa..4cd44c3 100644
--- a/src/pyutils.cpp
+++ b/src/pyutils.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/pyutils.h b/src/pyutils.h
index 560b8b1..df43009 100644
--- a/src/pyutils.h
+++ b/src/pyutils.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/server/attr.cpp b/src/server/attr.cpp
index c3fbc4c..a058941 100644
--- a/src/server/attr.cpp
+++ b/src/server/attr.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <tango.h>
diff --git a/src/server/attr.h b/src/server/attr.h
index 5a430aa..c0fbb8a 100644
--- a/src/server/attr.h
+++ b/src/server/attr.h
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#ifndef _ATTR_H_
#define _ATTR_H_
diff --git a/src/server/attribute.cpp b/src/server/attribute.cpp
index b51b5fb..1f659d4 100644
--- a/src/server/attribute.cpp
+++ b/src/server/attribute.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <boost/python/return_value_policy.hpp>
#include <string>
diff --git a/src/server/attribute.h b/src/server/attribute.h
index a38615d..0e0f0aa 100644
--- a/src/server/attribute.h
+++ b/src/server/attribute.h
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#ifndef _ATTRIBUTE_H_
#define _ATTRIBUTE_H_
diff --git a/src/server/command.cpp b/src/server/command.cpp
index ffdfe9a..d059547 100644
--- a/src/server/command.cpp
+++ b/src/server/command.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <boost/python/return_value_policy.hpp>
#include <tango.h>
diff --git a/src/server/command.h b/src/server/command.h
index f82f62c..e92a590 100644
--- a/src/server/command.h
+++ b/src/server/command.h
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#ifndef _COMMAND_H_
#define _COMMAND_H_
diff --git a/src/server/device_class.cpp b/src/server/device_class.cpp
index 0757271..b4b4c25 100644
--- a/src/server/device_class.cpp
+++ b/src/server/device_class.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include "pytgutils.h"
#include "exception.h"
#include "server/device_class.h"
diff --git a/src/server/device_class.h b/src/server/device_class.h
index 6d5daed..d0c79ad 100644
--- a/src/server/device_class.h
+++ b/src/server/device_class.h
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#ifndef _DEVICE_CLASS_H_
#define _DEVICE_CLASS_H_
diff --git a/src/server/device_impl.cpp b/src/server/device_impl.cpp
index a4d6ff4..d805fe6 100644
--- a/src/server/device_impl.cpp
+++ b/src/server/device_impl.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <boost/python/return_value_policy.hpp>
#include <string>
diff --git a/src/server/device_impl.h b/src/server/device_impl.h
index b3a078f..b327489 100644
--- a/src/server/device_impl.h
+++ b/src/server/device_impl.h
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#ifndef _DEVICE_IMPL_H
#define _DEVICE_IMPL_H
diff --git a/src/server/dserver.cpp b/src/server/dserver.cpp
index 7478783..a7ba9ac 100644
--- a/src/server/dserver.cpp
+++ b/src/server/dserver.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <tango.h>
diff --git a/src/server/encoded_attribute.cpp b/src/server/encoded_attribute.cpp
index f44e222..a9b388a 100644
--- a/src/server/encoded_attribute.cpp
+++ b/src/server/encoded_attribute.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/server/log4tango.cpp b/src/server/log4tango.cpp
index 7e0e6c4..c613892 100644
--- a/src/server/log4tango.cpp
+++ b/src/server/log4tango.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <tango.h>
diff --git a/src/server/multi_attribute.cpp b/src/server/multi_attribute.cpp
index 0a37094..d474c1c 100644
--- a/src/server/multi_attribute.cpp
+++ b/src/server/multi_attribute.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include "pytgutils.h"
#include <sstream>
diff --git a/src/server/subdev.cpp b/src/server/subdev.cpp
index 08449b3..09c5520 100644
--- a/src/server/subdev.cpp
+++ b/src/server/subdev.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <tango.h>
diff --git a/src/server/tango_util.cpp b/src/server/tango_util.cpp
index 0a7c6d2..1528f5b 100644
--- a/src/server/tango_util.cpp
+++ b/src/server/tango_util.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/server/user_default_attr_prop.cpp b/src/server/user_default_attr_prop.cpp
index 4365c09..0aa1d73 100644
--- a/src/server/user_default_attr_prop.cpp
+++ b/src/server/user_default_attr_prop.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <tango.h>
diff --git a/src/server/wattribute.cpp b/src/server/wattribute.cpp
index 1a98d22..ccdf4af 100644
--- a/src/server/wattribute.cpp
+++ b/src/server/wattribute.cpp
@@ -1,3 +1,26 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
+
#include <boost/python.hpp>
#include <boost/python/return_value_policy.hpp>
#include <string>
diff --git a/src/server/wattribute_numpy.hpp b/src/server/wattribute_numpy.hpp
index 9d63ccd..f26e90e 100644
--- a/src/server/wattribute_numpy.hpp
+++ b/src/server/wattribute_numpy.hpp
@@ -1,3 +1,25 @@
+/*******************************************************************************
+
+ This file is part of PyTango, a python binding for Tango
+
+ http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
+
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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.
+
+ PyTango 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 Lesser General Public License
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
+
+*******************************************************************************/
// This header file is just some template functions moved apart from
// wattribute.cpp, and should only be included there.
diff --git a/src/tango_numpy.h b/src/tango_numpy.h
index ffe211d..0d90ebd 100644
--- a/src/tango_numpy.h
+++ b/src/tango_numpy.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/tgutils.h b/src/tgutils.h
index 4070418..6bd10f3 100644
--- a/src/tgutils.h
+++ b/src/tgutils.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/time_val.cpp b/src/time_val.cpp
index 8aa6958..e23033e 100644
--- a/src/time_val.cpp
+++ b/src/time_val.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/to_py.cpp b/src/to_py.cpp
index 4de5c07..d4fcffd 100644
--- a/src/to_py.cpp
+++ b/src/to_py.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/to_py.h b/src/to_py.h
index cea2956..2907713 100644
--- a/src/to_py.h
+++ b/src/to_py.h
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/to_py_numpy.hpp b/src/to_py_numpy.hpp
index e7a0358..eeac9a9 100644
--- a/src/to_py_numpy.hpp
+++ b/src/to_py_numpy.hpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
diff --git a/src/version.cpp b/src/version.cpp
index 2afd411..6ea0785 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -4,20 +4,20 @@
http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
- (copyleft) CELLS / ALBA Synchrotron, Bellaterra, Spain
-
- This is free software; you can redistribute it and/or modify
+ Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
+
+ PyTango 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
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
-
- This software is distributed in the hope that it will be useful,
+
+ PyTango 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 Lesser General Public License
- along with this program; if not, see <http://www.gnu.org/licenses/>.
+ along with PyTango. If not, see <http://www.gnu.org/licenses/>.
*******************************************************************************/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git
More information about the debian-science-commits
mailing list