From 65e3d8c9773880094c0a4c164e046fae9cb7a5d9 Mon Sep 17 00:00:00 2001 From: Mark McClain Date: Wed, 13 Mar 2013 14:52:43 -0400 Subject: update OpenStack, LLC to OpenStack Foundation fixes bug 1154745 The previous update (https://review.openstack.org/#/c/24103/) missed header files that contained "OpenStack, LLC". This change corrects the missed files to reflect the OpenStack Foundation. Change-Id: I9c6de265267485ef2c82ea7e6d8643e82134d102 --- pypi/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pypi') diff --git a/pypi/setup.py b/pypi/setup.py index 0183bc0..feb38c8 100644 --- a/pypi/setup.py +++ b/pypi/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -*- encoding: utf-8 -*- -# Copyright (c) 2012 OpenStack, LLC. +# Copyright (c) 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. -- cgit