diff options
author | Teemu Kaukoranta <[email protected]> | 2013-05-22 11:36:32 +0300 |
---|---|---|
committer | Sergio Ahumada <[email protected]> | 2013-05-23 11:48:05 +0200 |
commit | 9a01357dcb7d9d3810ae3d348661cad5fc37ea77 (patch) | |
tree | 6e665578329a4a682154c52757ea0c671826f38b /src/remote/daemon | |
parent | 332dcaed490da5d35cdc01d038a88811e0cae9ee (diff) |
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 >(xargs sed -i -r '1,10 s/([ \t#*]*)(.*Copyright.*Nokia.*)/
\1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I')
>(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 <[email protected]>
Reviewed-by: Sergio Ahumada <[email protected]>
Diffstat (limited to 'src/remote/daemon')
-rw-r--r-- | src/remote/daemon/appmanager.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/appmanager.h | 2 | ||||
-rw-r--r-- | src/remote/daemon/main.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitest_debug.h | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestdsettings.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestdsettings.h | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestmaster.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestmaster_p.h | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestserver.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestserver.h | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestslave.cpp | 2 | ||||
-rw-r--r-- | src/remote/daemon/qtuitestslave.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/remote/daemon/appmanager.cpp b/src/remote/daemon/appmanager.cpp index 2940608..7c3b98b 100644 --- a/src/remote/daemon/appmanager.cpp +++ b/src/remote/daemon/appmanager.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/appmanager.h b/src/remote/daemon/appmanager.h index d04aac6..6c83b5b 100644 --- a/src/remote/daemon/appmanager.h +++ b/src/remote/daemon/appmanager.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/main.cpp b/src/remote/daemon/main.cpp index ed6653e..19a67e0 100644 --- a/src/remote/daemon/main.cpp +++ b/src/remote/daemon/main.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitest_debug.h b/src/remote/daemon/qtuitest_debug.h index a6d5806..846a79c 100644 --- a/src/remote/daemon/qtuitest_debug.h +++ b/src/remote/daemon/qtuitest_debug.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestdsettings.cpp b/src/remote/daemon/qtuitestdsettings.cpp index 0891b6a..a311f29 100644 --- a/src/remote/daemon/qtuitestdsettings.cpp +++ b/src/remote/daemon/qtuitestdsettings.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestdsettings.h b/src/remote/daemon/qtuitestdsettings.h index 0a9487c..dfaf50f 100644 --- a/src/remote/daemon/qtuitestdsettings.h +++ b/src/remote/daemon/qtuitestdsettings.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestmaster.cpp b/src/remote/daemon/qtuitestmaster.cpp index a2f5f0e..8ca756a 100644 --- a/src/remote/daemon/qtuitestmaster.cpp +++ b/src/remote/daemon/qtuitestmaster.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestmaster_p.h b/src/remote/daemon/qtuitestmaster_p.h index ddfed07..d4ed06b 100644 --- a/src/remote/daemon/qtuitestmaster_p.h +++ b/src/remote/daemon/qtuitestmaster_p.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestserver.cpp b/src/remote/daemon/qtuitestserver.cpp index 5989f56..63c0c4d 100644 --- a/src/remote/daemon/qtuitestserver.cpp +++ b/src/remote/daemon/qtuitestserver.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestserver.h b/src/remote/daemon/qtuitestserver.h index 8839662..8de3637 100644 --- a/src/remote/daemon/qtuitestserver.h +++ b/src/remote/daemon/qtuitestserver.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestslave.cpp b/src/remote/daemon/qtuitestslave.cpp index c0d1139..4a1aaeb 100644 --- a/src/remote/daemon/qtuitestslave.cpp +++ b/src/remote/daemon/qtuitestslave.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. diff --git a/src/remote/daemon/qtuitestslave.h b/src/remote/daemon/qtuitestslave.h index 4100162..2411245 100644 --- a/src/remote/daemon/qtuitestslave.h +++ b/src/remote/daemon/qtuitestslave.h @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/ ** ** This file is part of QtSystemTest. |