From 8877175399d8e36a39860d994b183dc79a46ff8b Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Wed, 27 Oct 2010 21:54:08 +0000 Subject: Add ASF licence to website tools and content source files git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028115 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/website/content/.htaccess | 18 ++++++++++++++++++ qpid/doc/website/content/acknowledgements.html | 20 ++++++++++++++++++++ qpid/doc/website/content/amqp.html | 20 ++++++++++++++++++++ qpid/doc/website/content/compatibility.html | 20 ++++++++++++++++++++ qpid/doc/website/content/documentation.html | 20 ++++++++++++++++++++ qpid/doc/website/content/download.cgi | 19 +++++++++++++++++++ qpid/doc/website/content/download.html | 20 ++++++++++++++++++++ qpid/doc/website/content/getting_involved.html | 20 ++++++++++++++++++++ qpid/doc/website/content/getting_started.html | 20 ++++++++++++++++++++ qpid/doc/website/content/index.html | 20 ++++++++++++++++++++ qpid/doc/website/content/license.html | 20 ++++++++++++++++++++ qpid/doc/website/content/mailing_lists.html | 20 ++++++++++++++++++++ qpid/doc/website/content/people.html | 20 ++++++++++++++++++++ qpid/doc/website/content/qpid_integrated_with.html | 20 ++++++++++++++++++++ .../content/qpid_project_etiquette_guide.html | 20 ++++++++++++++++++++ qpid/doc/website/content/source_repository.html | 20 ++++++++++++++++++++ qpid/doc/website/example/style.css | 20 ++++++++++++++++++++ qpid/doc/website/template/style.css | 20 ++++++++++++++++++++ qpid/doc/website/tools/generate | 18 ++++++++++++++++++ qpid/doc/website/tools/wrap | 18 ++++++++++++++++++ 20 files changed, 393 insertions(+) (limited to 'qpid/doc') diff --git a/qpid/doc/website/content/.htaccess b/qpid/doc/website/content/.htaccess index 767b20d6c2..3269f4838d 100644 --- a/qpid/doc/website/content/.htaccess +++ b/qpid/doc/website/content/.htaccess @@ -1,2 +1,20 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# Redirect /download.html http://qpid.apache.org/download.cgi diff --git a/qpid/doc/website/content/acknowledgements.html b/qpid/doc/website/content/acknowledgements.html index 083b495efe..daeb21c172 100644 --- a/qpid/doc/website/content/acknowledgements.html +++ b/qpid/doc/website/content/acknowledgements.html @@ -1,3 +1,23 @@ +

Acknowledgements

diff --git a/qpid/doc/website/content/amqp.html b/qpid/doc/website/content/amqp.html index b9b845bbf8..a251164d07 100644 --- a/qpid/doc/website/content/amqp.html +++ b/qpid/doc/website/content/amqp.html @@ -1,3 +1,23 @@ +

What is AMQP?

diff --git a/qpid/doc/website/content/compatibility.html b/qpid/doc/website/content/compatibility.html index a84e8f3626..4ee2602c34 100644 --- a/qpid/doc/website/content/compatibility.html +++ b/qpid/doc/website/content/compatibility.html @@ -1,3 +1,23 @@ +

Qpid provides the most complete and compatible implementation of AMQP. And is the most aggressive in implementing the latest version of the specification. Qpid can be downloaded here

diff --git a/qpid/doc/website/content/documentation.html b/qpid/doc/website/content/documentation.html index f7127288d2..6540d99e68 100644 --- a/qpid/doc/website/content/documentation.html +++ b/qpid/doc/website/content/documentation.html @@ -1,3 +1,23 @@ +

Qpid Documentation

diff --git a/qpid/doc/website/content/download.cgi b/qpid/doc/website/content/download.cgi index ad78c43a97..c4e25082c8 100644 --- a/qpid/doc/website/content/download.cgi +++ b/qpid/doc/website/content/download.cgi @@ -1,4 +1,23 @@ #!/bin/sh +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# + # Wrapper script around mirrors.cgi script # (we must change to that directory in order for python to pick up the # python includes correctly) diff --git a/qpid/doc/website/content/download.html b/qpid/doc/website/content/download.html index 9c4a9fe775..e32f6a9a0d 100644 --- a/qpid/doc/website/content/download.html +++ b/qpid/doc/website/content/download.html @@ -1,3 +1,23 @@ +

Downloads

diff --git a/qpid/doc/website/content/getting_involved.html b/qpid/doc/website/content/getting_involved.html index 6becee63ba..033abdc443 100644 --- a/qpid/doc/website/content/getting_involved.html +++ b/qpid/doc/website/content/getting_involved.html @@ -1,3 +1,23 @@ +

Getting Involved

diff --git a/qpid/doc/website/content/getting_started.html b/qpid/doc/website/content/getting_started.html index 4dc2df99e6..c45b61911e 100644 --- a/qpid/doc/website/content/getting_started.html +++ b/qpid/doc/website/content/getting_started.html @@ -1,3 +1,23 @@ +

Getting Started with Apache Qpid

To get started with Apache Qpid, follow the steps below.

diff --git a/qpid/doc/website/content/index.html b/qpid/doc/website/content/index.html index ee8220a26a..674e74470a 100644 --- a/qpid/doc/website/content/index.html +++ b/qpid/doc/website/content/index.html @@ -1,3 +1,23 @@ +

Introduction

Enterprise Messaging systems let programs communicate by diff --git a/qpid/doc/website/content/license.html b/qpid/doc/website/content/license.html index ab00797c10..c79ff3229e 100644 --- a/qpid/doc/website/content/license.html +++ b/qpid/doc/website/content/license.html @@ -1,3 +1,23 @@ +

Licensing

diff --git a/qpid/doc/website/content/mailing_lists.html b/qpid/doc/website/content/mailing_lists.html index 64032e726b..b1c5266e40 100644 --- a/qpid/doc/website/content/mailing_lists.html +++ b/qpid/doc/website/content/mailing_lists.html @@ -1,3 +1,23 @@ +

Qpid Mailing lists

diff --git a/qpid/doc/website/content/people.html b/qpid/doc/website/content/people.html index c3aa5c655d..07c3638f27 100644 --- a/qpid/doc/website/content/people.html +++ b/qpid/doc/website/content/people.html @@ -1,3 +1,23 @@ +

People

diff --git a/qpid/doc/website/content/qpid_integrated_with.html b/qpid/doc/website/content/qpid_integrated_with.html index 541c8cac68..a2b53209c7 100644 --- a/qpid/doc/website/content/qpid_integrated_with.html +++ b/qpid/doc/website/content/qpid_integrated_with.html @@ -1,3 +1,23 @@ +

AMQP integrations

diff --git a/qpid/doc/website/content/qpid_project_etiquette_guide.html b/qpid/doc/website/content/qpid_project_etiquette_guide.html index 16b2ab91d0..7ce69c327a 100644 --- a/qpid/doc/website/content/qpid_project_etiquette_guide.html +++ b/qpid/doc/website/content/qpid_project_etiquette_guide.html @@ -1,3 +1,23 @@ +

Qpid Project Etiquette Guide

diff --git a/qpid/doc/website/content/source_repository.html b/qpid/doc/website/content/source_repository.html index 7fb49cb97d..147669991e 100644 --- a/qpid/doc/website/content/source_repository.html +++ b/qpid/doc/website/content/source_repository.html @@ -1,3 +1,23 @@ +

Source Code Repositories

Web Browsing of SVN

diff --git a/qpid/doc/website/example/style.css b/qpid/doc/website/example/style.css index 2a8cc6890f..1e05052a03 100644 --- a/qpid/doc/website/example/style.css +++ b/qpid/doc/website/example/style.css @@ -1,3 +1,23 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ ul { list-style-type:square; } diff --git a/qpid/doc/website/template/style.css b/qpid/doc/website/template/style.css index fdf2e28409..57dc571425 100644 --- a/qpid/doc/website/template/style.css +++ b/qpid/doc/website/template/style.css @@ -1,3 +1,23 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + * + */ ul { list-style-type:square; } diff --git a/qpid/doc/website/tools/generate b/qpid/doc/website/tools/generate index 3fa08bfa48..a45e803793 100755 --- a/qpid/doc/website/tools/generate +++ b/qpid/doc/website/tools/generate @@ -1,4 +1,22 @@ #!/usr/bin/env python +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# import os import sys diff --git a/qpid/doc/website/tools/wrap b/qpid/doc/website/tools/wrap index 56b3a3726f..d756da7335 100755 --- a/qpid/doc/website/tools/wrap +++ b/qpid/doc/website/tools/wrap @@ -1,4 +1,22 @@ #!/usr/bin/env python +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# import sys -- cgit v1.2.1