Skip to content

Commit 95b731f

Browse files
authored
Merge pull request #585 from hx2A/y2025
update year to 2025
2 parents 5ac1714 + c5b9598 commit 95b731f

File tree

109 files changed

+109
-109
lines changed

Some content is hidden

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

109 files changed

+109
-109
lines changed

generate_py5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generate_py5_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/codebuilder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/docfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/javap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/mapping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

generator/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/change_doc_links.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/combine_settings_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/convert_example_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/convert_to_markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/copy_xml_documentation_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/create_missing_documentation_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/programmatically_adjust_documentation_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_docs/scripts/run_example_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5generator project; generator of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This project is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU General Public License as published by the

py5_jar/src/main/java/py5/core/PrintUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5Bridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5ColorHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5Graphics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5GraphicsHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5ShapeHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Py5SurfaceDummy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/SketchBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/graphics/HiddenPy5GraphicsJava2D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/core/surfaces/HiddenSurfaceNone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/util/CheckHeadless.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_jar/src/main/java/py5/util/KeyEventUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******************************************************************************
22
33
Part of the py5 library
4-
Copyright (C) 2020-2024 Jim Schmitz
4+
Copyright (C) 2020-2025 Jim Schmitz
55
66
This library is free software: you can redistribute it and/or modify it
77
under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/bridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/color.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/create_font_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/custom_exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/image_conversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/keyevent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

py5_resources/py5_module/py5/macos_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# *****************************************************************************
22
#
33
# Part of the py5 library
4-
# Copyright (C) 2020-2024 Jim Schmitz
4+
# Copyright (C) 2020-2025 Jim Schmitz
55
#
66
# This library is free software: you can redistribute it and/or modify it
77
# under the terms of the GNU Lesser General Public License as published by

0 commit comments

Comments
 (0)