<feed xmlns='http://www.w3.org/2005/Atom'>
<title>playground/qtsystemtest.git/src/remote/slave, branch master</title>
<subtitle>Qt System Test
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/'/>
<entry>
<title>Replaced Nokia copyrights in header</title>
<updated>2013-05-23T09:48:05+00:00</updated>
<author>
<name>Teemu Kaukoranta</name>
<email>teemu.kaukoranta@digia.com</email>
</author>
<published>2013-05-22T08:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/commit/?id=9a01357dcb7d9d3810ae3d348661cad5fc37ea77'/>
<id>9a01357dcb7d9d3810ae3d348661cad5fc37ea77</id>
<content type='text'>
Replaced old Nokia copyrights with Digia copyrights.
"All rights reserved" strings without leading copyrights were
removed (for example, 'Copyright SomeCompany, all rights reserved
remain untouched).

Did NOT touch contact details, will change them later.
Excluded folders that have '3rdparty' in path.

Used command:
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee &gt;(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
&gt;(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I')

This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.

Change-Id: Id2964f565a94fe8c1c47db140bc38c96ca89c0f0
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced old Nokia copyrights with Digia copyrights.
"All rights reserved" strings without leading copyrights were
removed (for example, 'Copyright SomeCompany, all rights reserved
remain untouched).

Did NOT touch contact details, will change them later.
Excluded folders that have '3rdparty' in path.

Used command:
find . -path '*/3rdparty/*' -prune -o
-exec grep -ilI -E '.*Copyright.*Nokia.*' {} \; |
tee &gt;(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
&gt;(xargs sed -i -r '1,10 s/(^[ \t#*]*)(all rights reserved.*)/\1/I')

This excludes binary files and retains whitespace and #* characters in
the beginning of the edited lines.

Change-Id: Id2964f565a94fe8c1c47db140bc38c96ca89c0f0
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed licenses</title>
<updated>2013-05-23T09:17:56+00:00</updated>
<author>
<name>Teemu Kaukoranta</name>
<email>teemu.kaukoranta@digia.com</email>
</author>
<published>2013-05-20T13:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/commit/?id=332dcaed490da5d35cdc01d038a88811e0cae9ee'/>
<id>332dcaed490da5d35cdc01d038a88811e0cae9ee</id>
<content type='text'>
Updated licenses using replace-licenses.zsh from mkdist repo.
Possible copyright and contact changes will come later.

Change-Id: I228cc29e0ed7fa98284d41e87a45a294cc8fb42d
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated licenses using replace-licenses.zsh from mkdist repo.
Possible copyright and contact changes will come later.

Change-Id: I228cc29e0ed7fa98284d41e87a45a294cc8fb42d
Reviewed-by: Janne Anttila &lt;janne.anttila@digia.com&gt;
Reviewed-by: Sergio Ahumada &lt;sergio.ahumada@digia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Additional OS X fixes.</title>
<updated>2012-09-04T06:19:56+00:00</updated>
<author>
<name>Michael Brasser</name>
<email>michael.brasser@nokia.com</email>
</author>
<published>2012-08-30T01:27:34+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/commit/?id=ba69a4a04f3b83137b6be17d77ea18c8f68095f5'/>
<id>ba69a4a04f3b83137b6be17d77ea18c8f68095f5</id>
<content type='text'>
Change-Id: I2d7fcbab96ebeb94a4919ebcb7bfb98f2f7b2b46
Reviewed-by: Sunil Thaha &lt;sun.il.thaha+tt@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2d7fcbab96ebeb94a4919ebcb7bfb98f2f7b2b46
Reviewed-by: Sunil Thaha &lt;sun.il.thaha+tt@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Removes dead code from qtestslave</title>
<updated>2012-09-02T14:21:47+00:00</updated>
<author>
<name>Sunil Thaha</name>
<email>sunil.thaha@nokia.com</email>
</author>
<published>2012-08-27T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/commit/?id=83c1b1f4c2bd4fe4b28cc50b8895e86487fbdcd1'/>
<id>83c1b1f4c2bd4fe4b28cc50b8895e86487fbdcd1</id>
<content type='text'>
Change-Id: I743365e82fa9f88ef89fbe2a6e0f0a3bd19fa6ed
Reviewed-by: Sunil Thaha &lt;sun.il.thaha+tt@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I743365e82fa9f88ef89fbe2a6e0f0a3bd19fa6ed
Reviewed-by: Sunil Thaha &lt;sun.il.thaha+tt@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>QtSystemTest rocks</title>
<updated>2012-08-21T05:29:26+00:00</updated>
<author>
<name>Sunil Thaha</name>
<email>sunil.thaha@nokia.com</email>
</author>
<published>2012-08-21T05:11:48+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/playground/qtsystemtest.git/commit/?id=8b3982051badc30d387366bea517cbaaf0a44455'/>
<id>8b3982051badc30d387366bea517cbaaf0a44455</id>
<content type='text'>
Initial version of QtSystemTest based on the former QtUiTest

Change-Id: I99b72d26dc623ce5e4a665d3dda380b9fe4eef9d
Reviewed-by: Shane Bradley &lt;shane.bradley@nokia.com&gt;
Reviewed-by: Sunil Thaha &lt;sunil.thaha+qt@gmail.com&gt;
Reviewed-by: David Clark &lt;dac@dclark.org.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial version of QtSystemTest based on the former QtUiTest

Change-Id: I99b72d26dc623ce5e4a665d3dda380b9fe4eef9d
Reviewed-by: Shane Bradley &lt;shane.bradley@nokia.com&gt;
Reviewed-by: Sunil Thaha &lt;sunil.thaha+qt@gmail.com&gt;
Reviewed-by: David Clark &lt;dac@dclark.org.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
