From 24da0ff6f1323be4bde050bf6eaacee790fd2137 Mon Sep 17 00:00:00 2001
From: MASES Public Developers Team
<94312179+masesdevelopers@users.noreply.github.com>
Date: Mon, 27 Jan 2025 13:55:16 +0100
Subject: [PATCH] Update copyright on manually developed files (#597)
---
LICENSE | 2 +-
src/documentation/docfx.json | 2 +-
.../src/main/java/org/mases/jnet/developed/JNetEventResult.java | 2 +-
.../jnet/src/main/java/org/mases/jnet/developed/JNetHelper.java | 2 +-
.../main/java/org/mases/jnet/developed/JNetReflectorHelper.java | 2 +-
.../developed/java/lang/Thread_UncaughtExceptionHandler.java | 2 +-
.../java/org/mases/jnet/developed/java/util/Comparator.java | 2 +-
.../java/org/mases/jnet/developed/java/util/EventListener.java | 2 +-
.../org/mases/jnet/developed/java/util/function/BiConsumer.java | 2 +-
.../org/mases/jnet/developed/java/util/function/BiFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/BiPredicate.java | 2 +-
.../mases/jnet/developed/java/util/function/BinaryOperator.java | 2 +-
.../jnet/developed/java/util/function/BooleanSupplier.java | 2 +-
.../org/mases/jnet/developed/java/util/function/Consumer.java | 2 +-
.../jnet/developed/java/util/function/DoubleBinaryOperator.java | 2 +-
.../mases/jnet/developed/java/util/function/DoubleConsumer.java | 2 +-
.../mases/jnet/developed/java/util/function/DoubleFunction.java | 2 +-
.../jnet/developed/java/util/function/DoublePredicate.java | 2 +-
.../mases/jnet/developed/java/util/function/DoubleSupplier.java | 2 +-
.../jnet/developed/java/util/function/DoubleToIntFunction.java | 2 +-
.../jnet/developed/java/util/function/DoubleToLongFunction.java | 2 +-
.../jnet/developed/java/util/function/DoubleUnaryOperator.java | 2 +-
.../org/mases/jnet/developed/java/util/function/Function.java | 2 +-
.../jnet/developed/java/util/function/IntBinaryOperator.java | 2 +-
.../mases/jnet/developed/java/util/function/IntConsumer.java | 2 +-
.../mases/jnet/developed/java/util/function/IntFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/IntPredicate.java | 2 +-
.../mases/jnet/developed/java/util/function/IntSupplier.java | 2 +-
.../jnet/developed/java/util/function/IntToDoubleFunction.java | 2 +-
.../jnet/developed/java/util/function/IntToLongFunction.java | 2 +-
.../jnet/developed/java/util/function/IntUnaryOperator.java | 2 +-
.../jnet/developed/java/util/function/LongBinaryOperator.java | 2 +-
.../mases/jnet/developed/java/util/function/LongConsumer.java | 2 +-
.../mases/jnet/developed/java/util/function/LongFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/LongPredicate.java | 2 +-
.../mases/jnet/developed/java/util/function/LongSupplier.java | 2 +-
.../jnet/developed/java/util/function/LongToDoubleFunction.java | 2 +-
.../jnet/developed/java/util/function/LongToIntFunction.java | 2 +-
.../jnet/developed/java/util/function/LongUnaryOperator.java | 2 +-
.../jnet/developed/java/util/function/ObjDoubleConsumer.java | 2 +-
.../mases/jnet/developed/java/util/function/ObjIntConsumer.java | 2 +-
.../jnet/developed/java/util/function/ObjLongConsumer.java | 2 +-
.../org/mases/jnet/developed/java/util/function/Predicate.java | 2 +-
.../org/mases/jnet/developed/java/util/function/Supplier.java | 2 +-
.../jnet/developed/java/util/function/ToDoubleBiFunction.java | 2 +-
.../jnet/developed/java/util/function/ToDoubleFunction.java | 2 +-
.../jnet/developed/java/util/function/ToIntBiFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/ToIntFunction.java | 2 +-
.../jnet/developed/java/util/function/ToLongBiFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/ToLongFunction.java | 2 +-
.../mases/jnet/developed/java/util/function/UnaryOperator.java | 2 +-
src/net/Common/Common.props | 2 +-
src/net/JNet/Developed/Java/Awt/Container.cs | 2 +-
src/net/JNet/Developed/Java/Awt/Dnd/DragGestureListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/Dnd/DragSourceAdapter.cs | 2 +-
src/net/JNet/Developed/Java/Awt/Dnd/DragSourceListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/Dnd/DropTargetListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/AWTEventListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/ActionListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/AdjustmentListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/ComponentListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/FocusListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/InputMethodListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/ItemListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/KeyListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/MouseAdapter.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/TextListener.cs | 2 +-
src/net/JNet/Developed/Java/Awt/EventNs/WindowAdapter.cs | 2 +-
src/net/JNet/Developed/Java/Beans/PropertyChangeListener.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Annotation/Annotation.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Boolean.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Byte.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Character.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Class.cs | 2 +-
src/net/JNet/Developed/Java/Lang/ClassFormatError.cs | 2 +-
src/net/JNet/Developed/Java/Lang/ClassLoader.cs | 2 +-
src/net/JNet/Developed/Java/Lang/ClassNotFoundException.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Compiler.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Double.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Error.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Exception.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Float.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Integer.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Iterable.cs | 2 +-
src/net/JNet/Developed/Java/Lang/LinkageError.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Long.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Module.cs | 2 +-
src/net/JNet/Developed/Java/Lang/ModuleNs/ModuleDescriptor.cs | 2 +-
src/net/JNet/Developed/Java/Lang/NoClassDefFoundError.cs | 2 +-
src/net/JNet/Developed/Java/Lang/NoSuchMethodException.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Object.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Package.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/AccessibleObject.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedElement.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedType.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Constructor.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Executable.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Field.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/GenericArrayType.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/GenericDeclaration.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Method.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Modifier.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Parameter.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/ParameterizedType.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/Type.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/TypeVariable.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Reflect/WildcardType.cs | 2 +-
.../JNet/Developed/Java/Lang/ReflectiveOperationException.cs | 2 +-
src/net/JNet/Developed/Java/Lang/RuntimeException.cs | 2 +-
src/net/JNet/Developed/Java/Lang/SecurityManager.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Short.cs | 2 +-
src/net/JNet/Developed/Java/Lang/String.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Thread.cs | 2 +-
src/net/JNet/Developed/Java/Lang/Throwable.cs | 2 +-
.../JNet/Developed/Java/Lang/UnsupportedClassVersionError.cs | 2 +-
.../JNet/Developed/Java/Lang/UnsupportedOperationException.cs | 2 +-
src/net/JNet/Developed/Java/Nio/ByteBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/CharBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/DoubleBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/FloatBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/IntBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/LongBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Nio/ShortBuffer.cs | 2 +-
src/net/JNet/Developed/Java/Time/Duration.cs | 2 +-
src/net/JNet/Developed/Java/Time/Instant.cs | 2 +-
src/net/JNet/Developed/Java/Util/AbstractList.cs | 2 +-
src/net/JNet/Developed/Java/Util/Collection.cs | 2 +-
src/net/JNet/Developed/Java/Util/Collections.cs | 2 +-
src/net/JNet/Developed/Java/Util/Comparator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Concurrent/ForkJoinPool.cs | 2 +-
src/net/JNet/Developed/Java/Util/Date.cs | 2 +-
src/net/JNet/Developed/Java/Util/EventListener.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/BiConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/BiFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/BiPredicate.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/BinaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/BooleanSupplier.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/Consumer.cs | 2 +-
.../JNet/Developed/Java/Util/Function/DoubleBinaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/DoubleConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/DoubleFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/DoublePredicate.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/DoubleSupplier.cs | 2 +-
.../JNet/Developed/Java/Util/Function/DoubleToIntFunction.cs | 2 +-
.../JNet/Developed/Java/Util/Function/DoubleToLongFunction.cs | 2 +-
.../JNet/Developed/Java/Util/Function/DoubleUnaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/Function.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntBinaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntPredicate.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntSupplier.cs | 2 +-
.../JNet/Developed/Java/Util/Function/IntToDoubleFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntToLongFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/IntUnaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongBinaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongPredicate.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongSupplier.cs | 2 +-
.../JNet/Developed/Java/Util/Function/LongToDoubleFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongToIntFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/LongUnaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ObjDoubleConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ObjIntConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ObjLongConsumer.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/Predicate.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/Supplier.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToDoubleBiFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToDoubleFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToIntBiFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToIntFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToLongBiFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/ToLongFunction.cs | 2 +-
src/net/JNet/Developed/Java/Util/Function/UnaryOperator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Iterator.cs | 2 +-
src/net/JNet/Developed/Java/Util/Map.cs | 2 +-
src/net/JNet/Developed/Java/Util/Set.cs | 2 +-
src/net/JNet/Developed/Java/Util/Vector.cs | 2 +-
src/net/JNet/Developed/Javax/Management/JMX.cs | 2 +-
src/net/JNet/Developed/Javax/Management/MBeanException.cs | 2 +-
src/net/JNet/Developed/Javax/Management/NotificationFilter.cs | 2 +-
src/net/JNet/Developed/Javax/Management/NotificationListener.cs | 2 +-
src/net/JNet/Developed/Javax/Management/ObjectName.cs | 2 +-
src/net/JNet/Developed/Javax/Management/ReflectionException.cs | 2 +-
.../JNet/Developed/Javax/Management/RuntimeErrorException.cs | 2 +-
.../JNet/Developed/Javax/Management/RuntimeMBeanException.cs | 2 +-
.../Developed/Javax/Management/RuntimeOperationsException.cs | 2 +-
src/net/JNet/Developed/Javax/Naming/Event/NamingListener.cs | 2 +-
.../JNet/Developed/Javax/Naming/Event/ObjectChangeListener.cs | 2 +-
src/net/JNet/Developed/Javax/Sql/ConnectionEventListener.cs | 2 +-
src/net/JNet/Developed/Javax/Swing/Event/CaretListener.cs | 2 +-
src/net/JNet/Developed/Javax/Swing/Event/ChangeListener.cs | 2 +-
src/net/JNet/Developed/Javax/Swing/Event/MouseInputAdapter.cs | 2 +-
src/net/JNet/InternalConst.cs | 2 +-
src/net/JNet/JNetCore.cs | 2 +-
src/net/JNet/JNetCoreBase.cs | 2 +-
src/net/JNet/Specific/AsyncEnumerable.cs | 2 +-
src/net/JNet/Specific/Extensions/JNetCoreExtensions.cs | 2 +-
src/net/JNet/Specific/Extensions/JavaUtilExtensions.cs | 2 +-
src/net/JNet/Specific/GenericCommand.cs | 2 +-
src/net/JNet/Specific/JNetEventResult.cs | 2 +-
src/net/JNet/Specific/JNetHelper.cs | 2 +-
src/net/JNetCLI/InternalConst.cs | 2 +-
src/net/JNetCLI/JNetCLI.nuspec | 2 +-
src/net/JNetCLI/JNetCLICore.cs | 2 +-
src/net/JNetCLI/Program.cs | 2 +-
src/net/JNetPS/Cmdlet/GetClassForNameCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/InvokeClassCmdletCommand.cs | 2 +-
.../JNetPS/Cmdlet/JMX/AddNotificationListenerCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetDefaultDomainCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetDomainsCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetIsMXBeanInterfaceCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetJMXConnectorCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetMBeanCountCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetMBeanInfoCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/GetQueryNamesCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryAndCmdletCommand.cs | 2 +-
.../JNetPS/Cmdlet/JMX/InvokeQueryAnySubStringCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryAttrCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryBetweenCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryClassattrCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryDivCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryEqCmdletCommand.cs | 2 +-
.../JNetPS/Cmdlet/JMX/InvokeQueryFinalSubStringCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryGeqCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryGtCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryInCmdletCommand.cs | 2 +-
.../Cmdlet/JMX/InvokeQueryInitialSubStringCmdletCommand.cs | 2 +-
.../JNetPS/Cmdlet/JMX/InvokeQueryIsInstanceOfCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryLeqCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryLtCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryMatchCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryMinusCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryNotCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryOrCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryPlusCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryTimesCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/InvokeQueryValueCmdletCommand.cs | 2 +-
.../JMX/NewAttributeChangeNotificationFilterCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/NewJMXServiceURLCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/NewMBeanProxyCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/NewMXBeanProxyCmdletCommand.cs | 2 +-
.../Cmdlet/JMX/NewNotificationFilterSupportCmdletCommand.cs | 2 +-
.../JNetPS/Cmdlet/JMX/NewNotificationListenerCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/JMX/NewObjectNameCmdletCommand.cs | 2 +-
.../Cmdlet/JMX/RemoveNotificationListenerCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/NewObjectCmdletCommand.cs | 2 +-
src/net/JNetPS/Cmdlet/StartJNetPSCmdletCommand.cs | 2 +-
src/net/JNetPS/JNetPSCore.cs | 2 +-
src/net/JNetPS/MASES.JNetPS.psd1 | 2 +-
src/net/JNetPS/MASES.JNetPSCore.psd1 | 2 +-
src/net/JNetPS/MASES.JNetPSFramework.psd1 | 2 +-
src/net/JNetPSCore/Cmdlet/InvokeCommandCmdletCommandBase.cs | 2 +-
src/net/JNetPSCore/Cmdlet/JNetPSCmdlet.cs | 2 +-
src/net/JNetPSCore/Cmdlet/JNetPSExternalizableCmdlet.cs | 2 +-
src/net/JNetPSCore/Cmdlet/NewObjectCmdletCommandBase.cs | 2 +-
src/net/JNetPSCore/Cmdlet/StartJNetPSCmdletCommandBase.cs | 2 +-
src/net/JNetPSCore/JNetPSHelper.cs | 2 +-
src/net/JNetReflector/InternalConst.cs | 2 +-
src/net/JNetReflector/InternalExtensions.cs | 2 +-
src/net/JNetReflector/InternalMethods.cs | 2 +-
src/net/JNetReflector/JNetReflector.nuspec | 2 +-
src/net/JNetReflector/JNetReflectorCore.cs | 2 +-
src/net/JNetReflector/JNetReflectorHelper.cs | 2 +-
src/net/JNetReflector/Program.cs | 2 +-
src/net/JNetReflector/Templates/Templates.cs | 2 +-
src/net/JNetReflector/copyright.txt | 2 +-
tests/net/Common/EmbeddedGraphic.cs | 2 +-
tests/net/Common/Initializer.cs | 2 +-
tests/net/JNetByteBufferTest/Program.cs | 2 +-
tests/net/JNetTest/Program.cs | 2 +-
tests/net/JNetWPFTest/App.xaml.cs | 2 +-
tests/net/JNetWPFTest/MainWindow.xaml.cs | 2 +-
tests/net/JNetWinFormsTest/Form1.cs | 2 +-
tests/net/JNetWinFormsTest/Program.cs | 2 +-
276 files changed, 276 insertions(+), 276 deletions(-)
diff --git a/LICENSE b/LICENSE
index f030519dab..fa95bc2de7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
- Copyright 2024 MASES s.r.l.
+ Copyright 2025 MASES s.r.l.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/src/documentation/docfx.json b/src/documentation/docfx.json
index 8094669d0c..e8fbf86e28 100644
--- a/src/documentation/docfx.json
+++ b/src/documentation/docfx.json
@@ -59,7 +59,7 @@
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/favicon.ico",
"_appTitle": "MASES Group - JNet",
- "_appFooter": "
Copyright © 2024 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681
",
+ "_appFooter": "Copyright © 2025 MASES s.r.l.. | Via San Cesidio 16 - San Valentino in A.C. - PE | P.I. 01932310681
",
"_description": "This is a descriptive page of JNet, the Java/JVM suite for .NET",
"_lang": "en",
"_gitContribute": {
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetEventResult.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetEventResult.java
index 02de60caa0..00ab88de56 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetEventResult.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetEventResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetHelper.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetHelper.java
index aaba1be826..8d01adaffe 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetHelper.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetReflectorHelper.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetReflectorHelper.java
index bfd1912182..48c776a051 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetReflectorHelper.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/JNetReflectorHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/lang/Thread_UncaughtExceptionHandler.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/lang/Thread_UncaughtExceptionHandler.java
index c0ca8eee8f..904491786b 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/lang/Thread_UncaughtExceptionHandler.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/lang/Thread_UncaughtExceptionHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/Comparator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/Comparator.java
index 78c85b7033..e7da16a7e5 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/Comparator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/Comparator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/EventListener.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/EventListener.java
index 4cc25883a3..566466be8d 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/EventListener.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/EventListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiConsumer.java
index 940d9791f7..0bea31d98b 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiFunction.java
index 0e61df83e8..4c8951e993 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiPredicate.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiPredicate.java
index cfbd1c931e..8593652b2a 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiPredicate.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BiPredicate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BinaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BinaryOperator.java
index 198449e2e2..cc554ed76d 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BinaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BinaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BooleanSupplier.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BooleanSupplier.java
index 99162180ea..45e5e00051 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BooleanSupplier.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/BooleanSupplier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Consumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Consumer.java
index bceeacdd8c..8b0a79031b 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Consumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Consumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleBinaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleBinaryOperator.java
index d0f0768019..9081c44b7b 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleBinaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleBinaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleConsumer.java
index 471a6daad9..03e99f6c7c 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleFunction.java
index 9e0a984f5c..c4a0976867 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoublePredicate.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoublePredicate.java
index 211234926d..87e8e15a28 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoublePredicate.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoublePredicate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleSupplier.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleSupplier.java
index a9ed86bcf2..c2f0ced2df 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleSupplier.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleSupplier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToIntFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToIntFunction.java
index 0a9be11159..469b8385af 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToIntFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToIntFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToLongFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToLongFunction.java
index 9aa31e5c59..38222e1335 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToLongFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleToLongFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleUnaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleUnaryOperator.java
index 236723487d..a3c23653ba 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleUnaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/DoubleUnaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Function.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Function.java
index 93010ebd0f..abd1d968f2 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Function.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Function.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntBinaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntBinaryOperator.java
index b28d29f3e5..2845c69f58 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntBinaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntBinaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntConsumer.java
index 4fc269b2a4..9f5ca1b991 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntFunction.java
index 1d52eb160c..a8867999bd 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntPredicate.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntPredicate.java
index cddf8d795b..491bedb4bf 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntPredicate.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntPredicate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntSupplier.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntSupplier.java
index 0d66a2b1f6..4881020c31 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntSupplier.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntSupplier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToDoubleFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToDoubleFunction.java
index 15fab7b676..e9f301ff45 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToDoubleFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToDoubleFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToLongFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToLongFunction.java
index ff439c1b0c..e0d8d406df 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToLongFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntToLongFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntUnaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntUnaryOperator.java
index 7895a4b2ba..71a1ab35d2 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntUnaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/IntUnaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongBinaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongBinaryOperator.java
index ccdb3530a2..60afdb2cac 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongBinaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongBinaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongConsumer.java
index 990bf9b1be..88b095d68c 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongFunction.java
index 49973fcddb..6c91ae445e 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongPredicate.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongPredicate.java
index f525642d5a..3c269e0fa0 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongPredicate.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongPredicate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongSupplier.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongSupplier.java
index 66b8e27016..2924d555ba 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongSupplier.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongSupplier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToDoubleFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToDoubleFunction.java
index 03176dcf9c..4845f76d6f 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToDoubleFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToDoubleFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToIntFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToIntFunction.java
index 837f883049..eb9d4a9cfd 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToIntFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongToIntFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongUnaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongUnaryOperator.java
index db4645614c..478f296664 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongUnaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/LongUnaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjDoubleConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjDoubleConsumer.java
index 166f4d1244..6972e8cdbd 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjDoubleConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjDoubleConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjIntConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjIntConsumer.java
index 117ec0f3fd..2592177e96 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjIntConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjIntConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjLongConsumer.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjLongConsumer.java
index bf29c355e5..0dd0c8088d 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjLongConsumer.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ObjLongConsumer.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Predicate.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Predicate.java
index 3717143b75..2c2ee0aa15 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Predicate.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Predicate.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Supplier.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Supplier.java
index 57c1794696..ff9658d642 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Supplier.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/Supplier.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleBiFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleBiFunction.java
index ee1333483d..96bee6f644 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleBiFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleBiFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleFunction.java
index 8010fdba09..b53c9b8017 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToDoubleFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntBiFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntBiFunction.java
index 73c582e26a..1e24763383 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntBiFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntBiFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntFunction.java
index 7aa27255d0..a4883f6d01 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToIntFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongBiFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongBiFunction.java
index 91361459fa..6b8900f211 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongBiFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongBiFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongFunction.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongFunction.java
index c599907076..c7feebb5cd 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongFunction.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/ToLongFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/UnaryOperator.java b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/UnaryOperator.java
index 16b9708a14..094f5b90e1 100644
--- a/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/UnaryOperator.java
+++ b/src/jvm/jnet/src/main/java/org/mases/jnet/developed/java/util/function/UnaryOperator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 MASES s.r.l.
+ * Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/Common/Common.props b/src/net/Common/Common.props
index bde3c85523..d7e0393a3c 100644
--- a/src/net/Common/Common.props
+++ b/src/net/Common/Common.props
@@ -1,6 +1,6 @@
- Copyright © MASES s.r.l. 2024
+ Copyright © MASES s.r.l. 2025
MASES s.r.l.
MASES s.r.l.
MASES s.r.l.
diff --git a/src/net/JNet/Developed/Java/Awt/Container.cs b/src/net/JNet/Developed/Java/Awt/Container.cs
index 41623b702d..2c291cecab 100644
--- a/src/net/JNet/Developed/Java/Awt/Container.cs
+++ b/src/net/JNet/Developed/Java/Awt/Container.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/Dnd/DragGestureListener.cs b/src/net/JNet/Developed/Java/Awt/Dnd/DragGestureListener.cs
index c574d41d6a..b24f990172 100644
--- a/src/net/JNet/Developed/Java/Awt/Dnd/DragGestureListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/Dnd/DragGestureListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceAdapter.cs b/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceAdapter.cs
index 1d70d503b2..4f973f70af 100644
--- a/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceAdapter.cs
+++ b/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceAdapter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceListener.cs b/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceListener.cs
index 89ecd5652d..68b0feace0 100644
--- a/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/Dnd/DragSourceListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/Dnd/DropTargetListener.cs b/src/net/JNet/Developed/Java/Awt/Dnd/DropTargetListener.cs
index 60ba8056d1..3946f210b1 100644
--- a/src/net/JNet/Developed/Java/Awt/Dnd/DropTargetListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/Dnd/DropTargetListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/AWTEventListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/AWTEventListener.cs
index ce1cca23cd..4d00e61444 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/AWTEventListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/AWTEventListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/ActionListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/ActionListener.cs
index e88dd3103e..a881b17c57 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/ActionListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/ActionListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/AdjustmentListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/AdjustmentListener.cs
index e738488d74..15537b0e02 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/AdjustmentListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/AdjustmentListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/ComponentListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/ComponentListener.cs
index c59345256b..4b2677d803 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/ComponentListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/ComponentListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/FocusListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/FocusListener.cs
index 17a73a04aa..e506ed2f16 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/FocusListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/FocusListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/InputMethodListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/InputMethodListener.cs
index 0bbe511265..5b10fe4c2e 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/InputMethodListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/InputMethodListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/ItemListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/ItemListener.cs
index dc857706c8..3205f4246a 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/ItemListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/ItemListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/KeyListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/KeyListener.cs
index 531e4faaf4..004792c9b2 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/KeyListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/KeyListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/MouseAdapter.cs b/src/net/JNet/Developed/Java/Awt/EventNs/MouseAdapter.cs
index 2712f6ee62..b75f8a63d0 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/MouseAdapter.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/MouseAdapter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/TextListener.cs b/src/net/JNet/Developed/Java/Awt/EventNs/TextListener.cs
index d0d4c42d21..a26c766085 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/TextListener.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/TextListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Awt/EventNs/WindowAdapter.cs b/src/net/JNet/Developed/Java/Awt/EventNs/WindowAdapter.cs
index 5a222a8180..b78775ea52 100644
--- a/src/net/JNet/Developed/Java/Awt/EventNs/WindowAdapter.cs
+++ b/src/net/JNet/Developed/Java/Awt/EventNs/WindowAdapter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Beans/PropertyChangeListener.cs b/src/net/JNet/Developed/Java/Beans/PropertyChangeListener.cs
index 9e874624de..b52f557f08 100644
--- a/src/net/JNet/Developed/Java/Beans/PropertyChangeListener.cs
+++ b/src/net/JNet/Developed/Java/Beans/PropertyChangeListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Annotation/Annotation.cs b/src/net/JNet/Developed/Java/Lang/Annotation/Annotation.cs
index f6c0f1d3d0..7e190009d8 100644
--- a/src/net/JNet/Developed/Java/Lang/Annotation/Annotation.cs
+++ b/src/net/JNet/Developed/Java/Lang/Annotation/Annotation.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Boolean.cs b/src/net/JNet/Developed/Java/Lang/Boolean.cs
index 35c47b049a..19592e67a3 100644
--- a/src/net/JNet/Developed/Java/Lang/Boolean.cs
+++ b/src/net/JNet/Developed/Java/Lang/Boolean.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Byte.cs b/src/net/JNet/Developed/Java/Lang/Byte.cs
index c2c28b5cab..e883db568a 100644
--- a/src/net/JNet/Developed/Java/Lang/Byte.cs
+++ b/src/net/JNet/Developed/Java/Lang/Byte.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Character.cs b/src/net/JNet/Developed/Java/Lang/Character.cs
index 77e48eef37..6d2fe4f9e5 100644
--- a/src/net/JNet/Developed/Java/Lang/Character.cs
+++ b/src/net/JNet/Developed/Java/Lang/Character.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Class.cs b/src/net/JNet/Developed/Java/Lang/Class.cs
index 85f39338bd..6b7bbb9bdf 100644
--- a/src/net/JNet/Developed/Java/Lang/Class.cs
+++ b/src/net/JNet/Developed/Java/Lang/Class.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/ClassFormatError.cs b/src/net/JNet/Developed/Java/Lang/ClassFormatError.cs
index 0d8c2c12ab..5704620811 100644
--- a/src/net/JNet/Developed/Java/Lang/ClassFormatError.cs
+++ b/src/net/JNet/Developed/Java/Lang/ClassFormatError.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/ClassLoader.cs b/src/net/JNet/Developed/Java/Lang/ClassLoader.cs
index 1ede24c962..de3af20651 100644
--- a/src/net/JNet/Developed/Java/Lang/ClassLoader.cs
+++ b/src/net/JNet/Developed/Java/Lang/ClassLoader.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/ClassNotFoundException.cs b/src/net/JNet/Developed/Java/Lang/ClassNotFoundException.cs
index b205ac0e3b..ad86cc0545 100644
--- a/src/net/JNet/Developed/Java/Lang/ClassNotFoundException.cs
+++ b/src/net/JNet/Developed/Java/Lang/ClassNotFoundException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Compiler.cs b/src/net/JNet/Developed/Java/Lang/Compiler.cs
index fc17524b46..637e6d80bd 100644
--- a/src/net/JNet/Developed/Java/Lang/Compiler.cs
+++ b/src/net/JNet/Developed/Java/Lang/Compiler.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Double.cs b/src/net/JNet/Developed/Java/Lang/Double.cs
index 62d348cac5..91434b5b80 100644
--- a/src/net/JNet/Developed/Java/Lang/Double.cs
+++ b/src/net/JNet/Developed/Java/Lang/Double.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Error.cs b/src/net/JNet/Developed/Java/Lang/Error.cs
index d7b7a88c39..ec1cf95c74 100644
--- a/src/net/JNet/Developed/Java/Lang/Error.cs
+++ b/src/net/JNet/Developed/Java/Lang/Error.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Exception.cs b/src/net/JNet/Developed/Java/Lang/Exception.cs
index 4b6d12c0b8..8d9fe07ca2 100644
--- a/src/net/JNet/Developed/Java/Lang/Exception.cs
+++ b/src/net/JNet/Developed/Java/Lang/Exception.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Float.cs b/src/net/JNet/Developed/Java/Lang/Float.cs
index e12fdfc2af..1984caed8f 100644
--- a/src/net/JNet/Developed/Java/Lang/Float.cs
+++ b/src/net/JNet/Developed/Java/Lang/Float.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Integer.cs b/src/net/JNet/Developed/Java/Lang/Integer.cs
index 42e1a9d004..275ae5b1fb 100644
--- a/src/net/JNet/Developed/Java/Lang/Integer.cs
+++ b/src/net/JNet/Developed/Java/Lang/Integer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Iterable.cs b/src/net/JNet/Developed/Java/Lang/Iterable.cs
index 1cc7f9cedd..d769056626 100644
--- a/src/net/JNet/Developed/Java/Lang/Iterable.cs
+++ b/src/net/JNet/Developed/Java/Lang/Iterable.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/LinkageError.cs b/src/net/JNet/Developed/Java/Lang/LinkageError.cs
index 7b803f03ef..ea90d18923 100644
--- a/src/net/JNet/Developed/Java/Lang/LinkageError.cs
+++ b/src/net/JNet/Developed/Java/Lang/LinkageError.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Long.cs b/src/net/JNet/Developed/Java/Lang/Long.cs
index 3b00771a16..6215a45a14 100644
--- a/src/net/JNet/Developed/Java/Lang/Long.cs
+++ b/src/net/JNet/Developed/Java/Lang/Long.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Module.cs b/src/net/JNet/Developed/Java/Lang/Module.cs
index 44404978aa..761aef2358 100644
--- a/src/net/JNet/Developed/Java/Lang/Module.cs
+++ b/src/net/JNet/Developed/Java/Lang/Module.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/ModuleNs/ModuleDescriptor.cs b/src/net/JNet/Developed/Java/Lang/ModuleNs/ModuleDescriptor.cs
index 62294c3008..d6541b7815 100644
--- a/src/net/JNet/Developed/Java/Lang/ModuleNs/ModuleDescriptor.cs
+++ b/src/net/JNet/Developed/Java/Lang/ModuleNs/ModuleDescriptor.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/NoClassDefFoundError.cs b/src/net/JNet/Developed/Java/Lang/NoClassDefFoundError.cs
index 368adc56a4..4cccd69c9f 100644
--- a/src/net/JNet/Developed/Java/Lang/NoClassDefFoundError.cs
+++ b/src/net/JNet/Developed/Java/Lang/NoClassDefFoundError.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/NoSuchMethodException.cs b/src/net/JNet/Developed/Java/Lang/NoSuchMethodException.cs
index 1d0dfdb099..44f45d16f2 100644
--- a/src/net/JNet/Developed/Java/Lang/NoSuchMethodException.cs
+++ b/src/net/JNet/Developed/Java/Lang/NoSuchMethodException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Object.cs b/src/net/JNet/Developed/Java/Lang/Object.cs
index a2cd278024..1af4b321eb 100644
--- a/src/net/JNet/Developed/Java/Lang/Object.cs
+++ b/src/net/JNet/Developed/Java/Lang/Object.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Package.cs b/src/net/JNet/Developed/Java/Lang/Package.cs
index 174d317e71..7e6d3ea9ff 100644
--- a/src/net/JNet/Developed/Java/Lang/Package.cs
+++ b/src/net/JNet/Developed/Java/Lang/Package.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/AccessibleObject.cs b/src/net/JNet/Developed/Java/Lang/Reflect/AccessibleObject.cs
index d1f55c2bcd..b1c3bcd032 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/AccessibleObject.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/AccessibleObject.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedElement.cs b/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedElement.cs
index dc132b1158..1b2ac5052c 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedElement.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedElement.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedType.cs b/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedType.cs
index 79f1654b76..43d2435b61 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedType.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/AnnotatedType.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Constructor.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Constructor.cs
index 810b564bec..1eb786f10c 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Constructor.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Constructor.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Executable.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Executable.cs
index 88879b9e32..3f2331e360 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Executable.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Executable.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Field.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Field.cs
index 68c06f579f..c79a2e9d6e 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Field.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Field.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/GenericArrayType.cs b/src/net/JNet/Developed/Java/Lang/Reflect/GenericArrayType.cs
index be9720d46e..b1c8694f7f 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/GenericArrayType.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/GenericArrayType.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/GenericDeclaration.cs b/src/net/JNet/Developed/Java/Lang/Reflect/GenericDeclaration.cs
index 8357f40215..684c3d4b74 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/GenericDeclaration.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/GenericDeclaration.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Method.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Method.cs
index 619bb93e5f..d1c1acad39 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Method.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Method.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Modifier.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Modifier.cs
index 01abec66c0..7a4267b145 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Modifier.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Modifier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Parameter.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Parameter.cs
index 9a0fa2edc1..c97e913058 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Parameter.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Parameter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/ParameterizedType.cs b/src/net/JNet/Developed/Java/Lang/Reflect/ParameterizedType.cs
index f3cd0954b2..32dc8c894e 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/ParameterizedType.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/ParameterizedType.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/Type.cs b/src/net/JNet/Developed/Java/Lang/Reflect/Type.cs
index 8c78a08107..8cda3f63f9 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/Type.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/Type.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/TypeVariable.cs b/src/net/JNet/Developed/Java/Lang/Reflect/TypeVariable.cs
index 8c10c68943..943246ff8e 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/TypeVariable.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/TypeVariable.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Reflect/WildcardType.cs b/src/net/JNet/Developed/Java/Lang/Reflect/WildcardType.cs
index 406043d49c..848cf330b6 100644
--- a/src/net/JNet/Developed/Java/Lang/Reflect/WildcardType.cs
+++ b/src/net/JNet/Developed/Java/Lang/Reflect/WildcardType.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/ReflectiveOperationException.cs b/src/net/JNet/Developed/Java/Lang/ReflectiveOperationException.cs
index 870ab62ed7..89b71c6c7e 100644
--- a/src/net/JNet/Developed/Java/Lang/ReflectiveOperationException.cs
+++ b/src/net/JNet/Developed/Java/Lang/ReflectiveOperationException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/RuntimeException.cs b/src/net/JNet/Developed/Java/Lang/RuntimeException.cs
index fed5323841..d575726911 100644
--- a/src/net/JNet/Developed/Java/Lang/RuntimeException.cs
+++ b/src/net/JNet/Developed/Java/Lang/RuntimeException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/SecurityManager.cs b/src/net/JNet/Developed/Java/Lang/SecurityManager.cs
index 52a8056b50..1b23ae8713 100644
--- a/src/net/JNet/Developed/Java/Lang/SecurityManager.cs
+++ b/src/net/JNet/Developed/Java/Lang/SecurityManager.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Short.cs b/src/net/JNet/Developed/Java/Lang/Short.cs
index 2103ec2567..5c2dcbbd60 100644
--- a/src/net/JNet/Developed/Java/Lang/Short.cs
+++ b/src/net/JNet/Developed/Java/Lang/Short.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/String.cs b/src/net/JNet/Developed/Java/Lang/String.cs
index d14533c49a..54bb9d5d16 100644
--- a/src/net/JNet/Developed/Java/Lang/String.cs
+++ b/src/net/JNet/Developed/Java/Lang/String.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Thread.cs b/src/net/JNet/Developed/Java/Lang/Thread.cs
index 4a4647adb8..cc4cc4c379 100644
--- a/src/net/JNet/Developed/Java/Lang/Thread.cs
+++ b/src/net/JNet/Developed/Java/Lang/Thread.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/Throwable.cs b/src/net/JNet/Developed/Java/Lang/Throwable.cs
index 7a81a97bfc..408ada8520 100644
--- a/src/net/JNet/Developed/Java/Lang/Throwable.cs
+++ b/src/net/JNet/Developed/Java/Lang/Throwable.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/UnsupportedClassVersionError.cs b/src/net/JNet/Developed/Java/Lang/UnsupportedClassVersionError.cs
index 75c05409d7..814bcd75d4 100644
--- a/src/net/JNet/Developed/Java/Lang/UnsupportedClassVersionError.cs
+++ b/src/net/JNet/Developed/Java/Lang/UnsupportedClassVersionError.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Lang/UnsupportedOperationException.cs b/src/net/JNet/Developed/Java/Lang/UnsupportedOperationException.cs
index dfe86015a0..c76267616f 100644
--- a/src/net/JNet/Developed/Java/Lang/UnsupportedOperationException.cs
+++ b/src/net/JNet/Developed/Java/Lang/UnsupportedOperationException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/ByteBuffer.cs b/src/net/JNet/Developed/Java/Nio/ByteBuffer.cs
index 20d4a6a7c6..51189a192f 100644
--- a/src/net/JNet/Developed/Java/Nio/ByteBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/ByteBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/CharBuffer.cs b/src/net/JNet/Developed/Java/Nio/CharBuffer.cs
index 7c02e4e9f0..6dcae5da0d 100644
--- a/src/net/JNet/Developed/Java/Nio/CharBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/CharBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/DoubleBuffer.cs b/src/net/JNet/Developed/Java/Nio/DoubleBuffer.cs
index 0ee31567bc..8663fda939 100644
--- a/src/net/JNet/Developed/Java/Nio/DoubleBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/DoubleBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/FloatBuffer.cs b/src/net/JNet/Developed/Java/Nio/FloatBuffer.cs
index 47dde7a177..41091246aa 100644
--- a/src/net/JNet/Developed/Java/Nio/FloatBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/FloatBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/IntBuffer.cs b/src/net/JNet/Developed/Java/Nio/IntBuffer.cs
index 8ffc6f323b..ac47eccd07 100644
--- a/src/net/JNet/Developed/Java/Nio/IntBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/IntBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/LongBuffer.cs b/src/net/JNet/Developed/Java/Nio/LongBuffer.cs
index dcfc27b87b..c737fe5e05 100644
--- a/src/net/JNet/Developed/Java/Nio/LongBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/LongBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Nio/ShortBuffer.cs b/src/net/JNet/Developed/Java/Nio/ShortBuffer.cs
index 12dd78817b..6acf3b191b 100644
--- a/src/net/JNet/Developed/Java/Nio/ShortBuffer.cs
+++ b/src/net/JNet/Developed/Java/Nio/ShortBuffer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Time/Duration.cs b/src/net/JNet/Developed/Java/Time/Duration.cs
index 59801c3366..2056bfc429 100644
--- a/src/net/JNet/Developed/Java/Time/Duration.cs
+++ b/src/net/JNet/Developed/Java/Time/Duration.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Time/Instant.cs b/src/net/JNet/Developed/Java/Time/Instant.cs
index 7391743fc0..0b8e0fd8bc 100644
--- a/src/net/JNet/Developed/Java/Time/Instant.cs
+++ b/src/net/JNet/Developed/Java/Time/Instant.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/AbstractList.cs b/src/net/JNet/Developed/Java/Util/AbstractList.cs
index f83fa04797..cbc9d9d9d8 100644
--- a/src/net/JNet/Developed/Java/Util/AbstractList.cs
+++ b/src/net/JNet/Developed/Java/Util/AbstractList.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Collection.cs b/src/net/JNet/Developed/Java/Util/Collection.cs
index 2463c73fb0..2512c77751 100644
--- a/src/net/JNet/Developed/Java/Util/Collection.cs
+++ b/src/net/JNet/Developed/Java/Util/Collection.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Collections.cs b/src/net/JNet/Developed/Java/Util/Collections.cs
index 70cef46fcb..efd6fc24ae 100644
--- a/src/net/JNet/Developed/Java/Util/Collections.cs
+++ b/src/net/JNet/Developed/Java/Util/Collections.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Comparator.cs b/src/net/JNet/Developed/Java/Util/Comparator.cs
index ace7c1519e..638c50df83 100644
--- a/src/net/JNet/Developed/Java/Util/Comparator.cs
+++ b/src/net/JNet/Developed/Java/Util/Comparator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Concurrent/ForkJoinPool.cs b/src/net/JNet/Developed/Java/Util/Concurrent/ForkJoinPool.cs
index 2bad27f0c3..ed74b69aa3 100644
--- a/src/net/JNet/Developed/Java/Util/Concurrent/ForkJoinPool.cs
+++ b/src/net/JNet/Developed/Java/Util/Concurrent/ForkJoinPool.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Date.cs b/src/net/JNet/Developed/Java/Util/Date.cs
index 4ea5c4d7a0..9f25459573 100644
--- a/src/net/JNet/Developed/Java/Util/Date.cs
+++ b/src/net/JNet/Developed/Java/Util/Date.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/EventListener.cs b/src/net/JNet/Developed/Java/Util/EventListener.cs
index 00f15b09fd..ad1c27770b 100644
--- a/src/net/JNet/Developed/Java/Util/EventListener.cs
+++ b/src/net/JNet/Developed/Java/Util/EventListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/BiConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/BiConsumer.cs
index 2b9eba308f..297dac64cd 100644
--- a/src/net/JNet/Developed/Java/Util/Function/BiConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/BiConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/BiFunction.cs b/src/net/JNet/Developed/Java/Util/Function/BiFunction.cs
index 15b46a52d6..3109492e3f 100644
--- a/src/net/JNet/Developed/Java/Util/Function/BiFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/BiFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/BiPredicate.cs b/src/net/JNet/Developed/Java/Util/Function/BiPredicate.cs
index c3450fbbd8..049e1d7f6f 100644
--- a/src/net/JNet/Developed/Java/Util/Function/BiPredicate.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/BiPredicate.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/BinaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/BinaryOperator.cs
index b3652950c5..31df58ba30 100644
--- a/src/net/JNet/Developed/Java/Util/Function/BinaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/BinaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/BooleanSupplier.cs b/src/net/JNet/Developed/Java/Util/Function/BooleanSupplier.cs
index 9fbab4071e..c51051bbae 100644
--- a/src/net/JNet/Developed/Java/Util/Function/BooleanSupplier.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/BooleanSupplier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/Consumer.cs b/src/net/JNet/Developed/Java/Util/Function/Consumer.cs
index 7b9507090a..5d594298d1 100644
--- a/src/net/JNet/Developed/Java/Util/Function/Consumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/Consumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleBinaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleBinaryOperator.cs
index 456c6c0a14..5fba480a2a 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleBinaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleBinaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleConsumer.cs
index fff25ccf03..6cbefe270e 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleFunction.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleFunction.cs
index 78e73a6acb..29887fd586 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoublePredicate.cs b/src/net/JNet/Developed/Java/Util/Function/DoublePredicate.cs
index 5f3e069a42..acd550cc23 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoublePredicate.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoublePredicate.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleSupplier.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleSupplier.cs
index e616eba0dd..c0173c5ed5 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleSupplier.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleSupplier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleToIntFunction.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleToIntFunction.cs
index 4740133df7..ee07e236f8 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleToIntFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleToIntFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleToLongFunction.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleToLongFunction.cs
index 31d0369ba8..0eda3a8861 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleToLongFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleToLongFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/DoubleUnaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/DoubleUnaryOperator.cs
index aba0bebd0b..9de9a587bc 100644
--- a/src/net/JNet/Developed/Java/Util/Function/DoubleUnaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/DoubleUnaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/Function.cs b/src/net/JNet/Developed/Java/Util/Function/Function.cs
index a94a8992cd..8e5edbb5e1 100644
--- a/src/net/JNet/Developed/Java/Util/Function/Function.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/Function.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntBinaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/IntBinaryOperator.cs
index 9859cee278..23f8428bfd 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntBinaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntBinaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/IntConsumer.cs
index f6f4a3f368..c47ddaaa59 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntFunction.cs b/src/net/JNet/Developed/Java/Util/Function/IntFunction.cs
index 901715887b..91458e4b2c 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntPredicate.cs b/src/net/JNet/Developed/Java/Util/Function/IntPredicate.cs
index e5a215e2d8..1c577956fe 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntPredicate.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntPredicate.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntSupplier.cs b/src/net/JNet/Developed/Java/Util/Function/IntSupplier.cs
index 51e1c829eb..a485939f1a 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntSupplier.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntSupplier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntToDoubleFunction.cs b/src/net/JNet/Developed/Java/Util/Function/IntToDoubleFunction.cs
index 071a1e45bf..df16a244fd 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntToDoubleFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntToDoubleFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntToLongFunction.cs b/src/net/JNet/Developed/Java/Util/Function/IntToLongFunction.cs
index 5cec0fbd1a..217f639973 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntToLongFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntToLongFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/IntUnaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/IntUnaryOperator.cs
index 4e17b6bf9c..59d2f144a4 100644
--- a/src/net/JNet/Developed/Java/Util/Function/IntUnaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/IntUnaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongBinaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/LongBinaryOperator.cs
index 84daed9fe6..cc40a36b42 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongBinaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongBinaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/LongConsumer.cs
index 950d9e637e..8bf64fee6f 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongFunction.cs b/src/net/JNet/Developed/Java/Util/Function/LongFunction.cs
index b49f645cfc..4bef765aae 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongPredicate.cs b/src/net/JNet/Developed/Java/Util/Function/LongPredicate.cs
index bef59d459e..d11733c482 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongPredicate.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongPredicate.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongSupplier.cs b/src/net/JNet/Developed/Java/Util/Function/LongSupplier.cs
index 0949175299..e5d4f24dda 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongSupplier.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongSupplier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongToDoubleFunction.cs b/src/net/JNet/Developed/Java/Util/Function/LongToDoubleFunction.cs
index 5ca4ebc44e..6714915727 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongToDoubleFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongToDoubleFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongToIntFunction.cs b/src/net/JNet/Developed/Java/Util/Function/LongToIntFunction.cs
index e58bd069f5..e3391f7038 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongToIntFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongToIntFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/LongUnaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/LongUnaryOperator.cs
index 8cf547cc54..7bd2ccfdc0 100644
--- a/src/net/JNet/Developed/Java/Util/Function/LongUnaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/LongUnaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ObjDoubleConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/ObjDoubleConsumer.cs
index 1f89c8df54..5e21dfba11 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ObjDoubleConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ObjDoubleConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ObjIntConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/ObjIntConsumer.cs
index fcef5e53da..c9ed46ea71 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ObjIntConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ObjIntConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ObjLongConsumer.cs b/src/net/JNet/Developed/Java/Util/Function/ObjLongConsumer.cs
index 0c453c579e..0657e6b3fe 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ObjLongConsumer.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ObjLongConsumer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/Predicate.cs b/src/net/JNet/Developed/Java/Util/Function/Predicate.cs
index 4226745b9d..e6ed27b2a6 100644
--- a/src/net/JNet/Developed/Java/Util/Function/Predicate.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/Predicate.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/Supplier.cs b/src/net/JNet/Developed/Java/Util/Function/Supplier.cs
index 13f5c55c72..b3d1ebc945 100644
--- a/src/net/JNet/Developed/Java/Util/Function/Supplier.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/Supplier.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToDoubleBiFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToDoubleBiFunction.cs
index 188a58f390..0bd010e009 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToDoubleBiFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToDoubleBiFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToDoubleFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToDoubleFunction.cs
index 593759ece1..ba5c2164ce 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToDoubleFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToDoubleFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToIntBiFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToIntBiFunction.cs
index 5f8702c915..d74832a629 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToIntBiFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToIntBiFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToIntFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToIntFunction.cs
index 170a094824..6c19990623 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToIntFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToIntFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToLongBiFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToLongBiFunction.cs
index cd862c7748..9891561dd6 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToLongBiFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToLongBiFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/ToLongFunction.cs b/src/net/JNet/Developed/Java/Util/Function/ToLongFunction.cs
index 1ec30b5021..cd084d8470 100644
--- a/src/net/JNet/Developed/Java/Util/Function/ToLongFunction.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/ToLongFunction.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Function/UnaryOperator.cs b/src/net/JNet/Developed/Java/Util/Function/UnaryOperator.cs
index 96a7e332e0..0247ece3bf 100644
--- a/src/net/JNet/Developed/Java/Util/Function/UnaryOperator.cs
+++ b/src/net/JNet/Developed/Java/Util/Function/UnaryOperator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Iterator.cs b/src/net/JNet/Developed/Java/Util/Iterator.cs
index 3c7abbb6cc..42a3ee1640 100644
--- a/src/net/JNet/Developed/Java/Util/Iterator.cs
+++ b/src/net/JNet/Developed/Java/Util/Iterator.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Map.cs b/src/net/JNet/Developed/Java/Util/Map.cs
index d2d00410b3..5bef535d0a 100644
--- a/src/net/JNet/Developed/Java/Util/Map.cs
+++ b/src/net/JNet/Developed/Java/Util/Map.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Set.cs b/src/net/JNet/Developed/Java/Util/Set.cs
index 0200c8e1c9..1d997fbfe4 100644
--- a/src/net/JNet/Developed/Java/Util/Set.cs
+++ b/src/net/JNet/Developed/Java/Util/Set.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Java/Util/Vector.cs b/src/net/JNet/Developed/Java/Util/Vector.cs
index 2862021692..c921476fa2 100644
--- a/src/net/JNet/Developed/Java/Util/Vector.cs
+++ b/src/net/JNet/Developed/Java/Util/Vector.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/JMX.cs b/src/net/JNet/Developed/Javax/Management/JMX.cs
index 85d4027fcd..8e54e2c4c9 100644
--- a/src/net/JNet/Developed/Javax/Management/JMX.cs
+++ b/src/net/JNet/Developed/Javax/Management/JMX.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/MBeanException.cs b/src/net/JNet/Developed/Javax/Management/MBeanException.cs
index 78511ab008..2fe16c1e62 100644
--- a/src/net/JNet/Developed/Javax/Management/MBeanException.cs
+++ b/src/net/JNet/Developed/Javax/Management/MBeanException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/NotificationFilter.cs b/src/net/JNet/Developed/Javax/Management/NotificationFilter.cs
index 15ef6486f9..43b25695f4 100644
--- a/src/net/JNet/Developed/Javax/Management/NotificationFilter.cs
+++ b/src/net/JNet/Developed/Javax/Management/NotificationFilter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/NotificationListener.cs b/src/net/JNet/Developed/Javax/Management/NotificationListener.cs
index 8de1255e35..f454cadcad 100644
--- a/src/net/JNet/Developed/Javax/Management/NotificationListener.cs
+++ b/src/net/JNet/Developed/Javax/Management/NotificationListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/ObjectName.cs b/src/net/JNet/Developed/Javax/Management/ObjectName.cs
index 4b91eaa5fa..5e0c91c641 100644
--- a/src/net/JNet/Developed/Javax/Management/ObjectName.cs
+++ b/src/net/JNet/Developed/Javax/Management/ObjectName.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/ReflectionException.cs b/src/net/JNet/Developed/Javax/Management/ReflectionException.cs
index 543259c48c..e4fe539287 100644
--- a/src/net/JNet/Developed/Javax/Management/ReflectionException.cs
+++ b/src/net/JNet/Developed/Javax/Management/ReflectionException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/RuntimeErrorException.cs b/src/net/JNet/Developed/Javax/Management/RuntimeErrorException.cs
index cb915ed5cb..45fb2996d0 100644
--- a/src/net/JNet/Developed/Javax/Management/RuntimeErrorException.cs
+++ b/src/net/JNet/Developed/Javax/Management/RuntimeErrorException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/RuntimeMBeanException.cs b/src/net/JNet/Developed/Javax/Management/RuntimeMBeanException.cs
index f368ce7f8b..9dc158377b 100644
--- a/src/net/JNet/Developed/Javax/Management/RuntimeMBeanException.cs
+++ b/src/net/JNet/Developed/Javax/Management/RuntimeMBeanException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Management/RuntimeOperationsException.cs b/src/net/JNet/Developed/Javax/Management/RuntimeOperationsException.cs
index e1811f4af9..6832b96baf 100644
--- a/src/net/JNet/Developed/Javax/Management/RuntimeOperationsException.cs
+++ b/src/net/JNet/Developed/Javax/Management/RuntimeOperationsException.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Naming/Event/NamingListener.cs b/src/net/JNet/Developed/Javax/Naming/Event/NamingListener.cs
index 54a0b5e12f..185af346af 100644
--- a/src/net/JNet/Developed/Javax/Naming/Event/NamingListener.cs
+++ b/src/net/JNet/Developed/Javax/Naming/Event/NamingListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Naming/Event/ObjectChangeListener.cs b/src/net/JNet/Developed/Javax/Naming/Event/ObjectChangeListener.cs
index 60f2704d5b..3e949b5f60 100644
--- a/src/net/JNet/Developed/Javax/Naming/Event/ObjectChangeListener.cs
+++ b/src/net/JNet/Developed/Javax/Naming/Event/ObjectChangeListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Sql/ConnectionEventListener.cs b/src/net/JNet/Developed/Javax/Sql/ConnectionEventListener.cs
index 05b5c1d591..80dc228f2c 100644
--- a/src/net/JNet/Developed/Javax/Sql/ConnectionEventListener.cs
+++ b/src/net/JNet/Developed/Javax/Sql/ConnectionEventListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Swing/Event/CaretListener.cs b/src/net/JNet/Developed/Javax/Swing/Event/CaretListener.cs
index 82d96575c4..faa51ee7d9 100644
--- a/src/net/JNet/Developed/Javax/Swing/Event/CaretListener.cs
+++ b/src/net/JNet/Developed/Javax/Swing/Event/CaretListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Swing/Event/ChangeListener.cs b/src/net/JNet/Developed/Javax/Swing/Event/ChangeListener.cs
index 45c8fe9bbc..e1125ca9de 100644
--- a/src/net/JNet/Developed/Javax/Swing/Event/ChangeListener.cs
+++ b/src/net/JNet/Developed/Javax/Swing/Event/ChangeListener.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Developed/Javax/Swing/Event/MouseInputAdapter.cs b/src/net/JNet/Developed/Javax/Swing/Event/MouseInputAdapter.cs
index 32ce20087a..2ddbf17037 100644
--- a/src/net/JNet/Developed/Javax/Swing/Event/MouseInputAdapter.cs
+++ b/src/net/JNet/Developed/Javax/Swing/Event/MouseInputAdapter.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/InternalConst.cs b/src/net/JNet/InternalConst.cs
index 896e19f17b..e013577d21 100644
--- a/src/net/JNet/InternalConst.cs
+++ b/src/net/JNet/InternalConst.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/JNetCore.cs b/src/net/JNet/JNetCore.cs
index e421993104..fd206b3f06 100644
--- a/src/net/JNet/JNetCore.cs
+++ b/src/net/JNet/JNetCore.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/JNetCoreBase.cs b/src/net/JNet/JNetCoreBase.cs
index 5d6faccd0b..cab5a63861 100644
--- a/src/net/JNet/JNetCoreBase.cs
+++ b/src/net/JNet/JNetCoreBase.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/AsyncEnumerable.cs b/src/net/JNet/Specific/AsyncEnumerable.cs
index 1714e09d32..65427a8d1d 100644
--- a/src/net/JNet/Specific/AsyncEnumerable.cs
+++ b/src/net/JNet/Specific/AsyncEnumerable.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/Extensions/JNetCoreExtensions.cs b/src/net/JNet/Specific/Extensions/JNetCoreExtensions.cs
index 7a1bedfc92..433381f46f 100644
--- a/src/net/JNet/Specific/Extensions/JNetCoreExtensions.cs
+++ b/src/net/JNet/Specific/Extensions/JNetCoreExtensions.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/Extensions/JavaUtilExtensions.cs b/src/net/JNet/Specific/Extensions/JavaUtilExtensions.cs
index b438e6698c..3d55c7ecfe 100644
--- a/src/net/JNet/Specific/Extensions/JavaUtilExtensions.cs
+++ b/src/net/JNet/Specific/Extensions/JavaUtilExtensions.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/GenericCommand.cs b/src/net/JNet/Specific/GenericCommand.cs
index a75b138f7a..facc8359bf 100644
--- a/src/net/JNet/Specific/GenericCommand.cs
+++ b/src/net/JNet/Specific/GenericCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/JNetEventResult.cs b/src/net/JNet/Specific/JNetEventResult.cs
index 06c1e3360e..e9304e49da 100644
--- a/src/net/JNet/Specific/JNetEventResult.cs
+++ b/src/net/JNet/Specific/JNetEventResult.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNet/Specific/JNetHelper.cs b/src/net/JNet/Specific/JNetHelper.cs
index 48c9411a62..1771f3c4ab 100644
--- a/src/net/JNet/Specific/JNetHelper.cs
+++ b/src/net/JNet/Specific/JNetHelper.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetCLI/InternalConst.cs b/src/net/JNetCLI/InternalConst.cs
index 7851e49e98..8eade5457d 100644
--- a/src/net/JNetCLI/InternalConst.cs
+++ b/src/net/JNetCLI/InternalConst.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetCLI/JNetCLI.nuspec b/src/net/JNetCLI/JNetCLI.nuspec
index cd817ebff6..7e32fadc06 100644
--- a/src/net/JNetCLI/JNetCLI.nuspec
+++ b/src/net/JNetCLI/JNetCLI.nuspec
@@ -11,7 +11,7 @@
JNetCLI - CLI interface of JNet
https://github.com/masesgroup/JNet/releases
- Copyright © MASES s.r.l. 2024
+ Copyright © MASES s.r.l. 2025
LICENSE
JCOB128x128.png
jnet cli dotnet clr netcore net8
diff --git a/src/net/JNetCLI/JNetCLICore.cs b/src/net/JNetCLI/JNetCLICore.cs
index 4ca4c08bcf..0a958884e1 100644
--- a/src/net/JNetCLI/JNetCLICore.cs
+++ b/src/net/JNetCLI/JNetCLICore.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetCLI/Program.cs b/src/net/JNetCLI/Program.cs
index d89344a6cb..82b0758448 100644
--- a/src/net/JNetCLI/Program.cs
+++ b/src/net/JNetCLI/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/GetClassForNameCmdletCommand.cs b/src/net/JNetPS/Cmdlet/GetClassForNameCmdletCommand.cs
index 8746a321b2..14ce1b8f0e 100644
--- a/src/net/JNetPS/Cmdlet/GetClassForNameCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/GetClassForNameCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/InvokeClassCmdletCommand.cs b/src/net/JNetPS/Cmdlet/InvokeClassCmdletCommand.cs
index f88d07630b..9780726f79 100644
--- a/src/net/JNetPS/Cmdlet/InvokeClassCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/InvokeClassCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/AddNotificationListenerCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/AddNotificationListenerCmdletCommand.cs
index a2e4f0111a..cdf0117fa5 100644
--- a/src/net/JNetPS/Cmdlet/JMX/AddNotificationListenerCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/AddNotificationListenerCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetDefaultDomainCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetDefaultDomainCmdletCommand.cs
index d0c784f6cb..601de500e1 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetDefaultDomainCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetDefaultDomainCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetDomainsCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetDomainsCmdletCommand.cs
index e6e4114f51..d8f3435e60 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetDomainsCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetDomainsCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetIsMXBeanInterfaceCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetIsMXBeanInterfaceCmdletCommand.cs
index d9f3adb82e..2aebc4f108 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetIsMXBeanInterfaceCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetIsMXBeanInterfaceCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetJMXConnectorCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetJMXConnectorCmdletCommand.cs
index 761031776f..9f1f83082a 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetJMXConnectorCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetJMXConnectorCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetMBeanCountCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetMBeanCountCmdletCommand.cs
index 2701f2c193..c3b27cd6ef 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetMBeanCountCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetMBeanCountCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetMBeanInfoCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetMBeanInfoCmdletCommand.cs
index 4fa0f7341a..0df1b47c7c 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetMBeanInfoCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetMBeanInfoCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/GetQueryNamesCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/GetQueryNamesCmdletCommand.cs
index c7c219e9db..4e6dc599be 100644
--- a/src/net/JNetPS/Cmdlet/JMX/GetQueryNamesCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/GetQueryNamesCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAndCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAndCmdletCommand.cs
index 433ee5b907..785eeabb84 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAndCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAndCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAnySubStringCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAnySubStringCmdletCommand.cs
index 318e5c46fe..c84e229813 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAnySubStringCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAnySubStringCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAttrCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAttrCmdletCommand.cs
index c0cc107460..879028b164 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAttrCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryAttrCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryBetweenCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryBetweenCmdletCommand.cs
index a68322f77d..6725e3f7a6 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryBetweenCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryBetweenCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryClassattrCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryClassattrCmdletCommand.cs
index 7c9b1b1121..ac5c8056ad 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryClassattrCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryClassattrCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryDivCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryDivCmdletCommand.cs
index 0cec4a24c4..33019bec73 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryDivCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryDivCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryEqCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryEqCmdletCommand.cs
index 7140acd4bc..dbcc7205e3 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryEqCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryEqCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryFinalSubStringCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryFinalSubStringCmdletCommand.cs
index 916dd46a18..3bdee32e74 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryFinalSubStringCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryFinalSubStringCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGeqCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGeqCmdletCommand.cs
index 1895bc87af..852ffb9ded 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGeqCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGeqCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGtCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGtCmdletCommand.cs
index fd45131dd1..332a44aed8 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGtCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryGtCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInCmdletCommand.cs
index 384713e7ac..c5434b3420 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInitialSubStringCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInitialSubStringCmdletCommand.cs
index 570f0905d7..6afc0996bd 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInitialSubStringCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryInitialSubStringCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryIsInstanceOfCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryIsInstanceOfCmdletCommand.cs
index 8dec17da8c..0327580035 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryIsInstanceOfCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryIsInstanceOfCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLeqCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLeqCmdletCommand.cs
index a6a0d669bf..302186ffe5 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLeqCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLeqCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLtCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLtCmdletCommand.cs
index b6cadd5642..3d652cb832 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLtCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryLtCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMatchCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMatchCmdletCommand.cs
index cef87a193a..0cc94e6ca0 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMatchCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMatchCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMinusCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMinusCmdletCommand.cs
index 5865974b6e..608becc241 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMinusCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryMinusCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryNotCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryNotCmdletCommand.cs
index 83339582d4..c7fdeb7246 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryNotCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryNotCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryOrCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryOrCmdletCommand.cs
index 16ba34943e..9f7a20a2d4 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryOrCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryOrCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryPlusCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryPlusCmdletCommand.cs
index 1295105dab..5fbdf98e49 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryPlusCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryPlusCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryTimesCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryTimesCmdletCommand.cs
index 40b194d2ee..d41c442c55 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryTimesCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryTimesCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryValueCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryValueCmdletCommand.cs
index 34f79a39d7..fb4df02399 100644
--- a/src/net/JNetPS/Cmdlet/JMX/InvokeQueryValueCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/InvokeQueryValueCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewAttributeChangeNotificationFilterCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewAttributeChangeNotificationFilterCmdletCommand.cs
index 801bd9c935..1b4f85fabe 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewAttributeChangeNotificationFilterCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewAttributeChangeNotificationFilterCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewJMXServiceURLCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewJMXServiceURLCmdletCommand.cs
index c763b6a890..cbe408478e 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewJMXServiceURLCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewJMXServiceURLCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewMBeanProxyCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewMBeanProxyCmdletCommand.cs
index 6619c8a00e..a17236bb97 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewMBeanProxyCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewMBeanProxyCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewMXBeanProxyCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewMXBeanProxyCmdletCommand.cs
index 6880c45410..cd8b86f200 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewMXBeanProxyCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewMXBeanProxyCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewNotificationFilterSupportCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewNotificationFilterSupportCmdletCommand.cs
index 303d1458e7..ff3ed3557b 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewNotificationFilterSupportCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewNotificationFilterSupportCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewNotificationListenerCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewNotificationListenerCmdletCommand.cs
index c4cd62f1e8..dc4ca3d3fa 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewNotificationListenerCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewNotificationListenerCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/NewObjectNameCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/NewObjectNameCmdletCommand.cs
index d4e9c6200e..526502f60a 100644
--- a/src/net/JNetPS/Cmdlet/JMX/NewObjectNameCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/NewObjectNameCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/JMX/RemoveNotificationListenerCmdletCommand.cs b/src/net/JNetPS/Cmdlet/JMX/RemoveNotificationListenerCmdletCommand.cs
index d94910cf30..d12123b9e4 100644
--- a/src/net/JNetPS/Cmdlet/JMX/RemoveNotificationListenerCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/JMX/RemoveNotificationListenerCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/NewObjectCmdletCommand.cs b/src/net/JNetPS/Cmdlet/NewObjectCmdletCommand.cs
index 1ee29ce963..583ce4e8cb 100644
--- a/src/net/JNetPS/Cmdlet/NewObjectCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/NewObjectCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/Cmdlet/StartJNetPSCmdletCommand.cs b/src/net/JNetPS/Cmdlet/StartJNetPSCmdletCommand.cs
index d1e0df31ae..fc41aa90fc 100644
--- a/src/net/JNetPS/Cmdlet/StartJNetPSCmdletCommand.cs
+++ b/src/net/JNetPS/Cmdlet/StartJNetPSCmdletCommand.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/JNetPSCore.cs b/src/net/JNetPS/JNetPSCore.cs
index 4ebe01cdd3..d09c8462a6 100644
--- a/src/net/JNetPS/JNetPSCore.cs
+++ b/src/net/JNetPS/JNetPSCore.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPS/MASES.JNetPS.psd1 b/src/net/JNetPS/MASES.JNetPS.psd1
index 1b35f21499..d8f1b3938a 100644
--- a/src/net/JNetPS/MASES.JNetPS.psd1
+++ b/src/net/JNetPS/MASES.JNetPS.psd1
@@ -18,7 +18,7 @@ Author = 'MASES s.r.l.'
CompanyName = 'MASES s.r.l.'
-Copyright = 'Copyright © MASES s.r.l. 2024'
+Copyright = 'Copyright © MASES s.r.l. 2025'
Description = 'JNet (Java/JVM suite for .NET) PowerShell (aka JNetPS) is a PowerShell Module to use JVM and PowerShell side-by-side. With JNetPS it is possible to:
- create and use JVM objects from PowerShell: initialize JVM object (Java, Scala, Kotlin, ...), execute mehods on the object, read data from the object to be used for further PowerShell code
diff --git a/src/net/JNetPS/MASES.JNetPSCore.psd1 b/src/net/JNetPS/MASES.JNetPSCore.psd1
index a0ed8b4b1c..156c0873fd 100644
--- a/src/net/JNetPS/MASES.JNetPSCore.psd1
+++ b/src/net/JNetPS/MASES.JNetPSCore.psd1
@@ -22,7 +22,7 @@ Author = 'MASES s.r.l.'
CompanyName = 'MASES s.r.l.'
# Copyright statement for this module
-Copyright = 'Copyright © MASES s.r.l. 2024'
+Copyright = 'Copyright © MASES s.r.l. 2025'
# Description of the functionality provided by this module
Description = 'PowerShell Module to use JVM and PowerShell side-by-side. With JNetPS it is possible to use JVM objects within PowerShell. See https://github.com/masesgroup/JNet for further information.'
diff --git a/src/net/JNetPS/MASES.JNetPSFramework.psd1 b/src/net/JNetPS/MASES.JNetPSFramework.psd1
index 27d852fb8f..62abaf454f 100644
--- a/src/net/JNetPS/MASES.JNetPSFramework.psd1
+++ b/src/net/JNetPS/MASES.JNetPSFramework.psd1
@@ -22,7 +22,7 @@ Author = 'MASES s.r.l.'
CompanyName = 'MASES s.r.l.'
# Copyright statement for this module
-Copyright = 'Copyright © MASES s.r.l. 2024'
+Copyright = 'Copyright © MASES s.r.l. 2025'
# Description of the functionality provided by this module
Description = 'PowerShell Module to use JVM and PowerShell side-by-side. With JNetPS it is possible to use JVM objects within PowerShell. See https://github.com/masesgroup/JNet for further information.'
diff --git a/src/net/JNetPSCore/Cmdlet/InvokeCommandCmdletCommandBase.cs b/src/net/JNetPSCore/Cmdlet/InvokeCommandCmdletCommandBase.cs
index c7b5400caf..53b3f32a48 100644
--- a/src/net/JNetPSCore/Cmdlet/InvokeCommandCmdletCommandBase.cs
+++ b/src/net/JNetPSCore/Cmdlet/InvokeCommandCmdletCommandBase.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPSCore/Cmdlet/JNetPSCmdlet.cs b/src/net/JNetPSCore/Cmdlet/JNetPSCmdlet.cs
index 5c422b6228..9ef2df4123 100644
--- a/src/net/JNetPSCore/Cmdlet/JNetPSCmdlet.cs
+++ b/src/net/JNetPSCore/Cmdlet/JNetPSCmdlet.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPSCore/Cmdlet/JNetPSExternalizableCmdlet.cs b/src/net/JNetPSCore/Cmdlet/JNetPSExternalizableCmdlet.cs
index adc7296397..01eb446c00 100644
--- a/src/net/JNetPSCore/Cmdlet/JNetPSExternalizableCmdlet.cs
+++ b/src/net/JNetPSCore/Cmdlet/JNetPSExternalizableCmdlet.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPSCore/Cmdlet/NewObjectCmdletCommandBase.cs b/src/net/JNetPSCore/Cmdlet/NewObjectCmdletCommandBase.cs
index 8f69347a9f..be8b7a1332 100644
--- a/src/net/JNetPSCore/Cmdlet/NewObjectCmdletCommandBase.cs
+++ b/src/net/JNetPSCore/Cmdlet/NewObjectCmdletCommandBase.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPSCore/Cmdlet/StartJNetPSCmdletCommandBase.cs b/src/net/JNetPSCore/Cmdlet/StartJNetPSCmdletCommandBase.cs
index c5c5a0b20e..5f2c333ed6 100644
--- a/src/net/JNetPSCore/Cmdlet/StartJNetPSCmdletCommandBase.cs
+++ b/src/net/JNetPSCore/Cmdlet/StartJNetPSCmdletCommandBase.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetPSCore/JNetPSHelper.cs b/src/net/JNetPSCore/JNetPSHelper.cs
index 1500ae0d48..4797cb042a 100644
--- a/src/net/JNetPSCore/JNetPSHelper.cs
+++ b/src/net/JNetPSCore/JNetPSHelper.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/InternalConst.cs b/src/net/JNetReflector/InternalConst.cs
index 86990287c4..9295b12748 100644
--- a/src/net/JNetReflector/InternalConst.cs
+++ b/src/net/JNetReflector/InternalConst.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/InternalExtensions.cs b/src/net/JNetReflector/InternalExtensions.cs
index f559e732c9..e599448730 100644
--- a/src/net/JNetReflector/InternalExtensions.cs
+++ b/src/net/JNetReflector/InternalExtensions.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/InternalMethods.cs b/src/net/JNetReflector/InternalMethods.cs
index 9a5000ea67..fb911b082a 100644
--- a/src/net/JNetReflector/InternalMethods.cs
+++ b/src/net/JNetReflector/InternalMethods.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/JNetReflector.nuspec b/src/net/JNetReflector/JNetReflector.nuspec
index 725916c123..9411eb73a0 100644
--- a/src/net/JNetReflector/JNetReflector.nuspec
+++ b/src/net/JNetReflector/JNetReflector.nuspec
@@ -11,7 +11,7 @@
JNetReflector - JNet class reflection utility command line interface
https://github.com/masesgroup/JNet/releases
- Copyright © MASES s.r.l. 2024
+ Copyright © MASES s.r.l. 2025
LICENSE
JCOB128x128.png
jnet cli reflection utility dotnet clr netcore net8 java jvm
diff --git a/src/net/JNetReflector/JNetReflectorCore.cs b/src/net/JNetReflector/JNetReflectorCore.cs
index b4ab1dbae7..9450929c66 100644
--- a/src/net/JNetReflector/JNetReflectorCore.cs
+++ b/src/net/JNetReflector/JNetReflectorCore.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/JNetReflectorHelper.cs b/src/net/JNetReflector/JNetReflectorHelper.cs
index 4e98a9408e..eeed6f6794 100644
--- a/src/net/JNetReflector/JNetReflectorHelper.cs
+++ b/src/net/JNetReflector/JNetReflectorHelper.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/Program.cs b/src/net/JNetReflector/Program.cs
index 6ec6427204..66f0053f3e 100644
--- a/src/net/JNetReflector/Program.cs
+++ b/src/net/JNetReflector/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/Templates/Templates.cs b/src/net/JNetReflector/Templates/Templates.cs
index 49fed3cb6c..fedd4c4650 100644
--- a/src/net/JNetReflector/Templates/Templates.cs
+++ b/src/net/JNetReflector/Templates/Templates.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/src/net/JNetReflector/copyright.txt b/src/net/JNetReflector/copyright.txt
index 726955e2eb..37ff43ad25 100644
--- a/src/net/JNetReflector/copyright.txt
+++ b/src/net/JNetReflector/copyright.txt
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/Common/EmbeddedGraphic.cs b/tests/net/Common/EmbeddedGraphic.cs
index 3675e862f9..7d95b91f82 100644
--- a/tests/net/Common/EmbeddedGraphic.cs
+++ b/tests/net/Common/EmbeddedGraphic.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/Common/Initializer.cs b/tests/net/Common/Initializer.cs
index 703cac1df1..671dfc0b48 100644
--- a/tests/net/Common/Initializer.cs
+++ b/tests/net/Common/Initializer.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetByteBufferTest/Program.cs b/tests/net/JNetByteBufferTest/Program.cs
index 68b08309c1..972a302646 100644
--- a/tests/net/JNetByteBufferTest/Program.cs
+++ b/tests/net/JNetByteBufferTest/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetTest/Program.cs b/tests/net/JNetTest/Program.cs
index a5525c72af..1c6d824daf 100644
--- a/tests/net/JNetTest/Program.cs
+++ b/tests/net/JNetTest/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetWPFTest/App.xaml.cs b/tests/net/JNetWPFTest/App.xaml.cs
index 9ac8a0ca63..ff45ced233 100644
--- a/tests/net/JNetWPFTest/App.xaml.cs
+++ b/tests/net/JNetWPFTest/App.xaml.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetWPFTest/MainWindow.xaml.cs b/tests/net/JNetWPFTest/MainWindow.xaml.cs
index 830a6cf210..464a8d659f 100644
--- a/tests/net/JNetWPFTest/MainWindow.xaml.cs
+++ b/tests/net/JNetWPFTest/MainWindow.xaml.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetWinFormsTest/Form1.cs b/tests/net/JNetWinFormsTest/Form1.cs
index f363767e96..d3f55c399a 100644
--- a/tests/net/JNetWinFormsTest/Form1.cs
+++ b/tests/net/JNetWinFormsTest/Form1.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tests/net/JNetWinFormsTest/Program.cs b/tests/net/JNetWinFormsTest/Program.cs
index b6a26265a7..95d423353e 100644
--- a/tests/net/JNetWinFormsTest/Program.cs
+++ b/tests/net/JNetWinFormsTest/Program.cs
@@ -1,5 +1,5 @@
/*
-* Copyright 2024 MASES s.r.l.
+* Copyright 2025 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.