瀏覽代碼

Docker, Inc.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 年之前
父節點
當前提交
99064d17dd
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      LICENSE
  2. 1 2
      setup.py

+ 1 - 1
LICENSE

@@ -176,7 +176,7 @@
 
 
    END OF TERMS AND CONDITIONS
    END OF TERMS AND CONDITIONS
 
 
-   Copyright 2014 Orchard Laboratories Ltd.
+   Copyright 2014 Docker, Inc.
 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with 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"),
     version=find_version("fig", "__init__.py"),
     description='Punctual, lightweight development environments using Docker',
     description='Punctual, lightweight development environments using Docker',
     url='http://www.fig.sh/',
     url='http://www.fig.sh/',
-    author='Orchard Laboratories Ltd.',
-    author_email='[email protected]',
+    author='Docker, Inc.',
     license='Apache License 2.0',
     license='Apache License 2.0',
     packages=find_packages(),
     packages=find_packages(),
     include_package_data=True,
     include_package_data=True,