Make file permission uniform and remove python shebangs

This patch also removes all the python shebangs for Ansible components.

Change-Id: I6883f718aa3bbc1297a59bdece28ab57993fa459
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
This commit is contained in:
Gael Chamoulaud (Strider) 2020-03-20 12:11:32 +01:00 committed by Gael Chamoulaud
parent 731008b95f
commit 894d1e125e
9 changed files with 0 additions and 14 deletions

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2016 Red Hat, Inc.
# All Rights Reserved.
#

1
validations_common/library/check_package_update.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2017 Red Hat, Inc.
# All Rights Reserved.
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2016 Red Hat, Inc.
# All Rights Reserved.
#

View File

@ -1,5 +1,3 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python3
# Copyright 2017 Red Hat, Inc.
# All Rights Reserved.
#