summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorViacheslav <v.gletenko@vyos.io>2025-08-07 15:43:25 +0000
committerViacheslav <v.gletenko@vyos.io>2025-08-07 15:43:25 +0000
commit6801f0ef7365556d1c8eb60aeed01789a7620cb7 (patch)
treead56e9ce76f2f30e4d772cb723792beb6ca80ff7 /python
parent9e8b9eea45d92d6e886b1fbd6ac1b832ae44c720 (diff)
downloadvyos-1x-6801f0ef7365556d1c8eb60aeed01789a7620cb7.tar.gz
vyos-1x-6801f0ef7365556d1c8eb60aeed01789a7620cb7.zip
T7697: Remove year from copyright
Diffstat (limited to 'python')
-rw-r--r--python/vyos/vpp/__init__.py2
-rw-r--r--python/vyos/vpp/acl/acl.py2
-rw-r--r--python/vyos/vpp/config_deps.py2
-rw-r--r--python/vyos/vpp/config_filter.py2
-rw-r--r--python/vyos/vpp/config_resource_checks/cpu.py2
-rw-r--r--python/vyos/vpp/config_resource_checks/memory.py2
-rw-r--r--python/vyos/vpp/config_resource_checks/resource_defaults.py2
-rw-r--r--python/vyos/vpp/config_verify.py2
-rw-r--r--python/vyos/vpp/configdb.py2
-rw-r--r--python/vyos/vpp/control_host.py2
-rw-r--r--python/vyos/vpp/control_vpp.py2
-rw-r--r--python/vyos/vpp/interface/__init__.py2
-rw-r--r--python/vyos/vpp/interface/bond.py2
-rw-r--r--python/vyos/vpp/interface/bridge.py2
-rw-r--r--python/vyos/vpp/interface/ethernet.py2
-rw-r--r--python/vyos/vpp/interface/geneve.py2
-rw-r--r--python/vyos/vpp/interface/gre.py2
-rw-r--r--python/vyos/vpp/interface/interface.py2
-rw-r--r--python/vyos/vpp/interface/ipip.py2
-rw-r--r--python/vyos/vpp/interface/loopback.py2
-rw-r--r--python/vyos/vpp/interface/vxlan.py2
-rw-r--r--python/vyos/vpp/interface/wireguard.py2
-rw-r--r--python/vyos/vpp/interface/xconnect.py2
-rw-r--r--python/vyos/vpp/nat/det44.py2
-rw-r--r--python/vyos/vpp/nat/nat44.py2
-rw-r--r--python/vyos/vpp/utils.py2
26 files changed, 26 insertions, 26 deletions
diff --git a/python/vyos/vpp/__init__.py b/python/vyos/vpp/__init__.py
index a320ac7d1..3352914f1 100644
--- a/python/vyos/vpp/__init__.py
+++ b/python/vyos/vpp/__init__.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023 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/python/vyos/vpp/acl/acl.py b/python/vyos/vpp/acl/acl.py
index 9da241f1c..57d36ac91 100644
--- a/python/vyos/vpp/acl/acl.py
+++ b/python/vyos/vpp/acl/acl.py
@@ -1,5 +1,5 @@
#
-# 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/python/vyos/vpp/config_deps.py b/python/vyos/vpp/config_deps.py
index d826dedbb..dffd865d1 100644
--- a/python/vyos/vpp/config_deps.py
+++ b/python/vyos/vpp/config_deps.py
@@ -1,5 +1,5 @@
#
-# 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/python/vyos/vpp/config_filter.py b/python/vyos/vpp/config_filter.py
index 4ab9ffda2..dc864930b 100644
--- a/python/vyos/vpp/config_filter.py
+++ b/python/vyos/vpp/config_filter.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 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/python/vyos/vpp/config_resource_checks/cpu.py b/python/vyos/vpp/config_resource_checks/cpu.py
index ee0bace2d..b319608e4 100644
--- a/python/vyos/vpp/config_resource_checks/cpu.py
+++ b/python/vyos/vpp/config_resource_checks/cpu.py
@@ -1,6 +1,6 @@
# Used for validating estimated CPU/physical cores use
#
-# 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/python/vyos/vpp/config_resource_checks/memory.py b/python/vyos/vpp/config_resource_checks/memory.py
index f8ccf7d47..bce2df2bb 100644
--- a/python/vyos/vpp/config_resource_checks/memory.py
+++ b/python/vyos/vpp/config_resource_checks/memory.py
@@ -1,6 +1,6 @@
# Used for memory consumption calculations
#
-# 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/python/vyos/vpp/config_resource_checks/resource_defaults.py b/python/vyos/vpp/config_resource_checks/resource_defaults.py
index 828683456..797b45701 100644
--- a/python/vyos/vpp/config_resource_checks/resource_defaults.py
+++ b/python/vyos/vpp/config_resource_checks/resource_defaults.py
@@ -1,6 +1,6 @@
# Default values for resource consumption checks
#
-# 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/python/vyos/vpp/config_verify.py b/python/vyos/vpp/config_verify.py
index 0e21a5a8a..1beb3141b 100644
--- a/python/vyos/vpp/config_verify.py
+++ b/python/vyos/vpp/config_verify.py
@@ -1,6 +1,6 @@
# Used for verifying configuration vpp interfaces
#
-# Copyright (C) 2023 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/python/vyos/vpp/configdb.py b/python/vyos/vpp/configdb.py
index 1830937ad..13c1cd3a0 100644
--- a/python/vyos/vpp/configdb.py
+++ b/python/vyos/vpp/configdb.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 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/python/vyos/vpp/control_host.py b/python/vyos/vpp/control_host.py
index 1ac004fbb..6a6b9d72f 100644
--- a/python/vyos/vpp/control_host.py
+++ b/python/vyos/vpp/control_host.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023 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/python/vyos/vpp/control_vpp.py b/python/vyos/vpp/control_vpp.py
index 5959b68b5..596ef4f12 100644
--- a/python/vyos/vpp/control_vpp.py
+++ b/python/vyos/vpp/control_vpp.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/__init__.py b/python/vyos/vpp/interface/__init__.py
index 2048e07ca..903b7cbfc 100644
--- a/python/vyos/vpp/interface/__init__.py
+++ b/python/vyos/vpp/interface/__init__.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023 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/python/vyos/vpp/interface/bond.py b/python/vyos/vpp/interface/bond.py
index 6a96bce58..604ba2ae5 100644
--- a/python/vyos/vpp/interface/bond.py
+++ b/python/vyos/vpp/interface/bond.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/bridge.py b/python/vyos/vpp/interface/bridge.py
index 5ebe46d45..25f0b4660 100644
--- a/python/vyos/vpp/interface/bridge.py
+++ b/python/vyos/vpp/interface/bridge.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/ethernet.py b/python/vyos/vpp/interface/ethernet.py
index 368d94c7f..523211db8 100644
--- a/python/vyos/vpp/interface/ethernet.py
+++ b/python/vyos/vpp/interface/ethernet.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP Ethernet interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/geneve.py b/python/vyos/vpp/interface/geneve.py
index 8260b1bfa..2d6347f12 100644
--- a/python/vyos/vpp/interface/geneve.py
+++ b/python/vyos/vpp/interface/geneve.py
@@ -1,6 +1,6 @@
# VyOS implementation of Geneve interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/gre.py b/python/vyos/vpp/interface/gre.py
index 5bef280c6..bc278d2a0 100644
--- a/python/vyos/vpp/interface/gre.py
+++ b/python/vyos/vpp/interface/gre.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP GRE interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/interface.py b/python/vyos/vpp/interface/interface.py
index 33dc779c2..05c1d14d6 100644
--- a/python/vyos/vpp/interface/interface.py
+++ b/python/vyos/vpp/interface/interface.py
@@ -1,5 +1,5 @@
#
-# 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/python/vyos/vpp/interface/ipip.py b/python/vyos/vpp/interface/ipip.py
index 4779a8292..e6ed44537 100644
--- a/python/vyos/vpp/interface/ipip.py
+++ b/python/vyos/vpp/interface/ipip.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP IPIP interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/loopback.py b/python/vyos/vpp/interface/loopback.py
index d417f627d..357423780 100644
--- a/python/vyos/vpp/interface/loopback.py
+++ b/python/vyos/vpp/interface/loopback.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP Loopback interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/vxlan.py b/python/vyos/vpp/interface/vxlan.py
index eacc901dc..4be5b5ec9 100644
--- a/python/vyos/vpp/interface/vxlan.py
+++ b/python/vyos/vpp/interface/vxlan.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP VXLAN interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/wireguard.py b/python/vyos/vpp/interface/wireguard.py
index 649ed5b05..c2d36e1b0 100644
--- a/python/vyos/vpp/interface/wireguard.py
+++ b/python/vyos/vpp/interface/wireguard.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP Wireguard interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/interface/xconnect.py b/python/vyos/vpp/interface/xconnect.py
index badece6e8..299a61405 100644
--- a/python/vyos/vpp/interface/xconnect.py
+++ b/python/vyos/vpp/interface/xconnect.py
@@ -1,6 +1,6 @@
# VyOS implementation of VPP bridge interface
#
-# Copyright (C) 2023-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/python/vyos/vpp/nat/det44.py b/python/vyos/vpp/nat/det44.py
index 1046d7cf9..70f903086 100644
--- a/python/vyos/vpp/nat/det44.py
+++ b/python/vyos/vpp/nat/det44.py
@@ -1,5 +1,5 @@
#
-# 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/python/vyos/vpp/nat/nat44.py b/python/vyos/vpp/nat/nat44.py
index 6b02688aa..b7e2d7744 100644
--- a/python/vyos/vpp/nat/nat44.py
+++ b/python/vyos/vpp/nat/nat44.py
@@ -1,5 +1,5 @@
#
-# 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/python/vyos/vpp/utils.py b/python/vyos/vpp/utils.py
index fe08a98b8..8b3a8c038 100644
--- a/python/vyos/vpp/utils.py
+++ b/python/vyos/vpp/utils.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2023 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