From d17f9ab13d66ad456c50c35ad37ea224ee10fdf2 Mon Sep 17 00:00:00 2001 From: Kurt Taylor Date: Fri, 22 Feb 2013 09:13:07 -0500 Subject: Update OpenStack LLC to Foundation Update all references of "LLC" to "Foundation". Change-Id: I009e86784ef4dcf38882d64b0eff484576e04efe --- nova/consoleauth/__init__.py | 2 +- nova/consoleauth/manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nova/consoleauth') diff --git a/nova/consoleauth/__init__.py b/nova/consoleauth/__init__.py index 3100ee15c..0b231f56e 100644 --- a/nova/consoleauth/__init__.py +++ b/nova/consoleauth/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/nova/consoleauth/manager.py b/nova/consoleauth/manager.py index 56e94dffd..f346444d8 100644 --- a/nova/consoleauth/manager.py +++ b/nova/consoleauth/manager.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # vim: tabstop=4 shiftwidth=4 softtabstop=4 -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 2012 OpenStack Foundation # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit