diff --git a/tests/test_settings.py b/tests/test_settings.py index c5555e84..ea31182d 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -1,4 +1,5 @@ """Tests for the Settings class and module.""" + # Copyright 2018 Ian Stapleton Cordasco # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/__init__.py b/twine/__init__.py index d5b07bc7..99a68612 100644 --- a/twine/__init__.py +++ b/twine/__init__.py @@ -3,6 +3,7 @@ The contents of this package are not a public API. For more details, see https://github.com/pypa/twine/issues/194 and https://github.com/pypa/twine/issues/665. """ + # Copyright 2018 Donald Stufft and individual contributors # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/commands/__init__.py b/twine/commands/__init__.py index 080bae3e..acd80f2e 100644 --- a/twine/commands/__init__.py +++ b/twine/commands/__init__.py @@ -3,6 +3,7 @@ The contents of this package are not a public API. For more details, see https://github.com/pypa/twine/issues/194 and https://github.com/pypa/twine/issues/665. """ + # Copyright 2013 Donald Stufft # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/commands/check.py b/twine/commands/check.py index 90b2e375..b3178c34 100644 --- a/twine/commands/check.py +++ b/twine/commands/check.py @@ -1,4 +1,5 @@ """Module containing the logic for ``twine check``.""" + # Copyright 2018 Dustin Ingram # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/commands/register.py b/twine/commands/register.py index 69828640..3efb0a7a 100644 --- a/twine/commands/register.py +++ b/twine/commands/register.py @@ -1,4 +1,5 @@ """Module containing the logic for ``twine register``.""" + # Copyright 2015 Ian Cordasco # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/commands/upload.py b/twine/commands/upload.py index 186c5915..b289d6b0 100644 --- a/twine/commands/upload.py +++ b/twine/commands/upload.py @@ -1,4 +1,5 @@ """Module containing the logic for ``twine upload``.""" + # Copyright 2013 Donald Stufft # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/exceptions.py b/twine/exceptions.py index 02cb3708..b87b938b 100644 --- a/twine/exceptions.py +++ b/twine/exceptions.py @@ -1,4 +1,5 @@ """Module containing exceptions raised by twine.""" + # Copyright 2015 Ian Stapleton Cordasco # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/twine/settings.py b/twine/settings.py index d9dd4af3..78d382e2 100644 --- a/twine/settings.py +++ b/twine/settings.py @@ -1,4 +1,5 @@ """Module containing logic for handling settings.""" + # Copyright 2018 Ian Stapleton Cordasco # # Licensed under the Apache License, Version 2.0 (the "License");