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