summaryrefslogtreecommitdiffstats
path: root/tools/3rdparty/sitemap_gen-1.4/COPYING
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-11-14 15:14:22 +0100
committerJerome Pasion <jerome.pasion@digia.com>2013-11-15 15:41:01 +0100
commit2503674c1e0520c0c916d28e8f8932fbf7b21d88 (patch)
treed324c0635154afe7246992eeb000e0a43432af69 /tools/3rdparty/sitemap_gen-1.4/COPYING
parent56252951563fcba0a1c298e1abdd06c046ee3f57 (diff)
tools: Adding sitemap-gen-1.4 for creating sitemaps.
By Google Inc. with a BSD 2-Clause license (included in commit) Sitemaps tell search engines the files, change frequency, and priority of webpages. This tool will be used to create sitemaps of qt-project.org to help search engines crawl through our site. There is a newer sitemap tool which means that this Python script may be removed (or not) in the future. We need a place to host it. The doc build scripts, in particular, will clone the repo and use the script. Change-Id: Ia40261e8c035aaf641676a266caa03eeee796d59 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'tools/3rdparty/sitemap_gen-1.4/COPYING')
-rw-r--r--tools/3rdparty/sitemap_gen-1.4/COPYING37
1 files changed, 37 insertions, 0 deletions
diff --git a/tools/3rdparty/sitemap_gen-1.4/COPYING b/tools/3rdparty/sitemap_gen-1.4/COPYING
new file mode 100644
index 0000000..e26c5ff
--- /dev/null
+++ b/tools/3rdparty/sitemap_gen-1.4/COPYING
@@ -0,0 +1,37 @@
+Copyright (c) 2004, 2005, Google Inc.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+
+ * Neither the name of Google Inc. nor the names of its contributors
+ may be used to endorse or promote products derived from this
+ software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+The sitemap_gen.py script is written in Python 2.2 and released to the open
+source community for continuous improvements under the BSD 2.0 new license,
+which can be found at:
+
+ http://www.opensource.org/licenses/bsd-license.php