From 7c0bde3024ccf0306f4cfbc934f692b266d3c719 Mon Sep 17 00:00:00 2001 From: Kevin Wurster Date: Thu, 31 Oct 2024 08:57:50 -0400 Subject: [PATCH] Bump copyright --- LICENSE.txt | 2 +- docs.rst | 4 ++-- pyin.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index e7bbee5..13b501a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ New BSD License -Copyright (c) 2015-2023, Kevin D. Wurster +Copyright (c) 2015-2024, Kevin D. Wurster All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs.rst b/docs.rst index a343f7f..9e79386 100644 --- a/docs.rst +++ b/docs.rst @@ -160,7 +160,7 @@ A more complex example mixing directives, expressions, etc.: 'i[::2]' \ %stream '[" ".join(i) for i in s]' New License - Copyright 2015-2023, D. + Copyright 2015-2024, D. All reserved. is equivalent to the Python code: @@ -180,7 +180,7 @@ is equivalent to the Python code: ... i = i[::2] ... print(" ".join(i)) New License - Copyright 2015-2023, D. + Copyright 2015-2024, D. All reserved. Scope diff --git a/pyin.py b/pyin.py index 8214286..73a55ea 100644 --- a/pyin.py +++ b/pyin.py @@ -26,7 +26,7 @@ __license__ = ''' New BSD License -Copyright (c) 2015-2023, Kevin D. Wurster +Copyright (c) 2015-2024, Kevin D. Wurster All rights reserved. Redistribution and use in source and binary forms, with or without