You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2012/07/30 23:32:37 UTC

[2/2] git commit: Add license header to tagger widget

Add license header to tagger widget


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1fbf5952
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1fbf5952
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1fbf5952

Branch: refs/heads/master
Commit: 1fbf5952cd4f0283312a5fc5da13d931a59a579f
Parents: 6b47907
Author: Brian Federle <br...@citrix.com>
Authored: Mon Jul 30 14:31:37 2012 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Mon Jul 30 14:32:32 2012 -0700

----------------------------------------------------------------------
 ui/scripts/ui/widgets/tagger.js |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1fbf5952/ui/scripts/ui/widgets/tagger.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui/widgets/tagger.js b/ui/scripts/ui/widgets/tagger.js
index c616945..1b9c928 100644
--- a/ui/scripts/ui/widgets/tagger.js
+++ b/ui/scripts/ui/widgets/tagger.js
@@ -1,3 +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.
+
 (function($, cloudStack) {
   var isFormValid = function($form) {
     var key = $form.find('input[name=key]').val();