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 --- .../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 +++++++++++++++ 17 files changed, 267 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/bin') 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 -- cgit v1.2.1