Revision: 0a9445c0cd53
Branch:   default
Author:   Robot Framework Developers ([email protected])
Date:     Thu Jan 23 14:00:53 2014 UTC
Log:      Updated copyrights.

Year: 2013 -> 2014
Owner: Nokia Siemens Networks -> Nokia Solutions and Networks

Update issue 1634
Status: Done
http://code.google.com/p/robotframework/source/detail?r=0a9445c0cd53

Modified:
 /COPYRIGHT.txt
 /atest/README.txt
 /atest/testdata/standard_libraries/builtin/times.py
 /doc/api/conf.py
 /doc/python/PythonTutorial.html
 /doc/python/PythonTutorial.rst
 /doc/quickstart/quickstart.rst
 /doc/userguide/RobotFrameworkUserGuide.html
 /doc/userguide/src/RobotFrameworkUserGuide.rst
 /proto/parallel/Parallel.py
 /src/java/org/robotframework/RobotFramework.java
 /src/java/org/robotframework/RobotRunner.java
 /src/java/org/robotframework/RunnerFactory.java
 /src/robot/__init__.py
 /src/robot/api/__init__.py
 /src/robot/api/logger.py
 /src/robot/conf/__init__.py
 /src/robot/conf/gatherfailed.py
 /src/robot/conf/settings.py
 /src/robot/errors.py
 /src/robot/htmldata/__init__.py
 /src/robot/htmldata/htmlfilewriter.py
 /src/robot/htmldata/jartemplate.py
 /src/robot/htmldata/jsonwriter.py
 /src/robot/htmldata/normaltemplate.py
 /src/robot/htmldata/template.py
 /src/robot/jarrunner.py
 /src/robot/jythonworkarounds.py
 /src/robot/libdoc.py
 /src/robot/libdocpkg/__init__.py
 /src/robot/libdocpkg/builder.py
 /src/robot/libdocpkg/consoleviewer.py
 /src/robot/libdocpkg/htmlwriter.py
 /src/robot/libdocpkg/javabuilder.py
 /src/robot/libdocpkg/model.py
 /src/robot/libdocpkg/output.py
 /src/robot/libdocpkg/robotbuilder.py
 /src/robot/libdocpkg/specbuilder.py
 /src/robot/libdocpkg/writer.py
 /src/robot/libdocpkg/xmlwriter.py
 /src/robot/libraries/BuiltIn.py
 /src/robot/libraries/Collections.py
 /src/robot/libraries/DeprecatedBuiltIn.py
 /src/robot/libraries/DeprecatedOperatingSystem.py
 /src/robot/libraries/Dialogs.py
 /src/robot/libraries/Easter.py
 /src/robot/libraries/OperatingSystem.py
 /src/robot/libraries/Process.py
 /src/robot/libraries/Remote.py
 /src/robot/libraries/Reserved.py
 /src/robot/libraries/Screenshot.py
 /src/robot/libraries/String.py
 /src/robot/libraries/Telnet.py
 /src/robot/libraries/XML.py
 /src/robot/libraries/__init__.py
 /src/robot/libraries/dialogs_ipy.py
 /src/robot/libraries/dialogs_jy.py
 /src/robot/libraries/dialogs_py.py
 /src/robot/model/__init__.py
 /src/robot/model/configurer.py
 /src/robot/model/criticality.py
 /src/robot/model/filter.py
 /src/robot/model/imports.py
 /src/robot/model/itemlist.py
 /src/robot/model/keyword.py
 /src/robot/model/message.py
 /src/robot/model/metadata.py
 /src/robot/model/modelobject.py
 /src/robot/model/namepatterns.py
 /src/robot/model/statistics.py
 /src/robot/model/stats.py
 /src/robot/model/suitestatistics.py
 /src/robot/model/tags.py
 /src/robot/model/tagsetter.py
 /src/robot/model/tagstatistics.py
 /src/robot/model/testcase.py
 /src/robot/model/testsuite.py
 /src/robot/model/totalstatistics.py
 /src/robot/model/visitor.py
 /src/robot/output/__init__.py
 /src/robot/output/debugfile.py
 /src/robot/output/filelogger.py
 /src/robot/output/highlighting.py
 /src/robot/output/librarylogger.py
 /src/robot/output/listeners.py
 /src/robot/output/logger.py
 /src/robot/output/loggerhelper.py
 /src/robot/output/monitor.py
 /src/robot/output/output.py
 /src/robot/output/pyloggingconf.py
 /src/robot/output/stdoutlogsplitter.py
 /src/robot/output/xmllogger.py
 /src/robot/parsing/__init__.py
 /src/robot/parsing/comments.py
 /src/robot/parsing/datarow.py
 /src/robot/parsing/htmlreader.py
 /src/robot/parsing/model.py
 /src/robot/parsing/populators.py
 /src/robot/parsing/restreader.py
 /src/robot/parsing/restsupport.py
 /src/robot/parsing/settings.py
 /src/robot/parsing/tablepopulators.py
 /src/robot/parsing/tsvreader.py
 /src/robot/parsing/txtreader.py
 /src/robot/pythonpathsetter.py
 /src/robot/rebot.py
 /src/robot/reporting/__init__.py
 /src/robot/reporting/jsbuildingcontext.py
 /src/robot/reporting/jsexecutionresult.py
 /src/robot/reporting/jsmodelbuilders.py
 /src/robot/reporting/jswriter.py
 /src/robot/reporting/logreportwriters.py
 /src/robot/reporting/outputwriter.py
 /src/robot/reporting/resultwriter.py
 /src/robot/reporting/stringcache.py
 /src/robot/reporting/xunitwriter.py
 /src/robot/result/__init__.py
 /src/robot/result/configurer.py
 /src/robot/result/executionerrors.py
 /src/robot/result/executionresult.py
 /src/robot/result/flattenkeywordmatcher.py
 /src/robot/result/keyword.py
 /src/robot/result/keywordremover.py
 /src/robot/result/message.py
 /src/robot/result/messagefilter.py
 /src/robot/result/resultbuilder.py
 /src/robot/result/suiteteardownfailed.py
 /src/robot/result/testcase.py
 /src/robot/result/testsuite.py
 /src/robot/result/visitor.py
 /src/robot/result/xmlelementhandlers.py
 /src/robot/run.py
 /src/robot/running/__init__.py
 /src/robot/running/arguments/__init__.py
 /src/robot/running/arguments/argumentmapper.py
 /src/robot/running/arguments/argumentresolver.py
 /src/robot/running/arguments/argumentspec.py
 /src/robot/running/arguments/argumentvalidator.py
 /src/robot/running/arguments/javaargumentcoercer.py
 /src/robot/running/baselibrary.py
 /src/robot/running/builder.py
 /src/robot/running/context.py
 /src/robot/running/defaults.py
 /src/robot/running/dynamicmethods.py
 /src/robot/running/handlers.py
 /src/robot/running/importer.py
 /src/robot/running/keywords.py
 /src/robot/running/model.py
 /src/robot/running/namespace.py
 /src/robot/running/outputcapture.py
 /src/robot/running/randomizer.py
 /src/robot/running/runkwregister.py
 /src/robot/running/runner.py
 /src/robot/running/signalhandler.py
 /src/robot/running/status.py
 /src/robot/running/testlibraries.py
 /src/robot/running/timeouts/__init__.py
 /src/robot/running/timeouts/stoppablethread.py
 /src/robot/running/timeouts/timeoutsignaling.py
 /src/robot/running/timeouts/timeoutthread.py
 /src/robot/running/timeouts/timeoutwin.py
 /src/robot/running/usererrorhandler.py
 /src/robot/running/userkeyword.py
 /src/robot/testdoc.py
 /src/robot/tidy.py
 /src/robot/utils/__init__.py
 /src/robot/utils/application.py
 /src/robot/utils/argumentparser.py
 /src/robot/utils/asserts.py
 /src/robot/utils/charwidth.py
 /src/robot/utils/compress.py
 /src/robot/utils/connectioncache.py
 /src/robot/utils/encoding.py
 /src/robot/utils/encodingsniffer.py
 /src/robot/utils/error.py
 /src/robot/utils/escaping.py
 /src/robot/utils/etreewrapper.py
 /src/robot/utils/htmlformatters.py
 /src/robot/utils/importer.py
 /src/robot/utils/islike.py
 /src/robot/utils/markuputils.py
 /src/robot/utils/markupwriters.py
 /src/robot/utils/match.py
 /src/robot/utils/misc.py
 /src/robot/utils/normalizing.py
 /src/robot/utils/robotenv.py
 /src/robot/utils/robotinspect.py
 /src/robot/utils/robotpath.py
 /src/robot/utils/robottime.py
 /src/robot/utils/setter.py
 /src/robot/utils/text.py
 /src/robot/utils/unic.py
 /src/robot/utils/utf8reader.py
 /src/robot/variables/__init__.py
 /src/robot/variables/isvar.py
 /src/robot/variables/variableassigner.py
 /src/robot/variables/variables.py
 /src/robot/variables/variablesplitter.py
 /src/robot/writer/__init__.py
 /src/robot/writer/aligners.py
 /src/robot/writer/dataextractor.py
 /src/robot/writer/datafilewriter.py
 /src/robot/writer/filewriters.py
 /src/robot/writer/formatters.py
 /src/robot/writer/htmlformatter.py
 /src/robot/writer/htmltemplate.py
 /src/robot/writer/rowsplitter.py
 /tools/fileviewer/fileviewer.py
 /tools/fixml/fixml.py
 /tools/remoteserver/robotremoteserver.py
 /tools/ristopy/risto.py
 /tools/robotdiff/robotdiff.py
 /tools/statuschecker/statuschecker.py
 /tools/times2csv/times2csv.py
 /utest/README.txt

=======================================
--- /COPYRIGHT.txt      Thu Jun  6 14:00:44 2013 UTC
+++ /COPYRIGHT.txt      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-Copyright 2008-2013 Nokia Siemens Networks Oyj
+Copyright 2008-2014 Nokia Solutions and Networks

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
=======================================
--- /atest/README.txt   Tue Oct  8 07:45:53 2013 UTC
+++ /atest/README.txt   Thu Jan 23 14:00:53 2014 UTC
@@ -13,7 +13,7 @@

 All the content in `atest` folder is the under following copyright::

-    Copyright 2008-2013 Nokia Siemens Networks Oyj
+    Copyright 2008-2014 Nokia Solutions and Networks

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
=======================================
--- /atest/testdata/standard_libraries/builtin/times.py Thu Jun 6 14:00:44 2013 UTC +++ /atest/testdata/standard_libraries/builtin/times.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /doc/api/conf.py    Tue Jun 11 10:29:28 2013 UTC
+++ /doc/api/conf.py    Thu Jan 23 14:00:53 2014 UTC
@@ -44,7 +44,7 @@

 # General information about the project.
 project = u'Robot Framework'
-copyright = u'2013, Nokia Siemens Networks'
+copyright = u'2008-2014, Nokia Solutions and Networks'

# The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
=======================================
--- /doc/python/PythonTutorial.html     Thu Jun  6 14:00:44 2013 UTC
+++ /doc/python/PythonTutorial.html     Thu Jan 23 14:00:53 2014 UTC
@@ -508,7 +508,7 @@
 - path   file names and paths
 - misc   everything else (synonym to ``text``) -->
 <div class="line-block">
-<div class="line">Copyright © Nokia Siemens Networks 2008-2013</div>
+<div class="line">Copyright © Nokia Solutions and Networks 2008-2014</div>
<div class="line">Licensed under the <a class="reference external" href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons Attribution 3.0 Unported</a> license</div>
 </div>
 <div class="contents topic" id="table-of-contents">
=======================================
--- /doc/python/PythonTutorial.rst      Thu Jun  6 14:00:44 2013 UTC
+++ /doc/python/PythonTutorial.rst      Thu Jan 23 14:00:53 2014 UTC
@@ -6,7 +6,7 @@
   Python Tutorial for Robot Framework Test Library Developers
 ===============================================================

-| Copyright |copy| Nokia Siemens Networks 2008-2013
+| Copyright |copy| Nokia Solutions and Networks 2008-2014
 | Licensed under the `Creative Commons Attribution 3.0 Unported`__ license

 __ http://creativecommons.org/licenses/by/3.0/
=======================================
--- /doc/quickstart/quickstart.rst      Thu Jun  6 14:00:44 2013 UTC
+++ /doc/quickstart/quickstart.rst      Thu Jan 23 14:00:53 2014 UTC
@@ -5,7 +5,7 @@
   Robot Framework Quick Start Guide
 =====================================

-| Copyright |copy| Nokia Siemens Networks 2008-2013
+| Copyright |copy| Nokia Solutions and Networks 2008-2014
 | Licensed under the `Creative Commons Attribution 3.0 Unported`__ license

 __ http://creativecommons.org/licenses/by/3.0/
=======================================
--- /doc/userguide/RobotFrameworkUserGuide.html Fri Jan 17 21:18:14 2014 UTC
+++ /doc/userguide/RobotFrameworkUserGuide.html Thu Jan 23 14:00:53 2014 UTC
@@ -579,7 +579,7 @@
 - path   file names and paths
 - misc   everything else (synonym to ``text``) -->
 <div class="line-block">
-<div class="line">Copyright © Nokia Siemens Networks 2008-2013</div>
+<div class="line">Copyright © Nokia Solutions and Networks 2008-2014</div>
<div class="line">Licensed under the <a class="reference external" href="http://creativecommons.org/licenses/by/3.0/";>Creative Commons Attribution 3.0 Unported</a> license</div>
 </div>
 <div class="contents topic" id="table-of-contents">
@@ -769,7 +769,7 @@
as well as this user guide and other provided documentation have the following
 copyright statement.</p>
 <pre class="literal-block">
-Copyright 2008-2013 Nokia Siemens Networks Oyj
+Copyright 2008-2014 Nokia Solutions and Networks

 Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
 you may not use this file except in compliance with the License.
=======================================
--- /doc/userguide/src/RobotFrameworkUserGuide.rst Thu Nov 7 17:55:25 2013 UTC +++ /doc/userguide/src/RobotFrameworkUserGuide.rst Thu Jan 23 14:00:53 2014 UTC
@@ -10,7 +10,7 @@
   Version |version|
 --------------------

-| Copyright |copy| Nokia Siemens Networks 2008-2013
+| Copyright |copy| Nokia Solutions and Networks 2008-2014
 | Licensed under the `Creative Commons Attribution 3.0 Unported`__ license

 __ http://creativecommons.org/licenses/by/3.0/
=======================================
--- /proto/parallel/Parallel.py Thu Jun  6 14:00:44 2013 UTC
+++ /proto/parallel/Parallel.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/java/org/robotframework/RobotFramework.java Thu Jun 6 14:00:44 2013 UTC +++ /src/java/org/robotframework/RobotFramework.java Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-/* Copyright 2008-2013 Nokia Siemens Networks Oyj
+/* Copyright 2008-2014 Nokia Solutions and Networks
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
=======================================
--- /src/java/org/robotframework/RobotRunner.java Thu Jun 6 14:00:44 2013 UTC +++ /src/java/org/robotframework/RobotRunner.java Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-/* Copyright 2008-2013 Nokia Siemens Networks Oyj
+/* Copyright 2008-2014 Nokia Solutions and Networks
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
=======================================
--- /src/java/org/robotframework/RunnerFactory.java Thu Jun 6 14:00:44 2013 UTC +++ /src/java/org/robotframework/RunnerFactory.java Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-/* Copyright 2008-2013 Nokia Siemens Networks Oyj
+/* Copyright 2008-2014 Nokia Solutions and Networks
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
=======================================
--- /src/robot/__init__.py      Fri Jun  7 12:58:09 2013 UTC
+++ /src/robot/__init__.py      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/api/__init__.py  Fri Jun  7 19:34:43 2013 UTC
+++ /src/robot/api/__init__.py  Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/api/logger.py    Fri Oct 25 12:49:28 2013 UTC
+++ /src/robot/api/logger.py    Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/conf/__init__.py Fri Jun  7 22:48:04 2013 UTC
+++ /src/robot/conf/__init__.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/conf/gatherfailed.py     Mon May 20 10:22:02 2013 UTC
+++ /src/robot/conf/gatherfailed.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/conf/settings.py Tue Dec 17 12:53:47 2013 UTC
+++ /src/robot/conf/settings.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/errors.py        Tue Jan 21 13:16:05 2014 UTC
+++ /src/robot/errors.py        Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/__init__.py     Fri Jun  7 22:48:04 2013 UTC
+++ /src/robot/htmldata/__init__.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/htmlfilewriter.py       Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/htmldata/htmlfilewriter.py       Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/jartemplate.py  Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/htmldata/jartemplate.py  Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/jsonwriter.py   Mon Oct 21 11:16:30 2013 UTC
+++ /src/robot/htmldata/jsonwriter.py   Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/normaltemplate.py       Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/htmldata/normaltemplate.py       Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/htmldata/template.py     Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/htmldata/template.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/jarrunner.py     Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/jarrunner.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/jythonworkarounds.py     Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/jythonworkarounds.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdoc.py        Fri Jun  7 22:49:15 2013 UTC
+++ /src/robot/libdoc.py        Thu Jan 23 14:00:53 2014 UTC
@@ -1,6 +1,6 @@
 #!/usr/bin/env python

-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/__init__.py    Fri Jun  7 22:48:04 2013 UTC
+++ /src/robot/libdocpkg/__init__.py    Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/builder.py     Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/builder.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/consoleviewer.py       Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/consoleviewer.py       Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/htmlwriter.py  Mon Jun 10 02:25:23 2013 UTC
+++ /src/robot/libdocpkg/htmlwriter.py  Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/javabuilder.py Mon Dec  2 12:52:02 2013 UTC
+++ /src/robot/libdocpkg/javabuilder.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/model.py       Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/model.py       Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/output.py      Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/output.py      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/robotbuilder.py        Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/robotbuilder.py        Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/specbuilder.py Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/specbuilder.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/writer.py      Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/writer.py      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libdocpkg/xmlwriter.py   Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libdocpkg/xmlwriter.py   Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/BuiltIn.py     Thu Jan  9 09:00:25 2014 UTC
+++ /src/robot/libraries/BuiltIn.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-

-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Collections.py Fri Sep  6 11:05:54 2013 UTC
+++ /src/robot/libraries/Collections.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/DeprecatedBuiltIn.py   Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libraries/DeprecatedBuiltIn.py   Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/DeprecatedOperatingSystem.py Thu Jun 6 14:00:44 2013 UTC +++ /src/robot/libraries/DeprecatedOperatingSystem.py Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Dialogs.py     Thu Jan  9 22:14:04 2014 UTC
+++ /src/robot/libraries/Dialogs.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Easter.py      Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libraries/Easter.py      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/OperatingSystem.py     Mon Dec  2 22:05:04 2013 UTC
+++ /src/robot/libraries/OperatingSystem.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Process.py     Thu Oct 31 16:36:17 2013 UTC
+++ /src/robot/libraries/Process.py     Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Remote.py      Tue Jan 21 13:16:05 2014 UTC
+++ /src/robot/libraries/Remote.py      Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  Licensed under the Apache License, Version 2.0 (the "License");
 #  you may not use this file except in compliance with the License.
=======================================
--- /src/robot/libraries/Reserved.py    Thu Jun  6 14:00:44 2013 UTC
+++ /src/robot/libraries/Reserved.py    Thu Jan 23 14:00:53 2014 UTC
@@ -1,4 +1,4 @@
-#  Copyright 2008-2013 Nokia Siemens Networks Oyj
+#  Copyright 2008-2014 Nokia Solutions and Networks
 #
 #  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.***

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to