diff options
Diffstat (limited to 'targetcli/ui_backstore_legacy.py')
| -rw-r--r-- | targetcli/ui_backstore_legacy.py | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/targetcli/ui_backstore_legacy.py b/targetcli/ui_backstore_legacy.py index 7b91b28..2d46fcd 100644 --- a/targetcli/ui_backstore_legacy.py +++ b/targetcli/ui_backstore_legacy.py @@ -1,10 +1,20 @@ ''' -Copyright (c) 2011 by RisingTide Systems LLC. -All rights reserved. +Implements the targetcli backstores related UI. -Jerome Martin <jxm@risingtidesystems.com> +his file is part of targetcli. +Copyright (c) 2011-2013 by Datera, Inc -Implements the targetcli backstores related UI. +Licensed 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. ''' from ui_node import UINode, UIRTSLibNode |
