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/migration-scripts/ntp | |
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/migration-scripts/ntp')
-rw-r--r-- | src/migration-scripts/ntp/0-to-1 | 2 | ||||
-rw-r--r-- | src/migration-scripts/ntp/1-to-2 | 2 | ||||
-rw-r--r-- | src/migration-scripts/ntp/2-to-3 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/migration-scripts/ntp/0-to-1 b/src/migration-scripts/ntp/0-to-1 index 01f5a460a..895308b75 100644 --- a/src/migration-scripts/ntp/0-to-1 +++ b/src/migration-scripts/ntp/0-to-1 @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2018-2024 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/migration-scripts/ntp/1-to-2 b/src/migration-scripts/ntp/1-to-2 index d5f800922..d3039041c 100644 --- a/src/migration-scripts/ntp/1-to-2 +++ b/src/migration-scripts/ntp/1-to-2 @@ -1,4 +1,4 @@ -# Copyright 2023-2025 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/src/migration-scripts/ntp/2-to-3 b/src/migration-scripts/ntp/2-to-3 index bbda90351..701cffdfb 100644 --- a/src/migration-scripts/ntp/2-to-3 +++ b/src/migration-scripts/ntp/2-to-3 @@ -1,4 +1,4 @@ -# Copyright 2023-2024 VyOS maintainers and contributors <maintainers@vyos.io> +# Copyright VyOS maintainers and contributors <maintainers@vyos.io> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |