diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-03-12 15:44:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-03-12 15:44:27 +0000 |
| commit | 55b35226cf027100248ddcb11d8a7186c1635ddf (patch) | |
| tree | 25e12e341fb13e15d4a382dac2ac1feea26129d8 /tests/unit/plugin | |
| parent | ef884cd520da319939bc57ad2032cfb0c6e8b4e5 (diff) | |
| parent | 547ab34a40f0463a42c7d137e8dcb038a29ba6b5 (diff) | |
| download | oslo-55b35226cf027100248ddcb11d8a7186c1635ddf.tar.gz oslo-55b35226cf027100248ddcb11d8a7186c1635ddf.tar.xz oslo-55b35226cf027100248ddcb11d8a7186c1635ddf.zip | |
Merge "Fix Copyright Headers - Rename LLC to Foundation"
Diffstat (limited to 'tests/unit/plugin')
| -rw-r--r-- | tests/unit/plugin/__init__.py | 2 | ||||
| -rw-r--r-- | tests/unit/plugin/test_callback_plugin.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/plugin/__init__.py b/tests/unit/plugin/__init__.py index 63c3905..b706747 100644 --- a/tests/unit/plugin/__init__.py +++ b/tests/unit/plugin/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tests/unit/plugin/test_callback_plugin.py b/tests/unit/plugin/test_callback_plugin.py index c747ec8..cbe2601 100644 --- a/tests/unit/plugin/test_callback_plugin.py +++ b/tests/unit/plugin/test_callback_plugin.py @@ -1,4 +1,4 @@ -# Copyright 2012 OpenStack LLC. +# Copyright 2012 OpenStack Foundation. # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may |
