diff options
| author | Viacheslav <v.gletenko@vyos.io> | 2025-08-07 15:43:25 +0000 |
|---|---|---|
| committer | Viacheslav <v.gletenko@vyos.io> | 2025-08-07 15:43:25 +0000 |
| commit | 6801f0ef7365556d1c8eb60aeed01789a7620cb7 (patch) | |
| tree | ad56e9ce76f2f30e4d772cb723792beb6ca80ff7 /src/op_mode | |
| parent | 9e8b9eea45d92d6e886b1fbd6ac1b832ae44c720 (diff) | |
| download | vyos-1x-6801f0ef7365556d1c8eb60aeed01789a7620cb7.tar.gz vyos-1x-6801f0ef7365556d1c8eb60aeed01789a7620cb7.zip | |
T7697: Remove year from copyright
Diffstat (limited to 'src/op_mode')
| -rwxr-xr-x | src/op_mode/show_vpp_interfaces.py | 2 | ||||
| -rw-r--r-- | src/op_mode/show_vpp_nat44.py | 2 | ||||
| -rw-r--r-- | src/op_mode/vpp_acl.py | 2 | ||||
| -rw-r--r-- | src/op_mode/vpp_nat_cgnat.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/op_mode/show_vpp_interfaces.py b/src/op_mode/show_vpp_interfaces.py index b7c42eb58..c159ad0aa 100755 --- a/src/op_mode/show_vpp_interfaces.py +++ b/src/op_mode/show_vpp_interfaces.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2023-2024 VyOS Inc. +# Copyright (C) VyOS Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/op_mode/show_vpp_nat44.py b/src/op_mode/show_vpp_nat44.py index d0569ac49..500280210 100644 --- a/src/op_mode/show_vpp_nat44.py +++ b/src/op_mode/show_vpp_nat44.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2025 VyOS Inc. +# Copyright (C) VyOS Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/op_mode/vpp_acl.py b/src/op_mode/vpp_acl.py index 7afe96433..ed9b35ef6 100644 --- a/src/op_mode/vpp_acl.py +++ b/src/op_mode/vpp_acl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2025 VyOS Inc. +# Copyright (C) VyOS Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/op_mode/vpp_nat_cgnat.py b/src/op_mode/vpp_nat_cgnat.py index 5112c70be..9a7dd2086 100644 --- a/src/op_mode/vpp_nat_cgnat.py +++ b/src/op_mode/vpp_nat_cgnat.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2025 VyOS Inc. +# Copyright (C) VyOS Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |
