diff --git a/translator/tests/test_blockstorage.py b/translator/tests/test_blockstorage.py index 2d3b66ef..69646524 100644 --- a/translator/tests/test_blockstorage.py +++ b/translator/tests/test_blockstorage.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/common/exception.py b/translator/toscalib/common/exception.py index a4054be5..5bf4bda9 100644 --- a/translator/toscalib/common/exception.py +++ b/translator/toscalib/common/exception.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/TOSCA_definition.yaml b/translator/toscalib/elements/TOSCA_definition.yaml index f0eca5b3..0051b54c 100644 --- a/translator/toscalib/elements/TOSCA_definition.yaml +++ b/translator/toscalib/elements/TOSCA_definition.yaml @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/attribute_definition.py b/translator/toscalib/elements/attribute_definition.py index 783b16b6..35ba27f2 100644 --- a/translator/toscalib/elements/attribute_definition.py +++ b/translator/toscalib/elements/attribute_definition.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/capabilitytype.py b/translator/toscalib/elements/capabilitytype.py index 7e24604b..1c8546b4 100644 --- a/translator/toscalib/elements/capabilitytype.py +++ b/translator/toscalib/elements/capabilitytype.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/constraints.py b/translator/toscalib/elements/constraints.py index f136e36d..784264b6 100644 --- a/translator/toscalib/elements/constraints.py +++ b/translator/toscalib/elements/constraints.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/entitytype.py b/translator/toscalib/elements/entitytype.py index 12dc5112..a091684d 100644 --- a/translator/toscalib/elements/entitytype.py +++ b/translator/toscalib/elements/entitytype.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/interfaces.py b/translator/toscalib/elements/interfaces.py index 17b979f1..bacead22 100644 --- a/translator/toscalib/elements/interfaces.py +++ b/translator/toscalib/elements/interfaces.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/nodetype.py b/translator/toscalib/elements/nodetype.py index 0349b272..c4bb7dfe 100644 --- a/translator/toscalib/elements/nodetype.py +++ b/translator/toscalib/elements/nodetype.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/property_definition.py b/translator/toscalib/elements/property_definition.py index 0419adeb..99098fc9 100644 --- a/translator/toscalib/elements/property_definition.py +++ b/translator/toscalib/elements/property_definition.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/relationshiptype.py b/translator/toscalib/elements/relationshiptype.py index 73736b10..80577ec8 100644 --- a/translator/toscalib/elements/relationshiptype.py +++ b/translator/toscalib/elements/relationshiptype.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/elements/statefulentitytype.py b/translator/toscalib/elements/statefulentitytype.py index fddbad20..0824c0dc 100644 --- a/translator/toscalib/elements/statefulentitytype.py +++ b/translator/toscalib/elements/statefulentitytype.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/entity_template.py b/translator/toscalib/entity_template.py index ebe35396..16ea85e4 100644 --- a/translator/toscalib/entity_template.py +++ b/translator/toscalib/entity_template.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/nodetemplate.py b/translator/toscalib/nodetemplate.py index 82e610d8..2c7ac917 100644 --- a/translator/toscalib/nodetemplate.py +++ b/translator/toscalib/nodetemplate.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/parameters.py b/translator/toscalib/parameters.py index 0d8e2939..13b4b048 100644 --- a/translator/toscalib/parameters.py +++ b/translator/toscalib/parameters.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/properties.py b/translator/toscalib/properties.py index bba04f07..1d865bbd 100644 --- a/translator/toscalib/properties.py +++ b/translator/toscalib/properties.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/relationship_template.py b/translator/toscalib/relationship_template.py index d34ac4b3..6e1170cb 100644 --- a/translator/toscalib/relationship_template.py +++ b/translator/toscalib/relationship_template.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_constraints.py b/translator/toscalib/tests/test_constraints.py index 14d92f82..3374321d 100644 --- a/translator/toscalib/tests/test_constraints.py +++ b/translator/toscalib/tests/test_constraints.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_exception.py b/translator/toscalib/tests/test_exception.py index 5e303373..b147b364 100644 --- a/translator/toscalib/tests/test_exception.py +++ b/translator/toscalib/tests/test_exception.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_functions.py b/translator/toscalib/tests/test_functions.py index 5b516be7..db1bacc7 100644 --- a/translator/toscalib/tests/test_functions.py +++ b/translator/toscalib/tests/test_functions.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_toscadef.py b/translator/toscalib/tests/test_toscadef.py index 7215367f..d1681021 100644 --- a/translator/toscalib/tests/test_toscadef.py +++ b/translator/toscalib/tests/test_toscadef.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_toscatpl.py b/translator/toscalib/tests/test_toscatpl.py index 4c6426ee..a613fc37 100644 --- a/translator/toscalib/tests/test_toscatpl.py +++ b/translator/toscalib/tests/test_toscatpl.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tests/test_toscatplvalidation.py b/translator/toscalib/tests/test_toscatplvalidation.py index 87b23552..a087394a 100644 --- a/translator/toscalib/tests/test_toscatplvalidation.py +++ b/translator/toscalib/tests/test_toscatplvalidation.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tosca_template.py b/translator/toscalib/tosca_template.py index daa309d2..1ae9e903 100644 --- a/translator/toscalib/tosca_template.py +++ b/translator/toscalib/tosca_template.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/tpl_relationship_graph.py b/translator/toscalib/tpl_relationship_graph.py index 6e971225..23ebb4cd 100644 --- a/translator/toscalib/tpl_relationship_graph.py +++ b/translator/toscalib/tpl_relationship_graph.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/utils/gettextutils.py b/translator/toscalib/utils/gettextutils.py index 8b5d123c..63db4951 100644 --- a/translator/toscalib/utils/gettextutils.py +++ b/translator/toscalib/utils/gettextutils.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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 diff --git a/translator/toscalib/utils/yamlparser.py b/translator/toscalib/utils/yamlparser.py index 72bc03ca..5db4ebf9 100644 --- a/translator/toscalib/utils/yamlparser.py +++ b/translator/toscalib/utils/yamlparser.py @@ -1,6 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# # 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