diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-07-03 14:12:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-03 14:12:53 +0100 |
commit | 036f08f14a029b64366eff61e30a2de49e591759 (patch) | |
tree | 832cda9b7c4866e46fa0cbb2e712b48400372b79 /src/helpers/vyos-save-config.py | |
parent | 12622098d406b5fbb66f79c17d70f7c47528f12f (diff) | |
parent | 6ea9bbc2f9a6f27ba194192adc8032e10685b0d8 (diff) | |
download | vyos-1x-036f08f14a029b64366eff61e30a2de49e591759.tar.gz vyos-1x-036f08f14a029b64366eff61e30a2de49e591759.zip |
Merge pull request #4585 from c-po/copyright-notice
T7591: remove copyright years from source files
Diffstat (limited to 'src/helpers/vyos-save-config.py')
-rwxr-xr-x | src/helpers/vyos-save-config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/vyos-save-config.py b/src/helpers/vyos-save-config.py index fa2ea0ce4..adf62b71d 100755 --- a/src/helpers/vyos-save-config.py +++ b/src/helpers/vyos-save-config.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2023 VyOS maintainers and contributors +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as |