Skip to content

Commit ab9b4d7

Browse files
committed
copyright: use full name
1 parent a285166 commit ab9b4d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# SPDX-License-Identifier: AGPL-3.0-only
33
#
4-
# Copyright © 2020 rsiddharth <[email protected]>
4+
# Copyright © 2020-2022 siddharth ravikumar <[email protected]>
55
#
66
VENV_DIR=.venv
77
VENV=virtualenv

acmens.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: AGPL-3.0-only
44
#
55
# Copyright © 2015-2018 Daniel Roesler <[email protected]>
6-
# Copyright © 2021-2022 siddharth <[email protected]>
6+
# Copyright © 2021-2022 siddharth ravikumar <[email protected]>
77
#
88

99
import argparse
@@ -21,7 +21,7 @@
2121
from urllib.error import URLError
2222

2323

24-
__version__ = "0.2.0"
24+
__version__ = "0.3.0.dev"
2525

2626
CA_PRD = "https://acme-v02.api.letsencrypt.org"
2727
CA_STG = "https://acme-staging-v02.api.letsencrypt.org"

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-only
44
#
5-
# Copyright © 2021-2022 siddharth <[email protected]>
5+
# Copyright © 2021-2022 siddharth ravikumar <[email protected]>
66
#
77

88
from setuptools import setup
@@ -22,7 +22,7 @@
2222
"long_description": long_description,
2323
"long_description_content_type": "text/markdown",
2424
"url": "https://github.com/r5d/acmens",
25-
"author": "siddharth",
25+
"author": "siddharth ravikumar",
2626
"author_email": "[email protected]",
2727
"license": "GNU Affero General Public License v3",
2828
"classifiers": [

0 commit comments

Comments
 (0)