diff --git a/base/src/main/java/com/blazebit/expression/base/ApproximateNumericOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/ApproximateNumericOperatorInterpreter.java index 0cde6b8..06e7839 100644 --- a/base/src/main/java/com/blazebit/expression/base/ApproximateNumericOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/ApproximateNumericOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/BaseContributor.java b/base/src/main/java/com/blazebit/expression/base/BaseContributor.java index 18319b5..0b4100e 100644 --- a/base/src/main/java/com/blazebit/expression/base/BaseContributor.java +++ b/base/src/main/java/com/blazebit/expression/base/BaseContributor.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/BooleanOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/BooleanOperatorInterpreter.java index 09414b4..0d05709 100644 --- a/base/src/main/java/com/blazebit/expression/base/BooleanOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/BooleanOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/DateOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/DateOperatorInterpreter.java index 38db8ae..05544ed 100644 --- a/base/src/main/java/com/blazebit/expression/base/DateOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/DateOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/EnumValueStringlyTypeAdapter.java b/base/src/main/java/com/blazebit/expression/base/EnumValueStringlyTypeAdapter.java index 03d6e2e..7f2cdb2 100644 --- a/base/src/main/java/com/blazebit/expression/base/EnumValueStringlyTypeAdapter.java +++ b/base/src/main/java/com/blazebit/expression/base/EnumValueStringlyTypeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/ExactNumericOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/ExactNumericOperatorInterpreter.java index 84c1d12..15d8e06 100644 --- a/base/src/main/java/com/blazebit/expression/base/ExactNumericOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/ExactNumericOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/GlobalStringlyTypeDestructorFunctionInvoker.java b/base/src/main/java/com/blazebit/expression/base/GlobalStringlyTypeDestructorFunctionInvoker.java index e0a6415..e17bb19 100644 --- a/base/src/main/java/com/blazebit/expression/base/GlobalStringlyTypeDestructorFunctionInvoker.java +++ b/base/src/main/java/com/blazebit/expression/base/GlobalStringlyTypeDestructorFunctionInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/IntervalOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/IntervalOperatorInterpreter.java index 8a5d569..c7e5724 100644 --- a/base/src/main/java/com/blazebit/expression/base/IntervalOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/IntervalOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/StringOperatorInterpreter.java index a4e05ac..f473434 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/StringOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/StringlyOperatorInterpreter.java index 92a42bf..1a37bd8 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyTypeConstructorFunctionInvoker.java b/base/src/main/java/com/blazebit/expression/base/StringlyTypeConstructorFunctionInvoker.java index 41d3683..51a7c4c 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyTypeConstructorFunctionInvoker.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyTypeConstructorFunctionInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyTypeDestructorFunctionInvoker.java b/base/src/main/java/com/blazebit/expression/base/StringlyTypeDestructorFunctionInvoker.java index 1117ca9..f13ff61 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyTypeDestructorFunctionInvoker.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyTypeDestructorFunctionInvoker.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandler.java b/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandler.java index 3a3680c..66eb661 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandler.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandlerMetadataDefinition.java b/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandlerMetadataDefinition.java index 22fab8b..1b70555 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandlerMetadataDefinition.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyTypeHandlerMetadataDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/StringlyTypeUtils.java b/base/src/main/java/com/blazebit/expression/base/StringlyTypeUtils.java index 4ceeefc..7396938 100644 --- a/base/src/main/java/com/blazebit/expression/base/StringlyTypeUtils.java +++ b/base/src/main/java/com/blazebit/expression/base/StringlyTypeUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/TimeOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/TimeOperatorInterpreter.java index 7b930dc..dc35c67 100644 --- a/base/src/main/java/com/blazebit/expression/base/TimeOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/TimeOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/TimestampOperatorInterpreter.java b/base/src/main/java/com/blazebit/expression/base/TimestampOperatorInterpreter.java index dfc2ade..f4fc91f 100644 --- a/base/src/main/java/com/blazebit/expression/base/TimestampOperatorInterpreter.java +++ b/base/src/main/java/com/blazebit/expression/base/TimestampOperatorInterpreter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToDoubleTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToDoubleTypeConverter.java index e0c5644..2e9dd9d 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToDoubleTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToDoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToFloatTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToFloatTypeConverter.java index 46453c0..ba5ea26 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToFloatTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToFloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToStringTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToStringTypeConverter.java index a24a1d6..488f36e 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToStringTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigDecimalToStringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToBigDecimalTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToBigDecimalTypeConverter.java index 0241625..5148966 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToBigDecimalTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToBigDecimalTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToByteTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToByteTypeConverter.java index fa1721a..204ea14 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToByteTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToByteTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToDoubleTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToDoubleTypeConverter.java index 111e587..5b6df41 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToDoubleTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToDoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToFloatTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToFloatTypeConverter.java index 38549b0..9f1bc23 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToFloatTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToFloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToIntegerTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToIntegerTypeConverter.java index 963618a..4bbdc68 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToIntegerTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToIntegerTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToLongTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToLongTypeConverter.java index c56fab0..41e7092 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToLongTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToLongTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToShortTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToShortTypeConverter.java index ba47f33..fc238a4 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToShortTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToShortTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToStringTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToStringTypeConverter.java index ab79010..3722fca 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToStringTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/BigIntegerToStringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToBigDecimalTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToBigDecimalTypeConverter.java index b4d7b2f..92db0b4 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToBigDecimalTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToBigDecimalTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToFloatTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToFloatTypeConverter.java index 538943a..a0d1201 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToFloatTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToFloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToStringTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToStringTypeConverter.java index 2b8b072..4eebe02 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/DoubleToStringTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/DoubleToStringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToCalendarTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToCalendarTypeConverter.java index 600a1b2..579d4bc 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToCalendarTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToCalendarTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToGregorianCalendarTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToGregorianCalendarTypeConverter.java index 3461684..089ad6a 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToGregorianCalendarTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToGregorianCalendarTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaSqlTimestampTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaSqlTimestampTypeConverter.java index 1ad8818..0890185 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaSqlTimestampTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaSqlTimestampTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaUtilDateTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaUtilDateTypeConverter.java index cde539a..e4626e1 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaUtilDateTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToJavaUtilDateTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToLocalDateTimeTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToLocalDateTimeTypeConverter.java index 0015962..20c1171 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToLocalDateTimeTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToLocalDateTimeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToOffsetDateTimeTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToOffsetDateTimeTypeConverter.java index 36a1b92..5a44291 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToOffsetDateTimeTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToOffsetDateTimeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/InstantToZonedDateTimeTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/InstantToZonedDateTimeTypeConverter.java index a32d5af..2c96920 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/InstantToZonedDateTimeTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/InstantToZonedDateTimeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LocalDateToJavaSqlDateTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LocalDateToJavaSqlDateTypeConverter.java index aae3db6..3abb03d 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LocalDateToJavaSqlDateTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LocalDateToJavaSqlDateTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LocalTimeToJavaSqlTimeTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LocalTimeToJavaSqlTimeTypeConverter.java index 89af1b7..77f68ce 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LocalTimeToJavaSqlTimeTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LocalTimeToJavaSqlTimeTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToBigDecimalTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToBigDecimalTypeConverter.java index 21553a8..05d68be 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToBigDecimalTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToBigDecimalTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToBigIntegerTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToBigIntegerTypeConverter.java index b491a1c..fae391a 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToBigIntegerTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToBigIntegerTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToByteTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToByteTypeConverter.java index 751d025..e5d1bd7 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToByteTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToByteTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToDoubleTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToDoubleTypeConverter.java index 51f8a27..13e8cdc 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToDoubleTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToDoubleTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToFloatTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToFloatTypeConverter.java index fe11f1f..5c604ce 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToFloatTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToFloatTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToIntegerTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToIntegerTypeConverter.java index 0f9bbfe..dbc53d7 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToIntegerTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToIntegerTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToShortTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToShortTypeConverter.java index 7933379..c1e2599 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToShortTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToShortTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/LongToStringTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/LongToStringTypeConverter.java index f9aea9a..6e43fb7 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/LongToStringTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/LongToStringTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/StringToCharacterTypeConverter.java b/base/src/main/java/com/blazebit/expression/base/converter/StringToCharacterTypeConverter.java index 9340ecb..5a46952 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/StringToCharacterTypeConverter.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/StringToCharacterTypeConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/converter/package-info.java b/base/src/main/java/com/blazebit/expression/base/converter/package-info.java index 320dd6d..3187103 100644 --- a/base/src/main/java/com/blazebit/expression/base/converter/package-info.java +++ b/base/src/main/java/com/blazebit/expression/base/converter/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/AbsFunction.java b/base/src/main/java/com/blazebit/expression/base/function/AbsFunction.java index 402124f..ca95d94 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/AbsFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/AbsFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/Atan2Function.java b/base/src/main/java/com/blazebit/expression/base/function/Atan2Function.java index e1a3106..ecbeaa0 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/Atan2Function.java +++ b/base/src/main/java/com/blazebit/expression/base/function/Atan2Function.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/CeilFunction.java b/base/src/main/java/com/blazebit/expression/base/function/CeilFunction.java index a1ab5bf..234a6da 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/CeilFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/CeilFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/CurrentDateFunction.java b/base/src/main/java/com/blazebit/expression/base/function/CurrentDateFunction.java index dd16b08..2e33408 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/CurrentDateFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/CurrentDateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/CurrentTimeFunction.java b/base/src/main/java/com/blazebit/expression/base/function/CurrentTimeFunction.java index 17fed9c..d2d005c 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/CurrentTimeFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/CurrentTimeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/CurrentTimestampFunction.java b/base/src/main/java/com/blazebit/expression/base/function/CurrentTimestampFunction.java index cb2f09b..fa45656 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/CurrentTimestampFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/CurrentTimestampFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/EndsWithFunction.java b/base/src/main/java/com/blazebit/expression/base/function/EndsWithFunction.java index d6b8142..78f9060 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/EndsWithFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/EndsWithFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/FloorFunction.java b/base/src/main/java/com/blazebit/expression/base/function/FloorFunction.java index 3014077..ff8d1ed 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/FloorFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/FloorFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/FunctionInvokerMetadataDefinition.java b/base/src/main/java/com/blazebit/expression/base/function/FunctionInvokerMetadataDefinition.java index 1f5b33b..7264452 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/FunctionInvokerMetadataDefinition.java +++ b/base/src/main/java/com/blazebit/expression/base/function/FunctionInvokerMetadataDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/GreatestFunction.java b/base/src/main/java/com/blazebit/expression/base/function/GreatestFunction.java index 9fecd3b..98e01e1 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/GreatestFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/GreatestFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LTrimFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LTrimFunction.java index a6c3801..2c2dd66 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LTrimFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LTrimFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LeastFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LeastFunction.java index 443fdf3..43ab926 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LeastFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LeastFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LengthFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LengthFunction.java index 81d57c0..d36b1c8 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LengthFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LengthFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LocateFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LocateFunction.java index d07ff57..49e1577 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LocateFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LocateFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LocateLastFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LocateLastFunction.java index ffb5da8..353d3a4 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LocateLastFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LocateLastFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/LowerFunction.java b/base/src/main/java/com/blazebit/expression/base/function/LowerFunction.java index c8ee764..e27c3fe 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/LowerFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/LowerFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/NumericFunction.java b/base/src/main/java/com/blazebit/expression/base/function/NumericFunction.java index 04195a6..503b962 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/NumericFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/NumericFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/PowFunction.java b/base/src/main/java/com/blazebit/expression/base/function/PowFunction.java index 722f7b3..6ef8fb7 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/PowFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/PowFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/RTrimFunction.java b/base/src/main/java/com/blazebit/expression/base/function/RTrimFunction.java index 1845874..2cc6a07 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/RTrimFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/RTrimFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/RandomFunction.java b/base/src/main/java/com/blazebit/expression/base/function/RandomFunction.java index d01c4e6..f77287c 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/RandomFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/RandomFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/ReplaceFunction.java b/base/src/main/java/com/blazebit/expression/base/function/ReplaceFunction.java index bc99bfa..bc585f0 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/ReplaceFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/ReplaceFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/RoundFunction.java b/base/src/main/java/com/blazebit/expression/base/function/RoundFunction.java index bcf1b12..05d15c2 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/RoundFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/RoundFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/SizeFunction.java b/base/src/main/java/com/blazebit/expression/base/function/SizeFunction.java index 0293d4e..24cecd6 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/SizeFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/SizeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/StartsWithFunction.java b/base/src/main/java/com/blazebit/expression/base/function/StartsWithFunction.java index 0f7cc48..4e5717f 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/StartsWithFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/StartsWithFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/SubstringFunction.java b/base/src/main/java/com/blazebit/expression/base/function/SubstringFunction.java index 0ec7192..9362c85 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/SubstringFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/SubstringFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/TrimFunction.java b/base/src/main/java/com/blazebit/expression/base/function/TrimFunction.java index e9ac239..b85d06a 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/TrimFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/TrimFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/UpperFunction.java b/base/src/main/java/com/blazebit/expression/base/function/UpperFunction.java index dbfbad6..549dc05 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/UpperFunction.java +++ b/base/src/main/java/com/blazebit/expression/base/function/UpperFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/function/package-info.java b/base/src/main/java/com/blazebit/expression/base/function/package-info.java index 036d2ea..b0126dd 100644 --- a/base/src/main/java/com/blazebit/expression/base/function/package-info.java +++ b/base/src/main/java/com/blazebit/expression/base/function/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/main/java/com/blazebit/expression/base/package-info.java b/base/src/main/java/com/blazebit/expression/base/package-info.java index 9f66516..5dfb01e 100644 --- a/base/src/main/java/com/blazebit/expression/base/package-info.java +++ b/base/src/main/java/com/blazebit/expression/base/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/base/src/test/java/com/blazebit/expression/base/DomainBuilderTest.java b/base/src/test/java/com/blazebit/expression/base/DomainBuilderTest.java index dd5a4ac..e5c2c85 100644 --- a/base/src/test/java/com/blazebit/expression/base/DomainBuilderTest.java +++ b/base/src/test/java/com/blazebit/expression/base/DomainBuilderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2019 - 2022 Blazebit. + * Copyright 2019 - 2024 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/checkstyle-rules/src/main/resources/blaze-expression/checkstyle-config.xml b/checkstyle-rules/src/main/resources/blaze-expression/checkstyle-config.xml index dd74f38..49d0ef0 100644 --- a/checkstyle-rules/src/main/resources/blaze-expression/checkstyle-config.xml +++ b/checkstyle-rules/src/main/resources/blaze-expression/checkstyle-config.xml @@ -1,6 +1,6 @@