Skip to content

Commit

Permalink
Restore erroneously removed utf-8 coding comments
Browse files Browse the repository at this point in the history
`spdx addheader` erroneously removed some comments.

Signed-off-by: Maxwell G <[email protected]>
  • Loading branch information
gotmax23 committed Jun 23, 2022
1 parent 01f50e7 commit af14acc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inventory/docker_machine.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2019, Ximon Eighteen <[email protected]>
#
# SPDX-License-Identifier: GPL-3.0-or-later
Expand Down
1 change: 1 addition & 0 deletions plugins/inventory/docker_swarm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2018 Ansible Project
# Copyright (c) 2018, Stefan Heitmueller <[email protected]>
#
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/docker_image_load.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright 2016 Red Hat | Ansible
#
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/docker_volume.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# coding: utf-8

# Copyright 2017 Red Hat | Ansible, Alex Grönholm <[email protected]>
#
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/docker_volume_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/python
# coding: utf-8

# Copyright 2017 Red Hat | Ansible, Alex Grönholm <[email protected]>
#
Expand Down

0 comments on commit af14acc

Please sign in to comment.