Skip to content

Commit b00e8f9

Browse files
committed
Updated copyright year
1 parent fca828f commit b00e8f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+48
-43
lines changed

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of VIRL 2
3-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
44
# All rights reserved.
55
#
66
#

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of VIRL 2
4-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
4+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
55
# All rights reserved.
66
#
77
# Configuration file for the Sphinx documentation builder.
@@ -26,7 +26,7 @@
2626
# -- Project information -----------------------------------------------------
2727

2828
project = "virl2_client"
29-
copyright = "Copyright (c) 2019-2025, Cisco Systems, Inc."
29+
copyright = "Copyright (c) 2019-2026, Cisco Systems, Inc."
3030
author = "VIRL2 team <[email protected]>"
3131

3232
# The short X.Y version

examples/licensing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#
33
# This file is part of VIRL 2
4-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
4+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
55
# All rights reserved.
66
#
77
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

examples/link_conditioning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#
33
# This file is part of VIRL 2
4-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
4+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
55
# All rights reserved.
66
#
77
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

examples/sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
#
33
# This file is part of VIRL 2
4-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
4+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
55
# All rights reserved.
66
#
77
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# This file is part of VIRL 2
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
4+
# All rights reserved.
5+
#
16
[tool.poetry]
27
name = "virl2_client"
38
version = "2.10.0-dev0"

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of VIRL 2
3-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
44
# All rights reserved.
55
#
66
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

tests/test_autostart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of VIRL 2
3-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
44
# All rights reserved.
55
#
66
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

tests/test_client_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of VIRL 2
3-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
44
# All rights reserved.
55
#
66
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

tests/test_client_library_labs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# This file is part of VIRL 2
3-
# Copyright (c) 2019-2025, Cisco Systems, Inc.
3+
# Copyright (c) 2019-2026, Cisco Systems, Inc.
44
# All rights reserved.
55
#
66
# Python bindings for the Cisco VIRL 2 Network Simulation Platform

0 commit comments

Comments
 (0)