Skip to content

Commit 48d9242

Browse files
committed
updated license to agpl
1 parent d4b954d commit 48d9242

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

LICENSE.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22

3-
Copyright (c) 2021 k.r. goger - https://github.com/kr-g
4-
5-
6-
project homepage:
7-
https://github.com/kr-g/thonny-gitonic
3+
Copyright (c) 2022 k. goger - https://github.com/kr-g
84

95
---
106

@@ -676,3 +672,5 @@ For more information on this, and how to apply and follow the GNU AGPL, see
676672

677673
https://www.gnu.org/licenses/agpl-3.0.de.html
678674

675+
676+

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def find_projectname():
3535
setuptools.setup(
3636
name=projectname,
3737
version=version,
38-
author="k.r. goger",
38+
author="k. goger",
3939
author_email=f"k.r.goger+{projectname}@gmail.com",
4040
description="manage a multi git workspace",
4141
long_description=long_description,

0 commit comments

Comments
 (0)