Skip to content

Commit 00600f0

Browse files
committed
Update Python version in examples to Python 3.10 and update copyright
1 parent c54ded6 commit 00600f0

Some content is hidden

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

57 files changed

+98
-98
lines changed

README.rst

Lines changed: 1 addition & 1 deletion

asyncssh/channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

asyncssh/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

asyncssh/forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

asyncssh/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2016-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

asyncssh/sk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2019-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2019-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

asyncssh/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
1+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
22
#
33
# This program and the accompanying materials are made available under
44
# the terms of the Eclipse Public License v2.0 which accompanies this

examples/callback_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env python3.7
1+
#!/usr/bin/env python3.10
22
#
3-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
3+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
44
#
55
# This program and the accompanying materials are made available under
66
# the terms of the Eclipse Public License v2.0 which accompanies this

examples/callback_client2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env python3.7
1+
#!/usr/bin/env python3.10
22
#
3-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
3+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
44
#
55
# This program and the accompanying materials are made available under
66
# the terms of the Eclipse Public License v2.0 which accompanies this

examples/callback_client3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env python3.7
1+
#!/usr/bin/env python3.10
22
#
3-
# Copyright (c) 2013-2024 by Ron Frederick <ronf@timeheart.net> and others.
3+
# Copyright (c) 2013-2025 by Ron Frederick <ronf@timeheart.net> and others.
44
#
55
# This program and the accompanying materials are made available under
66
# the terms of the Eclipse Public License v2.0 which accompanies this

0 commit comments

Comments
 (0)