Browse Source

Docker, Inc.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 năm trước cách đây
mục cha
commit
99064d17dd
2 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 1 1
      LICENSE
  2. 1 2
      setup.py

+ 1 - 1
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.

+ 1 - 2
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='[email protected]',
+    author='Docker, Inc.',
     license='Apache License 2.0',
     packages=find_packages(),
     include_package_data=True,