From 6214c57540d53c12e3e4c69a74861122a7f48387 Mon Sep 17 00:00:00 2001 From: You Wei Wang Date: Tue, 12 Jan 2016 23:44:05 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: I98a0cf875839e515be65311962fba173c03c6a56 --- tests/software_config/test_hook_ansible.py | 2 -- tools/cfn-json2yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/tests/software_config/test_hook_ansible.py b/tests/software_config/test_hook_ansible.py index 334e5f91..5b751821 100644 --- a/tests/software_config/test_hook_ansible.py +++ b/tests/software_config/test_hook_ansible.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 -# # Copyright 2015 NEC Corporation. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may diff --git a/tools/cfn-json2yaml b/tools/cfn-json2yaml index 6165a272..344a083e 100755 --- a/tools/cfn-json2yaml +++ b/tools/cfn-json2yaml @@ -1,7 +1,5 @@ #!/usr/bin/env python -# 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