diff --git a/builddeb.sh b/builddeb.sh index 5e823f831b..45e60cdbee 100644 --- a/builddeb.sh +++ b/builddeb.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2011 OpenStack, LLC +# Copyright 2010 OpenStack, LLC # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/doc/source/conf.py b/doc/source/conf.py index 1aca3a1f8a..d667d5e332 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011 OpenStack, LLC. +# Copyright (c) 2010 OpenStack, LLC. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ import sys # documentation root, use os.path.abspath to make it absolute, like shown here. sys.path.append([os.path.abspath('../glance'), os.path.abspath('..'), - os.path.abspath('../bin'), + os.path.abspath('../bin') ]) # -- General configuration --------------------------------------------------- @@ -126,7 +126,7 @@ man_pages = [ ('man/glanceapi', 'glance-api', u'Glance API Server', [u'OpenStack'], 1), ('man/glanceregistry', 'glance-registry', u'Glance Registry Server', - [u'OpenStack'], 1), + [u'OpenStack'], 1) ] diff --git a/glance/registry/__init__.py b/glance/registry/__init__.py index 1d82c556c4..c79bf27e18 100644 --- a/glance/registry/__init__.py +++ b/glance/registry/__init__.py @@ -1,6 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack LLC. +# Copyright 2010 United States Government as represented by the +# Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/glance/registry/client.py b/glance/registry/client.py index a622129e5e..af78a7a33e 100644 --- a/glance/registry/client.py +++ b/glance/registry/client.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2010-2011 OpenStack, LLC +# Copyright 2010 OpenStack, LLC # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/run_tests.sh b/run_tests.sh old mode 100755 new mode 100644 diff --git a/tools/pip-requires b/tools/pip-requires index 9e6dac05d8..a9cecabbac 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -7,7 +7,6 @@ eventlet>=0.9.12 lockfile==0.8 python-daemon==1.5.5 python-gflags>=1.3 -bzr routes webob wsgiref diff --git a/tools/with_venv.sh b/tools/with_venv.sh old mode 100755 new mode 100644