From 27eceaabdf5d06d30a8648c45eaddfda4395a9dd Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 28 Jun 2012 13:41:29 -0700 Subject: [PATCH] Add Citrix license to new JS files --- ui/scripts/instanceWizard.js | 10 ++++++++++ ui/scripts/ui-custom/vpc.js | 12 +++++++++++- ui/scripts/vpc.js | 10 ++++++++++ 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ui/scripts/instanceWizard.js b/ui/scripts/instanceWizard.js index a223bc53226..9d4a151f086 100644 --- a/ui/scripts/instanceWizard.js +++ b/ui/scripts/instanceWizard.js @@ -1,3 +1,13 @@ +// Copyright 2012 Citrix Systems, Inc. Licensed under the +// Apache License, Version 2.0 (the "License"); you may not use this +// file except in compliance with the License. Citrix Systems, Inc. +// reserves all rights not expressly granted by 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 zoneObjs, hypervisorObjs, featuredTemplateObjs, communityTemplateObjs, myTemplateObjs, featuredIsoObjs, community var selectedZoneObj, selectedTemplateObj, selectedHypervisor, selectedDiskOfferingObj; diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 3804386c656..0545748e0cc 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -1,3 +1,13 @@ +// Copyright 2012 Citrix Systems, Inc. Licensed under the +// Apache License, Version 2.0 (the "License"); you may not use this +// file except in compliance with the License. Citrix Systems, Inc. +// reserves all rights not expressly granted by 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 elems = { router: function() { @@ -401,4 +411,4 @@ }); }; }; -}(jQuery, cloudStack)); \ No newline at end of file +}(jQuery, cloudStack)); diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index a3b9afb99f3..bc3cf70d769 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -1,3 +1,13 @@ +// Copyright 2012 Citrix Systems, Inc. Licensed under the +// Apache License, Version 2.0 (the "License"); you may not use this +// file except in compliance with the License. Citrix Systems, Inc. +// reserves all rights not expressly granted by 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 aclMultiEdit = { noSelect: true,