summaryrefslogtreecommitdiff
path: root/rtslib/utils.py
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@risingtidesystems.com>2013-07-23 16:24:14 -0700
committerAndy Grover <agrover@redhat.com>2013-07-23 16:25:47 -0700
commitc40109d8fa74094eef3a6e9eefab8e558acdf2a2 (patch)
treecbd2ccd38db1c192114ddc752885974345727b22 /rtslib/utils.py
parent4d1b65a8029980085568c8c55e9859f69c5a6ed0 (diff)
downloadrtslib-fb-c40109d8fa74094eef3a6e9eefab8e558acdf2a2.tar.gz
rtslib: Change copyright to Apache License 2.0
This patch converts rtslib code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com> Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'rtslib/utils.py')
-rw-r--r--rtslib/utils.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/rtslib/utils.py b/rtslib/utils.py
index 399c3bd..380df6f 100644
--- a/rtslib/utils.py
+++ b/rtslib/utils.py
@@ -1,20 +1,20 @@
'''
Provides various utility functions.
-This file is part of RTSLib Community Edition.
-Copyright (c) 2011 by RisingTide Systems LLC
+This file is part of RTSLib.
+Copyright (c) 2011-2013 by Datera, Inc
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU Affero General Public License as
-published by the Free Software Foundation, version 3 (AGPLv3).
+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
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Affero General Public License for more details.
+ http://www.apache.org/licenses/LICENSE-2.0
-You should have received a copy of the GNU Affero General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
+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.
'''
import re