From 0b9bebd801d411af77b6fbd892cc14d1338fb01a Mon Sep 17 00:00:00 2001 From: Fraser Adams Date: Fri, 23 Aug 2013 16:07:50 +0000 Subject: JIRA: QPID-5093 Adding ASF licence note to a bunch of html/css/js files that were missing it git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1516919 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/tools/src/java/README-Java-Broker.txt | 20 +++++++++++++++ qpid/tools/src/java/README.txt | 20 +++++++++++++++ .../bin/qpid-web/authentication/account.properties | 20 +++++++++++++++ qpid/tools/src/java/bin/qpid-web/web/index.html | 18 ++++++++++++++ .../src/java/bin/qpid-web/web/itablet/css/LICENCE | 29 ---------------------- .../bin/qpid-web/web/itablet/css/itablet-ie6.css | 21 ++++++++++++++++ .../bin/qpid-web/web/itablet/css/itablet-ie7.css | 21 ++++++++++++++++ .../bin/qpid-web/web/itablet/css/itablet-ie8.css | 21 ++++++++++++++++ .../bin/qpid-web/web/itablet/css/itablet-ie9.css | 21 ++++++++++++++++ .../java/bin/qpid-web/web/itablet/css/itablet.css | 20 +++++++++++++++ .../java/bin/qpid-web/web/itablet/scripts/LICENCE | 24 ------------------ .../bin/qpid-web/web/itablet/scripts/itablet.js | 22 +++++++++++++++- .../src/java/bin/qpid-web/web/qmf-ui/css/LICENCE | 26 ------------------- .../src/java/bin/qpid-web/web/qmf-ui/css/index.css | 21 ++++++++++++++++ .../src/java/bin/qpid-web/web/qmf-ui/css/qmf.css | 20 +++++++++++++++ .../java/bin/qpid-web/web/qmf-ui/scripts/LICENCE | 24 ------------------ .../java/bin/qpid-web/web/qmf-ui/scripts/qmf-ui.js | 22 +++++++++++++++- qpid/tools/src/java/bin/qpid-web/web/ui/config.js | 22 ++++++++++++++++ qpid/tools/src/java/bin/qpid-web/web/ui/qmf.html | 20 +++++++++++++++ .../java/org/apache/qpid/restapi/servlet/TODO | 21 ++++++++++++++++ 20 files changed, 328 insertions(+), 105 deletions(-) delete mode 100644 qpid/tools/src/java/bin/qpid-web/web/itablet/css/LICENCE delete mode 100644 qpid/tools/src/java/bin/qpid-web/web/qmf-ui/css/LICENCE (limited to 'qpid/tools/src/java') diff --git a/qpid/tools/src/java/README-Java-Broker.txt b/qpid/tools/src/java/README-Java-Broker.txt index fccf19a099..992bfbeb95 100644 --- a/qpid/tools/src/java/README-Java-Broker.txt +++ b/qpid/tools/src/java/README-Java-Broker.txt @@ -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. + * + */ The Qpid Java Broker by default uses either JMX or an HTTP Management GUI & REST API, however by building a QMF2 Agent as a Java Broker plugin it's possible to provide better synergy between the C++ and Java Brokers diff --git a/qpid/tools/src/java/README.txt b/qpid/tools/src/java/README.txt index 3cd57605b4..0755dcd885 100644 --- a/qpid/tools/src/java/README.txt +++ b/qpid/tools/src/java/README.txt @@ -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. + * + */ This is a Java JMS implementation of the QMF2 API specified at https://cwiki.apache.org/qpid/qmfv2-api-proposal.html diff --git a/qpid/tools/src/java/bin/qpid-web/authentication/account.properties b/qpid/tools/src/java/bin/qpid-web/authentication/account.properties index 082c50fc70..ff30bdc55c 100644 --- a/qpid/tools/src/java/bin/qpid-web/authentication/account.properties +++ b/qpid/tools/src/java/bin/qpid-web/authentication/account.properties @@ -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. +# +# + guest=guest admin=admin diff --git a/qpid/tools/src/java/bin/qpid-web/web/index.html b/qpid/tools/src/java/bin/qpid-web/web/index.html index 7419feb02e..e21871b59f 100755 --- a/qpid/tools/src/java/bin/qpid-web/web/index.html +++ b/qpid/tools/src/java/bin/qpid-web/web/index.html @@ -1,4 +1,22 @@ + + QMF Console diff --git a/qpid/tools/src/java/src/restapi/java/org/apache/qpid/restapi/servlet/TODO b/qpid/tools/src/java/src/restapi/java/org/apache/qpid/restapi/servlet/TODO index 1c3eabcbb1..9da5ee871a 100644 --- a/qpid/tools/src/java/src/restapi/java/org/apache/qpid/restapi/servlet/TODO +++ b/qpid/tools/src/java/src/restapi/java/org/apache/qpid/restapi/servlet/TODO @@ -1,3 +1,24 @@ +/* + * + * 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. + * + */ + The org.apache.qpid.restapi.HttpTransaction and org.apache.qpid.restapi.Server interfaces are intended to provide abstractions to the underlying HTTP Server technology and thus should make it fairly easy to do a Servlet based implementation without having to rewrite the core REST API code. A Servlet implementation -- cgit v1.2.1