diff --git a/clients/python/camliclient.py b/clients/python/camliclient.py index 5739e16e4..08ce728e4 100755 --- a/clients/python/camliclient.py +++ b/clients/python/camliclient.py @@ -2,7 +2,7 @@ # # Camlistore uploader client for Python. # -# Copyright 2010 Brett Slatkin +# Copyright 2010 Google 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/lib/python/camli/op.py b/lib/python/camli/op.py index 9f817d1d7..6c7854252 100755 --- a/lib/python/camli/op.py +++ b/lib/python/camli/op.py @@ -2,7 +2,7 @@ # # Camlistore uploader client for Python. # -# Copyright 2010 Brett Slatkin +# Copyright 2010 Google 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/server/appengine/blobserver/main.py b/server/appengine/blobserver/main.py index 8c4eeecec..dd576d7d1 100644 --- a/server/appengine/blobserver/main.py +++ b/server/appengine/blobserver/main.py @@ -5,8 +5,7 @@ # Derived from Brad's Brackup-gae utility: # http://github.com/bradfitz/brackup-gae-server # -# Copyright 2009 Brad Fitzpatrick -# Copyright 2010 Brett Slatkin +# Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.