diff --git a/tools/__init__.py b/tools/__init__.py index bf9f61d74..e69de29bb 100644 --- a/tools/__init__.py +++ b/tools/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/tools/load_generator/__init__.py b/tools/load_generator/__init__.py index bf9f61d74..e69de29bb 100644 --- a/tools/load_generator/__init__.py +++ b/tools/load_generator/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/tox.ini b/tox.ini index fbb704eab..f2712bb74 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,7 @@ commands = oslo_debug_helper {posargs} show-source = True ignore = E123,E125 -enable-extensions=H106,H203 +enable-extensions=H104,H106,H203 builtins = _ filename = *.py,app.wsgi exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools/datasource-scaffold diff --git a/vitrage/api/controllers/__init__.py b/vitrage/api/controllers/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/api/controllers/__init__.py +++ b/vitrage/api/controllers/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/api_handler/__init__.py b/vitrage/api_handler/__init__.py index 9ae73d02b..e69de29bb 100644 --- a/vitrage/api_handler/__init__.py +++ b/vitrage/api_handler/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia Corporation -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/api_handler/apis/__init__.py b/vitrage/api_handler/apis/__init__.py index 9ae73d02b..e69de29bb 100644 --- a/vitrage/api_handler/apis/__init__.py +++ b/vitrage/api_handler/apis/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia Corporation -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/common/__init__.py b/vitrage/common/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/common/__init__.py +++ b/vitrage/common/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/datasources/alarm_properties.py b/vitrage/datasources/alarm_properties.py index 0927dd657..d7ca1dd44 100644 --- a/vitrage/datasources/alarm_properties.py +++ b/vitrage/datasources/alarm_properties.py @@ -11,7 +11,6 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. -__author__ = 'stack' class AlarmProperties(object): diff --git a/vitrage/datasources/cinder/__init__.py b/vitrage/datasources/cinder/__init__.py index d0a268e09..e69de29bb 100644 --- a/vitrage/datasources/cinder/__init__.py +++ b/vitrage/datasources/cinder/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/datasources/collectd/collectd_vitrage/__init__.py b/vitrage/datasources/collectd/collectd_vitrage/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/datasources/collectd/collectd_vitrage/__init__.py +++ b/vitrage/datasources/collectd/collectd_vitrage/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/datasources/heat/__init__.py b/vitrage/datasources/heat/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/datasources/heat/__init__.py +++ b/vitrage/datasources/heat/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/datasources/neutron/__init__.py b/vitrage/datasources/neutron/__init__.py index 9ae73d02b..e69de29bb 100644 --- a/vitrage/datasources/neutron/__init__.py +++ b/vitrage/datasources/neutron/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia Corporation -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/datasources/nova/__init__.py b/vitrage/datasources/nova/__init__.py index 689f4a99a..e69de29bb 100644 --- a/vitrage/datasources/nova/__init__.py +++ b/vitrage/datasources/nova/__init__.py @@ -1,14 +0,0 @@ -# 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. - - -__author__ = 'stack' diff --git a/vitrage/entity_graph/mappings/__init__.py b/vitrage/entity_graph/mappings/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/entity_graph/mappings/__init__.py +++ b/vitrage/entity_graph/mappings/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/entity_graph/processor/__init__.py b/vitrage/entity_graph/processor/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/entity_graph/processor/__init__.py +++ b/vitrage/entity_graph/processor/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/actions/recipes/__init__.py b/vitrage/evaluator/actions/recipes/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/evaluator/actions/recipes/__init__.py +++ b/vitrage/evaluator/actions/recipes/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_db/__init__.py b/vitrage/evaluator/template_db/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/evaluator/template_db/__init__.py +++ b/vitrage/evaluator/template_db/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_functions/__init__.py b/vitrage/evaluator/template_functions/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/evaluator/template_functions/__init__.py +++ b/vitrage/evaluator/template_functions/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_functions/v2/__init__.py b/vitrage/evaluator/template_functions/v2/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/evaluator/template_functions/v2/__init__.py +++ b/vitrage/evaluator/template_functions/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_loading/__init__.py b/vitrage/evaluator/template_loading/__init__.py index 6631c3f0f..e69de29bb 100644 --- a/vitrage/evaluator/template_loading/__init__.py +++ b/vitrage/evaluator/template_loading/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2017 - Alcatel-Lucent -# -# 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. -__author__ = 'stack' diff --git a/vitrage/evaluator/template_loading/v1/__init__.py b/vitrage/evaluator/template_loading/v1/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/evaluator/template_loading/v1/__init__.py +++ b/vitrage/evaluator/template_loading/v1/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_validation/content/__init__.py b/vitrage/evaluator/template_validation/content/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/evaluator/template_validation/content/__init__.py +++ b/vitrage/evaluator/template_validation/content/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_validation/content/v1/__init__.py b/vitrage/evaluator/template_validation/content/v1/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/evaluator/template_validation/content/v1/__init__.py +++ b/vitrage/evaluator/template_validation/content/v1/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/evaluator/template_validation/content/v2/__init__.py b/vitrage/evaluator/template_validation/content/v2/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/evaluator/template_validation/content/v2/__init__.py +++ b/vitrage/evaluator/template_validation/content/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/graph/algo_driver/__init__.py b/vitrage/graph/algo_driver/__init__.py index 233bb7c88..e69de29bb 100644 --- a/vitrage/graph/algo_driver/__init__.py +++ b/vitrage/graph/algo_driver/__init__.py @@ -1,14 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. -__author__ = 'stack' diff --git a/vitrage/machine_learning/plugins/__init__.py b/vitrage/machine_learning/plugins/__init__.py index d19d99459..e69de29bb 100644 --- a/vitrage/machine_learning/plugins/__init__.py +++ b/vitrage/machine_learning/plugins/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/middleware/__init__.py b/vitrage/middleware/__init__.py index d19d99459..e69de29bb 100644 --- a/vitrage/middleware/__init__.py +++ b/vitrage/middleware/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/storage/sqlalchemy/__init__.py b/vitrage/storage/sqlalchemy/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/storage/sqlalchemy/__init__.py +++ b/vitrage/storage/sqlalchemy/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/__init__.py b/vitrage/tests/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/tests/__init__.py +++ b/vitrage/tests/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/__init__.py b/vitrage/tests/functional/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/__init__.py +++ b/vitrage/tests/functional/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/api_handler/__init__.py b/vitrage/tests/functional/api_handler/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/api_handler/__init__.py +++ b/vitrage/tests/functional/api_handler/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/__init__.py b/vitrage/tests/functional/datasources/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/__init__.py +++ b/vitrage/tests/functional/datasources/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/aodh/__init__.py b/vitrage/tests/functional/datasources/aodh/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/aodh/__init__.py +++ b/vitrage/tests/functional/datasources/aodh/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/ceilometer/__init__.py b/vitrage/tests/functional/datasources/ceilometer/__init__.py index 925bd0a17..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/ceilometer/__init__.py +++ b/vitrage/tests/functional/datasources/ceilometer/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - ZTE -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/cinder/__init__.py b/vitrage/tests/functional/datasources/cinder/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/cinder/__init__.py +++ b/vitrage/tests/functional/datasources/cinder/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/collectd/__init__.py b/vitrage/tests/functional/datasources/collectd/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/collectd/__init__.py +++ b/vitrage/tests/functional/datasources/collectd/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/heat/__init__.py b/vitrage/tests/functional/datasources/heat/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/heat/__init__.py +++ b/vitrage/tests/functional/datasources/heat/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/listener_service/__init__.py b/vitrage/tests/functional/datasources/listener_service/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/listener_service/__init__.py +++ b/vitrage/tests/functional/datasources/listener_service/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/nagios/__init__.py b/vitrage/tests/functional/datasources/nagios/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/nagios/__init__.py +++ b/vitrage/tests/functional/datasources/nagios/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/neutron/__init__.py b/vitrage/tests/functional/datasources/neutron/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/neutron/__init__.py +++ b/vitrage/tests/functional/datasources/neutron/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/neutron/test_neutron_network.py b/vitrage/tests/functional/datasources/neutron/test_neutron_network.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/neutron/test_neutron_network.py +++ b/vitrage/tests/functional/datasources/neutron/test_neutron_network.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/neutron/test_neutron_port.py b/vitrage/tests/functional/datasources/neutron/test_neutron_port.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/neutron/test_neutron_port.py +++ b/vitrage/tests/functional/datasources/neutron/test_neutron_port.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/nova/__init__.py b/vitrage/tests/functional/datasources/nova/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/nova/__init__.py +++ b/vitrage/tests/functional/datasources/nova/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/datasources/static_physical/__init__.py b/vitrage/tests/functional/datasources/static_physical/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/datasources/static_physical/__init__.py +++ b/vitrage/tests/functional/datasources/static_physical/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/entity_graph/__init__.py b/vitrage/tests/functional/entity_graph/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/entity_graph/__init__.py +++ b/vitrage/tests/functional/entity_graph/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/entity_graph/consistency/__init__.py b/vitrage/tests/functional/entity_graph/consistency/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/entity_graph/consistency/__init__.py +++ b/vitrage/tests/functional/entity_graph/consistency/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/entity_graph/graph_persistor/__init__.py b/vitrage/tests/functional/entity_graph/graph_persistor/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/tests/functional/entity_graph/graph_persistor/__init__.py +++ b/vitrage/tests/functional/entity_graph/graph_persistor/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/entity_graph/processor/__init__.py b/vitrage/tests/functional/entity_graph/processor/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/entity_graph/processor/__init__.py +++ b/vitrage/tests/functional/entity_graph/processor/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/entity_graph/states/__init__.py b/vitrage/tests/functional/entity_graph/states/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/entity_graph/states/__init__.py +++ b/vitrage/tests/functional/entity_graph/states/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/functional/evaluator/__init__.py b/vitrage/tests/functional/evaluator/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/functional/evaluator/__init__.py +++ b/vitrage/tests/functional/evaluator/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/mocks/__init__.py b/vitrage/tests/mocks/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/tests/mocks/__init__.py +++ b/vitrage/tests/mocks/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/__init__.py b/vitrage/tests/unit/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/tests/unit/__init__.py +++ b/vitrage/tests/unit/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/common/__init__.py b/vitrage/tests/unit/common/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/common/__init__.py +++ b/vitrage/tests/unit/common/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/__init__.py b/vitrage/tests/unit/datasources/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/__init__.py +++ b/vitrage/tests/unit/datasources/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/aodh/__init__.py b/vitrage/tests/unit/datasources/aodh/__init__.py index 722d59c7a..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/aodh/__init__.py +++ b/vitrage/tests/unit/datasources/aodh/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - ZTE -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/ceilometer/__init__.py b/vitrage/tests/unit/datasources/ceilometer/__init__.py index 925bd0a17..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/ceilometer/__init__.py +++ b/vitrage/tests/unit/datasources/ceilometer/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - ZTE -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/cinder/__init__.py b/vitrage/tests/unit/datasources/cinder/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/cinder/__init__.py +++ b/vitrage/tests/unit/datasources/cinder/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/collectd/__init__.py b/vitrage/tests/unit/datasources/collectd/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/collectd/__init__.py +++ b/vitrage/tests/unit/datasources/collectd/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/consistency/__init__.py b/vitrage/tests/unit/datasources/consistency/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/consistency/__init__.py +++ b/vitrage/tests/unit/datasources/consistency/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/doctor/__init__.py b/vitrage/tests/unit/datasources/doctor/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/doctor/__init__.py +++ b/vitrage/tests/unit/datasources/doctor/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/heat/__init__.py b/vitrage/tests/unit/datasources/heat/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/heat/__init__.py +++ b/vitrage/tests/unit/datasources/heat/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/nagios/__init__.py b/vitrage/tests/unit/datasources/nagios/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/nagios/__init__.py +++ b/vitrage/tests/unit/datasources/nagios/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/neutron/__init__.py b/vitrage/tests/unit/datasources/neutron/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/neutron/__init__.py +++ b/vitrage/tests/unit/datasources/neutron/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/neutron/network/__init__.py b/vitrage/tests/unit/datasources/neutron/network/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/neutron/network/__init__.py +++ b/vitrage/tests/unit/datasources/neutron/network/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/neutron/network/test_neutron_network_transformer.py b/vitrage/tests/unit/datasources/neutron/network/test_neutron_network_transformer.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/neutron/network/test_neutron_network_transformer.py +++ b/vitrage/tests/unit/datasources/neutron/network/test_neutron_network_transformer.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/neutron/port/__init__.py b/vitrage/tests/unit/datasources/neutron/port/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/neutron/port/__init__.py +++ b/vitrage/tests/unit/datasources/neutron/port/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/neutron/port/test_neutron_port_transformer.py b/vitrage/tests/unit/datasources/neutron/port/test_neutron_port_transformer.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/neutron/port/test_neutron_port_transformer.py +++ b/vitrage/tests/unit/datasources/neutron/port/test_neutron_port_transformer.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/nova/__init__.py b/vitrage/tests/unit/datasources/nova/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/nova/__init__.py +++ b/vitrage/tests/unit/datasources/nova/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/static/__init__.py b/vitrage/tests/unit/datasources/static/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/static/__init__.py +++ b/vitrage/tests/unit/datasources/static/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/static_physical/__init__.py b/vitrage/tests/unit/datasources/static_physical/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/static_physical/__init__.py +++ b/vitrage/tests/unit/datasources/static_physical/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/datasources/zabbix/__init__.py b/vitrage/tests/unit/datasources/zabbix/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/datasources/zabbix/__init__.py +++ b/vitrage/tests/unit/datasources/zabbix/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/entity_graph/__init__.py b/vitrage/tests/unit/entity_graph/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/entity_graph/__init__.py +++ b/vitrage/tests/unit/entity_graph/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/entity_graph/processor/__init__.py b/vitrage/tests/unit/entity_graph/processor/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/entity_graph/processor/__init__.py +++ b/vitrage/tests/unit/entity_graph/processor/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/entity_graph/states/__init__.py b/vitrage/tests/unit/entity_graph/states/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/entity_graph/states/__init__.py +++ b/vitrage/tests/unit/entity_graph/states/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/__init__.py b/vitrage/tests/unit/evaluator/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/__init__.py +++ b/vitrage/tests/unit/evaluator/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/recipes/__init__.py b/vitrage/tests/unit/evaluator/recipes/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/recipes/__init__.py +++ b/vitrage/tests/unit/evaluator/recipes/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_functions/__init__.py b/vitrage/tests/unit/evaluator/template_functions/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_functions/__init__.py +++ b/vitrage/tests/unit/evaluator/template_functions/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_loading/__init__.py b/vitrage/tests/unit/evaluator/template_loading/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_loading/__init__.py +++ b/vitrage/tests/unit/evaluator/template_loading/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_loading/v2/__init__.py b/vitrage/tests/unit/evaluator/template_loading/v2/__init__.py index 5c2b8b158..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_loading/v2/__init__.py +++ b/vitrage/tests/unit/evaluator/template_loading/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_validation/__init__.py b/vitrage/tests/unit/evaluator/template_validation/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_validation/__init__.py +++ b/vitrage/tests/unit/evaluator/template_validation/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_validation/content/__init__.py b/vitrage/tests/unit/evaluator/template_validation/content/__init__.py index dd32b852f..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_validation/content/__init__.py +++ b/vitrage/tests/unit/evaluator/template_validation/content/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2016 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_validation/content/v1/__init__.py b/vitrage/tests/unit/evaluator/template_validation/content/v1/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_validation/content/v1/__init__.py +++ b/vitrage/tests/unit/evaluator/template_validation/content/v1/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/evaluator/template_validation/content/v2/__init__.py b/vitrage/tests/unit/evaluator/template_validation/content/v2/__init__.py index bf9f61d74..e69de29bb 100644 --- a/vitrage/tests/unit/evaluator/template_validation/content/v2/__init__.py +++ b/vitrage/tests/unit/evaluator/template_validation/content/v2/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/graph/__init__.py b/vitrage/tests/unit/graph/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/tests/unit/graph/__init__.py +++ b/vitrage/tests/unit/graph/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/machine_learning/__init__.py b/vitrage/tests/unit/machine_learning/__init__.py index 8468f6f47..e69de29bb 100644 --- a/vitrage/tests/unit/machine_learning/__init__.py +++ b/vitrage/tests/unit/machine_learning/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/machine_learning/jaccard_correlation/__init__.py b/vitrage/tests/unit/machine_learning/jaccard_correlation/__init__.py index d19d99459..e69de29bb 100644 --- a/vitrage/tests/unit/machine_learning/jaccard_correlation/__init__.py +++ b/vitrage/tests/unit/machine_learning/jaccard_correlation/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/notifier/__init__.py b/vitrage/tests/unit/notifier/__init__.py index 7a05fb1f4..e69de29bb 100644 --- a/vitrage/tests/unit/notifier/__init__.py +++ b/vitrage/tests/unit/notifier/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2015 - Alcatel-Lucent -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/notifier/snmp_notifier/__init__.py b/vitrage/tests/unit/notifier/snmp_notifier/__init__.py index d19d99459..e69de29bb 100644 --- a/vitrage/tests/unit/notifier/snmp_notifier/__init__.py +++ b/vitrage/tests/unit/notifier/snmp_notifier/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2017 - Nokia -# -# 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. - -__author__ = 'stack' diff --git a/vitrage/tests/unit/snmp_parsing/__init__.py b/vitrage/tests/unit/snmp_parsing/__init__.py index 13d9e0f8b..e69de29bb 100644 --- a/vitrage/tests/unit/snmp_parsing/__init__.py +++ b/vitrage/tests/unit/snmp_parsing/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2018 - ZTE -# -# 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. - -__author__ = 'stack'