diff options
author | khramshinr <khramshinr@gmail.com> | 2024-04-05 12:53:41 +0800 |
---|---|---|
committer | khramshinr <khramshinr@gmail.com> | 2024-04-05 12:53:41 +0800 |
commit | 1a7fa35231d1c0ef830581756dea0d4feeb4f210 (patch) | |
tree | be88ad586874670fa4299b422afe5d87329d8ef8 /python/vyos/cpu.py | |
parent | f84017a830c11146eead0293f052a785e379b245 (diff) | |
download | vyos-1x-1a7fa35231d1c0ef830581756dea0d4feeb4f210.tar.gz vyos-1x-1a7fa35231d1c0ef830581756dea0d4feeb4f210.zip |
T6204: cleanup shebang lines
Diffstat (limited to 'python/vyos/cpu.py')
-rw-r--r-- | python/vyos/cpu.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/vyos/cpu.py b/python/vyos/cpu.py index d2e5f6504..12b6285d0 100644 --- a/python/vyos/cpu.py +++ b/python/vyos/cpu.py @@ -1,5 +1,4 @@ -#!/usr/bin/env python3 -# Copyright 2022 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright (C) 2022-2024 maintainers and contributors # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |