summaryrefslogtreecommitdiffstats
path: root/parser/rpp
diff options
context:
space:
mode:
authorTeemu Kaukoranta <[email protected]>2013-05-22 10:41:51 +0300
committerSergio Ahumada <[email protected]>2013-05-23 11:19:07 +0200
commit25b23b4f039650c6e5d64592e6e7210719e52097 (patch)
treeaa8d9480ad901ab16a9017f0e5a04c0b4d03e230 /parser/rpp
parent744d018dd857543f93f3961cf9e7f70adcc7ce65 (diff)
Replaced Nokia copyrights in headerHEADdev4.8
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: I9b960d54cfe46a85be86b524e95e3ee875933fb6 Reviewed-by: Sergio Ahumada <[email protected]> Reviewed-by: Janne Anttila <[email protected]>
Diffstat (limited to 'parser/rpp')
-rw-r--r--parser/rpp/builtin-macros.cpp2
-rw-r--r--parser/rpp/pp-cctype.h2
-rw-r--r--parser/rpp/pp-engine-bits.h2
-rw-r--r--parser/rpp/pp-engine.h2
-rw-r--r--parser/rpp/pp-environment.h2
-rw-r--r--parser/rpp/pp-fwd.h2
-rw-r--r--parser/rpp/pp-internal.h2
-rw-r--r--parser/rpp/pp-iterator.h2
-rw-r--r--parser/rpp/pp-macro-expander.h2
-rw-r--r--parser/rpp/pp-macro.h2
-rw-r--r--parser/rpp/pp-scanner.h2
-rw-r--r--parser/rpp/pp-string.h2
-rw-r--r--parser/rpp/pp-symbol.h2
-rw-r--r--parser/rpp/pp.h2
-rw-r--r--parser/rpp/preprocessor.cpp2
-rw-r--r--parser/rpp/preprocessor.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/parser/rpp/builtin-macros.cpp b/parser/rpp/builtin-macros.cpp
index 1b0fc06..3dd2fe8 100644
--- a/parser/rpp/builtin-macros.cpp
+++ b/parser/rpp/builtin-macros.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
*
* Contact: PySide team <[email protected]>
*
diff --git a/parser/rpp/pp-cctype.h b/parser/rpp/pp-cctype.h
index 5b0bf47..1675bf1 100644
--- a/parser/rpp/pp-cctype.h
+++ b/parser/rpp/pp-cctype.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-engine-bits.h b/parser/rpp/pp-engine-bits.h
index a79df43..b53607c 100644
--- a/parser/rpp/pp-engine-bits.h
+++ b/parser/rpp/pp-engine-bits.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-engine.h b/parser/rpp/pp-engine.h
index bc1d02e..079ccc8 100644
--- a/parser/rpp/pp-engine.h
+++ b/parser/rpp/pp-engine.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-environment.h b/parser/rpp/pp-environment.h
index be3ef38..e3b64df 100644
--- a/parser/rpp/pp-environment.h
+++ b/parser/rpp/pp-environment.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-fwd.h b/parser/rpp/pp-fwd.h
index 5b1c792..99785ec 100644
--- a/parser/rpp/pp-fwd.h
+++ b/parser/rpp/pp-fwd.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-internal.h b/parser/rpp/pp-internal.h
index 7e70810..bb892f8 100644
--- a/parser/rpp/pp-internal.h
+++ b/parser/rpp/pp-internal.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-iterator.h b/parser/rpp/pp-iterator.h
index 3e87d1c..edcb1be 100644
--- a/parser/rpp/pp-iterator.h
+++ b/parser/rpp/pp-iterator.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-macro-expander.h b/parser/rpp/pp-macro-expander.h
index fd875d9..dba9a8f 100644
--- a/parser/rpp/pp-macro-expander.h
+++ b/parser/rpp/pp-macro-expander.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-macro.h b/parser/rpp/pp-macro.h
index e633834..99b7505 100644
--- a/parser/rpp/pp-macro.h
+++ b/parser/rpp/pp-macro.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-scanner.h b/parser/rpp/pp-scanner.h
index e97b158..cdf6ca0 100644
--- a/parser/rpp/pp-scanner.h
+++ b/parser/rpp/pp-scanner.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-string.h b/parser/rpp/pp-string.h
index 31bca4f..fec17dc 100644
--- a/parser/rpp/pp-string.h
+++ b/parser/rpp/pp-string.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp-symbol.h b/parser/rpp/pp-symbol.h
index 8078aba..1e8f86c 100644
--- a/parser/rpp/pp-symbol.h
+++ b/parser/rpp/pp-symbol.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/pp.h b/parser/rpp/pp.h
index 3ff38c0..6eccb19 100644
--- a/parser/rpp/pp.h
+++ b/parser/rpp/pp.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Roberto Raggi <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/preprocessor.cpp b/parser/rpp/preprocessor.cpp
index 9a4f8b0..48ce87c 100644
--- a/parser/rpp/preprocessor.cpp
+++ b/parser/rpp/preprocessor.cpp
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Harald Fernengel <[email protected]>
*
* Contact: PySide team <[email protected]>
diff --git a/parser/rpp/preprocessor.h b/parser/rpp/preprocessor.h
index c363ea7..8750a1b 100644
--- a/parser/rpp/preprocessor.h
+++ b/parser/rpp/preprocessor.h
@@ -1,7 +1,7 @@
/*
* This file is part of the API Extractor project.
*
- * Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
* Copyright 2005 Harald Fernengel <[email protected]>
*
* Contact: PySide team <[email protected]>