summaryrefslogtreecommitdiff
path: root/configshell
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
parentcfe52415f05949762b74a1ad3878bc8459522789 (diff)
downloadconfigshell-fb-5fcb00e77153b6a9e188c00a06d88783e7d273f7.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')
-rw-r--r--configshell/__init__.py22
-rw-r--r--configshell/console.py22
-rw-r--r--configshell/log.py22
-rw-r--r--configshell/node.py22
-rw-r--r--configshell/prefs.py22
-rw-r--r--configshell/shell.py22
6 files changed, 66 insertions, 66 deletions
diff --git a/configshell/__init__.py b/configshell/__init__.py
index 9bfcdb3..a7cbeea 100644
--- a/configshell/__init__.py
+++ b/configshell/__init__.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.
'''
from log import Log
diff --git a/configshell/console.py b/configshell/console.py
index d463879..462bf99 100644
--- a/configshell/console.py
+++ b/configshell/console.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 re
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
diff --git a/configshell/node.py b/configshell/node.py
index 9f6295e..a590c2c 100644
--- a/configshell/node.py
+++ b/configshell/node.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 re
diff --git a/configshell/prefs.py b/configshell/prefs.py
index 9ddb420..d27f7b7 100644
--- a/configshell/prefs.py
+++ b/configshell/prefs.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 cPickle
diff --git a/configshell/shell.py b/configshell/shell.py
index ab32f8e..f89d23f 100644
--- a/configshell/shell.py
+++ b/configshell/shell.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