diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-27 17:44:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-27 17:44:08 +0000 |
| commit | 45f2fc431fc202f8d1298664754f90059b4ea16a (patch) | |
| tree | ebe052ae7bba979dd0964c6feebb7a2b07a7a960 /tools | |
| parent | 907594ec28193a1ba9fdaf7420b153433e7ea47b (diff) | |
| parent | d17f9ab13d66ad456c50c35ad37ea224ee10fdf2 (diff) | |
| download | nova-45f2fc431fc202f8d1298664754f90059b4ea16a.tar.gz nova-45f2fc431fc202f8d1298664754f90059b4ea16a.tar.xz nova-45f2fc431fc202f8d1298664754f90059b4ea16a.zip | |
Merge "Update OpenStack LLC to Foundation"
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/db/schema_diff.py | 2 | ||||
| -rwxr-xr-x | tools/enable-pre-commit-hook.sh | 2 | ||||
| -rw-r--r-- | tools/esx/guest_tool.py | 2 | ||||
| -rw-r--r-- | tools/install_venv.py | 2 | ||||
| -rw-r--r-- | tools/install_venv_common.py | 2 | ||||
| -rwxr-xr-x | tools/xenserver/cleanup_sm_locks.py | 2 | ||||
| -rw-r--r-- | tools/xenserver/vdi_chain_cleanup.py | 2 | ||||
| -rwxr-xr-x | tools/xenserver/vm_vdi_cleaner.py | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tools/db/schema_diff.py b/tools/db/schema_diff.py index a4bcfeaa8..406a2b665 100755 --- a/tools/db/schema_diff.py +++ b/tools/db/schema_diff.py @@ -2,7 +2,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation # # 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 diff --git a/tools/enable-pre-commit-hook.sh b/tools/enable-pre-commit-hook.sh index f4f73ee77..be1ed27d1 100755 --- a/tools/enable-pre-commit-hook.sh +++ b/tools/enable-pre-commit-hook.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2011 OpenStack LLC +# Copyright 2011 OpenStack Foundation # # 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 diff --git a/tools/esx/guest_tool.py b/tools/esx/guest_tool.py index 9876be7a4..2c2793010 100644 --- a/tools/esx/guest_tool.py +++ b/tools/esx/guest_tool.py @@ -1,7 +1,7 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright (c) 2011 Citrix Systems, Inc. -# Copyright 2011 OpenStack LLC. +# Copyright 2011 OpenStack Foundation # # 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 diff --git a/tools/install_venv.py b/tools/install_venv.py index 17a0be205..dbc7333ec 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -4,7 +4,7 @@ # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. # -# Copyright 2010 OpenStack, LLC +# Copyright 2010 OpenStack Foundation # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index fd9076f0e..7ecf5010f 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -1,6 +1,6 @@ # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # Copyright 2013 IBM Corp. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/xenserver/cleanup_sm_locks.py b/tools/xenserver/cleanup_sm_locks.py index de455b076..5ccb6e0dd 100755 --- a/tools/xenserver/cleanup_sm_locks.py +++ b/tools/xenserver/cleanup_sm_locks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2013 OpenStack, LLC +# Copyright 2013 OpenStack Foundation # # 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/tools/xenserver/vdi_chain_cleanup.py b/tools/xenserver/vdi_chain_cleanup.py index de1744c5b..b2baca059 100644 --- a/tools/xenserver/vdi_chain_cleanup.py +++ b/tools/xenserver/vdi_chain_cleanup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2012 OpenStack, LLC +# Copyright 2012 OpenStack Foundation # # 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/tools/xenserver/vm_vdi_cleaner.py b/tools/xenserver/vm_vdi_cleaner.py index a842282fa..d2137b8e9 100755 --- a/tools/xenserver/vm_vdi_cleaner.py +++ b/tools/xenserver/vm_vdi_cleaner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |
