diff --git a/LICENSE b/LICENSE index 0a1b34e..74e2980 100755 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ionit is licensed under ISC: -Copyright (C) 2018-2021, Benjamin Drung +Copyright (C) 2018-2022, Benjamin Drung Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/ionit b/ionit index 4c9d444..46de99f 100755 --- a/ionit +++ b/ionit @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2018-2021, Benjamin Drung +# Copyright (C) 2018-2022, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/ionit.1.md b/ionit.1.md index 1a964f4..286bbeb 100644 --- a/ionit.1.md +++ b/ionit.1.md @@ -90,4 +90,4 @@ def collect_context(current_context): # AUTHOR -Benjamin Drung +Benjamin Drung diff --git a/ionit_plugin.py b/ionit_plugin.py index 74ed3eb..5441648 100644 --- a/ionit_plugin.py +++ b/ionit_plugin.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2021, Benjamin Drung +# Copyright (C) 2018-2022, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/setup.py b/setup.py index f42a476..dab1fb2 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (C) 2018-2021, Benjamin Drung +# Copyright (C) 2018-2022, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -42,7 +42,7 @@ def systemd_unit_path(): long_description=LONG_DESCRIPTION, long_description_content_type="text/markdown", author="Benjamin Drung", - author_email="benjamin.drung@ionos.com", + author_email="bdrung@posteo.de", url="https://github.com/bdrung/ionit", project_urls={"Bug Tracker": "https://github.com/bdrung/ionit/issues"}, license="ISC", diff --git a/tests/__init__.py b/tests/__init__.py index 1456bd4..c6aa6ed 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2021, Benjamin Drung +# Copyright (C) 2017-2022, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/tests/mock_open.py b/tests/mock_open.py index 9ed1f0d..8a2416f 100644 --- a/tests/mock_open.py +++ b/tests/mock_open.py @@ -1,7 +1,7 @@ # The MIT License (MIT) # Copyright (c) 2013 Ionuț Arțăriși -# 2018 Benjamin Drung +# 2018-2022 Benjamin Drung # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/tests/test_ionit.py b/tests/test_ionit.py index e2bc34a..8102295 100644 --- a/tests/test_ionit.py +++ b/tests/test_ionit.py @@ -1,4 +1,4 @@ -# Copyright (C) 2018-2021, Benjamin Drung +# Copyright (C) 2018-2022, Benjamin Drung # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above