Updating license header in dashboard.jag file
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/5c1f7ba8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/5c1f7ba8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/5c1f7ba8 Branch: refs/heads/stratos-4.1.x Commit: 5c1f7ba88c86be503b29def9f86093c3e961a18b Parents: f41b6ce Author: Thanuja <[email protected]> Authored: Wed Oct 21 13:04:28 2015 +0530 Committer: Thanuja <[email protected]> Committed: Wed Oct 21 13:04:28 2015 +0530 ---------------------------------------------------------------------- .../metering-dashboard/ues-patch/dashboard.jag | 39 ++++++++++---------- 1 file changed, 20 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/5c1f7ba8/extensions/das/modules/artifacts/metering-dashboard/ues-patch/dashboard.jag ---------------------------------------------------------------------- diff --git a/extensions/das/modules/artifacts/metering-dashboard/ues-patch/dashboard.jag b/extensions/das/modules/artifacts/metering-dashboard/ues-patch/dashboard.jag index 6117cdd..43ed75b 100644 --- a/extensions/das/modules/artifacts/metering-dashboard/ues-patch/dashboard.jag +++ b/extensions/das/modules/artifacts/metering-dashboard/ues-patch/dashboard.jag @@ -1,23 +1,24 @@ <!doctype html> -/* - * 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. - * - */ +<!-- + + 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. + +--> <html lang="en"> <head> <meta charset="utf-8">
