[pytango] 14/483: fixed license header

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:14:20 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 6d92dac7d7691e9e3cdcd5943adcdcc4131e8366
Author: tiagocoutinho <tiagocoutinho at 4e9c00fd-8f2e-0410-aa12-93ce3db5e235>
Date:   Wed Apr 13 12:52:40 2011 +0000

    fixed license header
    
    git-svn-id: http://svn.code.sf.net/p/tango-cs/code/bindings/PyTango/trunk@16542 4e9c00fd-8f2e-0410-aa12-93ce3db5e235
---
 PyTango/__init__.py                           | 2 +-
 PyTango/api_util.py                           | 2 +-
 PyTango/attribute_proxy.py                    | 2 +-
 PyTango/base_types.py                         | 2 +-
 PyTango/callback.py                           | 2 +-
 PyTango/connection.py                         | 2 +-
 PyTango/db.py                                 | 2 +-
 PyTango/device_attribute.py                   | 2 +-
 PyTango/device_class.py                       | 2 +-
 PyTango/device_data.py                        | 2 +-
 PyTango/device_proxy.py                       | 2 +-
 PyTango/device_server.py                      | 2 +-
 PyTango/encoded_attribute.py                  | 2 +-
 PyTango/exception.py                          | 2 +-
 PyTango/globals.py                            | 2 +-
 PyTango/group.py                              | 2 +-
 PyTango/group_element.py                      | 2 +-
 PyTango/group_reply.py                        | 2 +-
 PyTango/group_reply_list.py                   | 2 +-
 PyTango/ipython/__init__.py                   | 2 +-
 PyTango/ipython/ipy_cli.py                    | 2 +-
 PyTango/ipython/ipy_install.py                | 2 +-
 PyTango/ipython/ipy_qt.py                     | 2 +-
 PyTango/ipython/ipython.py                    | 2 +-
 PyTango/ipython/ipython_00_10.py              | 2 +-
 PyTango/log4tango.py                          | 2 +-
 PyTango/pytango_init.py                       | 2 +-
 PyTango/pytango_pprint.py                     | 2 +-
 PyTango/pyutil.py                             | 2 +-
 PyTango/release.py                            | 2 +-
 PyTango/tango_numpy.py                        | 2 +-
 PyTango/time_val.py                           | 2 +-
 PyTango/utils.py                              | 2 +-
 doc/conf.py                                   | 2 +-
 doc/sphinxext/ipython_console_highlighting.py | 2 +-
 doc/sphinxext/spock_console_highlighting.py   | 2 +-
 ez_setup.py                                   | 2 +-
 setup.py                                      | 2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/PyTango/__init__.py b/PyTango/__init__.py
index 7ef4b19..bde97ac 100644
--- a/PyTango/__init__.py
+++ b/PyTango/__init__.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/api_util.py b/PyTango/api_util.py
index 770343e..886ba77 100644
--- a/PyTango/api_util.py
+++ b/PyTango/api_util.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/attribute_proxy.py b/PyTango/attribute_proxy.py
index 7096a1f..5569faf 100644
--- a/PyTango/attribute_proxy.py
+++ b/PyTango/attribute_proxy.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/base_types.py b/PyTango/base_types.py
index 65b98ac..9a0a439 100644
--- a/PyTango/base_types.py
+++ b/PyTango/base_types.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/callback.py b/PyTango/callback.py
index 79a52dd..491c694 100644
--- a/PyTango/callback.py
+++ b/PyTango/callback.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/connection.py b/PyTango/connection.py
index 56ec2a8..312cafd 100644
--- a/PyTango/connection.py
+++ b/PyTango/connection.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/db.py b/PyTango/db.py
index 24685f5..c7c5534 100644
--- a/PyTango/db.py
+++ b/PyTango/db.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/device_attribute.py b/PyTango/device_attribute.py
index 44c7315..d23429f 100644
--- a/PyTango/device_attribute.py
+++ b/PyTango/device_attribute.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/device_class.py b/PyTango/device_class.py
index 689a572..c417d36 100644
--- a/PyTango/device_class.py
+++ b/PyTango/device_class.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/device_data.py b/PyTango/device_data.py
index b0a2cf0..c5d99a9 100644
--- a/PyTango/device_data.py
+++ b/PyTango/device_data.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/device_proxy.py b/PyTango/device_proxy.py
index fbc5124..ed0f778 100644
--- a/PyTango/device_proxy.py
+++ b/PyTango/device_proxy.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/device_server.py b/PyTango/device_server.py
index 2175a8d..314e9bc 100644
--- a/PyTango/device_server.py
+++ b/PyTango/device_server.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/encoded_attribute.py b/PyTango/encoded_attribute.py
index cb3e548..3a3fec5 100644
--- a/PyTango/encoded_attribute.py
+++ b/PyTango/encoded_attribute.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/exception.py b/PyTango/exception.py
index 27d660e..b81d1c0 100644
--- a/PyTango/exception.py
+++ b/PyTango/exception.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/globals.py b/PyTango/globals.py
index a4a29b6..409da54 100644
--- a/PyTango/globals.py
+++ b/PyTango/globals.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/group.py b/PyTango/group.py
index 3637c07..f3a224a 100644
--- a/PyTango/group.py
+++ b/PyTango/group.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/group_element.py b/PyTango/group_element.py
index d12fda2..f79f8c1 100644
--- a/PyTango/group_element.py
+++ b/PyTango/group_element.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/group_reply.py b/PyTango/group_reply.py
index c13f0a8..54e804e 100644
--- a/PyTango/group_reply.py
+++ b/PyTango/group_reply.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/group_reply_list.py b/PyTango/group_reply_list.py
index 369c38b..261809a 100644
--- a/PyTango/group_reply_list.py
+++ b/PyTango/group_reply_list.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/__init__.py b/PyTango/ipython/__init__.py
index 274bc67..1e66fc4 100644
--- a/PyTango/ipython/__init__.py
+++ b/PyTango/ipython/__init__.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/ipy_cli.py b/PyTango/ipython/ipy_cli.py
index 5237fbf..53931b1 100644
--- a/PyTango/ipython/ipy_cli.py
+++ b/PyTango/ipython/ipy_cli.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/ipy_install.py b/PyTango/ipython/ipy_install.py
index 597a4e8..8e4ae69 100644
--- a/PyTango/ipython/ipy_install.py
+++ b/PyTango/ipython/ipy_install.py
@@ -2,7 +2,7 @@
 
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/ipy_qt.py b/PyTango/ipython/ipy_qt.py
index 0d08165..11c5144 100644
--- a/PyTango/ipython/ipy_qt.py
+++ b/PyTango/ipython/ipy_qt.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/ipython.py b/PyTango/ipython/ipython.py
index 02b9035..5ff0b49 100644
--- a/PyTango/ipython/ipython.py
+++ b/PyTango/ipython/ipython.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/ipython/ipython_00_10.py b/PyTango/ipython/ipython_00_10.py
index f32f8d9..791831b 100644
--- a/PyTango/ipython/ipython_00_10.py
+++ b/PyTango/ipython/ipython_00_10.py
@@ -2,7 +2,7 @@
 
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/log4tango.py b/PyTango/log4tango.py
index 61f0fe8..61da3bf 100644
--- a/PyTango/log4tango.py
+++ b/PyTango/log4tango.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/pytango_init.py b/PyTango/pytango_init.py
index 3d6eab0..4b2ae1c 100644
--- a/PyTango/pytango_init.py
+++ b/PyTango/pytango_init.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/pytango_pprint.py b/PyTango/pytango_pprint.py
index 2402459..6e24f66 100644
--- a/PyTango/pytango_pprint.py
+++ b/PyTango/pytango_pprint.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/pyutil.py b/PyTango/pyutil.py
index a9b178f..df4ccca 100644
--- a/PyTango/pyutil.py
+++ b/PyTango/pyutil.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/release.py b/PyTango/release.py
index 52492d6..076d4aa 100644
--- a/PyTango/release.py
+++ b/PyTango/release.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/tango_numpy.py b/PyTango/tango_numpy.py
index 9eba56e..1b35942 100644
--- a/PyTango/tango_numpy.py
+++ b/PyTango/tango_numpy.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/time_val.py b/PyTango/time_val.py
index 4808984..c3d7fae 100644
--- a/PyTango/time_val.py
+++ b/PyTango/time_val.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/PyTango/utils.py b/PyTango/utils.py
index 87419e3..475b7e5 100644
--- a/PyTango/utils.py
+++ b/PyTango/utils.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/doc/conf.py b/doc/conf.py
index bc4638d..5394656 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/doc/sphinxext/ipython_console_highlighting.py b/doc/sphinxext/ipython_console_highlighting.py
index 6b96d86..063468c 100644
--- a/doc/sphinxext/ipython_console_highlighting.py
+++ b/doc/sphinxext/ipython_console_highlighting.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/doc/sphinxext/spock_console_highlighting.py b/doc/sphinxext/spock_console_highlighting.py
index d06b48d..94ef6f0 100644
--- a/doc/sphinxext/spock_console_highlighting.py
+++ b/doc/sphinxext/spock_console_highlighting.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/ez_setup.py b/ez_setup.py
index a04ea12..7197c3e 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -2,7 +2,7 @@
 
 ##############################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##
diff --git a/setup.py b/setup.py
index c11f573..40bd10b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 ################################################################################
 ##
-## This file is part of Taurus, a Tango User Interface Library
+## This file is part of PyTango, a python binding for Tango
 ## 
 ## http://www.tango-controls.org/static/PyTango/latest/doc/html/index.html
 ##

-- 
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