diff --git a/LICENSE b/LICENSE index 1d9a77f55..27448585a 100644 --- a/LICENSE +++ b/LICENSE @@ -176,7 +176,7 @@ END OF TERMS AND CONDITIONS - Copyright 2014 Orchard Laboratories Ltd. + Copyright 2014 Docker, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 02f4d8265..b0d1132cf 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,7 @@ setup( version=find_version("fig", "__init__.py"), description='Punctual, lightweight development environments using Docker', url='http://www.fig.sh/', - author='Orchard Laboratories Ltd.', - author_email='hello@orchardup.com', + author='Docker, Inc.', license='Apache License 2.0', packages=find_packages(), include_package_data=True,