Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Razzi
karapace-debian
Commits
e193f423
Commit
e193f423
authored
Oct 15, 2019
by
Ville Tainio
Browse files
LICENSE: change project license to Apache 2.0
parent
6aa9ec50
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
e193f423
This diff is collapsed.
Click to expand it.
README.rst
View file @
e193f423
...
...
@@ -308,7 +308,7 @@ HTTP webserver port to bind the Karapace to.
License
=======
Karapace is licensed under the A
GPL
, version
3
. Full license text is
Karapace is licensed under the A
pache license
, version
2.0
. Full license text is
available in the ``LICENSE`` file.
Please note that the project explicitly does not require a CLA (Contributor
...
...
karapace.spec
View file @
e193f423
...
...
@@ -3,7 +3,7 @@ Version: %{major_version}
Release: %{minor_version}%{?dist}
Url: http://github.com/aiven/karapace
Summary: Your Kafka essentials in one tool
License: A
GPL 3
License: A
SL 2.0
Source0: karapace-rpm-src.tar
BuildArch: noarch
BuildRequires: python3-aiohttp
...
...
setup.py
View file @
e193f423
...
...
@@ -37,7 +37,7 @@ setup(
},
author
=
"Hannu Valtonen"
,
author_email
=
"hannu.valtonen@aiven.io"
,
license
=
"A
GPL 3
"
,
license
=
"A
pache 2.0
"
,
platforms
=
[
"POSIX"
,
"MacOS"
],
description
=
"Karapace"
,
long_description
=
readme_text
,
...
...
@@ -47,7 +47,7 @@ setup(
"Intended Audience :: Developers"
,
"Intended Audience :: Information Technology"
,
"Intended Audience :: System Administrators"
,
"License :: OSI Approved ::
GNU Affero General Public License v3 or later (AGPLv3+)
"
,
"License :: OSI Approved ::
Apache Software License
"
,
"Programming Language :: Python :: 3.3"
,
"Programming Language :: Python :: 3.4"
,
"Programming Language :: Python :: 3.5"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment