diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2011-07-11 10:25:53 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2011-07-11 10:25:53 (GMT) |
commit | 0ffd5e2dcd9a181fad1e053d8067cbd61d4d3799 (patch) | |
tree | f7a7b8d85be7693a2e6e2bbe5b4bb3714b62df10 /examples/xml/htmlinfo/simpleexample.html | |
parent | 93ae002230888e98b4e95834f5e5eb9600f05f18 (diff) | |
download | Qt-0ffd5e2dcd9a181fad1e053d8067cbd61d4d3799.zip Qt-0ffd5e2dcd9a181fad1e053d8067cbd61d4d3799.tar.gz Qt-0ffd5e2dcd9a181fad1e053d8067cbd61d4d3799.tar.bz2 |
Removed files with 3rd party copyright notices.
HTML files not necessary for the HTML Info example.
Reviewed-by: David Boddie <david.boddie@nokia.com>
Diffstat (limited to 'examples/xml/htmlinfo/simpleexample.html')
-rw-r--r-- | examples/xml/htmlinfo/simpleexample.html | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/examples/xml/htmlinfo/simpleexample.html b/examples/xml/htmlinfo/simpleexample.html index 83a55cf..28aaa6b 100644 --- a/examples/xml/htmlinfo/simpleexample.html +++ b/examples/xml/htmlinfo/simpleexample.html @@ -1,7 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- +/**************************************************************************** +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** GNU Free Documentation License +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms +** and conditions contained in a signed written agreement between you +** and Nokia. +** +** +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ +--> <html> <head> - <title>Qt is cute! Frans is too!</title> + <title>Qt is cute!</title> </head> <body> <p>A paragraph.</p> |