diff --git a/LICENSE b/LICENSE index c660fc8..d514100 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Xavier G. +Copyright (c) 2024-2025 Xavier G. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/moulti/__init__.py b/src/moulti/__init__.py index 72bc125..6bac4fe 100644 --- a/src/moulti/__init__.py +++ b/src/moulti/__init__.py @@ -1,5 +1,5 @@ __author__ = 'Xavier G.' -__copyright__ = 'Copyright (c) 2024 Xavier G.' +__copyright__ = 'Copyright (c) 2024-2025 Xavier G.' __email__ = 'xavier.moulti@kindwolf.org' __licence__ = 'MIT' __maintainer__ = __author__