aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libother
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 11:03:09 +0300
committerSergio Ahumada <sergio.ahumada@digia.com>2013-05-28 13:57:48 +0200
commit45268bd0ad5a6569adad2e529574d7bf536d0bff (patch)
treef17775771b4975e7b80716bc4582559f1b86faf3 /tests/libother
parent4f4a3e6522d139b223060634ad3bbbb343f79564 (diff)
Replaced Nokia copyrights in header
Replaced old Nokia copyrights with Digia copyrights. Removed "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: I0d49f991c3dbd45d804843f185714e8681bc6c51 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
Diffstat (limited to 'tests/libother')
-rw-r--r--tests/libother/extendsnoimplicitconversion.h2
-rw-r--r--tests/libother/libothermacros.h2
-rw-r--r--tests/libother/number.cpp2
-rw-r--r--tests/libother/number.h2
-rw-r--r--tests/libother/otherderived.cpp2
-rw-r--r--tests/libother/otherderived.h2
-rw-r--r--tests/libother/othermultiplederived.cpp2
-rw-r--r--tests/libother/othermultiplederived.h2
-rw-r--r--tests/libother/otherobjecttype.cpp2
-rw-r--r--tests/libother/otherobjecttype.h2
10 files changed, 10 insertions, 10 deletions
diff --git a/tests/libother/extendsnoimplicitconversion.h b/tests/libother/extendsnoimplicitconversion.h
index 837f47ee1..7faad0cbe 100644
--- a/tests/libother/extendsnoimplicitconversion.h
+++ b/tests/libother/extendsnoimplicitconversion.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/libothermacros.h b/tests/libother/libothermacros.h
index 5c32a226a..c4f3abe39 100644
--- a/tests/libother/libothermacros.h
+++ b/tests/libother/libothermacros.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Bindings Generator project.
*
-* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/number.cpp b/tests/libother/number.cpp
index e2d7a00b1..559e540f6 100644
--- a/tests/libother/number.cpp
+++ b/tests/libother/number.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/number.h b/tests/libother/number.h
index 796987331..b6c8ef7ee 100644
--- a/tests/libother/number.h
+++ b/tests/libother/number.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/otherderived.cpp b/tests/libother/otherderived.cpp
index f51f48252..c583fcd40 100644
--- a/tests/libother/otherderived.cpp
+++ b/tests/libother/otherderived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/otherderived.h b/tests/libother/otherderived.h
index 8685f8c07..867b4c95d 100644
--- a/tests/libother/otherderived.h
+++ b/tests/libother/otherderived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/othermultiplederived.cpp b/tests/libother/othermultiplederived.cpp
index 3bd000386..3886d08db 100644
--- a/tests/libother/othermultiplederived.cpp
+++ b/tests/libother/othermultiplederived.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/othermultiplederived.h b/tests/libother/othermultiplederived.h
index 8cead4d7e..007038699 100644
--- a/tests/libother/othermultiplederived.h
+++ b/tests/libother/othermultiplederived.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/otherobjecttype.cpp b/tests/libother/otherobjecttype.cpp
index 845ac07c2..3b59182d7 100644
--- a/tests/libother/otherobjecttype.cpp
+++ b/tests/libother/otherobjecttype.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2009,2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*
diff --git a/tests/libother/otherobjecttype.h b/tests/libother/otherobjecttype.h
index 455e78b5e..7ec840514 100644
--- a/tests/libother/otherobjecttype.h
+++ b/tests/libother/otherobjecttype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the Shiboken Python Binding Generator project.
*
- * Copyright (C) 2009,2010 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <contact@pyside.org>
*