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 2013/02/13 23:59:37 UTC

[35/35] git commit: refs/heads/master - Add license headers to new JS files

Updated Branches:
  refs/heads/master 5c077f341 -> 48118a4f9


Add license headers to new JS files


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

Branch: refs/heads/master
Commit: 48118a4f9c1c58a17f0e1769c0d98a23ab41559d
Parents: ce375fa
Author: Brian Federle <br...@citrix.com>
Authored: Wed Feb 13 14:59:01 2013 -0800
Committer: Brian Federle <br...@citrix.com>
Committed: Wed Feb 13 14:59:01 2013 -0800

----------------------------------------------------------------------
 ui/plugins/plugins.js               |   16 ++++++++++++++++
 ui/plugins/testPlugin/config.js     |   16 ++++++++++++++++
 ui/plugins/testPlugin/testPlugin.js |   16 ++++++++++++++++
 ui/scripts/plugins.js               |   16 ++++++++++++++++
 4 files changed, 64 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48118a4f/ui/plugins/plugins.js
----------------------------------------------------------------------
diff --git a/ui/plugins/plugins.js b/ui/plugins/plugins.js
index e64a191..386ec06 100644
--- a/ui/plugins/plugins.js
+++ b/ui/plugins/plugins.js
@@ -1,3 +1,19 @@
+// 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) {
   cloudStack.plugins = [
     // 'testPlugin'

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48118a4f/ui/plugins/testPlugin/config.js
----------------------------------------------------------------------
diff --git a/ui/plugins/testPlugin/config.js b/ui/plugins/testPlugin/config.js
index e6f648c..71cb379 100644
--- a/ui/plugins/testPlugin/config.js
+++ b/ui/plugins/testPlugin/config.js
@@ -1,3 +1,19 @@
+// 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) {
   cloudStack.plugins.testPlugin.config = {
     title: 'Test Plugin',

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48118a4f/ui/plugins/testPlugin/testPlugin.js
----------------------------------------------------------------------
diff --git a/ui/plugins/testPlugin/testPlugin.js b/ui/plugins/testPlugin/testPlugin.js
index abb4813..e340ae5 100644
--- a/ui/plugins/testPlugin/testPlugin.js
+++ b/ui/plugins/testPlugin/testPlugin.js
@@ -1,3 +1,19 @@
+// 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) {
   cloudStack.plugins.testPlugin = function(plugin) {
     plugin.ui.addSection({

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/48118a4f/ui/scripts/plugins.js
----------------------------------------------------------------------
diff --git a/ui/scripts/plugins.js b/ui/scripts/plugins.js
index 4563f83..5a33d56 100644
--- a/ui/scripts/plugins.js
+++ b/ui/scripts/plugins.js
@@ -1,3 +1,19 @@
+// 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, require) {
   var loadCSS = function(path) {
     var $link = $('<link>');