Three files were missing the Apache License.

Change-Id: I51929d7f404b7a53b16610738c51e444fa149c55
This commit is contained in:
akrzos 2017-05-24 14:31:42 -04:00
parent fde7e76321
commit e0927ed164
3 changed files with 35 additions and 0 deletions

View File

@ -1,3 +1,16 @@
#!/usr/bin/env python
# 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.
import sys import sys
# usage: openstack-config-parser.py [service] [config file] [output file] # usage: openstack-config-parser.py [service] [config file] [output file]

View File

@ -1,4 +1,15 @@
#!/usr/bin/env python #!/usr/bin/env python
# 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.
"""Collectd python plugin to read gnocchi status on an OpenStack Controller.""" """Collectd python plugin to read gnocchi status on an OpenStack Controller."""
from gnocchiclient.v1 import client from gnocchiclient.v1 import client
from keystoneauth1.identity import v2 from keystoneauth1.identity import v2

View File

@ -1,4 +1,15 @@
#!/usr/bin/env python #!/usr/bin/env python
# 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.
"""Collectd python plugin to read rabbitmq metrics from rabbitmq management plugin.""" """Collectd python plugin to read rabbitmq metrics from rabbitmq management plugin."""
from pyrabbit.api import Client from pyrabbit.api import Client
import collectd import collectd