From b4e6ad242af4edf98bf71f84ae6ed9b3d7d0c557 Mon Sep 17 00:00:00 2001 From: Werner Keil Date: Sun, 6 Sep 2020 03:02:51 +0200 Subject: [PATCH] 59: Add missing UCUM units Task-Url: https://github.com/unitsofmeasurement/uom-systems/issues/59 --- .../systems/uom/ucum/format/UCUMFormat_CI.properties | 2 +- .../systems/uom/ucum/format/UCUMFormat_CS.properties | 6 +++--- .../systems/uom/ucum/format/UCUMFormat_Print.properties | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CI.properties b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CI.properties index c990de6c..334b8a60 100644 --- a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CI.properties +++ b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CI.properties @@ -33,7 +33,6 @@ systems.uom.ucum.UCUM.METER=M systems.uom.ucum.UCUM.SECOND=S systems.uom.ucum.UCUM.GRAM=G -#systems.uom.ucum.UCUM.AMPERE_TURN=AT systems.uom.ucum.UCUM.RADIAN=RAD systems.uom.ucum.UCUM.KELVIN=K systems.uom.ucum.UCUM.COULOMB=C @@ -274,6 +273,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=[IU] systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=[IU] systems.uom.ucum.UCUM.NEPER=NEP systems.uom.ucum.UCUM.BEL=B +systems.uom.ucum.UCUM.SMOOT=[SMOOT] systems.uom.ucum.UCUM.SVEDBERG=[S] # Common Units (defined by implementation) diff --git a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CS.properties b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CS.properties index b366786f..f8e4ccf9 100644 --- a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CS.properties +++ b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_CS.properties @@ -13,8 +13,8 @@ # 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions # and the following disclaimer in the documentation and/or other materials provided with the distribution. # -# 3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products -# derived from this software without specific prior written permission. +# 3. Neither the name of JSR-385, Units of Measurement nor the names of their contributors may be used to endorse +# or promote products derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, @@ -34,7 +34,6 @@ systems.uom.ucum.UCUM.METER=m systems.uom.ucum.UCUM.SECOND=s systems.uom.ucum.UCUM.GRAM=g systems.uom.ucum.UCUM.RADIAN=rad -#systems.uom.ucum.UCUM.AMPERE_TURN=At systems.uom.ucum.UCUM.KELVIN=K systems.uom.ucum.UCUM.COULOMB=C systems.uom.ucum.UCUM.CANDELA=cd @@ -275,6 +274,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=[iU] systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=[IU] systems.uom.ucum.UCUM.NEPER=Np systems.uom.ucum.UCUM.BEL=B +systems.uom.ucum.UCUM.SMOOT=[smoot] systems.uom.ucum.UCUM.SVEDBERG=[S] # Common Units (defined by implementation) diff --git a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_Print.properties b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_Print.properties index 4e7524f5..ade64c83 100644 --- a/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_Print.properties +++ b/ucum/src/main/resources/systems/uom/ucum/format/UCUMFormat_Print.properties @@ -1,6 +1,6 @@ # # Units of Measurement Systems for Java -# Copyright (c) 2005-2019, Jean-Marie Dautelle, Werner Keil and others. +# Copyright (c) 2005-2020, Jean-Marie Dautelle, Werner Keil and others. # # All rights reserved. # @@ -13,8 +13,8 @@ # 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions # and the following disclaimer in the documentation and/or other materials provided with the distribution. # -# 3. Neither the name of JSR-363 nor the names of its contributors may be used to endorse or promote products -# derived from this software without specific prior written permission. +# 3. Neither the name of JSR-385, Units of Measurement, nor the names of their contributors may be used to endorse +# or promote products derived from this software without specific prior written permission. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, @@ -30,7 +30,6 @@ # UCUM Units systems.uom.ucum.UCUM.METER=m -#systems.uom.ucum.UCUM.AMPERE_TURN=At systems.uom.ucum.UCUM.SECOND=s systems.uom.ucum.UCUM.GRAM=g systems.uom.ucum.UCUM.RADIAN=rad @@ -274,6 +273,7 @@ systems.uom.ucum.UCUM.INTERNATIONAL_UNIT=IU systems.uom.ucum.UCUM.INTERNATIONAL_UNIT_ALT=i.U. systems.uom.ucum.UCUM.NEPER=Np systems.uom.ucum.UCUM.BEL=B +systems.uom.ucum.UCUM.SMOOT=Smoot systems.uom.ucum.UCUM.SVEDBERG=S # Common Units (defined by implementation)