Merge "Fix python shebang"

This commit is contained in:
Zuul 2023-10-20 21:48:21 +00:00 committed by Gerrit Code Review
commit dad8c3fecc
18 changed files with 24 additions and 14 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#
# Copyright 2012 Cisco Systems, Inc.
# All Rights Reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#
# Copyright (c) 2022, OVH SAS
# All Rights Reserved.
#

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
#
# Copyright 2011 VMware, Inc.
# All Rights Reserved.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#
# 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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# 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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# 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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2016 OVH SAS
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2017 Eayun, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2017 OVH SAS
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2019 Ericsson
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,5 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Copyright (c) 2015 Red Hat Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2019 Red Hat, Inc.
# All Rights Reserved.

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#!/usr/bin/env python3
# Copyright (C) 2014 VA Linux Systems Japan K.K.
# Copyright (C) 2014 YAMAMOTO Takashi <yamamoto at valinux co jp>

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Copyright 2014 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Copyright 2016 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# Copyright 2015 Red Hat, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may