From 1761d87fafb5e2d3cbb60896fa302b23f4252dc0 Mon Sep 17 00:00:00 2001 From: dineshbhor Date: Tue, 26 Jul 2016 15:23:59 +0530 Subject: [PATCH] Replace OpenStack LLC with OpenStack Foundation Change-Id: I199fffd139a4d077985373231354343228d9d8b8 Closes-Bug: #1214176 --- cinder/cmd/all.py | 2 +- cinder/tests/unit/volume/drivers/test_eqlx.py | 2 +- cinder/volume/drivers/eqlx.py | 2 +- tools/enable-pre-commit-hook.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cinder/cmd/all.py b/cinder/cmd/all.py index a5708f05bc3..6baf6e3f6cf 100644 --- a/cinder/cmd/all.py +++ b/cinder/cmd/all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2011 OpenStack, LLC +# Copyright 2011 OpenStack Foundation # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved. diff --git a/cinder/tests/unit/volume/drivers/test_eqlx.py b/cinder/tests/unit/volume/drivers/test_eqlx.py index c85198b1e24..67863435edb 100644 --- a/cinder/tests/unit/volume/drivers/test_eqlx.py +++ b/cinder/tests/unit/volume/drivers/test_eqlx.py @@ -1,5 +1,5 @@ # Copyright (c) 2013 Dell Inc. -# 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. You may obtain diff --git a/cinder/volume/drivers/eqlx.py b/cinder/volume/drivers/eqlx.py index 81e1f2b64f1..b3760af65c9 100644 --- a/cinder/volume/drivers/eqlx.py +++ b/cinder/volume/drivers/eqlx.py @@ -1,5 +1,5 @@ # Copyright (c) 2013 Dell Inc. -# 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. You may obtain diff --git a/tools/enable-pre-commit-hook.sh b/tools/enable-pre-commit-hook.sh index ecb01eab844..d4f1ba3f523 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