summaryrefslogtreecommitdiff
path: root/rpm
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 /rpm
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 'rpm')
-rw-r--r--rpm/python-configshell.spec.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm/python-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index 75f7906..fc418fe 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -1,7 +1,7 @@
%define oname configshell
Name: python-configshell
-License: AGPLv3
+License: Apache License 2.0
Group: System Environment/Libraries
Summary: A framework to implement simple but nice CLIs.
Version: VERSION
@@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-rpmroot
BuildArch: noarch
BuildRequires: python-devel, epydoc, python-simpleparse
Requires: python-simpleparse, python-urwid >= 0.9.9, epydoc
-Vendor: RisingTide Systems
+Vendor: Datera, Inc.
%description
A framework to implement simple but nice command-line interfaces.