summaryrefslogtreecommitdiff
path: root/configshell/log.py
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@risingtidesystems.com>2013-07-04 00:05:02 -0700
committerNicholas Bellinger <nab@risingtidesystems.com>2013-07-04 00:10:33 -0700
commit5fcb00e77153b6a9e188c00a06d88783e7d273f7 (patch)
tree63dab5d873f3173527a9b599b913818e98f991af /configshell/log.py
parentcfe52415f05949762b74a1ad3878bc8459522789 (diff)
downloadconfigshell-fb-upstream.tar.gz
configshell: Change copyright to Apache License 2.01.2upstream
This patch converts configshell 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>
Diffstat (limited to 'configshell/log.py')
-rw-r--r--configshell/log.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/configshell/log.py b/configshell/log.py
index baab3a5..9c5e734 100644
--- a/configshell/log.py
+++ b/configshell/log.py
@@ -1,18 +1,18 @@
'''
-This file is part of ConfigShell Community Edition.
-Copyright (c) 2011 by RisingTide Systems LLC
+This file is part of ConfigShell.
+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 os