From 99064d17dd295bc7237820ae714047519ed3d389 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Thu, 24 Jul 2014 10:24:02 -0700 Subject: [PATCH] Docker, Inc. Signed-off-by: Ben Firshman --- LICENSE | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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,