Browse Source

Copyright is now GoPivotal, Inc.

Ask Solem 11 years ago
parent
commit
1b3524d947
2 changed files with 2 additions and 2 deletions
  1. 1 1
      LICENSE
  2. 1 1
      celery/__init__.py

+ 1 - 1
LICENSE

@@ -1,5 +1,5 @@
 Copyright (c) 2009, 2010, 2011, 2012 Ask Solem, and individual contributors.  All Rights Reserved.
-Copyright (c) 2012 VMware, Inc.  All rights reserved.
+Copyright (c) 2012-2013 GoPivotal, Inc.  All rights reserved.
 
 Celery is licensed under The BSD License (3 Clause, also known as
 the new BSD license).  The license is an OSI approved Open Source

+ 1 - 1
celery/__init__.py

@@ -2,7 +2,7 @@
 """Distributed Task Queue"""
 # :copyright: (c) 2009 - 2012 Ask Solem and individual contributors,
 #                 All rights reserved.
-# :copyright: (c) 2012 VMware, Inc., All rights reserved.
+# :copyright: (c) 2012-2013 GoPivotal, Inc., All rights reserved.
 # :license:   BSD (3 Clause), see LICENSE for more details.
 
 from __future__ import absolute_import