Revision: 3694
Author: pekka.klarck
Date: Mon May 31 05:21:54 2010
Log: Copyright year
http://code.google.com/p/robotframework/source/detail?r=3694

Modified:
 /trunk/src/robot/__init__.py
 /trunk/src/robot/common/__init__.py
 /trunk/src/robot/common/handlers.py
 /trunk/src/robot/common/keyword.py
 /trunk/src/robot/common/libraries.py
 /trunk/src/robot/common/model.py
 /trunk/src/robot/common/statistics.py
 /trunk/src/robot/conf/__init__.py
 /trunk/src/robot/conf/settings.py
 /trunk/src/robot/errors.py
 /trunk/src/robot/libraries/BuiltIn.py
 /trunk/src/robot/libraries/Collections.py
 /trunk/src/robot/libraries/DeprecatedBuiltIn.py
 /trunk/src/robot/libraries/DeprecatedOperatingSystem.py
 /trunk/src/robot/libraries/Easter.py
 /trunk/src/robot/libraries/OperatingSystem.py
 /trunk/src/robot/libraries/Remote.py
 /trunk/src/robot/libraries/Reserved.py
 /trunk/src/robot/libraries/Screenshot.py
 /trunk/src/robot/libraries/String.py
 /trunk/src/robot/libraries/Telnet.py
 /trunk/src/robot/libraries/__init__.py
 /trunk/src/robot/output/__init__.py
 /trunk/src/robot/output/debugfile.py
 /trunk/src/robot/output/filelogger.py
 /trunk/src/robot/output/listeners.py
 /trunk/src/robot/output/logger.py
 /trunk/src/robot/output/loggerhelper.py
 /trunk/src/robot/output/monitor.py
 /trunk/src/robot/output/output.py
 /trunk/src/robot/output/readers.py
 /trunk/src/robot/output/xmllogger.py
 /trunk/src/robot/parsing/__init__.py
 /trunk/src/robot/parsing/datareader.py
 /trunk/src/robot/parsing/htmlreader.py
 /trunk/src/robot/parsing/model.py
 /trunk/src/robot/parsing/populator.py
 /trunk/src/robot/parsing/restreader.py
 /trunk/src/robot/parsing/settings.py
 /trunk/src/robot/parsing/tsvreader.py
 /trunk/src/robot/parsing/txtreader.py
 /trunk/src/robot/pythonpathsetter.py
 /trunk/src/robot/rebot.py
 /trunk/src/robot/runner.py
 /trunk/src/robot/running/__init__.py
 /trunk/src/robot/running/arguments.py
 /trunk/src/robot/running/context.py
 /trunk/src/robot/running/defaultvalues.py
 /trunk/src/robot/running/fixture.py
 /trunk/src/robot/running/handlers.py
 /trunk/src/robot/running/importer.py
 /trunk/src/robot/running/javaargcoercer.py
 /trunk/src/robot/running/keywords.py
 /trunk/src/robot/running/model.py
 /trunk/src/robot/running/namespace.py
 /trunk/src/robot/running/outputcapture.py
 /trunk/src/robot/running/runerrors.py
 /trunk/src/robot/running/runkwregister.py
 /trunk/src/robot/running/signalhandler.py
 /trunk/src/robot/running/testlibraries.py
 /trunk/src/robot/running/timeouts.py
 /trunk/src/robot/running/userkeyword.py
 /trunk/src/robot/serializing/__init__.py
 /trunk/src/robot/serializing/logserializers.py
 /trunk/src/robot/serializing/outputserializers.py
 /trunk/src/robot/serializing/reportserializers.py
 /trunk/src/robot/serializing/statserializers.py
 /trunk/src/robot/serializing/templates.py
 /trunk/src/robot/serializing/templating.py
 /trunk/src/robot/serializing/testoutput.py
 /trunk/src/robot/utils/__init__.py
 /trunk/src/robot/utils/abstractxmlwriter.py
 /trunk/src/robot/utils/argumentparser.py
 /trunk/src/robot/utils/asserts.py
 /trunk/src/robot/utils/connectioncache.py
 /trunk/src/robot/utils/domwrapper.py
 /trunk/src/robot/utils/encoding.py
 /trunk/src/robot/utils/error.py
 /trunk/src/robot/utils/escaping.py
 /trunk/src/robot/utils/htmlutils.py
 /trunk/src/robot/utils/htmlwriter.py
 /trunk/src/robot/utils/idgenerator.py
 /trunk/src/robot/utils/importing.py
 /trunk/src/robot/utils/jyxmlwriter.py
 /trunk/src/robot/utils/match.py
 /trunk/src/robot/utils/misc.py
 /trunk/src/robot/utils/normalizing.py
 /trunk/src/robot/utils/pyxmlwriter.py
 /trunk/src/robot/utils/robotthread.py
 /trunk/src/robot/utils/robottime.py
 /trunk/src/robot/utils/stoppablethread.py
 /trunk/src/robot/utils/text.py
 /trunk/src/robot/utils/unic.py
 /trunk/src/robot/utils/xmlwriter.py
 /trunk/src/robot/variables/__init__.py
 /trunk/src/robot/variables/isvar.py
 /trunk/src/robot/variables/variables.py

=======================================
--- /trunk/src/robot/__init__.py        Fri May 28 04:44:05 2010
+++ /trunk/src/robot/__init__.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/__init__.py Thu Apr 15 00:44:41 2010
+++ /trunk/src/robot/common/__init__.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/handlers.py Fri May  7 05:25:59 2010
+++ /trunk/src/robot/common/handlers.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/keyword.py  Fri May 28 03:44:45 2010
+++ /trunk/src/robot/common/keyword.py  Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/libraries.py        Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/common/libraries.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/model.py    Fri May 28 03:44:45 2010
+++ /trunk/src/robot/common/model.py    Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/common/statistics.py       Fri May 28 03:44:45 2010
+++ /trunk/src/robot/common/statistics.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/conf/__init__.py   Sun Apr 19 13:26:54 2009
+++ /trunk/src/robot/conf/__init__.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/conf/settings.py   Fri May 28 04:04:37 2010
+++ /trunk/src/robot/conf/settings.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/errors.py  Sun May 30 14:10:19 2010
+++ /trunk/src/robot/errors.py  Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/BuiltIn.py       Sun May 30 06:34:46 2010
+++ /trunk/src/robot/libraries/BuiltIn.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Collections.py   Fri May 28 04:42:43 2010
+++ /trunk/src/robot/libraries/Collections.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/DeprecatedBuiltIn.py     Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/libraries/DeprecatedBuiltIn.py     Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/DeprecatedOperatingSystem.py Tue Mar 23 04:15:41 2010 +++ /trunk/src/robot/libraries/DeprecatedOperatingSystem.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Easter.py        Fri Apr  2 17:39:39 2010
+++ /trunk/src/robot/libraries/Easter.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-# Copyright 2008-2009 Nokia Siemens Networks Oyj
+# Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/OperatingSystem.py       Fri May 28 04:42:43 2010
+++ /trunk/src/robot/libraries/OperatingSystem.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Remote.py        Wed May 26 06:32:12 2010
+++ /trunk/src/robot/libraries/Remote.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-# Copyright 2008-2009 Nokia Siemens Networks Oyj
+# Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Reserved.py      Thu May 27 07:11:21 2010
+++ /trunk/src/robot/libraries/Reserved.py      Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Screenshot.py    Fri May 28 04:42:43 2010
+++ /trunk/src/robot/libraries/Screenshot.py    Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/String.py        Fri May 28 04:42:43 2010
+++ /trunk/src/robot/libraries/String.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/Telnet.py        Fri May 28 04:42:43 2010
+++ /trunk/src/robot/libraries/Telnet.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/libraries/__init__.py      Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/libraries/__init__.py      Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/__init__.py Sat May 29 03:35:45 2010
+++ /trunk/src/robot/output/__init__.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/debugfile.py        Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/output/debugfile.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/filelogger.py       Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/output/filelogger.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/listeners.py        Fri May 28 03:44:45 2010
+++ /trunk/src/robot/output/listeners.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/logger.py   Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/output/logger.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/loggerhelper.py     Sun May 30 05:33:49 2010
+++ /trunk/src/robot/output/loggerhelper.py     Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/monitor.py  Thu May 27 07:11:21 2010
+++ /trunk/src/robot/output/monitor.py  Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/output.py   Sun May 30 06:34:46 2010
+++ /trunk/src/robot/output/output.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/readers.py  Fri May  7 14:05:39 2010
+++ /trunk/src/robot/output/readers.py  Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/output/xmllogger.py        Fri May 28 04:44:05 2010
+++ /trunk/src/robot/output/xmllogger.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/__init__.py        Fri May 21 04:10:37 2010
+++ /trunk/src/robot/parsing/__init__.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/datareader.py      Thu May 27 02:54:57 2010
+++ /trunk/src/robot/parsing/datareader.py      Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/htmlreader.py      Fri May 28 03:55:13 2010
+++ /trunk/src/robot/parsing/htmlreader.py      Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/model.py   Sun May 30 23:30:36 2010
+++ /trunk/src/robot/parsing/model.py   Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/populator.py       Thu May 27 00:50:14 2010
+++ /trunk/src/robot/parsing/populator.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/restreader.py      Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/parsing/restreader.py      Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-# Copyright 2008-2009 Nokia Siemens Networks Oyj
+# Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/settings.py        Fri May 28 03:27:06 2010
+++ /trunk/src/robot/parsing/settings.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/tsvreader.py       Mon May 24 05:10:22 2010
+++ /trunk/src/robot/parsing/tsvreader.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/parsing/txtreader.py       Wed Mar 31 08:09:09 2010
+++ /trunk/src/robot/parsing/txtreader.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/pythonpathsetter.py        Tue Mar 23 04:15:41 2010
+++ /trunk/src/robot/pythonpathsetter.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/rebot.py   Wed May 26 05:57:14 2010
+++ /trunk/src/robot/rebot.py   Mon May 31 05:21:54 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env python

-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/runner.py  Wed May 26 05:57:14 2010
+++ /trunk/src/robot/runner.py  Mon May 31 05:21:54 2010
@@ -1,6 +1,6 @@
 #!/usr/bin/env python

-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/__init__.py        Fri May 28 00:22:31 2010
+++ /trunk/src/robot/running/__init__.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/arguments.py       Fri May 28 00:09:51 2010
+++ /trunk/src/robot/running/arguments.py       Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/context.py Fri May 28 01:25:27 2010
+++ /trunk/src/robot/running/context.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/defaultvalues.py   Fri May 28 03:40:17 2010
+++ /trunk/src/robot/running/defaultvalues.py   Mon May 31 05:21:54 2010
@@ -1,5 +1,5 @@
-
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/fixture.py Wed May 26 07:41:53 2010
+++ /trunk/src/robot/running/fixture.py Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /trunk/src/robot/running/handlers.py        Sun May 30 05:28:48 2010
+++ /trunk/src/robot/running/handlers.py        Mon May 31 05:21:54 2010
@@ -1,4 +1,4 @@
-#  Copyright 2008-2009 Nokia Siemens Networks Oyj
+#  Copyright 2008-2010 Nokia Siemens Networks Oyj
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
***Additional files exist in this changeset.***

Reply via email to