diff --git a/doc/__init__.py b/doc/__init__.py index d88e095..cce7bbc 100644 --- a/doc/__init__.py +++ b/doc/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/doc/conf.py b/doc/conf.py index 36ba39f..f0b183e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -74,7 +74,7 @@ # General information about the project. project = 'formulas' -copyright = '2016-2023, Vincenzo Arcidiacono' +copyright = '2016-2024, Vincenzo Arcidiacono' author = 'Vincenzo Arcidiacono' # The version info for the project you're documenting, acts as replacement for diff --git a/formulas/__init__.py b/formulas/__init__.py index 13d3fd4..35bf361 100644 --- a/formulas/__init__.py +++ b/formulas/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/_version.py b/formulas/_version.py index 8a621a8..65e91e6 100644 --- a/formulas/_version.py +++ b/formulas/_version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl @@ -22,4 +22,4 @@ __license__ = 'EUPL, see LICENSE.txt' -__copyright__ = 'Copyright 2016-2023, Vincenzo Arcidiacono' +__copyright__ = 'Copyright 2016-2024, Vincenzo Arcidiacono' diff --git a/formulas/builder.py b/formulas/builder.py index 275970f..2259779 100644 --- a/formulas/builder.py +++ b/formulas/builder.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/cell.py b/formulas/cell.py index c361a81..f656e3a 100644 --- a/formulas/cell.py +++ b/formulas/cell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/errors.py b/formulas/errors.py index 4c01ace..9fe4c36 100644 --- a/formulas/errors.py +++ b/formulas/errors.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/excel/__init__.py b/formulas/excel/__init__.py index 55215f7..2b8421c 100644 --- a/formulas/excel/__init__.py +++ b/formulas/excel/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/excel/cycle.py b/formulas/excel/cycle.py index 7a9ef9e..7129ead 100644 --- a/formulas/excel/cycle.py +++ b/formulas/excel/cycle.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/excel/xlreader.py b/formulas/excel/xlreader.py index 0632ed2..0ae7ef1 100644 --- a/formulas/excel/xlreader.py +++ b/formulas/excel/xlreader.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/__init__.py b/formulas/functions/__init__.py index 5ff6450..1a60ddc 100644 --- a/formulas/functions/__init__.py +++ b/formulas/functions/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/comp.py b/formulas/functions/comp.py index f015359..8a81d97 100644 --- a/formulas/functions/comp.py +++ b/formulas/functions/comp.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/date.py b/formulas/functions/date.py index 4517560..662b1a0 100644 --- a/formulas/functions/date.py +++ b/formulas/functions/date.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/eng.py b/formulas/functions/eng.py index 1c2e4f7..bf1905c 100644 --- a/formulas/functions/eng.py +++ b/formulas/functions/eng.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/financial.py b/formulas/functions/financial.py index 7e55f92..608124e 100644 --- a/formulas/functions/financial.py +++ b/formulas/functions/financial.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/google.py b/formulas/functions/google.py index 7e1615c..d0da35e 100644 --- a/formulas/functions/google.py +++ b/formulas/functions/google.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/info.py b/formulas/functions/info.py index 2d2efc2..2344617 100644 --- a/formulas/functions/info.py +++ b/formulas/functions/info.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/logic.py b/formulas/functions/logic.py index ec9384a..57fc484 100644 --- a/formulas/functions/logic.py +++ b/formulas/functions/logic.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/look.py b/formulas/functions/look.py index 6ef8a9b..83d7546 100644 --- a/formulas/functions/look.py +++ b/formulas/functions/look.py @@ -1,7 +1,7 @@ # !/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/math.py b/formulas/functions/math.py index 68eb435..1f6adcd 100644 --- a/formulas/functions/math.py +++ b/formulas/functions/math.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/operators.py b/formulas/functions/operators.py index 1247dcf..eefb7f7 100644 --- a/formulas/functions/operators.py +++ b/formulas/functions/operators.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/stat.py b/formulas/functions/stat.py index f9a976d..a34c8d6 100644 --- a/formulas/functions/stat.py +++ b/formulas/functions/stat.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/functions/text.py b/formulas/functions/text.py index 7bb4cb7..520bb14 100644 --- a/formulas/functions/text.py +++ b/formulas/functions/text.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/parser.py b/formulas/parser.py index 39a5f5f..d2960fe 100644 --- a/formulas/parser.py +++ b/formulas/parser.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/ranges.py b/formulas/ranges.py index 24def48..6a195b4 100644 --- a/formulas/ranges.py +++ b/formulas/ranges.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/tokens/__init__.py b/formulas/tokens/__init__.py index 61356eb..28b7c31 100644 --- a/formulas/tokens/__init__.py +++ b/formulas/tokens/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/tokens/function.py b/formulas/tokens/function.py index 298ad77..831ac50 100644 --- a/formulas/tokens/function.py +++ b/formulas/tokens/function.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/tokens/operand.py b/formulas/tokens/operand.py index fc5014a..3074611 100644 --- a/formulas/tokens/operand.py +++ b/formulas/tokens/operand.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/tokens/operator.py b/formulas/tokens/operator.py index 401031b..0b42ea0 100644 --- a/formulas/tokens/operator.py +++ b/formulas/tokens/operator.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/formulas/tokens/parenthesis.py b/formulas/tokens/parenthesis.py index 7447d0e..be49b9c 100644 --- a/formulas/tokens/parenthesis.py +++ b/formulas/tokens/parenthesis.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/setup.py b/setup.py index 958a10a..cdff047 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/__init__.py b/test/__init__.py index 7132746..96258b1 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_cell.py b/test/test_cell.py index a3bc2bd..3011d7d 100644 --- a/test/test_cell.py +++ b/test/test_cell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_excel.py b/test/test_excel.py index 437dc5a..62bcff2 100644 --- a/test/test_excel.py +++ b/test/test_excel.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_import.py b/test/test_import.py index 059abb8..7f90866 100644 --- a/test/test_import.py +++ b/test/test_import.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_parser.py b/test/test_parser.py index 443dffe..f8f8ca8 100644 --- a/test/test_parser.py +++ b/test/test_parser.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_ranges.py b/test/test_ranges.py index 72292ce..4048daa 100644 --- a/test/test_ranges.py +++ b/test/test_ranges.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_readme.py b/test/test_readme.py index 9b4486e..12a3799 100755 --- a/test/test_readme.py +++ b/test/test_readme.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_setup.py b/test/test_setup.py index b1e69cc..f03c796 100644 --- a/test/test_setup.py +++ b/test/test_setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl diff --git a/test/test_tokens.py b/test/test_tokens.py index 98f84e6..32b34b9 100644 --- a/test/test_tokens.py +++ b/test/test_tokens.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- # -# Copyright 2016-2023 European Commission (JRC); +# Copyright 2016-2024 European Commission (JRC); # Licensed under the EUPL (the 'Licence'); # You may not use this work except in compliance with the Licence. # You may obtain a copy of the Licence at: http://ec.europa.eu/idabc/eupl