summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Firshman <ben@firshman.co.uk>2014-07-24 10:24:02 -0700
committerBen Firshman <ben@firshman.co.uk>2014-07-24 10:24:17 -0700
commit99064d17dd295bc7237820ae714047519ed3d389 (patch)
tree26ca7fe3c29023d2c54b639c584ab90a6cd1780d
parente1a0937a61dde72da65869dc05ba3f35ae42ae41 (diff)
Docker, Inc.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
-rw-r--r--LICENSE2
-rw-r--r--setup.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 1d9a77f5..27448585 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 02f4d826..b0d1132c 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,