Skip to content

Commit 3144750

Browse files
committed
Relicense under Apache
1 parent 104a388 commit 3144750

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

LICENSE

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
Copyright 2025 rami.io GmbH
12

2-
This repository contains proprietary software owned by
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
36

4-
rami.io GmbH
5-
6-
You can obtain a paid license and the full license text at [email protected].
7-
8-
This software may only be used or distributed under this paid license.
7+
http://www.apache.org/licenses/LICENSE-2.0
98

9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,9 @@ License
4343
-------
4444

4545

46-
Copyright 2025 Raphael Michel
47-
48-
Released under the terms of the proprietary pretix Enterprise license.
46+
Copyright 2025 rami.io GmbH
4947

48+
Released under the terms of the Apache License 2.0
5049

5150

5251
.. _pretix: https://github.com/pretix/pretix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pretix-worldlinedirect"
33
dynamic = ["version"]
44
description = "Accept payments through Worldline Direct"
55
readme = "README.rst"
6-
license = {text = "pretix Enterprise"}
6+
license = {text = "Apache"}
77
keywords = ["pretix"]
88
authors = [
99
{name = "pretix team", email = "[email protected]"},

0 commit comments

Comments
 (0)