diff options
| author | Shevek <shevek@nebula.com> | 2012-02-22 16:30:32 -0800 |
|---|---|---|
| committer | Shevek <shevek@nebula.com> | 2012-02-22 16:34:24 -0800 |
| commit | 45d6aa1870bd81e451cba46c6b2c0c3801f68d6e (patch) | |
| tree | 5c16f35889b19e87d5ba71f28c0ed708f5079731 /tools | |
| parent | d671b2f1ed1c8a7793f3d7cb52d6679b97cd160e (diff) | |
| download | keystone-45d6aa1870bd81e451cba46c6b2c0c3801f68d6e.tar.gz keystone-45d6aa1870bd81e451cba46c6b2c0c3801f68d6e.tar.xz keystone-45d6aa1870bd81e451cba46c6b2c0c3801f68d6e.zip | |
Fix copyright dates and remove duplicate Apache licenses.
Change-Id: I8c4b3bace0d22798d0889342662e99b24887ca85
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/install_venv.py | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 0f20cf1c..fe1c6452 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,22 +1,22 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 +# Copyright 2012 OpenStack LLC # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2011 OpenStack, LLC +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ virtualenv installation script |
