Skip to content

Commit ce4fe1e

Browse files
committed
Update copyright year in file headers.
1 parent 780da00 commit ce4fe1e

File tree

123 files changed

+426
-151
lines changed

Some content is hidden

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

123 files changed

+426
-151
lines changed

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractBigDecimalParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractBigDecimalParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractBigIntegerParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractBigIntegerParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractFloatValueParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractFloatValueParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJavaFloatingPointBitsFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJavaFloatingPointBitsFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJavaFloatingPointBitsFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJavaFloatingPointBitsFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJavaFloatingPointBitsFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJavaFloatingPointBitsFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJsonFloatingPointBitsFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJsonFloatingPointBitsFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJsonFloatingPointBitsFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJsonFloatingPointBitsFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractJsonFloatingPointBitsFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractJsonFloatingPointBitsFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractNumberParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractNumberParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/BigSignificand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)BigSignificand.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FastDoubleMath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)FastDoubleMath.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FastDoubleSwar.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)FastDoubleSwar.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FastDoubleVector.java

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
/*
22
* @(#)FastDoubleVector.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

7-
import jdk.incubator.vector.*;
7+
import jdk.incubator.vector.ByteVector;
8+
import jdk.incubator.vector.IntVector;
9+
import jdk.incubator.vector.LongVector;
10+
import jdk.incubator.vector.ShortVector;
11+
import jdk.incubator.vector.VectorMask;
812

9-
import static jdk.incubator.vector.VectorOperators.*;
13+
import static jdk.incubator.vector.VectorOperators.ADD;
14+
import static jdk.incubator.vector.VectorOperators.LSHL;
15+
import static jdk.incubator.vector.VectorOperators.UNSIGNED_GE;
16+
import static jdk.incubator.vector.VectorOperators.UNSIGNED_GT;
17+
import static jdk.incubator.vector.VectorOperators.UNSIGNED_LE;
1018

1119
/**
1220
* This class provides methods for parsing multiple characters at once using

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FastFloatMath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)FastFloatMath.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FastIntegerMath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)FastIntegerMath.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/FftMultiplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)FftMultiplier.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigDecimalFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigDecimalFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigDecimalFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigDecimalFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigDecimalFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigDecimalFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigDecimalParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigDecimalParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigIntegerFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigIntegerFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigIntegerFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigIntegerFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigIntegerFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigIntegerFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaBigIntegerParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaBigIntegerParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaDoubleBitsFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaDoubleBitsFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaDoubleBitsFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaDoubleBitsFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaDoubleBitsFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaDoubleBitsFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaDoubleParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaDoubleParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaFloatBitsFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaFloatBitsFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaFloatBitsFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaFloatBitsFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaFloatBitsFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaFloatBitsFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JavaFloatParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JavaFloatParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JsonDoubleBitsFromByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JsonDoubleBitsFromByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JsonDoubleBitsFromCharArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JsonDoubleBitsFromCharArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JsonDoubleBitsFromCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JsonDoubleBitsFromCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/JsonDoubleParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)JsonDoubleParser.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/ParseDigitsTaskByteArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)ParseDigitsTaskByteArray.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/ParseDigitsTaskCharArray.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* @(#)java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
2+
* @(#)ParseDigitsTaskCharArray.java
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/ParseDigitsTaskCharSequence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)ParseDigitsTaskCharSequence.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)package-info.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55

66
/**

fastdoubleparser-dev/src/main/java/ch.randelshofer.fastdoubleparser/module-info.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* @(#)module-info.java
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
4+
*/
5+
16
/**
27
* Provides fast parsers for Java {@code FloatingPointLiteral}s,
38
* and JSON {@code number}s.

fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractBigDecimalParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractBigDecimalParserTest.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractBigIntegerParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractBigIntegerParserTest.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractEightDigitsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractEightDigitsTest.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractFloatValueParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractFloatValueParserTest.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

fastdoubleparser-dev/src/test/java/ch.randelshofer.fastdoubleparser/ch/randelshofer/fastdoubleparser/AbstractFromByteArrayVectorizedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* @(#)AbstractFromByteArrayVectorizedTest.java
3-
* Copyright © 2023 Werner Randelshofer, Switzerland. MIT License.
3+
* Copyright © 2024 Werner Randelshofer, Switzerland. MIT License.
44
*/
55
package ch.randelshofer.fastdoubleparser;
66

0 commit comments

Comments
 (0)