diff --git a/common/src/main/java/systems/uom/common/Imperial.java b/common/src/main/java/systems/uom/common/Imperial.java
index 3c91460..b693130 100644
--- a/common/src/main/java/systems/uom/common/Imperial.java
+++ b/common/src/main/java/systems/uom/common/Imperial.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/IndianPrefix.java b/common/src/main/java/systems/uom/common/IndianPrefix.java
index 29dde6c..ad37d07 100644
--- a/common/src/main/java/systems/uom/common/IndianPrefix.java
+++ b/common/src/main/java/systems/uom/common/IndianPrefix.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/TamilPrefix.java b/common/src/main/java/systems/uom/common/TamilPrefix.java
index 6d2f83f..9be3e62 100644
--- a/common/src/main/java/systems/uom/common/TamilPrefix.java
+++ b/common/src/main/java/systems/uom/common/TamilPrefix.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/USCustomary.java b/common/src/main/java/systems/uom/common/USCustomary.java
index 61ba7fe..691e0a8 100644
--- a/common/src/main/java/systems/uom/common/USCustomary.java
+++ b/common/src/main/java/systems/uom/common/USCustomary.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -67,7 +67,7 @@
*
* @author Jean-Marie Dautelle
* @author Werner Keil
- * @version 2.3, March 26, 2022
+ * @version 2.4, August 16, 2024
* @see Wikipedia: United State Customary Units
* @see Wikipedia: United State Customary Units
* @since 0.3
@@ -369,7 +369,7 @@ public final class USCustomary extends AbstractSystemOfUnits {
* @see Wikipedia: Revolutions per minute
* @since 2.1
*/
- public static final Unit REVOLUTION_PER_MINUTE = addUnit(REVOLUTION.divide(MINUTE), "Pint", "rpm")
+ public static final Unit REVOLUTION_PER_MINUTE = addUnit(REVOLUTION.divide(MINUTE), "RPM", "rpm")
.asType(AngularSpeed.class);
/**
diff --git a/common/src/main/java/systems/uom/common/historic/CGS.java b/common/src/main/java/systems/uom/common/historic/CGS.java
index f56815a..593b742 100644
--- a/common/src/main/java/systems/uom/common/historic/CGS.java
+++ b/common/src/main/java/systems/uom/common/historic/CGS.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/historic/MKpS.java b/common/src/main/java/systems/uom/common/historic/MKpS.java
index 0c820d5..6980e7e 100644
--- a/common/src/main/java/systems/uom/common/historic/MKpS.java
+++ b/common/src/main/java/systems/uom/common/historic/MKpS.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/historic/TamilAncientPrefix.java b/common/src/main/java/systems/uom/common/historic/TamilAncientPrefix.java
index 2b40b08..be7dc19 100644
--- a/common/src/main/java/systems/uom/common/historic/TamilAncientPrefix.java
+++ b/common/src/main/java/systems/uom/common/historic/TamilAncientPrefix.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/historic/TamilSanskritPrefix.java b/common/src/main/java/systems/uom/common/historic/TamilSanskritPrefix.java
index 6463863..7e4c3c5 100644
--- a/common/src/main/java/systems/uom/common/historic/TamilSanskritPrefix.java
+++ b/common/src/main/java/systems/uom/common/historic/TamilSanskritPrefix.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/historic/VedicPrefix.java b/common/src/main/java/systems/uom/common/historic/VedicPrefix.java
index 62d6e2d..9301428 100644
--- a/common/src/main/java/systems/uom/common/historic/VedicPrefix.java
+++ b/common/src/main/java/systems/uom/common/historic/VedicPrefix.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/historic/package-info.java b/common/src/main/java/systems/uom/common/historic/package-info.java
index fe42589..f3617c1 100644
--- a/common/src/main/java/systems/uom/common/historic/package-info.java
+++ b/common/src/main/java/systems/uom/common/historic/package-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/package-info.java b/common/src/main/java/systems/uom/common/package-info.java
index 929c3f2..a4b3575 100644
--- a/common/src/main/java/systems/uom/common/package-info.java
+++ b/common/src/main/java/systems/uom/common/package-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/spi/CommonServiceProvider.java b/common/src/main/java/systems/uom/common/spi/CommonServiceProvider.java
index 2ac54f5..df4e7ec 100644
--- a/common/src/main/java/systems/uom/common/spi/CommonServiceProvider.java
+++ b/common/src/main/java/systems/uom/common/spi/CommonServiceProvider.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/spi/CommonSystemService.java b/common/src/main/java/systems/uom/common/spi/CommonSystemService.java
index fcd4583..97a7b7a 100644
--- a/common/src/main/java/systems/uom/common/spi/CommonSystemService.java
+++ b/common/src/main/java/systems/uom/common/spi/CommonSystemService.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/java/systems/uom/common/spi/ServiceConstants.java b/common/src/main/java/systems/uom/common/spi/ServiceConstants.java
index 3a36771..03c30d3 100644
--- a/common/src/main/java/systems/uom/common/spi/ServiceConstants.java
+++ b/common/src/main/java/systems/uom/common/spi/ServiceConstants.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/main/jdk9/module-info.java b/common/src/main/jdk9/module-info.java
index e10f132..c4cc604 100644
--- a/common/src/main/jdk9/module-info.java
+++ b/common/src/main/jdk9/module-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/test/java/systems/uom/common/ArithmeticTest.java b/common/src/test/java/systems/uom/common/ArithmeticTest.java
index d408f15..b4d703c 100644
--- a/common/src/test/java/systems/uom/common/ArithmeticTest.java
+++ b/common/src/test/java/systems/uom/common/ArithmeticTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/test/java/systems/uom/common/IndianTest.java b/common/src/test/java/systems/uom/common/IndianTest.java
index cf1190e..57f843e 100644
--- a/common/src/test/java/systems/uom/common/IndianTest.java
+++ b/common/src/test/java/systems/uom/common/IndianTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/test/java/systems/uom/common/SystemOfUnitsServiceTest.java b/common/src/test/java/systems/uom/common/SystemOfUnitsServiceTest.java
index 7c54c68..7d5667e 100644
--- a/common/src/test/java/systems/uom/common/SystemOfUnitsServiceTest.java
+++ b/common/src/test/java/systems/uom/common/SystemOfUnitsServiceTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/test/java/systems/uom/common/TamilTest.java b/common/src/test/java/systems/uom/common/TamilTest.java
index 09c68df..a68a2f1 100644
--- a/common/src/test/java/systems/uom/common/TamilTest.java
+++ b/common/src/test/java/systems/uom/common/TamilTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/common/src/test/java/systems/uom/common/USTest.java b/common/src/test/java/systems/uom/common/USTest.java
index 054c51f..d8cf3e5 100644
--- a/common/src/test/java/systems/uom/common/USTest.java
+++ b/common/src/test/java/systems/uom/common/USTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/pom.xml b/pom.xml
index 41d276a..409e907 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
src/main/config/header.txt
Jean-Marie Dautelle, Werner Keil and others
- 2023
+ 2024
**/README
@@ -160,7 +160,7 @@
biz.aQute.bnd
bnd-maven-plugin
- 5.2.0
+ 7.0.0
diff --git a/quantity/contributors.txt b/quantity/contributors.txt
index 2e33de6..bccd500 100644
--- a/quantity/contributors.txt
+++ b/quantity/contributors.txt
@@ -1,6 +1,6 @@
====
Units of Measurement Systems
- Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
All rights reserved.
diff --git a/quantity/src/main/java/systems/uom/quantity/Acidity.java b/quantity/src/main/java/systems/uom/quantity/Acidity.java
index 617c6b1..36def91 100644
--- a/quantity/src/main/java/systems/uom/quantity/Acidity.java
+++ b/quantity/src/main/java/systems/uom/quantity/Acidity.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/Concentration.java b/quantity/src/main/java/systems/uom/quantity/Concentration.java
index a042d22..519c6f9 100644
--- a/quantity/src/main/java/systems/uom/quantity/Concentration.java
+++ b/quantity/src/main/java/systems/uom/quantity/Concentration.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/Consumption.java b/quantity/src/main/java/systems/uom/quantity/Consumption.java
index 4f02864..a540616 100644
--- a/quantity/src/main/java/systems/uom/quantity/Consumption.java
+++ b/quantity/src/main/java/systems/uom/quantity/Consumption.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/Drag.java b/quantity/src/main/java/systems/uom/quantity/Drag.java
index 479ef34..6a1f160 100644
--- a/quantity/src/main/java/systems/uom/quantity/Drag.java
+++ b/quantity/src/main/java/systems/uom/quantity/Drag.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/Information.java b/quantity/src/main/java/systems/uom/quantity/Information.java
index 531d80c..3ee2c13 100644
--- a/quantity/src/main/java/systems/uom/quantity/Information.java
+++ b/quantity/src/main/java/systems/uom/quantity/Information.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/InformationRate.java b/quantity/src/main/java/systems/uom/quantity/InformationRate.java
index 682daec..57e873d 100644
--- a/quantity/src/main/java/systems/uom/quantity/InformationRate.java
+++ b/quantity/src/main/java/systems/uom/quantity/InformationRate.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/Resolution.java b/quantity/src/main/java/systems/uom/quantity/Resolution.java
index 358ec2a..8776911 100644
--- a/quantity/src/main/java/systems/uom/quantity/Resolution.java
+++ b/quantity/src/main/java/systems/uom/quantity/Resolution.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/java/systems/uom/quantity/package-info.java b/quantity/src/main/java/systems/uom/quantity/package-info.java
index 145d728..e42accb 100644
--- a/quantity/src/main/java/systems/uom/quantity/package-info.java
+++ b/quantity/src/main/java/systems/uom/quantity/package-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/quantity/src/main/jdk9/module-info.java b/quantity/src/main/jdk9/module-info.java
index 9ed36b4..dc945fc 100644
--- a/quantity/src/main/jdk9/module-info.java
+++ b/quantity/src/main/jdk9/module-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/contributors.txt b/ucum/contributors.txt
index 55ea72c..2294cd8 100644
--- a/ucum/contributors.txt
+++ b/ucum/contributors.txt
@@ -1,6 +1,6 @@
====
Units of Measurement Systems
- Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
All rights reserved.
diff --git a/ucum/src/main/java/systems/uom/ucum/UCUM.java b/ucum/src/main/java/systems/uom/ucum/UCUM.java
index 55180dc..0e4bd9d 100644
--- a/ucum/src/main/java/systems/uom/ucum/UCUM.java
+++ b/ucum/src/main/java/systems/uom/ucum/UCUM.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/format/BNFConstants.java b/ucum/src/main/java/systems/uom/ucum/format/BNFConstants.java
index 234a1ae..98d6f52 100644
--- a/ucum/src/main/java/systems/uom/ucum/format/BNFConstants.java
+++ b/ucum/src/main/java/systems/uom/ucum/format/BNFConstants.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/format/UCUMConverterFormatter.java b/ucum/src/main/java/systems/uom/ucum/format/UCUMConverterFormatter.java
index 6e2c2e0..b2e45b4 100644
--- a/ucum/src/main/java/systems/uom/ucum/format/UCUMConverterFormatter.java
+++ b/ucum/src/main/java/systems/uom/ucum/format/UCUMConverterFormatter.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/format/UCUMFormat.java b/ucum/src/main/java/systems/uom/ucum/format/UCUMFormat.java
index c37ced1..c0a2a58 100644
--- a/ucum/src/main/java/systems/uom/ucum/format/UCUMFormat.java
+++ b/ucum/src/main/java/systems/uom/ucum/format/UCUMFormat.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/format/UCUMFormatHelper.java b/ucum/src/main/java/systems/uom/ucum/format/UCUMFormatHelper.java
index 0032264..cf9a424 100644
--- a/ucum/src/main/java/systems/uom/ucum/format/UCUMFormatHelper.java
+++ b/ucum/src/main/java/systems/uom/ucum/format/UCUMFormatHelper.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/Token.java b/ucum/src/main/java/systems/uom/ucum/internal/format/Token.java
index e5008ba..f1d691e 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/Token.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/Token.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/TokenException.java b/ucum/src/main/java/systems/uom/ucum/internal/format/TokenException.java
index 001e3d5..107d274 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/TokenException.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/TokenException.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/TokenMgrError.java b/ucum/src/main/java/systems/uom/ucum/internal/format/TokenMgrError.java
index 92b317f..0aff429 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/TokenMgrError.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/TokenMgrError.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -27,7 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Generated By:JavaCC: Do not edit this line. TokenMgrError.java Version 5.0 */
/* JavaCCOptions: */
package systems.uom.ucum.internal.format;
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMCharStream.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMCharStream.java
index 981adf2..90b0088 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMCharStream.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMCharStream.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -27,7 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Generated By:JavaCC: Do not edit this line. SimpleCharStream.java Version 5.0 */
/* JavaCCOptions:STATIC=false,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package systems.uom.ucum.internal.format;
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMFormatParser.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMFormatParser.java
index 79a8658..46ed055 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMFormatParser.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMFormatParser.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenConstants.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenConstants.java
index faa31ca..17f396b 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenConstants.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenConstants.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenManager.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenManager.java
index 02f70c3..4a00f22 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenManager.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UCUMTokenManager.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -27,7 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Generated By:JavaCC: Do not edit this line. UCUMTokenManager.java */
package systems.uom.ucum.internal.format;
/** Token Manager. */
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitFormatParser.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitFormatParser.java
index 65733da..664cd63 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitFormatParser.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitFormatParser.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenConstants.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenConstants.java
index 08dd0e4..d24888f 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenConstants.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenConstants.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -27,7 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Generated By:JavaCC: Do not edit this line. UnitTokenConstants.java */
package systems.uom.ucum.internal.format;
diff --git a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenManager.java b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenManager.java
index 9cc55e9..35399a7 100644
--- a/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenManager.java
+++ b/ucum/src/main/java/systems/uom/ucum/internal/format/UnitTokenManager.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
@@ -27,7 +27,6 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* Generated By:JavaCC: Do not edit this line. UnitTokenManager.java */
package systems.uom.ucum.internal.format;
/** Token Manager. */
diff --git a/ucum/src/main/java/systems/uom/ucum/package-info.java b/ucum/src/main/java/systems/uom/ucum/package-info.java
index 1503e2f..cfdf2e8 100644
--- a/ucum/src/main/java/systems/uom/ucum/package-info.java
+++ b/ucum/src/main/java/systems/uom/ucum/package-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/spi/ServiceConstants.java b/ucum/src/main/java/systems/uom/ucum/spi/ServiceConstants.java
index cbd8648..b5d5ace 100644
--- a/ucum/src/main/java/systems/uom/ucum/spi/ServiceConstants.java
+++ b/ucum/src/main/java/systems/uom/ucum/spi/ServiceConstants.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/spi/UCUMFormatService.java b/ucum/src/main/java/systems/uom/ucum/spi/UCUMFormatService.java
index 5f6934b..5b158ea 100644
--- a/ucum/src/main/java/systems/uom/ucum/spi/UCUMFormatService.java
+++ b/ucum/src/main/java/systems/uom/ucum/spi/UCUMFormatService.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/spi/UCUMServiceProvider.java b/ucum/src/main/java/systems/uom/ucum/spi/UCUMServiceProvider.java
index 0b636a9..3d96575 100644
--- a/ucum/src/main/java/systems/uom/ucum/spi/UCUMServiceProvider.java
+++ b/ucum/src/main/java/systems/uom/ucum/spi/UCUMServiceProvider.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/java/systems/uom/ucum/spi/UCUMSystemService.java b/ucum/src/main/java/systems/uom/ucum/spi/UCUMSystemService.java
index 27e633c..2a6f6e3 100644
--- a/ucum/src/main/java/systems/uom/ucum/spi/UCUMSystemService.java
+++ b/ucum/src/main/java/systems/uom/ucum/spi/UCUMSystemService.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/jdk9/module-info.java b/ucum/src/main/jdk9/module-info.java
index 23ada40..6f8ae3b 100644
--- a/ucum/src/main/jdk9/module-info.java
+++ b/ucum/src/main/jdk9/module-info.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/main/jdk9/systems/uom/ucum/format/UCUMFormat.java b/ucum/src/main/jdk9/systems/uom/ucum/format/UCUMFormat.java
index 9b16ad9..0c63e8b 100644
--- a/ucum/src/main/jdk9/systems/uom/ucum/format/UCUMFormat.java
+++ b/ucum/src/main/jdk9/systems/uom/ucum/format/UCUMFormat.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/ConverterTest.java b/ucum/src/test/java/systems/uom/ucum/ConverterTest.java
index b49e21a..606853c 100644
--- a/ucum/src/test/java/systems/uom/ucum/ConverterTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/ConverterTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/PrefixTest.java b/ucum/src/test/java/systems/uom/ucum/PrefixTest.java
index 1b4d94a..8440442 100644
--- a/ucum/src/test/java/systems/uom/ucum/PrefixTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/PrefixTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/ServiceProviderTest.java b/ucum/src/test/java/systems/uom/ucum/ServiceProviderTest.java
index a3dd485..502eb26 100644
--- a/ucum/src/test/java/systems/uom/ucum/ServiceProviderTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/ServiceProviderTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/SystemOfUnitsServiceTest.java b/ucum/src/test/java/systems/uom/ucum/SystemOfUnitsServiceTest.java
index 2e44b4f..49adae2 100644
--- a/ucum/src/test/java/systems/uom/ucum/SystemOfUnitsServiceTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/SystemOfUnitsServiceTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/UCUMTest.java b/ucum/src/test/java/systems/uom/ucum/UCUMTest.java
index 1ab1b47..f9d65f4 100644
--- a/ucum/src/test/java/systems/uom/ucum/UCUMTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/UCUMTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/UnitsTest.java b/ucum/src/test/java/systems/uom/ucum/UnitsTest.java
index 32bcdb5..30703b7 100644
--- a/ucum/src/test/java/systems/uom/ucum/UnitsTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/UnitsTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/StringUtils.java b/ucum/src/test/java/systems/uom/ucum/format/StringUtils.java
index ea2416c..cda392a 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/StringUtils.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/StringUtils.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormat135Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormat135Test.java
index 17627fb..239453a 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormat135Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormat135Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar45Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar45Test.java
index 766d64b..972247c 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar45Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar45Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar46Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar46Test.java
index 52d1b47..64a4d03 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar46Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatPar46Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatRITest.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatRITest.java
index ba17700..5c8aba7 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatRITest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatRITest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable18Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable18Test.java
index 744cf8f..151a6af 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable18Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable18Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable2Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable2Test.java
index 0e78e0f..fd8e09f 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable2Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable2Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable46Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable46Test.java
index 28ca76d..5cf0d90 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable46Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable46Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable4Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable4Test.java
index 2925d16..4dbf3ad 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable4Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable4Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable5Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable5Test.java
index a971404..33534fb 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable5Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable5Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable7Test.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable7Test.java
index 07db4ad..bb8e998 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable7Test.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTable7Test.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTestBase.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTestBase.java
index b5fcefb..9f782b8 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTestBase.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatTestBase.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatVolumeTest.java b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatVolumeTest.java
index 2d8e931..e1e4dac 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatVolumeTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UCUMFormatVolumeTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatASCIITest.java b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatASCIITest.java
index a97ceda..88dcd37 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatASCIITest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatASCIITest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatPrefixTest.java b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatPrefixTest.java
index faeb18c..2f57792 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatPrefixTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatPrefixTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatServiceTest.java b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatServiceTest.java
index 9751dfe..d8ce217 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatServiceTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatServiceTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*
diff --git a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatTest.java b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatTest.java
index a225663..68719eb 100644
--- a/ucum/src/test/java/systems/uom/ucum/format/UnitFormatTest.java
+++ b/ucum/src/test/java/systems/uom/ucum/format/UnitFormatTest.java
@@ -1,6 +1,6 @@
/*
* Units of Measurement Systems
- * Copyright (c) 2005-2023, Jean-Marie Dautelle, Werner Keil and others.
+ * Copyright (c) 2005-2024, Jean-Marie Dautelle, Werner Keil and others.
*
* All rights reserved.
*