Add license in swift/common/ring

Source code should be licensed under the Apache 2.0 license.
Add Apache License in swift/common/ring/__init__.py file.

[H102 H103]:https://docs.openstack.org/developer/hacking/

Change-Id: Ic0fb19e50220c6c91d338759f4eeb786de6084ec
This commit is contained in:
lijunbo 2017-04-16 18:44:00 +08:00 committed by junboli
parent bcd0eb70af
commit b2a3fab17e
1 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,19 @@
# Copyright (c) 2010-2017 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 a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
# implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from swift.common.ring.ring import RingData, Ring
from swift.common.ring.builder import RingBuilder