Updated Branches: refs/heads/master aa9cd7241 -> 3364e2964
More license header fixes for tools/ngui Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3364e296 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3364e296 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3364e296 Branch: refs/heads/master Commit: 3364e29640c5bff3ed6460bc524d810c7eec8825 Parents: aa9cd72 Author: Chip Childers <[email protected]> Authored: Tue Jul 30 10:06:10 2013 -0400 Committer: Chip Childers <[email protected]> Committed: Tue Jul 30 10:06:10 2013 -0400 ---------------------------------------------------------------------- tools/ngui/static/js/app/dashboard/dashboard.js | 17 +++++++++++++++++ .../js/app/infrastructure/infrastructure.js | 17 +++++++++++++++++ .../static/js/app/storage/upload-volume.tpl.html | 18 ++++++++++++++++++ 3 files changed, 52 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3364e296/tools/ngui/static/js/app/dashboard/dashboard.js ---------------------------------------------------------------------- diff --git a/tools/ngui/static/js/app/dashboard/dashboard.js b/tools/ngui/static/js/app/dashboard/dashboard.js index e69de29..5cd17fb 100644 --- a/tools/ngui/static/js/app/dashboard/dashboard.js +++ b/tools/ngui/static/js/app/dashboard/dashboard.js @@ -0,0 +1,17 @@ +// 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. + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3364e296/tools/ngui/static/js/app/infrastructure/infrastructure.js ---------------------------------------------------------------------- diff --git a/tools/ngui/static/js/app/infrastructure/infrastructure.js b/tools/ngui/static/js/app/infrastructure/infrastructure.js index e69de29..5cd17fb 100644 --- a/tools/ngui/static/js/app/infrastructure/infrastructure.js +++ b/tools/ngui/static/js/app/infrastructure/infrastructure.js @@ -0,0 +1,17 @@ +// 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. + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3364e296/tools/ngui/static/js/app/storage/upload-volume.tpl.html ---------------------------------------------------------------------- diff --git a/tools/ngui/static/js/app/storage/upload-volume.tpl.html b/tools/ngui/static/js/app/storage/upload-volume.tpl.html index e69de29..3ef6357 100644 --- a/tools/ngui/static/js/app/storage/upload-volume.tpl.html +++ b/tools/ngui/static/js/app/storage/upload-volume.tpl.html @@ -0,0 +1,18 @@ +<!-- +// 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. +-->
