Show respect to original author

Add origianl copyright in quotas.py

Change-Id: I39b935c56432dd19aa8f507f42170a812a28970e
This commit is contained in:
wanghao 2017-09-20 15:48:05 +08:00
parent 511be25834
commit 7744129c83
1 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Copyright 2017 Fiberhome Integration Technologies Co.,LTD
# All Rights Reserved.
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
@ -14,7 +17,10 @@
# License for the specific language governing permissions and limitations
# under the License.
"""Quotas for servers."""
'''
Quotas for servers.
Leverages cinder/quota.py
'''
import datetime