summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTeemu Kaukoranta <teemu.kaukoranta@digia.com>2013-05-22 09:10:45 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-10 23:57:30 +0200
commit5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b (patch)
tree9e69ae3f4ed6c357d73eabf82bccd3490ab05642 /examples
parentf66df7b112b8626c5f1cbd19875d97e8c5de1f84 (diff)
downloadqt4-tools-5a466fc74a67e6c28722c9e0d26fcf876c7a0e9b.tar.gz
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/([ #*]*)(.*Copyright.*Nokia.*)/ \1Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I') >(xargs sed -i -r '1,10 s/(^[ #*]*)(all rights reserved.*)/\1/I') This excludes binary files and retains whitespace and #* characters in the beginning of the edited lines. Fixed "all rights reserved" that didn't get removed completely. Change-Id: Iec19ee5ca4fd7e0735a234955fe1648f1f71d206 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/webkit/webkit-guide/_image_assets.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_accord.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_demo-rotate.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_demo-scale.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_demo-skew.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_gallery.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_panel.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_pulse.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_skew.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_slide1.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_slide2.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_slide3.htm4
-rw-r--r--examples/webkit/webkit-guide/anim_tabbedSkew.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_backgrounds.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_border-img.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_grad-radial.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_gradientBack.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_gradientBackStop.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_gradientButton.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_mask-grad.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_mask-img.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_multicol.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_reflect.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_scroll.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_sel-nth.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_shadow.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_text-overflow.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_text-shadow.htm4
-rw-r--r--examples/webkit/webkit-guide/css3_text-stroke.htm4
-rw-r--r--examples/webkit/webkit-guide/form_tapper.htm4
-rw-r--r--examples/webkit/webkit-guide/form_toggler.htm4
-rw-r--r--examples/webkit/webkit-guide/layout_link-fmt.htm4
-rw-r--r--examples/webkit/webkit-guide/layout_tbl-keyhole.htm4
-rw-r--r--examples/webkit/webkit-guide/mob_condjs.htm4
-rw-r--r--examples/webkit/webkit-guide/mob_layout.htm3
-rw-r--r--examples/webkit/webkit-guide/mob_mediaquery.htm4
-rw-r--r--examples/webkit/webkit-guide/storage.htm4
37 files changed, 73 insertions, 74 deletions
diff --git a/examples/webkit/webkit-guide/_image_assets.htm b/examples/webkit/webkit-guide/_image_assets.htm
index 5640e2c3c4..57cd75fed6 100644
--- a/examples/webkit/webkit-guide/_image_assets.htm
+++ b/examples/webkit/webkit-guide/_image_assets.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_accord.htm b/examples/webkit/webkit-guide/anim_accord.htm
index 9f2cf55ef3..fb9baa17c6 100644
--- a/examples/webkit/webkit-guide/anim_accord.htm
+++ b/examples/webkit/webkit-guide/anim_accord.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_demo-rotate.htm b/examples/webkit/webkit-guide/anim_demo-rotate.htm
index 5856e302d6..25af36ec98 100644
--- a/examples/webkit/webkit-guide/anim_demo-rotate.htm
+++ b/examples/webkit/webkit-guide/anim_demo-rotate.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_demo-scale.htm b/examples/webkit/webkit-guide/anim_demo-scale.htm
index b1abf409d7..10792a15d3 100644
--- a/examples/webkit/webkit-guide/anim_demo-scale.htm
+++ b/examples/webkit/webkit-guide/anim_demo-scale.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_demo-skew.htm b/examples/webkit/webkit-guide/anim_demo-skew.htm
index 07c1ae3ef5..3112974607 100644
--- a/examples/webkit/webkit-guide/anim_demo-skew.htm
+++ b/examples/webkit/webkit-guide/anim_demo-skew.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_gallery.htm b/examples/webkit/webkit-guide/anim_gallery.htm
index 11a1141c2a..f944b12381 100644
--- a/examples/webkit/webkit-guide/anim_gallery.htm
+++ b/examples/webkit/webkit-guide/anim_gallery.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_panel.htm b/examples/webkit/webkit-guide/anim_panel.htm
index 04dabeef89..d1aa20867d 100644
--- a/examples/webkit/webkit-guide/anim_panel.htm
+++ b/examples/webkit/webkit-guide/anim_panel.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_pulse.htm b/examples/webkit/webkit-guide/anim_pulse.htm
index 15a47db9b1..3fd8bc9b82 100644
--- a/examples/webkit/webkit-guide/anim_pulse.htm
+++ b/examples/webkit/webkit-guide/anim_pulse.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_skew.htm b/examples/webkit/webkit-guide/anim_skew.htm
index 89e5983403..660004a05d 100644
--- a/examples/webkit/webkit-guide/anim_skew.htm
+++ b/examples/webkit/webkit-guide/anim_skew.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_slide1.htm b/examples/webkit/webkit-guide/anim_slide1.htm
index 949e041ea1..34d38899ec 100644
--- a/examples/webkit/webkit-guide/anim_slide1.htm
+++ b/examples/webkit/webkit-guide/anim_slide1.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_slide2.htm b/examples/webkit/webkit-guide/anim_slide2.htm
index 0d11d9b9ca..13e40b48ec 100644
--- a/examples/webkit/webkit-guide/anim_slide2.htm
+++ b/examples/webkit/webkit-guide/anim_slide2.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_slide3.htm b/examples/webkit/webkit-guide/anim_slide3.htm
index 14ffdde283..3b5d1dcabe 100644
--- a/examples/webkit/webkit-guide/anim_slide3.htm
+++ b/examples/webkit/webkit-guide/anim_slide3.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/anim_tabbedSkew.htm b/examples/webkit/webkit-guide/anim_tabbedSkew.htm
index b648797c61..b7657805f3 100644
--- a/examples/webkit/webkit-guide/anim_tabbedSkew.htm
+++ b/examples/webkit/webkit-guide/anim_tabbedSkew.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_backgrounds.htm b/examples/webkit/webkit-guide/css3_backgrounds.htm
index f1f9306f4f..0b0879d3be 100644
--- a/examples/webkit/webkit-guide/css3_backgrounds.htm
+++ b/examples/webkit/webkit-guide/css3_backgrounds.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_border-img.htm b/examples/webkit/webkit-guide/css3_border-img.htm
index b0522ac81f..32b1c57e44 100644
--- a/examples/webkit/webkit-guide/css3_border-img.htm
+++ b/examples/webkit/webkit-guide/css3_border-img.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_grad-radial.htm b/examples/webkit/webkit-guide/css3_grad-radial.htm
index 70598287b7..308d8b5fa9 100644
--- a/examples/webkit/webkit-guide/css3_grad-radial.htm
+++ b/examples/webkit/webkit-guide/css3_grad-radial.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_gradientBack.htm b/examples/webkit/webkit-guide/css3_gradientBack.htm
index c8b46f3385..46097d9a45 100644
--- a/examples/webkit/webkit-guide/css3_gradientBack.htm
+++ b/examples/webkit/webkit-guide/css3_gradientBack.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_gradientBackStop.htm b/examples/webkit/webkit-guide/css3_gradientBackStop.htm
index f62548954f..05ec2694af 100644
--- a/examples/webkit/webkit-guide/css3_gradientBackStop.htm
+++ b/examples/webkit/webkit-guide/css3_gradientBackStop.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_gradientButton.htm b/examples/webkit/webkit-guide/css3_gradientButton.htm
index 031b0201a3..3df7268988 100644
--- a/examples/webkit/webkit-guide/css3_gradientButton.htm
+++ b/examples/webkit/webkit-guide/css3_gradientButton.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_mask-grad.htm b/examples/webkit/webkit-guide/css3_mask-grad.htm
index 7a8523786a..fd13acbf65 100644
--- a/examples/webkit/webkit-guide/css3_mask-grad.htm
+++ b/examples/webkit/webkit-guide/css3_mask-grad.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_mask-img.htm b/examples/webkit/webkit-guide/css3_mask-img.htm
index dd11220394..93e3a752aa 100644
--- a/examples/webkit/webkit-guide/css3_mask-img.htm
+++ b/examples/webkit/webkit-guide/css3_mask-img.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_multicol.htm b/examples/webkit/webkit-guide/css3_multicol.htm
index 04e4672be7..7169f6c02d 100644
--- a/examples/webkit/webkit-guide/css3_multicol.htm
+++ b/examples/webkit/webkit-guide/css3_multicol.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_reflect.htm b/examples/webkit/webkit-guide/css3_reflect.htm
index 950f741091..56a6241608 100644
--- a/examples/webkit/webkit-guide/css3_reflect.htm
+++ b/examples/webkit/webkit-guide/css3_reflect.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_scroll.htm b/examples/webkit/webkit-guide/css3_scroll.htm
index 472b1bb363..be6a843ccf 100644
--- a/examples/webkit/webkit-guide/css3_scroll.htm
+++ b/examples/webkit/webkit-guide/css3_scroll.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_sel-nth.htm b/examples/webkit/webkit-guide/css3_sel-nth.htm
index 16731736ab..ded1737175 100644
--- a/examples/webkit/webkit-guide/css3_sel-nth.htm
+++ b/examples/webkit/webkit-guide/css3_sel-nth.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_shadow.htm b/examples/webkit/webkit-guide/css3_shadow.htm
index 1321cbf920..5955e1c539 100644
--- a/examples/webkit/webkit-guide/css3_shadow.htm
+++ b/examples/webkit/webkit-guide/css3_shadow.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_text-overflow.htm b/examples/webkit/webkit-guide/css3_text-overflow.htm
index 52984c84a2..5f8cebd815 100644
--- a/examples/webkit/webkit-guide/css3_text-overflow.htm
+++ b/examples/webkit/webkit-guide/css3_text-overflow.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_text-shadow.htm b/examples/webkit/webkit-guide/css3_text-shadow.htm
index 714e884094..dcc7dc50cd 100644
--- a/examples/webkit/webkit-guide/css3_text-shadow.htm
+++ b/examples/webkit/webkit-guide/css3_text-shadow.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/css3_text-stroke.htm b/examples/webkit/webkit-guide/css3_text-stroke.htm
index 851bfef63b..76668e6d27 100644
--- a/examples/webkit/webkit-guide/css3_text-stroke.htm
+++ b/examples/webkit/webkit-guide/css3_text-stroke.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/form_tapper.htm b/examples/webkit/webkit-guide/form_tapper.htm
index e90ffadbc2..991b99d871 100644
--- a/examples/webkit/webkit-guide/form_tapper.htm
+++ b/examples/webkit/webkit-guide/form_tapper.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/form_toggler.htm b/examples/webkit/webkit-guide/form_toggler.htm
index 597b75a2e9..4ec99edcee 100644
--- a/examples/webkit/webkit-guide/form_toggler.htm
+++ b/examples/webkit/webkit-guide/form_toggler.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/layout_link-fmt.htm b/examples/webkit/webkit-guide/layout_link-fmt.htm
index 2bef2c4525..3c2a95a528 100644
--- a/examples/webkit/webkit-guide/layout_link-fmt.htm
+++ b/examples/webkit/webkit-guide/layout_link-fmt.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/layout_tbl-keyhole.htm b/examples/webkit/webkit-guide/layout_tbl-keyhole.htm
index 56e6f87f64..7c23e686d4 100644
--- a/examples/webkit/webkit-guide/layout_tbl-keyhole.htm
+++ b/examples/webkit/webkit-guide/layout_tbl-keyhole.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/mob_condjs.htm b/examples/webkit/webkit-guide/mob_condjs.htm
index 657f6d62a6..e8577855c5 100644
--- a/examples/webkit/webkit-guide/mob_condjs.htm
+++ b/examples/webkit/webkit-guide/mob_condjs.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/mob_layout.htm b/examples/webkit/webkit-guide/mob_layout.htm
index dea52e2a02..2e73a14986 100644
--- a/examples/webkit/webkit-guide/mob_layout.htm
+++ b/examples/webkit/webkit-guide/mob_layout.htm
@@ -2,8 +2,7 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). All
-rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/mob_mediaquery.htm b/examples/webkit/webkit-guide/mob_mediaquery.htm
index c7b9794b0f..296ca1b9a2 100644
--- a/examples/webkit/webkit-guide/mob_mediaquery.htm
+++ b/examples/webkit/webkit-guide/mob_mediaquery.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows:
diff --git a/examples/webkit/webkit-guide/storage.htm b/examples/webkit/webkit-guide/storage.htm
index 33eb4dfad9..bcd1d11dd3 100644
--- a/examples/webkit/webkit-guide/storage.htm
+++ b/examples/webkit/webkit-guide/storage.htm
@@ -2,8 +2,8 @@
This file is part of QtWebKit
-Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-All rights reserved.
+Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+
You may use this file under the terms of the BSD license as follows: