From 149800935828a2054c5e74d950d5c6aae7dad29c Mon Sep 17 00:00:00 2001 From: Alejandro Revilla Date: Wed, 18 Jan 2023 23:15:32 -0300 Subject: [PATCH] Update COPYRIGHT year --- COPYRIGHT | 2 +- .../jpos/core/AuthorizationTransaction.java | 2 +- .../src/main/java/org/jpos/core/CardAgent.java | 2 +- .../java/org/jpos/core/CardAgentException.java | 2 +- .../java/org/jpos/core/CardAgentLookup.java | 2 +- .../jpos/core/CardAgentNotFoundException.java | 2 +- .../src/main/java/org/jpos/core/CardBrand.java | 2 +- .../main/java/org/jpos/core/CardSelector.java | 2 +- .../java/org/jpos/core/CardTransaction.java | 2 +- .../org/jpos/core/CardTransactionResponse.java | 2 +- .../main/java/org/jpos/core/ErrorResponse.java | 2 +- .../org/jpos/core/FinancialTransaction.java | 2 +- .../java/org/jpos/core/ReConfigurable.java | 2 +- .../src/main/java/org/jpos/core/Stopable.java | 2 +- .../main/java/org/jpos/core/ThinResponse.java | 2 +- .../org/jpos/core/UnknownCardException.java | 2 +- .../src/main/java/org/jpos/iso/ISOMUX.java | 2 +- .../main/java/org/jpos/iso/ISOMUXMBean.java | 2 +- .../src/main/java/org/jpos/iso/ISORequest.java | 2 +- .../java/org/jpos/log4j/ISOMsgRenderer.java | 2 +- .../java/org/jpos/log4j/LogEventRenderer.java | 2 +- .../java/org/jpos/q2/iso/CardAgentAdaptor.java | 2 +- .../org/jpos/q2/tpl/ConnectionPoolAdaptor.java | 2 +- .../main/java/org/jpos/space/Connector.java | 2 +- .../java/org/jpos/space/ISOChannelAdaptor.java | 2 +- .../jpos/space/ISORequestListenerAdaptor.java | 2 +- .../java/org/jpos/space/LeasedReference.java | 2 +- .../java/org/jpos/space/PersistentSpace.java | 2 +- .../src/main/java/org/jpos/space/Request.java | 2 +- .../main/java/org/jpos/space/SpaceChannel.java | 2 +- .../src/main/java/org/jpos/space/SpaceMUX.java | 2 +- .../main/java/org/jpos/space/TinySpace.java | 2 +- .../java/org/jpos/space/TransientSpace.java | 2 +- .../org/jpos/space/TransientSpaceMBean.java | 2 +- .../main/java/org/jpos/tpl/ConnectionPool.java | 2 +- .../java/org/jpos/tpl/NoPeerException.java | 2 +- .../java/org/jpos/tpl/NotFoundException.java | 2 +- .../java/org/jpos/tpl/PersistentEngine.java | 2 +- .../main/java/org/jpos/tpl/PersistentPeer.java | 2 +- .../src/main/java/org/jpos/tpl/RowMap.java | 2 +- .../org/jpos/util/AssertFailedException.java | 2 +- .../src/main/java/org/jpos/util/Asserter.java | 2 +- .../java/org/jpos/util/DefaultLockManager.java | 2 +- .../main/java/org/jpos/util/LockManager.java | 2 +- .../main/java/org/jpos/util/Log4JListener.java | 2 +- .../src/main/java/org/jpos/util/Modem.java | 2 +- .../java/org/jpos/util/SimpleLockManager.java | 2 +- jpos/src/main/java/org/jpos/bsh/BSHAction.java | 2 +- jpos/src/main/java/org/jpos/bsh/BSHFilter.java | 2 +- .../main/java/org/jpos/bsh/BSHLogListener.java | 2 +- .../java/org/jpos/bsh/BSHRequestListener.java | 2 +- jpos/src/main/java/org/jpos/bsh/BSHUI.java | 2 +- jpos/src/main/java/org/jpos/core/Card.java | 2 +- .../main/java/org/jpos/core/CardHolder.java | 2 +- .../main/java/org/jpos/core/CardValidator.java | 2 +- .../main/java/org/jpos/core/Configurable.java | 2 +- .../main/java/org/jpos/core/Configuration.java | 2 +- .../org/jpos/core/ConfigurationException.java | 2 +- .../org/jpos/core/DefaultCardValidator.java | 2 +- .../org/jpos/core/DefaultLUHNCalculator.java | 2 +- .../main/java/org/jpos/core/Environment.java | 2 +- .../org/jpos/core/EnvironmentProvider.java | 2 +- .../org/jpos/core/FileEnvironmentProvider.java | 2 +- .../org/jpos/core/IgnoreLuhnCardValidator.java | 2 +- .../org/jpos/core/InvalidCardException.java | 2 +- .../java/org/jpos/core/LUHNCalculator.java | 2 +- .../java/org/jpos/core/NodeConfigurable.java | 2 +- .../org/jpos/core/ObfEnvironmentProvider.java | 2 +- .../org/jpos/core/ReadableConfiguration.java | 2 +- .../src/main/java/org/jpos/core/Sequencer.java | 2 +- .../org/jpos/core/SimpleConfiguration.java | 2 +- .../java/org/jpos/core/SubConfiguration.java | 2 +- jpos/src/main/java/org/jpos/core/Track1.java | 2 +- jpos/src/main/java/org/jpos/core/Track2.java | 2 +- .../java/org/jpos/core/VolatileSequencer.java | 2 +- .../org/jpos/core/VolatileSequencerMBean.java | 2 +- .../java/org/jpos/core/XmlConfigurable.java | 2 +- .../java/org/jpos/core/annotation/Config.java | 2 +- .../handlers/exception/ExceptionHandler.java | 2 +- .../exception/ExceptionHandlerAware.java | 2 +- .../exception/ExceptionHandlerConfigAware.java | 2 +- .../main/java/org/jpos/emv/BinaryEMVTag.java | 2 +- .../main/java/org/jpos/emv/CVRMastercard.java | 2 +- .../java/org/jpos/emv/EMVConstructedTag.java | 2 +- .../org/jpos/emv/EMVProprietaryTagType.java | 2 +- .../java/org/jpos/emv/EMVStandardTagType.java | 2 +- jpos/src/main/java/org/jpos/emv/EMVTag.java | 2 +- .../main/java/org/jpos/emv/EMVTagSequence.java | 2 +- .../src/main/java/org/jpos/emv/EMVTagType.java | 2 +- .../org/jpos/emv/IssuerApplicationData.java | 2 +- .../main/java/org/jpos/emv/LiteralEMVTag.java | 2 +- .../jpos/emv/ProprietaryFormatException.java | 2 +- .../jpos/emv/TerminalVerificationResults.java | 2 +- .../jpos/emv/UnknownTagNumberException.java | 2 +- .../jpos/emv/cryptogram/CVN10DataBuilder.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/CVN18DataBuilder.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/CVN22DataBuilder.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/CVNMCDataBuilder.java | 18 ++++++++++++++++++ .../emv/cryptogram/CryptogramDataBuilder.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/CryptogramSpec.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/MChipCryptogram.java | 18 ++++++++++++++++++ .../jpos/emv/cryptogram/VISACryptogram.java | 18 ++++++++++++++++++ .../java/org/jpos/iso/AsciiHexInterpreter.java | 2 +- .../java/org/jpos/iso/AsciiInterpreter.java | 2 +- .../main/java/org/jpos/iso/AsciiPrefixer.java | 2 +- .../main/java/org/jpos/iso/BCDInterpreter.java | 2 +- .../main/java/org/jpos/iso/BaseChannel.java | 2 +- .../java/org/jpos/iso/BaseChannelMBean.java | 2 +- .../main/java/org/jpos/iso/BcdPrefixer.java | 2 +- .../java/org/jpos/iso/BinaryInterpreter.java | 2 +- .../main/java/org/jpos/iso/BinaryPrefixer.java | 2 +- jpos/src/main/java/org/jpos/iso/Channel.java | 2 +- .../main/java/org/jpos/iso/ClientChannel.java | 2 +- jpos/src/main/java/org/jpos/iso/Connector.java | 2 +- jpos/src/main/java/org/jpos/iso/Currency.java | 2 +- .../org/jpos/iso/EbcdicBinaryInterpreter.java | 2 +- .../org/jpos/iso/EbcdicHexInterpreter.java | 2 +- .../java/org/jpos/iso/EbcdicInterpreter.java | 2 +- .../main/java/org/jpos/iso/EbcdicPrefixer.java | 2 +- jpos/src/main/java/org/jpos/iso/FSDISOMsg.java | 2 +- .../main/java/org/jpos/iso/FactoryChannel.java | 2 +- .../main/java/org/jpos/iso/FilteredBase.java | 2 +- .../java/org/jpos/iso/FilteredChannel.java | 2 +- .../org/jpos/iso/GenericSSLSocketFactory.java | 2 +- .../main/java/org/jpos/iso/HEXInterpreter.java | 2 +- .../java/org/jpos/iso/HexNibblesPrefixer.java | 2 +- .../main/java/org/jpos/iso/IFAE_LLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFA_AMOUNT.java | 2 +- .../main/java/org/jpos/iso/IFA_AMOUNT2003.java | 2 +- .../src/main/java/org/jpos/iso/IFA_BINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFA_BITMAP.java | 2 +- .../main/java/org/jpos/iso/IFA_FLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFA_FLLNUM.java | 2 +- .../main/java/org/jpos/iso/IFA_LBINARY.java | 2 +- jpos/src/main/java/org/jpos/iso/IFA_LCHAR.java | 2 +- .../main/java/org/jpos/iso/IFA_LLABINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLBINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFA_LLBNUM.java | 2 +- .../src/main/java/org/jpos/iso/IFA_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLABINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLLCHAR.java | 2 +- .../java/org/jpos/iso/IFA_LLLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLLLCHAR.java | 2 +- .../java/org/jpos/iso/IFA_LLLLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_LLLLLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFA_LLLNUM.java | 2 +- jpos/src/main/java/org/jpos/iso/IFA_LLNUM.java | 2 +- .../main/java/org/jpos/iso/IFA_NUMERIC.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLLCHAR.java | 2 +- .../java/org/jpos/iso/IFA_TTLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLLLCHAR.java | 2 +- .../java/org/jpos/iso/IFA_TTLLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFA_TTLLLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFA_TTTLLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFB_AMOUNT.java | 2 +- .../main/java/org/jpos/iso/IFB_AMOUNT2003.java | 2 +- .../src/main/java/org/jpos/iso/IFB_BINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFB_BITMAP.java | 2 +- .../main/java/org/jpos/iso/IFB_FLLLNUM.java | 2 +- .../src/main/java/org/jpos/iso/IFB_FLLNUM.java | 2 +- .../main/java/org/jpos/iso/IFB_FNUMERIC.java | 2 +- jpos/src/main/java/org/jpos/iso/IFB_HEX.java | 2 +- .../main/java/org/jpos/iso/IFB_LLBINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFB_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFB_LLHBINARY.java | 2 +- .../main/java/org/jpos/iso/IFB_LLHCHAR.java | 2 +- .../main/java/org/jpos/iso/IFB_LLHECHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IFB_LLHEX.java | 2 +- .../main/java/org/jpos/iso/IFB_LLHFBINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFB_LLHNUM.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLHBINARY.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLHCHAR.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLHECHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFB_LLLHEX.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLHNUM.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFB_LLLLLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFB_LLLNUM.java | 2 +- jpos/src/main/java/org/jpos/iso/IFB_LLNUM.java | 2 +- .../main/java/org/jpos/iso/IFB_NUMERIC.java | 2 +- .../main/java/org/jpos/iso/IFEA_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEB_LLLNUM.java | 2 +- .../src/main/java/org/jpos/iso/IFEB_LLNUM.java | 2 +- .../main/java/org/jpos/iso/IFELPE_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEMC_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEMC_LLLCHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IFEMC_TCC.java | 2 +- .../main/java/org/jpos/iso/IFEPE_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEPE_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEP_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFEP_LLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFEP_LLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFE_AMOUNT.java | 2 +- .../src/main/java/org/jpos/iso/IFE_BINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFE_BITMAP.java | 2 +- jpos/src/main/java/org/jpos/iso/IFE_CHAR.java | 2 +- .../main/java/org/jpos/iso/IFE_LBINARY.java | 2 +- jpos/src/main/java/org/jpos/iso/IFE_LCHAR.java | 2 +- .../main/java/org/jpos/iso/IFE_LLBINARY.java | 2 +- .../src/main/java/org/jpos/iso/IFE_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFE_LLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFE_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFE_LLLEBINARY.java | 2 +- .../main/java/org/jpos/iso/IFE_LLLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFE_LLLLCHAR.java | 2 +- .../src/main/java/org/jpos/iso/IFE_LLLNUM.java | 2 +- jpos/src/main/java/org/jpos/iso/IFE_LLNUM.java | 2 +- jpos/src/main/java/org/jpos/iso/IFE_LNUM.java | 2 +- .../main/java/org/jpos/iso/IFE_NUMERIC.java | 2 +- .../java/org/jpos/iso/IFE_SIGNED_NUMERIC.java | 2 +- .../main/java/org/jpos/iso/IFIPM_LLLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFMC_LLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFMC_LLCHAR.java | 2 +- .../main/java/org/jpos/iso/IFMC_LLLBINARY.java | 2 +- .../main/java/org/jpos/iso/IFMC_LLLCHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IFMC_TCC.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_CHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_ECHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_NOP.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_TBASE.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_TCHAR.java | 2 +- jpos/src/main/java/org/jpos/iso/IF_UNUSED.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOAmount.java | 2 +- .../org/jpos/iso/ISOAmountFieldPackager.java | 2 +- .../java/org/jpos/iso/ISOBasePackager.java | 2 +- .../java/org/jpos/iso/ISOBaseValidator.java | 2 +- .../main/java/org/jpos/iso/ISOBinaryField.java | 2 +- .../org/jpos/iso/ISOBinaryFieldPackager.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOBitMap.java | 2 +- .../java/org/jpos/iso/ISOBitMapPackager.java | 2 +- .../src/main/java/org/jpos/iso/ISOChannel.java | 2 +- .../org/jpos/iso/ISOClientSocketFactory.java | 2 +- .../main/java/org/jpos/iso/ISOComponent.java | 2 +- .../main/java/org/jpos/iso/ISOCurrency.java | 2 +- jpos/src/main/java/org/jpos/iso/ISODate.java | 2 +- .../main/java/org/jpos/iso/ISOException.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOField.java | 2 +- .../java/org/jpos/iso/ISOFieldPackager.java | 2 +- .../java/org/jpos/iso/ISOFieldValidator.java | 2 +- .../jpos/iso/ISOFilledStringFieldPackager.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOFilter.java | 2 +- .../iso/ISOFormattableBinaryFieldPackager.java | 2 +- .../iso/ISOFormattableStringFieldPackager.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOHeader.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOMsg.java | 2 +- .../java/org/jpos/iso/ISOMsgFieldPackager.java | 2 +- .../org/jpos/iso/ISOMsgFieldValidator.java | 2 +- .../main/java/org/jpos/iso/ISOPackager.java | 2 +- .../java/org/jpos/iso/ISORequestListener.java | 2 +- .../java/org/jpos/iso/ISOResponseListener.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOServer.java | 2 +- .../org/jpos/iso/ISOServerAcceptEvent.java | 2 +- .../iso/ISOServerClientDisconnectEvent.java | 2 +- .../org/jpos/iso/ISOServerEventListener.java | 2 +- .../main/java/org/jpos/iso/ISOServerMBean.java | 2 +- .../org/jpos/iso/ISOServerShutdownEvent.java | 2 +- .../org/jpos/iso/ISOServerSocketFactory.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOSource.java | 2 +- .../org/jpos/iso/ISOStringFieldPackager.java | 2 +- .../java/org/jpos/iso/ISOSubFieldPackager.java | 2 +- .../jpos/iso/ISOTagBinaryFieldPackager.java | 2 +- .../jpos/iso/ISOTagStringFieldPackager.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOUtil.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOVError.java | 2 +- .../main/java/org/jpos/iso/ISOVErrorList.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOVField.java | 2 +- jpos/src/main/java/org/jpos/iso/ISOVMsg.java | 2 +- .../main/java/org/jpos/iso/ISOValidator.java | 2 +- .../main/java/org/jpos/iso/IVA_ALPHANUM.java | 2 +- .../java/org/jpos/iso/IVA_ALPHANUMNOBLANK.java | 2 +- .../java/org/jpos/iso/IVA_ALPHANUMNOZERO.java | 2 +- .../jpos/iso/IVA_ALPHANUMNOZERO_NOBLANK.java | 2 +- jpos/src/main/java/org/jpos/iso/IVA_NUM.java | 2 +- .../main/java/org/jpos/iso/IVA_NUMNOZERO.java | 2 +- .../java/org/jpos/iso/IncomingListener.java | 2 +- .../main/java/org/jpos/iso/Interpreter.java | 2 +- .../org/jpos/iso/IsoFieldHeaderFormatter.java | 2 +- .../src/main/java/org/jpos/iso/LeftPadder.java | 2 +- .../org/jpos/iso/LiteralBinaryInterpreter.java | 2 +- .../java/org/jpos/iso/LiteralInterpreter.java | 2 +- jpos/src/main/java/org/jpos/iso/MUX.java | 2 +- .../src/main/java/org/jpos/iso/NullPadder.java | 2 +- .../main/java/org/jpos/iso/NullPrefixer.java | 2 +- jpos/src/main/java/org/jpos/iso/Padder.java | 2 +- .../main/java/org/jpos/iso/PosCapability.java | 2 +- .../main/java/org/jpos/iso/PosDataCode.java | 2 +- jpos/src/main/java/org/jpos/iso/PosFlags.java | 2 +- jpos/src/main/java/org/jpos/iso/Prefixer.java | 2 +- .../java/org/jpos/iso/RawIncomingFilter.java | 2 +- .../main/java/org/jpos/iso/RightPadder.java | 2 +- .../main/java/org/jpos/iso/RightTPadder.java | 2 +- .../main/java/org/jpos/iso/ServerChannel.java | 2 +- .../main/java/org/jpos/iso/ServiceCode.java | 2 +- .../iso/SignedEbcdicNumberInterpreter.java | 2 +- .../org/jpos/iso/SunJSSESocketFactory.java | 2 +- .../java/org/jpos/iso/TaggedFieldPackager.java | 2 +- .../org/jpos/iso/TaggedFieldPackagerBase.java | 2 +- .../java/org/jpos/iso/VISA1ResponseFilter.java | 2 +- .../src/main/java/org/jpos/iso/X92_BITMAP.java | 2 +- .../org/jpos/iso/channel/ASCIIChannel.java | 2 +- .../java/org/jpos/iso/channel/AmexChannel.java | 2 +- .../org/jpos/iso/channel/BASE24Channel.java | 2 +- .../org/jpos/iso/channel/BASE24TCPChannel.java | 2 +- .../java/org/jpos/iso/channel/BCDChannel.java | 2 +- .../java/org/jpos/iso/channel/CSChannel.java | 2 +- .../java/org/jpos/iso/channel/ChannelPool.java | 2 +- .../java/org/jpos/iso/channel/FSDChannel.java | 2 +- .../java/org/jpos/iso/channel/GICCChannel.java | 2 +- .../java/org/jpos/iso/channel/GZIPChannel.java | 2 +- .../java/org/jpos/iso/channel/HEXChannel.java | 2 +- .../java/org/jpos/iso/channel/LogChannel.java | 2 +- .../org/jpos/iso/channel/LoopbackChannel.java | 2 +- .../java/org/jpos/iso/channel/NACChannel.java | 2 +- .../java/org/jpos/iso/channel/NCCChannel.java | 2 +- .../java/org/jpos/iso/channel/PADChannel.java | 2 +- .../java/org/jpos/iso/channel/PostChannel.java | 2 +- .../java/org/jpos/iso/channel/RBPChannel.java | 2 +- .../java/org/jpos/iso/channel/RawChannel.java | 2 +- .../org/jpos/iso/channel/TelnetXMLChannel.java | 2 +- .../java/org/jpos/iso/channel/VAPChannel.java | 2 +- .../java/org/jpos/iso/channel/X25Channel.java | 2 +- .../java/org/jpos/iso/channel/XMLChannel.java | 2 +- .../org/jpos/iso/filter/ChannelInfoFilter.java | 2 +- .../java/org/jpos/iso/filter/DebugFilter.java | 2 +- .../java/org/jpos/iso/filter/DelayFilter.java | 2 +- .../java/org/jpos/iso/filter/MD5Filter.java | 2 +- .../java/org/jpos/iso/filter/MacroFilter.java | 2 +- .../org/jpos/iso/filter/StatefulFilter.java | 2 +- .../iso/filter/ThroughputControlFilter.java | 2 +- .../java/org/jpos/iso/filter/XSLTFilter.java | 2 +- .../java/org/jpos/iso/gui/ISOChannelPanel.java | 2 +- .../main/java/org/jpos/iso/gui/ISOMeter.java | 2 +- .../java/org/jpos/iso/gui/ISOMsgPanel.java | 2 +- .../jpos/iso/gui/ISORequestListenerPanel.java | 2 +- .../java/org/jpos/iso/header/BASE1Header.java | 2 +- .../java/org/jpos/iso/header/BaseHeader.java | 2 +- .../org/jpos/iso/packager/BASE24Packager.java | 2 +- .../org/jpos/iso/packager/Base1Packager.java | 2 +- .../iso/packager/Base1SubFieldPackager.java | 2 +- .../org/jpos/iso/packager/Base1_BITMAP126.java | 2 +- .../iso/packager/CTCSubElementPackager.java | 2 +- .../jpos/iso/packager/CTCSubFieldPackager.java | 2 +- .../jpos/iso/packager/DecimalTagMapper.java | 2 +- .../org/jpos/iso/packager/DummyPackager.java | 2 +- .../org/jpos/iso/packager/EuroPackager.java | 2 +- .../iso/packager/EuroSubFieldPackager.java | 2 +- .../org/jpos/iso/packager/FSDPackager.java | 2 +- .../iso/packager/GICCSubFieldPackager.java | 2 +- .../org/jpos/iso/packager/GenericPackager.java | 2 +- .../iso/packager/GenericPackagerParams.java | 2 +- .../iso/packager/GenericSubFieldPackager.java | 2 +- .../packager/GenericTaggedFieldsPackager.java | 2 +- .../packager/GenericValidatingPackager.java | 2 +- .../org/jpos/iso/packager/ISO87APackager.java | 2 +- .../iso/packager/ISO87APackagerBBitmap.java | 2 +- .../org/jpos/iso/packager/ISO87BPackager.java | 2 +- .../org/jpos/iso/packager/ISO93APackager.java | 2 +- .../org/jpos/iso/packager/ISO93BPackager.java | 2 +- .../packager/ISOBaseValidatingPackager.java | 2 +- .../ISOMsgFieldValidatingPackager.java | 2 +- .../org/jpos/iso/packager/LogPackager.java | 2 +- .../MasterCardEBCDICSubFieldPackager.java | 2 +- .../org/jpos/iso/packager/NativePackager.java | 2 +- .../org/jpos/iso/packager/PackagerWrapper.java | 2 +- .../org/jpos/iso/packager/PostPackager.java | 2 +- .../jpos/iso/packager/TTDecimalTagMapper.java | 2 +- .../jpos/iso/packager/TTTDecimalTagMapper.java | 2 +- .../java/org/jpos/iso/packager/TagMapper.java | 2 +- .../org/jpos/iso/packager/VAPSMSPackager.java | 2 +- .../org/jpos/iso/packager/VAPVIPPackager.java | 2 +- .../org/jpos/iso/packager/VISA1Packager.java | 2 +- .../jpos/iso/packager/X92GenericPackager.java | 2 +- .../org/jpos/iso/packager/X92Packager.java | 2 +- .../org/jpos/iso/packager/XML2003Packager.java | 2 +- .../org/jpos/iso/packager/XMLPackager.java | 2 +- .../org/jpos/iso/validator/ISOVException.java | 2 +- .../java/org/jpos/iso/validator/MSGTEST.java | 2 +- .../java/org/jpos/iso/validator/MSGTEST02.java | 2 +- .../java/org/jpos/iso/validator/TEST0100.java | 2 +- .../org/jpos/iso/validator/VErrorParser.java | 2 +- jpos/src/main/java/org/jpos/q2/Activator.java | 2 +- jpos/src/main/java/org/jpos/q2/CLI.java | 2 +- jpos/src/main/java/org/jpos/q2/CLICommand.java | 2 +- .../java/org/jpos/q2/CLICommandInterface.java | 2 +- jpos/src/main/java/org/jpos/q2/CLIContext.java | 2 +- .../jpos/q2/CLIPrefixedClassNameCompleter.java | 2 +- .../main/java/org/jpos/q2/CLISubSystem.java | 2 +- jpos/src/main/java/org/jpos/q2/Command.java | 2 +- .../org/jpos/q2/ConfigDecorationProvider.java | 2 +- .../java/org/jpos/q2/ConfigurationFactory.java | 2 +- jpos/src/main/java/org/jpos/q2/Q2.java | 2 +- jpos/src/main/java/org/jpos/q2/QBean.java | 2 +- .../java/org/jpos/q2/QBeanAsyncSupport.java | 2 +- .../main/java/org/jpos/q2/QBeanSupport.java | 2 +- .../java/org/jpos/q2/QBeanSupportMBean.java | 2 +- .../main/java/org/jpos/q2/QClassLoader.java | 2 +- .../java/org/jpos/q2/QClassLoaderMBean.java | 2 +- jpos/src/main/java/org/jpos/q2/QFactory.java | 2 +- jpos/src/main/java/org/jpos/q2/QPersist.java | 2 +- .../jpos/q2/SimpleConfigurationFactory.java | 2 +- .../main/java/org/jpos/q2/cli/CALCLUHN.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/CLR.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/DATE.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/DEPLOY.java | 2 +- .../main/java/org/jpos/q2/cli/DUMPMETRICS.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/ECHO.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/ENV.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/EXIT.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/HELP.java | 2 +- .../src/main/java/org/jpos/q2/cli/INSTALL.java | 2 +- .../src/main/java/org/jpos/q2/cli/LICENSE.java | 2 +- .../java/org/jpos/q2/cli/LOGGER_BENCHMARK.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/MAN.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/MEM.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/OBF.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/SHOWNR.java | 2 +- .../main/java/org/jpos/q2/cli/SHUTDOWN.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/SLEEP.java | 2 +- .../main/java/org/jpos/q2/cli/SMCONSOLE.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/SSM.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/SYSMON.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/TAIL.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/TMMON.java | 2 +- .../src/main/java/org/jpos/q2/cli/TZCHECK.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/UPTIME.java | 2 +- .../src/main/java/org/jpos/q2/cli/VERSION.java | 2 +- jpos/src/main/java/org/jpos/q2/cli/WHOAMI.java | 2 +- .../java/org/jpos/q2/cli/builtin/EXIT.java | 2 +- .../java/org/jpos/q2/cli/builtin/USERDATA.java | 2 +- .../java/org/jpos/q2/cli/deploy/DISABLE.java | 2 +- .../java/org/jpos/q2/cli/deploy/ENABLE.java | 2 +- .../main/java/org/jpos/q2/cli/deploy/LIST.java | 2 +- .../main/java/org/jpos/q2/cli/deploy/PS.java | 2 +- .../java/org/jpos/q2/cli/deploy/SERVICE.java | 2 +- .../org/jpos/q2/cli/ssm/SsmActionBase.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/CK.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/CVV.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/FK.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/GC.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/IK.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/INIT.java | 2 +- .../java/org/jpos/q2/cli/ssm/actions/KE.java | 2 +- .../main/java/org/jpos/q2/install/Install.java | 2 +- .../java/org/jpos/q2/install/ModuleUtils.java | 2 +- .../java/org/jpos/q2/iso/ChannelAdaptor.java | 2 +- .../org/jpos/q2/iso/ChannelAdaptorMBean.java | 2 +- .../java/org/jpos/q2/iso/ContextMaker.java | 2 +- .../java/org/jpos/q2/iso/DailyTaskAdaptor.java | 2 +- .../java/org/jpos/q2/iso/DirPollAdaptor.java | 2 +- .../org/jpos/q2/iso/DirPollAdaptorMBean.java | 2 +- .../src/main/java/org/jpos/q2/iso/MUXPool.java | 2 +- .../java/org/jpos/q2/iso/MUXPoolMBean.java | 2 +- .../q2/iso/MultiSessionChannelAdaptor.java | 2 +- .../iso/MultiSessionChannelAdaptorMBean.java | 2 +- .../org/jpos/q2/iso/OneShotChannelAdaptor.java | 2 +- .../q2/iso/OneShotChannelAdaptorMBean.java | 2 +- .../jpos/q2/iso/OneShotChannelAdaptorMK2.java | 2 +- .../q2/iso/OneShotChannelAdaptorMK2MBean.java | 2 +- jpos/src/main/java/org/jpos/q2/iso/QMUX.java | 2 +- .../main/java/org/jpos/q2/iso/QMUXMBean.java | 2 +- .../main/java/org/jpos/q2/iso/QMUXProxy.java | 2 +- .../java/org/jpos/q2/iso/QMUXProxyAdaptor.java | 2 +- .../org/jpos/q2/iso/QMUXProxyAdaptorMBean.java | 2 +- .../src/main/java/org/jpos/q2/iso/QServer.java | 2 +- .../java/org/jpos/q2/iso/QServerMBean.java | 2 +- .../main/java/org/jpos/q2/iso/RemoteQMUX.java | 2 +- .../main/java/org/jpos/q2/iso/TaskAdaptor.java | 2 +- jpos/src/main/java/org/jpos/q2/qbean/BSH.java | 2 +- .../java/org/jpos/q2/qbean/LoggerAdaptor.java | 2 +- .../java/org/jpos/q2/qbean/LoggerService.java | 2 +- .../jpos/q2/qbean/NameRegistrarInspector.java | 2 +- .../q2/qbean/NameRegistrarInspectorMBean.java | 2 +- .../java/org/jpos/q2/qbean/QBeanFactory.java | 2 +- .../org/jpos/q2/qbean/QBeanFactoryMBean.java | 2 +- .../main/java/org/jpos/q2/qbean/QConfig.java | 2 +- .../src/main/java/org/jpos/q2/qbean/QExec.java | 2 +- .../java/org/jpos/q2/qbean/QExecMBean.java | 2 +- .../qbean/QSingleInstanceFileBasedManager.java | 2 +- .../qbean/QSingleInstancePortBasedManager.java | 2 +- .../org/jpos/q2/qbean/QThreadPoolExecutor.java | 2 +- .../q2/qbean/QThreadPoolExecutorMBean.java | 2 +- .../java/org/jpos/q2/qbean/QXmlConfig.java | 2 +- .../main/java/org/jpos/q2/qbean/Shutdown.java | 2 +- .../java/org/jpos/q2/qbean/SpaceAdaptor.java | 2 +- .../org/jpos/q2/qbean/SpaceAdaptorMBean.java | 2 +- .../main/java/org/jpos/q2/qbean/SpaceLet.java | 2 +- .../org/jpos/q2/qbean/SpaceProxyAdaptor.java | 2 +- .../jpos/q2/qbean/SpaceProxyAdaptorMBean.java | 2 +- .../java/org/jpos/q2/qbean/SystemMonitor.java | 2 +- .../org/jpos/q2/qbean/SystemMonitorMBean.java | 2 +- .../org/jpos/q2/security/KeyStoreAdaptor.java | 2 +- .../jpos/q2/security/KeyStoreAdaptorMBean.java | 2 +- .../java/org/jpos/q2/security/SMAdaptor.java | 2 +- .../org/jpos/q2/security/SMAdaptorMBean.java | 2 +- .../main/java/org/jpos/q2/ssh/AbstractPKA.java | 2 +- .../q2/ssh/AuthorizedKeysFileBasedPKA.java | 2 +- .../java/org/jpos/q2/ssh/CliShellFactory.java | 2 +- .../org/jpos/q2/ssh/SshCLIContextMBean.java | 2 +- .../main/java/org/jpos/q2/ssh/SshService.java | 2 +- jpos/src/main/java/org/jpos/q2/ui/UI.java | 2 +- jpos/src/main/java/org/jpos/rc/CMF.java | 2 +- .../main/java/org/jpos/rc/CMFConverter.java | 2 +- jpos/src/main/java/org/jpos/rc/IRC.java | 2 +- .../main/java/org/jpos/rc/IRCConverter.java | 2 +- jpos/src/main/java/org/jpos/rc/RC.java | 2 +- jpos/src/main/java/org/jpos/rc/Result.java | 2 +- jpos/src/main/java/org/jpos/rc/SimpleRC.java | 2 +- .../java/org/jpos/security/ARPCMethod.java | 2 +- .../main/java/org/jpos/security/Algorithm.java | 2 +- .../java/org/jpos/security/BaseSMAdapter.java | 2 +- .../java/org/jpos/security/CipherMode.java | 2 +- .../security/CryptographicServiceMessage.java | 2 +- .../java/org/jpos/security/EncryptedPIN.java | 2 +- .../java/org/jpos/security/Exportability.java | 2 +- .../java/org/jpos/security/ExtKeyUsage.java | 2 +- .../main/java/org/jpos/security/KeyScheme.java | 2 +- .../org/jpos/security/KeySerialNumber.java | 2 +- .../main/java/org/jpos/security/KeyUsage.java | 2 +- .../main/java/org/jpos/security/MKDMethod.java | 2 +- .../main/java/org/jpos/security/ModeOfUse.java | 2 +- .../java/org/jpos/security/PaddingMethod.java | 2 +- .../main/java/org/jpos/security/SKDMethod.java | 2 +- .../main/java/org/jpos/security/SMAdapter.java | 2 +- .../java/org/jpos/security/SMException.java | 2 +- .../java/org/jpos/security/SecureDESKey.java | 2 +- .../main/java/org/jpos/security/SecureKey.java | 2 +- .../java/org/jpos/security/SecureKeyBlock.java | 2 +- .../jpos/security/SecureKeyBlockBuilder.java | 2 +- .../java/org/jpos/security/SecureKeySpec.java | 2 +- .../java/org/jpos/security/SecureKeyStore.java | 2 +- .../org/jpos/security/SecurePrivateKey.java | 2 +- .../org/jpos/security/SecureVariantKey.java | 2 +- .../org/jpos/security/SensitiveString.java | 2 +- .../java/org/jpos/security/SimpleKeyFile.java | 2 +- .../java/org/jpos/security/SystemSeed.java | 2 +- jpos/src/main/java/org/jpos/security/Util.java | 2 +- .../org/jpos/security/WeakPINException.java | 2 +- .../org/jpos/security/jceadapter/Console.java | 2 +- .../jpos/security/jceadapter/JCEHandler.java | 2 +- .../jceadapter/JCEHandlerException.java | 2 +- .../security/jceadapter/JCESecurityModule.java | 2 +- .../main/java/org/jpos/space/JDBMSpace.java | 2 +- jpos/src/main/java/org/jpos/space/JESpace.java | 2 +- .../main/java/org/jpos/space/LocalSpace.java | 2 +- .../main/java/org/jpos/space/MD5Template.java | 2 +- .../java/org/jpos/space/ObjectTemplate.java | 2 +- .../main/java/org/jpos/space/RemoteSpace.java | 2 +- jpos/src/main/java/org/jpos/space/Space.java | 2 +- .../main/java/org/jpos/space/SpaceError.java | 2 +- .../main/java/org/jpos/space/SpaceFactory.java | 2 +- .../java/org/jpos/space/SpaceInterceptor.java | 2 +- .../java/org/jpos/space/SpaceListener.java | 2 +- .../main/java/org/jpos/space/SpaceProxy.java | 2 +- .../main/java/org/jpos/space/SpaceSource.java | 2 +- .../src/main/java/org/jpos/space/SpaceTap.java | 2 +- .../main/java/org/jpos/space/SpaceUtil.java | 2 +- jpos/src/main/java/org/jpos/space/TSpace.java | 2 +- .../src/main/java/org/jpos/space/Template.java | 2 +- .../main/java/org/jpos/tlv/BinaryTagValue.java | 2 +- jpos/src/main/java/org/jpos/tlv/CharTag.java | 2 +- .../src/main/java/org/jpos/tlv/CharTagMap.java | 2 +- .../java/org/jpos/tlv/CharTagMapBuilder.java | 2 +- .../java/org/jpos/tlv/GenericTagSequence.java | 2 +- jpos/src/main/java/org/jpos/tlv/ISOMsgRef.java | 2 +- .../main/java/org/jpos/tlv/ISOMsgTagValue.java | 2 +- .../main/java/org/jpos/tlv/ISOTaggedField.java | 2 +- .../java/org/jpos/tlv/LiteralTagValue.java | 2 +- .../org/jpos/tlv/OffsetIndexedComposite.java | 2 +- jpos/src/main/java/org/jpos/tlv/TLVClass.java | 2 +- .../main/java/org/jpos/tlv/TLVDataFormat.java | 2 +- jpos/src/main/java/org/jpos/tlv/TLVList.java | 2 +- jpos/src/main/java/org/jpos/tlv/TLVMsg.java | 2 +- .../main/java/org/jpos/tlv/TagSequence.java | 2 +- .../java/org/jpos/tlv/TagSequenceBase.java | 2 +- jpos/src/main/java/org/jpos/tlv/TagValue.java | 2 +- .../main/java/org/jpos/tlv/TagValueBase.java | 2 +- .../BinaryHexTaggedSequencePackager.java | 2 +- .../org/jpos/tlv/packager/IFB_LHBINARY.java | 2 +- .../org/jpos/tlv/packager/IFTA_LLBINARY.java | 2 +- .../org/jpos/tlv/packager/IFTA_LLCHAR.java | 2 +- .../org/jpos/tlv/packager/IFTA_LLLBINARY.java | 2 +- .../org/jpos/tlv/packager/IFTA_LLLCHAR.java | 2 +- .../org/jpos/tlv/packager/IFTA_LLLNUM.java | 2 +- .../java/org/jpos/tlv/packager/IFTA_LLNUM.java | 2 +- .../org/jpos/tlv/packager/IFTB_LLBINARY.java | 2 +- .../java/org/jpos/tlv/packager/IF_FBINARY.java | 2 +- .../java/org/jpos/tlv/packager/IF_FCHAR.java | 2 +- .../org/jpos/tlv/packager/IF_FSTBINARY.java | 2 +- .../java/org/jpos/tlv/packager/IF_FSTCHAR.java | 2 +- .../tlv/packager/PackagerErrorHandler.java | 2 +- .../jpos/tlv/packager/PackagerErrorLogger.java | 2 +- .../tlv/packager/TaggedSequencePackager.java | 2 +- .../bertlv/BERTLVAsciiHexPackager.java | 2 +- .../packager/bertlv/BERTLVBinaryPackager.java | 2 +- .../bertlv/BERTLVEbcdicHexPackager.java | 2 +- .../packager/bertlv/BERTLVFormatMapper.java | 2 +- .../tlv/packager/bertlv/BERTLVPackager.java | 2 +- .../bertlv/DefaultICCBERTLVFormatMapper.java | 2 +- .../bertlv/DefaultICCBERTLVPackager.java | 2 +- .../org/jpos/transaction/AbortParticipant.java | 2 +- .../java/org/jpos/transaction/Context.java | 2 +- .../org/jpos/transaction/ContextConstants.java | 2 +- .../org/jpos/transaction/ContextRecovery.java | 2 +- .../org/jpos/transaction/GroupSelector.java | 2 +- .../java/org/jpos/transaction/Pausable.java | 2 +- .../jpos/transaction/PausedTransaction.java | 2 +- .../jpos/transaction/TransactionConstants.java | 2 +- .../jpos/transaction/TransactionManager.java | 2 +- .../transaction/TransactionManagerMBean.java | 2 +- .../transaction/TransactionParticipant.java | 2 +- .../transaction/TransactionStatusEvent.java | 2 +- .../transaction/TransactionStatusListener.java | 2 +- .../org/jpos/transaction/gui/TMMonitor.java | 2 +- .../jpos/transaction/gui/TMMonitorFactory.java | 2 +- .../participant/BSHGroupSelector.java | 2 +- .../transaction/participant/BSHMethod.java | 2 +- .../participant/BSHTransactionParticipant.java | 2 +- .../transaction/participant/CheckFields.java | 2 +- .../transaction/participant/CheckPoint.java | 2 +- .../jpos/transaction/participant/Debug.java | 2 +- .../jpos/transaction/participant/Delay.java | 2 +- .../jpos/transaction/participant/Forward.java | 2 +- .../jpos/transaction/participant/HasEntry.java | 2 +- .../transaction/participant/JSParticipant.java | 2 +- .../org/jpos/transaction/participant/Join.java | 2 +- .../jpos/transaction/participant/Pause.java | 2 +- .../transaction/participant/QueryHost.java | 2 +- .../participant/SelectDestination.java | 2 +- .../transaction/participant/SendResponse.java | 2 +- .../jpos/transaction/participant/Switch.java | 2 +- .../jpos/transaction/participant/Trace.java | 2 +- jpos/src/main/java/org/jpos/ui/UI.java | 2 +- jpos/src/main/java/org/jpos/ui/UIAware.java | 2 +- jpos/src/main/java/org/jpos/ui/UIFactory.java | 2 +- .../main/java/org/jpos/ui/UIObjectFactory.java | 2 +- .../main/java/org/jpos/ui/action/Debug.java | 2 +- .../main/java/org/jpos/ui/action/Dispose.java | 2 +- .../src/main/java/org/jpos/ui/action/Exit.java | 2 +- .../main/java/org/jpos/ui/action/Redirect.java | 2 +- .../jpos/ui/factory/BorderLayoutFactory.java | 2 +- .../org/jpos/ui/factory/GridLayoutFactory.java | 2 +- .../org/jpos/ui/factory/HSplitFactory.java | 2 +- .../java/org/jpos/ui/factory/HtmlFactory.java | 2 +- .../org/jpos/ui/factory/ISOMeterFactory.java | 2 +- .../org/jpos/ui/factory/JButtonFactory.java | 2 +- .../org/jpos/ui/factory/JLabelFactory.java | 2 +- .../jpos/ui/factory/JTabbedPaneFactory.java | 2 +- .../java/org/jpos/ui/factory/JTreeFactory.java | 2 +- .../jpos/ui/factory/LogListenerFactory.java | 2 +- .../java/org/jpos/ui/factory/PanelFactory.java | 2 +- .../java/org/jpos/ui/factory/TextFactory.java | 2 +- .../org/jpos/ui/factory/VSplitFactory.java | 2 +- .../java/org/jpos/util/BaseLogEventWriter.java | 2 +- .../main/java/org/jpos/util/BlockingQueue.java | 2 +- .../util/BufferedExceptionLogListener.java | 2 +- .../org/jpos/util/BufferedLogListener.java | 2 +- jpos/src/main/java/org/jpos/util/Caller.java | 2 +- .../main/java/org/jpos/util/Chronometer.java | 2 +- .../java/org/jpos/util/ConcurrentUtil.java | 2 +- .../java/org/jpos/util/DailyLogListener.java | 2 +- jpos/src/main/java/org/jpos/util/DateUtil.java | 2 +- .../main/java/org/jpos/util/DefaultTimer.java | 2 +- .../main/java/org/jpos/util/Destroyable.java | 2 +- jpos/src/main/java/org/jpos/util/DirPoll.java | 2 +- jpos/src/main/java/org/jpos/util/Dumpable.java | 2 +- .../java/org/jpos/util/ExceptionLogFilter.java | 2 +- jpos/src/main/java/org/jpos/util/FSDMsg.java | 2 +- .../org/jpos/util/FSDProtectedLogListener.java | 2 +- .../java/org/jpos/util/FilterLogListener.java | 2 +- .../java/org/jpos/util/FlatLogListener.java | 2 +- .../java/org/jpos/util/FrozenLogEvent.java | 2 +- .../java/org/jpos/util/IgnoreLogListener.java | 2 +- jpos/src/main/java/org/jpos/util/Log.java | 2 +- jpos/src/main/java/org/jpos/util/LogEvent.java | 2 +- .../org/jpos/util/LogEventOutputStream.java | 2 +- .../java/org/jpos/util/LogEventWriter.java | 2 +- .../main/java/org/jpos/util/LogListener.java | 2 +- .../main/java/org/jpos/util/LogProducer.java | 2 +- .../src/main/java/org/jpos/util/LogSource.java | 2 +- jpos/src/main/java/org/jpos/util/LogUtil.java | 2 +- .../src/main/java/org/jpos/util/Loggeable.java | 2 +- jpos/src/main/java/org/jpos/util/Logger.java | 2 +- .../org/jpos/util/MappingLogEventWriter.java | 2 +- jpos/src/main/java/org/jpos/util/Metrics.java | 2 +- .../java/org/jpos/util/MetricsProvider.java | 2 +- .../main/java/org/jpos/util/NameRegistrar.java | 2 +- .../src/main/java/org/jpos/util/PGPHelper.java | 2 +- jpos/src/main/java/org/jpos/util/Profiler.java | 2 +- .../org/jpos/util/ProtectedLogListener.java | 2 +- .../java/org/jpos/util/RealmLogFilter.java | 2 +- .../main/java/org/jpos/util/Recyclable.java | 2 +- .../java/org/jpos/util/RotateLogListener.java | 2 +- .../main/java/org/jpos/util/Serializer.java | 2 +- .../java/org/jpos/util/SimpleLogListener.java | 2 +- .../java/org/jpos/util/SimpleLogSource.java | 2 +- .../src/main/java/org/jpos/util/SimpleMsg.java | 2 +- .../java/org/jpos/util/SpaceLogListener.java | 2 +- .../src/main/java/org/jpos/util/StopWatch.java | 2 +- .../java/org/jpos/util/SysLogListener.java | 2 +- .../main/java/org/jpos/util/SystemMonitor.java | 2 +- jpos/src/main/java/org/jpos/util/TPS.java | 2 +- jpos/src/main/java/org/jpos/util/Tags.java | 2 +- .../main/java/org/jpos/util/ThreadPool.java | 2 +- .../java/org/jpos/util/ThreadPoolMBean.java | 2 +- .../java/org/jpos/util/ThroughputControl.java | 2 +- jpos/src/main/java/org/jpos/util/WatchDog.java | 2 +- jpos/src/main/java/org/jpos/util/ZipUtil.java | 2 +- .../jpos/util/function/ByteArrayMapper.java | 2 +- .../org/jpos/util/function/LogEventMapper.java | 2 +- .../util/function/RemoveNewLinesMapper.java | 2 +- .../java/org/jpos/util/slf4j/JPOSLogger.java | 2 +- .../org/jpos/util/slf4j/JPOSLoggerFactory.java | 2 +- .../jpos/util/slf4j/Slf4JDynamicBinder.java | 2 +- .../jpos/util/slf4j/StaticLoggerBinder.java | 2 +- .../test/java/org/jpos/bsh/BSHActionTest.java | 2 +- .../test/java/org/jpos/bsh/BSHFilterTest.java | 2 +- .../java/org/jpos/bsh/BSHLogListenerTest.java | 2 +- .../org/jpos/bsh/BSHRequestListenerTest.java | 2 +- .../java/org/jpos/core/CardHolderTest.java | 2 +- jpos/src/test/java/org/jpos/core/CardTest.java | 2 +- .../org/jpos/core/ConfigAnnotationTest.java | 2 +- .../jpos/core/ConfigurationExceptionTest.java | 2 +- .../java/org/jpos/core/EnvironmentTest.java | 2 +- .../jpos/core/InvalidCardExceptionTest.java | 2 +- .../org/jpos/core/SimpleConfigurationTest.java | 2 +- .../org/jpos/core/SubConfigurationTest.java | 2 +- .../org/jpos/core/VolatileSequencerTest.java | 2 +- .../exception/ExceptionHandlerAwareTest.java | 2 +- .../java/org/jpos/emv/CVRMastercardTest.java | 2 +- .../jpos/emv/IssuerApplicationDataTest.java | 2 +- .../emv/TerminalVerificationResultsTest.java | 2 +- .../emv/cryptogram/CVN10DataBuilderTest.java | 18 ++++++++++++++++++ .../emv/cryptogram/CVN18DataBuilderTest.java | 18 ++++++++++++++++++ .../emv/cryptogram/CVN22DataBuilderTest.java | 18 ++++++++++++++++++ .../emv/cryptogram/CVNMCDataBuilderTest.java | 18 ++++++++++++++++++ .../emv/cryptogram/MCHIPCryptogramTest.java | 18 ++++++++++++++++++ .../emv/cryptogram/VISACryptogramTest.java | 18 ++++++++++++++++++ .../org/jpos/iso/AsciiHexInterpreter2Test.java | 2 +- .../org/jpos/iso/AsciiHexInterpreterTest.java | 2 +- .../org/jpos/iso/AsciiInterpreter2Test.java | 2 +- .../org/jpos/iso/AsciiInterpreterTest.java | 2 +- .../java/org/jpos/iso/AsciiPrefixer2Test.java | 2 +- .../java/org/jpos/iso/AsciiPrefixerTest.java | 2 +- .../java/org/jpos/iso/BCDInterpreterTest.java | 2 +- .../java/org/jpos/iso/BaseChannelTest.java | 2 +- .../java/org/jpos/iso/BcdPrefixer2Test.java | 2 +- .../java/org/jpos/iso/BcdPrefixerTest.java | 2 +- .../java/org/jpos/iso/BinaryPrefixer2Test.java | 2 +- .../test/java/org/jpos/iso/ConnectorTest.java | 2 +- .../test/java/org/jpos/iso/CurrencyTest.java | 2 +- .../jpos/iso/EbcdicBinaryInterpreterTest.java | 2 +- .../org/jpos/iso/EbcdicHexInterpreterTest.java | 2 +- .../org/jpos/iso/EbcdicInterpreter2Test.java | 2 +- .../org/jpos/iso/EbcdicInterpreterTest.java | 2 +- .../java/org/jpos/iso/EbcdicPrefixer2Test.java | 2 +- .../java/org/jpos/iso/EbcdicPrefixerTest.java | 2 +- .../java/org/jpos/iso/IFAE_LLCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFA_AMOUNTTest.java | 2 +- .../test/java/org/jpos/iso/IFA_BINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFA_BITMAPTest.java | 2 +- .../java/org/jpos/iso/IFA_FLLCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFA_FLLNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFA_LCHARTest.java | 2 +- .../java/org/jpos/iso/IFA_LLBINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFA_LLBNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFA_LLCHARTest.java | 2 +- .../java/org/jpos/iso/IFA_LLLBINARYTest.java | 2 +- .../java/org/jpos/iso/IFA_LLLCHARTest.java | 2 +- .../java/org/jpos/iso/IFA_LLLLCHARTest.java | 2 +- .../java/org/jpos/iso/IFA_LLLLLCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFA_LLLNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFA_LLNUMTest.java | 2 +- .../java/org/jpos/iso/IFA_NUMERICTest.java | 2 +- .../test/java/org/jpos/iso/IFB_AMOUNTTest.java | 2 +- .../test/java/org/jpos/iso/IFB_BINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFB_BITMAPTest.java | 2 +- .../test/java/org/jpos/iso/IFB_HEXTest.java | 2 +- .../java/org/jpos/iso/IFB_LLBINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFB_LLCHARTest.java | 2 +- .../java/org/jpos/iso/IFB_LLHBINARYTest.java | 2 +- .../java/org/jpos/iso/IFB_LLHCHARTest.java | 2 +- .../java/org/jpos/iso/IFB_LLHECHARTest.java | 2 +- .../java/org/jpos/iso/IFB_LLHFBINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFB_LLHNUMTest.java | 2 +- .../java/org/jpos/iso/IFB_LLLBINARYTest.java | 2 +- .../java/org/jpos/iso/IFB_LLLCHARTest.java | 2 +- .../java/org/jpos/iso/IFB_LLLHBINARYTest.java | 2 +- .../java/org/jpos/iso/IFB_LLLHCHARTest.java | 2 +- .../java/org/jpos/iso/IFB_LLLHECHARTest.java | 2 +- .../test/java/org/jpos/iso/IFB_LLLNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFB_LLNUMTest.java | 2 +- .../java/org/jpos/iso/IFB_NUMERICTest.java | 2 +- .../java/org/jpos/iso/IFELPE_LLLCHARTest.java | 2 +- .../java/org/jpos/iso/IFEPE_LLCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFE_AMOUNTTest.java | 2 +- .../test/java/org/jpos/iso/IFE_BITMAPTest.java | 2 +- .../test/java/org/jpos/iso/IFE_CHARTest.java | 2 +- .../java/org/jpos/iso/IFE_LBINARYTest.java | 2 +- .../test/java/org/jpos/iso/IFE_LCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFE_LLCHARTest.java | 2 +- .../java/org/jpos/iso/IFE_LLLBINARYTest.java | 2 +- .../java/org/jpos/iso/IFE_LLLCHARTest.java | 2 +- .../test/java/org/jpos/iso/IFE_LLLNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFE_LLNUMTest.java | 2 +- .../test/java/org/jpos/iso/IFE_LNUMTest.java | 2 +- .../java/org/jpos/iso/IFE_NUMERICTest.java | 2 +- .../test/java/org/jpos/iso/IF_CHARTest.java | 2 +- .../src/test/java/org/jpos/iso/IF_NOPTest.java | 2 +- .../test/java/org/jpos/iso/IF_UNUSEDTest.java | 2 +- .../test/java/org/jpos/iso/ISOAmountTest.java | 2 +- .../java/org/jpos/iso/ISOBasePackagerTest.java | 2 +- .../java/org/jpos/iso/ISOCurrencyTest.java | 2 +- .../test/java/org/jpos/iso/ISODateTest.java | 2 +- .../org/jpos/iso/ISOFieldPackagerTest.java | 2 +- .../test/java/org/jpos/iso/ISOFieldTest.java | 2 +- .../ISOFormattableBinaryFieldPackagerTest.java | 2 +- .../ISOFormattableStringFieldPackagerTest.java | 2 +- .../test/java/org/jpos/iso/ISOMsg2Test.java | 2 +- .../src/test/java/org/jpos/iso/ISOMsgTest.java | 2 +- .../test/java/org/jpos/iso/ISOServerTest.java | 2 +- .../test/java/org/jpos/iso/ISOUtilTest.java | 2 +- .../test/java/org/jpos/iso/ISOVMsgTest.java | 2 +- .../test/java/org/jpos/iso/LeftPadderTest.java | 2 +- .../org/jpos/iso/LiteralInterpreterTest.java | 2 +- .../test/java/org/jpos/iso/NullPadderTest.java | 2 +- .../java/org/jpos/iso/NullPrefixerTest.java | 2 +- .../java/org/jpos/iso/PerformanceTesting.java | 2 +- .../java/org/jpos/iso/PosCapabilityTest.java | 2 +- .../java/org/jpos/iso/PosDataCodeTest.java | 2 +- .../java/org/jpos/iso/RightPadder2Test.java | 2 +- .../java/org/jpos/iso/RightPadderTest.java | 2 +- .../java/org/jpos/iso/RightTPadderTest.java | 2 +- .../java/org/jpos/iso/ServiceCodeTest.java | 2 +- .../SignedEbcdicNumberInterpreter2Test.java | 2 +- .../iso/SignedEbcdicNumberInterpreterTest.java | 2 +- .../jpos/iso/SslChannelIntegrationTest.java | 2 +- jpos/src/test/java/org/jpos/iso/TestUtils.java | 2 +- .../org/jpos/iso/channel/ASCIIChannelTest.java | 2 +- .../jpos/iso/channel/BASE24ChannelTest.java | 2 +- .../jpos/iso/channel/BASE24TCPChannelTest.java | 2 +- .../org/jpos/iso/channel/CSChannelTest.java | 2 +- .../org/jpos/iso/channel/ChannelPoolTest.java | 2 +- .../org/jpos/iso/channel/GZIPChannelTest.java | 2 +- .../org/jpos/iso/channel/HEXChannelTest.java | 2 +- .../org/jpos/iso/channel/LogChannelTest.java | 2 +- .../jpos/iso/channel/LoopbackChannelTest.java | 2 +- .../org/jpos/iso/channel/NACChannelTest.java | 2 +- .../org/jpos/iso/channel/NCCChannelTest.java | 2 +- .../org/jpos/iso/channel/PADChannelTest.java | 2 +- .../org/jpos/iso/channel/PostChannelTest.java | 2 +- .../org/jpos/iso/channel/RawChannelTest.java | 2 +- .../org/jpos/iso/channel/VAPChannelTest.java | 2 +- .../org/jpos/iso/channel/X25ChannelTest.java | 2 +- .../org/jpos/iso/channel/XMLChannelTest.java | 2 +- .../org/jpos/iso/filter/DelayFilterTest.java | 2 +- .../org/jpos/iso/filter/MD5FilterTest.java | 2 +- .../org/jpos/iso/filter/MacroFilterTest.java | 2 +- .../jpos/iso/filter/StatefulFilterTest.java | 2 +- .../org/jpos/iso/filter/XSLTFilterTest.java | 2 +- .../org/jpos/iso/header/BASE1HeaderTest.java | 2 +- .../org/jpos/iso/header/BaseHeaderTest.java | 2 +- .../jpos/iso/packager/BASE24PackagerTest.java | 2 +- .../jpos/iso/packager/Base1PackagerTest.java | 2 +- .../packager/Base1SubFieldPackagerTest.java | 2 +- .../jpos/iso/packager/Base1_BITMAP126Test.java | 2 +- .../packager/CTCSubElementPackagerTest.java | 2 +- .../iso/packager/CTCSubFieldPackagerTest.java | 2 +- .../jpos/iso/packager/EuroPackagerTest.java | 2 +- .../iso/packager/EuroSubFieldPackagerTest.java | 2 +- .../jpos/iso/packager/GICCPackagerTest.java | 2 +- .../jpos/iso/packager/GenericPackagerTest.java | 2 +- .../packager/GenericSubFieldPackagerTest.java | 2 +- .../GenericValidatingPackagerTest.java | 2 +- .../packager/ISO87APackagerBBitmapTest.java | 2 +- .../jpos/iso/packager/ISO87APackagerTest.java | 2 +- .../jpos/iso/packager/ISO87BPackagerTest.java | 2 +- .../jpos/iso/packager/ISO93APackagerTest.java | 2 +- .../jpos/iso/packager/ISO93BPackagerTest.java | 2 +- .../ISOBaseValidatingPackagerTest.java | 2 +- .../ISOMsgFieldValidatingPackagerTest.java | 2 +- .../ISOStringFieldPackagerTruncateTest.java | 2 +- .../org/jpos/iso/packager/LogPackagerTest.java | 2 +- .../jpos/iso/packager/NativePackagerTest.java | 2 +- .../jpos/iso/packager/PostPackagerTest.java | 2 +- .../iso/packager/TTDecimalTagMapperTest.java | 2 +- .../iso/packager/TTTDecimalTagMapperTest.java | 2 +- .../packager/TaggedFieldPackagerBaseTest.java | 2 +- .../jpos/iso/packager/VAPSMSPackagerTest.java | 2 +- .../jpos/iso/packager/VAPVIPPackagerTest.java | 2 +- .../jpos/iso/packager/VISA1PackagerTest.java | 2 +- .../iso/packager/X92GenericPackagerTest.java | 2 +- .../org/jpos/iso/packager/X92PackagerTest.java | 2 +- .../org/jpos/iso/packager/XMLPackagerTest.java | 2 +- .../jpos/iso/packagers/PackagerTestCase.java | 2 +- .../jpos/iso/validator/ISOVException1Test.java | 2 +- .../org/jpos/iso/validator/MSGTEST021Test.java | 2 +- .../org/jpos/iso/validator/MSGTEST1Test.java | 2 +- .../org/jpos/iso/validator/TEST01001Test.java | 2 +- .../jpos/iso/validator/VErrorParserTest.java | 2 +- .../org/jpos/q2/CLICommandInterfaceTest.java | 2 +- jpos/src/test/java/org/jpos/q2/Q2Test.java | 2 +- .../test/java/org/jpos/q2/QFactory2Test.java | 2 +- .../q2/SimpleConfigurationFactoryTest.java | 2 +- .../org/jpos/q2/iso/ChannelAdaptorTest.java | 2 +- .../org/jpos/q2/iso/DailyTaskAdaptorTest.java | 2 +- .../org/jpos/q2/iso/DirPollAdaptorTest.java | 2 +- .../test/java/org/jpos/q2/iso/MUXPoolTest.java | 2 +- .../test/java/org/jpos/q2/iso/QMUXTest.java | 2 +- .../java/org/jpos/q2/iso/QMUXTestCase.java | 2 +- .../test/java/org/jpos/q2/iso/QServerTest.java | 2 +- .../java/org/jpos/q2/iso/TaskAdaptorTest.java | 2 +- .../test/java/org/jpos/q2/qbean/BSHTest.java | 2 +- .../org/jpos/q2/qbean/LoggerAdaptorTest.java | 2 +- .../q2/qbean/NameRegistrarInspectorTest.java | 2 +- .../test/java/org/jpos/q2/qbean/QExecTest.java | 2 +- .../jpos/q2/qbean/QThreadPoolExecutorTest.java | 2 +- .../java/org/jpos/q2/qbean/ShutdownTest.java | 2 +- .../org/jpos/q2/qbean/SpaceAdaptorTest.java | 2 +- .../java/org/jpos/q2/qbean/SpaceLetTest.java | 2 +- .../java/org/jpos/q2/qbean/SpaceProxyTest.java | 2 +- .../org/jpos/q2/qbean/SystemMonitorTest.java | 2 +- .../jpos/q2/security/KeyStoreAdaptorTest.java | 2 +- .../org/jpos/q2/security/SMAdaptorTest.java | 2 +- jpos/src/test/java/org/jpos/q2/ui/UITest.java | 2 +- jpos/src/test/java/org/jpos/rc/CMFTest.java | 2 +- jpos/src/test/java/org/jpos/rc/ResultTest.java | 2 +- .../org/jpos/security/BaseSMAdapterTest.java | 2 +- .../CryptographicServiceMessageTest.java | 2 +- .../org/jpos/security/EncryptedPINTest.java | 2 +- .../org/jpos/security/ExtKeyUsageTest.java | 2 +- .../org/jpos/security/KeySerialNumberTest.java | 2 +- .../org/jpos/security/SMExceptionTest.java | 2 +- .../org/jpos/security/SecureDESKeyTest.java | 2 +- .../security/SecureKeyBlockBuilderTest.java | 2 +- .../org/jpos/security/SecureKeyBlockTest.java | 2 +- .../org/jpos/security/SecureKeySpecTest.java | 2 +- .../org/jpos/security/SecureKeyStoreTest.java | 2 +- .../java/org/jpos/security/SecureKeyTest.java | 2 +- .../org/jpos/security/SensitiveStringTest.java | 2 +- .../org/jpos/security/SimpleKeyFileTest.java | 2 +- .../java/org/jpos/security/SystemSeedTest.java | 2 +- .../test/java/org/jpos/security/UtilTest.java | 2 +- .../jpos/security/jceadapter/ConsoleTest.java | 2 +- .../jpos/security/jceadapter/DUKPTTest.java | 2 +- .../jceadapter/JCEHandlerExceptionTest.java | 2 +- .../jceadapter/JCEHandlerMacEngineKeyTest.java | 2 +- .../security/jceadapter/JCEHandlerTest.java | 2 +- .../jceadapter/JCESecurityModuleTest.java | 2 +- .../java/org/jpos/space/JDBMSpaceTest.java | 2 +- .../java/org/jpos/space/JDBMSpaceTestCase.java | 2 +- .../java/org/jpos/space/JESpaceTestCase.java | 2 +- .../java/org/jpos/space/MD5TemplateTest.java | 2 +- .../org/jpos/space/ObjectTemplateTest.java | 2 +- .../java/org/jpos/space/SpaceErrorTest.java | 2 +- .../java/org/jpos/space/SpaceFactoryTest.java | 2 +- .../org/jpos/space/SpaceInterceptorTest.java | 2 +- .../java/org/jpos/space/SpaceProxyTest.java | 2 +- .../test/java/org/jpos/space/SpaceTapTest.java | 2 +- .../java/org/jpos/space/SpaceUtilTest.java | 2 +- .../org/jpos/space/TSpacePerformanceTest.java | 2 +- .../test/java/org/jpos/space/TSpaceTest.java | 2 +- .../java/org/jpos/space/TSpaceTestCase.java | 2 +- .../testhelpers/ComparabilityTestCase.java | 2 +- .../org/jpos/testhelpers/ComparableAssert.java | 2 +- .../testhelpers/EqualsHashCodeTestCase.java | 2 +- .../testhelpers/SerializabilityTestCase.java | 2 +- .../org/jpos/tlv/CharTagMapBuilderTest.java | 2 +- .../test/java/org/jpos/tlv/CharTagMapTest.java | 2 +- .../test/java/org/jpos/tlv/CharTagTest.java | 2 +- .../test/java/org/jpos/tlv/TLVListTest.java | 2 +- .../src/test/java/org/jpos/tlv/TLVMsgTest.java | 2 +- .../jpos/tlv/packager/EMVTagSequenceTest.java | 2 +- .../tlv/packager/ISOTaggedSequenceTest.java | 2 +- .../packager/bertlv/BERTLVPackagerTest.java | 2 +- .../packager/bertlv/Bug349BinaryPackager.java | 2 +- .../packager/bertlv/Bug349TLVFormatMapper.java | 2 +- .../tlv/packager/bertlv/Bug349TagType.java | 2 +- .../java/org/jpos/transaction/ContextTest.java | 2 +- .../org/jpos/transaction/ContextTestCase.java | 2 +- .../jpos/transaction/SwitchParticipant.java | 2 +- .../jpos/transaction/TestPauseParticipant.java | 2 +- .../jpos/transaction/TestRetryParticipant.java | 2 +- .../transaction/TransactionManagerTest.java | 2 +- .../TransactionManagerTestCase.java | 2 +- .../TransactionStatusEventTest.java | 2 +- .../participant/BSHGroupSelectorTest.java | 2 +- .../transaction/participant/BSHMethodTest.java | 2 +- .../BSHTransactionParticipantTest.java | 2 +- .../participant/CheckFieldsTest.java | 2 +- .../transaction/participant/DelayTest.java | 2 +- .../transaction/participant/HasEntryTest.java | 2 +- .../transaction/participant/QueryHostTest.java | 2 +- .../participant/SelectDestinationTest.java | 2 +- .../transaction/participant/TraceTest.java | 2 +- .../java/org/jpos/ui/action/DebugTest.java | 2 +- .../java/org/jpos/ui/action/DisposeTest.java | 2 +- .../java/org/jpos/ui/action/RedirectTest.java | 2 +- .../jpos/ui/factory/GridLayoutFactoryTest.java | 2 +- .../org/jpos/ui/factory/HSplitFactoryTest.java | 2 +- .../org/jpos/ui/factory/HtmlFactoryTest.java | 2 +- .../jpos/ui/factory/ISOMeterFactoryTest.java | 2 +- .../ui/factory/JTabbedPaneFactoryTest.java | 2 +- .../ui/factory/LogListenerFactoryTest.java | 2 +- .../org/jpos/ui/factory/PanelFactoryTest.java | 2 +- .../org/jpos/ui/factory/TextFactoryTest.java | 2 +- .../org/jpos/util/BaseLogEventWriterTest.java | 2 +- .../java/org/jpos/util/BlockingQueueTest.java | 2 +- .../org/jpos/util/DailyLogListenerTest.java | 2 +- .../java/org/jpos/util/DefaultTimerTest.java | 2 +- .../org/jpos/util/DirPollOperationTest.java | 2 +- .../test/java/org/jpos/util/DirPollTest.java | 2 +- .../test/java/org/jpos/util/DumpableTest.java | 2 +- .../org/jpos/util/ExceptionLogFilterTest.java | 2 +- .../jpos/util/FSDMsgEndOfMessageTestCase.java | 2 +- .../jpos/util/FSDMsgPropertiesTestCase.java | 2 +- .../org/jpos/util/FSDMsgSeparatorTestCase.java | 2 +- .../test/java/org/jpos/util/FSDMsgTest.java | 2 +- .../java/org/jpos/util/FSDMsgTestCase.java | 2 +- .../org/jpos/util/FilterLogListenerTest.java | 2 +- .../org/jpos/util/FlatLogListenerTest.java | 2 +- .../test/java/org/jpos/util/LogEventTest.java | 2 +- .../java/org/jpos/util/LogFileTestUtils.java | 2 +- .../jpos/util/LogRotationTestDirectory.java | 2 +- jpos/src/test/java/org/jpos/util/LogTest.java | 2 +- .../test/java/org/jpos/util/LogUtilTest.java | 2 +- .../test/java/org/jpos/util/LoggerTest.java | 2 +- .../jpos/util/MappingLogEventWriterTest.java | 2 +- .../util/NameRegistrarConcurrencyTest.java | 2 +- .../java/org/jpos/util/NameRegistrarTest.java | 2 +- .../test/java/org/jpos/util/PGPHelperTest.java | 2 +- .../test/java/org/jpos/util/ProfilerTest.java | 2 +- .../jpos/util/ProtectedLogListenerTest.java | 2 +- .../java/org/jpos/util/RecyclableTest.java | 2 +- .../org/jpos/util/RotateLogListenerTest.java | 2 +- .../java/org/jpos/util/SerializerTest.java | 2 +- .../org/jpos/util/SimpleLogListenerTest.java | 2 +- .../org/jpos/util/SimpleLogSourceTest.java | 2 +- .../test/java/org/jpos/util/SimpleMsgTest.java | 2 +- .../test/java/org/jpos/util/StopWatchTest.java | 2 +- .../test/java/org/jpos/util/TPSTestCase.java | 2 +- jpos/src/test/java/org/jpos/util/TagsTest.java | 2 +- .../java/org/jpos/util/ThreadPoolTest.java | 2 +- .../jpos/util/ThroughputControlTestCase.java | 2 +- .../test/java/org/jpos/util/ZipUtilTest.java | 2 +- .../function/RemoveNewLinesMapperTest.java | 2 +- .../jpos/util/function/TestLogEventMapper.java | 2 +- 1055 files changed, 1293 insertions(+), 1041 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index df457d33ff..1ac61fd6db 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/AuthorizationTransaction.java b/compat_1_5_2/src/main/java/org/jpos/core/AuthorizationTransaction.java index 87ffff4330..47be3c4ebe 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/AuthorizationTransaction.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/AuthorizationTransaction.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardAgent.java b/compat_1_5_2/src/main/java/org/jpos/core/CardAgent.java index abea929837..c1bb019a42 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardAgent.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardAgent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentException.java b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentException.java index fc04debd66..5b568556fb 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentException.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentLookup.java b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentLookup.java index 8b91145702..cabc24e254 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentLookup.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentLookup.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentNotFoundException.java b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentNotFoundException.java index a2b10b242d..e07c4de33c 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardAgentNotFoundException.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardAgentNotFoundException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardBrand.java b/compat_1_5_2/src/main/java/org/jpos/core/CardBrand.java index 95de654339..e5249283c3 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardBrand.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardBrand.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardSelector.java b/compat_1_5_2/src/main/java/org/jpos/core/CardSelector.java index 6d891f6c96..3cfd076133 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardSelector.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardSelector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardTransaction.java b/compat_1_5_2/src/main/java/org/jpos/core/CardTransaction.java index ee9bee2025..585ca31832 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardTransaction.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardTransaction.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/CardTransactionResponse.java b/compat_1_5_2/src/main/java/org/jpos/core/CardTransactionResponse.java index a894aaeea7..4918331007 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/CardTransactionResponse.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/CardTransactionResponse.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/ErrorResponse.java b/compat_1_5_2/src/main/java/org/jpos/core/ErrorResponse.java index 8f28da29c9..b95bfef6ef 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/ErrorResponse.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/ErrorResponse.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/FinancialTransaction.java b/compat_1_5_2/src/main/java/org/jpos/core/FinancialTransaction.java index b849d0dbff..a4f54414aa 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/FinancialTransaction.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/FinancialTransaction.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/ReConfigurable.java b/compat_1_5_2/src/main/java/org/jpos/core/ReConfigurable.java index 07f9089d2f..85fa0d3959 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/ReConfigurable.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/ReConfigurable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/Stopable.java b/compat_1_5_2/src/main/java/org/jpos/core/Stopable.java index a98e5731a6..801793eac8 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/Stopable.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/Stopable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/ThinResponse.java b/compat_1_5_2/src/main/java/org/jpos/core/ThinResponse.java index f6abdff5aa..2e86f6732d 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/ThinResponse.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/ThinResponse.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/core/UnknownCardException.java b/compat_1_5_2/src/main/java/org/jpos/core/UnknownCardException.java index 1c13a05898..9aa34e0359 100644 --- a/compat_1_5_2/src/main/java/org/jpos/core/UnknownCardException.java +++ b/compat_1_5_2/src/main/java/org/jpos/core/UnknownCardException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUX.java b/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUX.java index 50c70a75e1..676b4a6d9c 100644 --- a/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUX.java +++ b/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUXMBean.java b/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUXMBean.java index dea8f0cbf0..49df01e2a9 100644 --- a/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUXMBean.java +++ b/compat_1_5_2/src/main/java/org/jpos/iso/ISOMUXMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/iso/ISORequest.java b/compat_1_5_2/src/main/java/org/jpos/iso/ISORequest.java index 3bd630268b..30e784cb20 100644 --- a/compat_1_5_2/src/main/java/org/jpos/iso/ISORequest.java +++ b/compat_1_5_2/src/main/java/org/jpos/iso/ISORequest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/log4j/ISOMsgRenderer.java b/compat_1_5_2/src/main/java/org/jpos/log4j/ISOMsgRenderer.java index 9e6b066662..8a6382912d 100644 --- a/compat_1_5_2/src/main/java/org/jpos/log4j/ISOMsgRenderer.java +++ b/compat_1_5_2/src/main/java/org/jpos/log4j/ISOMsgRenderer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/log4j/LogEventRenderer.java b/compat_1_5_2/src/main/java/org/jpos/log4j/LogEventRenderer.java index ab2e58a974..6287121239 100644 --- a/compat_1_5_2/src/main/java/org/jpos/log4j/LogEventRenderer.java +++ b/compat_1_5_2/src/main/java/org/jpos/log4j/LogEventRenderer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/q2/iso/CardAgentAdaptor.java b/compat_1_5_2/src/main/java/org/jpos/q2/iso/CardAgentAdaptor.java index 986694d650..588912852e 100644 --- a/compat_1_5_2/src/main/java/org/jpos/q2/iso/CardAgentAdaptor.java +++ b/compat_1_5_2/src/main/java/org/jpos/q2/iso/CardAgentAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/q2/tpl/ConnectionPoolAdaptor.java b/compat_1_5_2/src/main/java/org/jpos/q2/tpl/ConnectionPoolAdaptor.java index ad3c2a0b58..8dce4f1f96 100644 --- a/compat_1_5_2/src/main/java/org/jpos/q2/tpl/ConnectionPoolAdaptor.java +++ b/compat_1_5_2/src/main/java/org/jpos/q2/tpl/ConnectionPoolAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/Connector.java b/compat_1_5_2/src/main/java/org/jpos/space/Connector.java index 98364f51d0..f2e96a8ea4 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/Connector.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/Connector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/ISOChannelAdaptor.java b/compat_1_5_2/src/main/java/org/jpos/space/ISOChannelAdaptor.java index 0cf7290a09..c40e122842 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/ISOChannelAdaptor.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/ISOChannelAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/ISORequestListenerAdaptor.java b/compat_1_5_2/src/main/java/org/jpos/space/ISORequestListenerAdaptor.java index 89cb0f38e1..dd949597e4 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/ISORequestListenerAdaptor.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/ISORequestListenerAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/LeasedReference.java b/compat_1_5_2/src/main/java/org/jpos/space/LeasedReference.java index 356d9a4b3d..b90cc1d120 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/LeasedReference.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/LeasedReference.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/PersistentSpace.java b/compat_1_5_2/src/main/java/org/jpos/space/PersistentSpace.java index 5ca1e292ac..1cb4e81648 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/PersistentSpace.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/PersistentSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/Request.java b/compat_1_5_2/src/main/java/org/jpos/space/Request.java index 65381445a6..9f742ae49c 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/Request.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/Request.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/SpaceChannel.java b/compat_1_5_2/src/main/java/org/jpos/space/SpaceChannel.java index f1aca47378..b0064c63ea 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/SpaceChannel.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/SpaceChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/SpaceMUX.java b/compat_1_5_2/src/main/java/org/jpos/space/SpaceMUX.java index 872491c4ee..b4667fc9de 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/SpaceMUX.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/SpaceMUX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/TinySpace.java b/compat_1_5_2/src/main/java/org/jpos/space/TinySpace.java index 93bd7531de..3a566b9965 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/TinySpace.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/TinySpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/TransientSpace.java b/compat_1_5_2/src/main/java/org/jpos/space/TransientSpace.java index d6a4d29230..bf4d87ffd6 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/TransientSpace.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/TransientSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/space/TransientSpaceMBean.java b/compat_1_5_2/src/main/java/org/jpos/space/TransientSpaceMBean.java index f431737203..97a0da88cf 100644 --- a/compat_1_5_2/src/main/java/org/jpos/space/TransientSpaceMBean.java +++ b/compat_1_5_2/src/main/java/org/jpos/space/TransientSpaceMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/ConnectionPool.java b/compat_1_5_2/src/main/java/org/jpos/tpl/ConnectionPool.java index 76702f3c47..47cff79484 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/ConnectionPool.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/ConnectionPool.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/NoPeerException.java b/compat_1_5_2/src/main/java/org/jpos/tpl/NoPeerException.java index abf253e5cb..4e8334b965 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/NoPeerException.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/NoPeerException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/NotFoundException.java b/compat_1_5_2/src/main/java/org/jpos/tpl/NotFoundException.java index 12e141f533..67022541f2 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/NotFoundException.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/NotFoundException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentEngine.java b/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentEngine.java index 0ca6dfd30c..ad774a71a8 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentEngine.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentEngine.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentPeer.java b/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentPeer.java index ce8a1878c0..9cb0b1a341 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentPeer.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/PersistentPeer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/tpl/RowMap.java b/compat_1_5_2/src/main/java/org/jpos/tpl/RowMap.java index e7de28b9a8..a42518d21d 100644 --- a/compat_1_5_2/src/main/java/org/jpos/tpl/RowMap.java +++ b/compat_1_5_2/src/main/java/org/jpos/tpl/RowMap.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/AssertFailedException.java b/compat_1_5_2/src/main/java/org/jpos/util/AssertFailedException.java index f8ec8d2c9d..db90d4f64d 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/AssertFailedException.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/AssertFailedException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/Asserter.java b/compat_1_5_2/src/main/java/org/jpos/util/Asserter.java index 5a0e22deb0..b82337ae65 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/Asserter.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/Asserter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/DefaultLockManager.java b/compat_1_5_2/src/main/java/org/jpos/util/DefaultLockManager.java index 8032e9080b..16bab03324 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/DefaultLockManager.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/DefaultLockManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/LockManager.java b/compat_1_5_2/src/main/java/org/jpos/util/LockManager.java index 2839ea9e0f..494a6e90b8 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/LockManager.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/LockManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/Log4JListener.java b/compat_1_5_2/src/main/java/org/jpos/util/Log4JListener.java index 9b5973edd4..3410c154c8 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/Log4JListener.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/Log4JListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/Modem.java b/compat_1_5_2/src/main/java/org/jpos/util/Modem.java index c513d0846d..eda635306b 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/Modem.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/Modem.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/compat_1_5_2/src/main/java/org/jpos/util/SimpleLockManager.java b/compat_1_5_2/src/main/java/org/jpos/util/SimpleLockManager.java index a40fe1ebc8..97e455973b 100644 --- a/compat_1_5_2/src/main/java/org/jpos/util/SimpleLockManager.java +++ b/compat_1_5_2/src/main/java/org/jpos/util/SimpleLockManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/bsh/BSHAction.java b/jpos/src/main/java/org/jpos/bsh/BSHAction.java index 9148f30e28..79846a8e78 100644 --- a/jpos/src/main/java/org/jpos/bsh/BSHAction.java +++ b/jpos/src/main/java/org/jpos/bsh/BSHAction.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/bsh/BSHFilter.java b/jpos/src/main/java/org/jpos/bsh/BSHFilter.java index dfb535c8ff..cebdc0e35f 100644 --- a/jpos/src/main/java/org/jpos/bsh/BSHFilter.java +++ b/jpos/src/main/java/org/jpos/bsh/BSHFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/bsh/BSHLogListener.java b/jpos/src/main/java/org/jpos/bsh/BSHLogListener.java index cdebc99228..d2eb26b1f2 100644 --- a/jpos/src/main/java/org/jpos/bsh/BSHLogListener.java +++ b/jpos/src/main/java/org/jpos/bsh/BSHLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/bsh/BSHRequestListener.java b/jpos/src/main/java/org/jpos/bsh/BSHRequestListener.java index ce6112f58a..48a56efd0a 100644 --- a/jpos/src/main/java/org/jpos/bsh/BSHRequestListener.java +++ b/jpos/src/main/java/org/jpos/bsh/BSHRequestListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/bsh/BSHUI.java b/jpos/src/main/java/org/jpos/bsh/BSHUI.java index 585d2a8eb0..e6296ca46b 100644 --- a/jpos/src/main/java/org/jpos/bsh/BSHUI.java +++ b/jpos/src/main/java/org/jpos/bsh/BSHUI.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Card.java b/jpos/src/main/java/org/jpos/core/Card.java index fa920d4ad7..bdac5adb6b 100644 --- a/jpos/src/main/java/org/jpos/core/Card.java +++ b/jpos/src/main/java/org/jpos/core/Card.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/CardHolder.java b/jpos/src/main/java/org/jpos/core/CardHolder.java index fd82b6b43f..6a53d6d6b0 100644 --- a/jpos/src/main/java/org/jpos/core/CardHolder.java +++ b/jpos/src/main/java/org/jpos/core/CardHolder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/CardValidator.java b/jpos/src/main/java/org/jpos/core/CardValidator.java index 78d49651b5..5a482cfbff 100644 --- a/jpos/src/main/java/org/jpos/core/CardValidator.java +++ b/jpos/src/main/java/org/jpos/core/CardValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Configurable.java b/jpos/src/main/java/org/jpos/core/Configurable.java index 33e0d76892..c6e4dd4fdf 100644 --- a/jpos/src/main/java/org/jpos/core/Configurable.java +++ b/jpos/src/main/java/org/jpos/core/Configurable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Configuration.java b/jpos/src/main/java/org/jpos/core/Configuration.java index 3dcc6eab65..26d73d0844 100644 --- a/jpos/src/main/java/org/jpos/core/Configuration.java +++ b/jpos/src/main/java/org/jpos/core/Configuration.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/ConfigurationException.java b/jpos/src/main/java/org/jpos/core/ConfigurationException.java index 139b0475a8..155fff1d09 100644 --- a/jpos/src/main/java/org/jpos/core/ConfigurationException.java +++ b/jpos/src/main/java/org/jpos/core/ConfigurationException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/DefaultCardValidator.java b/jpos/src/main/java/org/jpos/core/DefaultCardValidator.java index 446bba2312..cb806fc74d 100644 --- a/jpos/src/main/java/org/jpos/core/DefaultCardValidator.java +++ b/jpos/src/main/java/org/jpos/core/DefaultCardValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/DefaultLUHNCalculator.java b/jpos/src/main/java/org/jpos/core/DefaultLUHNCalculator.java index 62412cbedc..3644c5a913 100644 --- a/jpos/src/main/java/org/jpos/core/DefaultLUHNCalculator.java +++ b/jpos/src/main/java/org/jpos/core/DefaultLUHNCalculator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Environment.java b/jpos/src/main/java/org/jpos/core/Environment.java index 9f7771ae74..11a7547cb5 100644 --- a/jpos/src/main/java/org/jpos/core/Environment.java +++ b/jpos/src/main/java/org/jpos/core/Environment.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/EnvironmentProvider.java b/jpos/src/main/java/org/jpos/core/EnvironmentProvider.java index ad2daffa52..0634b3998b 100644 --- a/jpos/src/main/java/org/jpos/core/EnvironmentProvider.java +++ b/jpos/src/main/java/org/jpos/core/EnvironmentProvider.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/FileEnvironmentProvider.java b/jpos/src/main/java/org/jpos/core/FileEnvironmentProvider.java index 807ecc8c59..660fd199ac 100644 --- a/jpos/src/main/java/org/jpos/core/FileEnvironmentProvider.java +++ b/jpos/src/main/java/org/jpos/core/FileEnvironmentProvider.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/IgnoreLuhnCardValidator.java b/jpos/src/main/java/org/jpos/core/IgnoreLuhnCardValidator.java index 03ee1247e7..0ec54d03d3 100644 --- a/jpos/src/main/java/org/jpos/core/IgnoreLuhnCardValidator.java +++ b/jpos/src/main/java/org/jpos/core/IgnoreLuhnCardValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/InvalidCardException.java b/jpos/src/main/java/org/jpos/core/InvalidCardException.java index 04cfb792c7..a7b6d3e72e 100644 --- a/jpos/src/main/java/org/jpos/core/InvalidCardException.java +++ b/jpos/src/main/java/org/jpos/core/InvalidCardException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/LUHNCalculator.java b/jpos/src/main/java/org/jpos/core/LUHNCalculator.java index 28da9548fb..8a4347a758 100644 --- a/jpos/src/main/java/org/jpos/core/LUHNCalculator.java +++ b/jpos/src/main/java/org/jpos/core/LUHNCalculator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/NodeConfigurable.java b/jpos/src/main/java/org/jpos/core/NodeConfigurable.java index 33408f5a33..454f107def 100644 --- a/jpos/src/main/java/org/jpos/core/NodeConfigurable.java +++ b/jpos/src/main/java/org/jpos/core/NodeConfigurable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/ObfEnvironmentProvider.java b/jpos/src/main/java/org/jpos/core/ObfEnvironmentProvider.java index ac4fa9cceb..f6836bf33c 100644 --- a/jpos/src/main/java/org/jpos/core/ObfEnvironmentProvider.java +++ b/jpos/src/main/java/org/jpos/core/ObfEnvironmentProvider.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/ReadableConfiguration.java b/jpos/src/main/java/org/jpos/core/ReadableConfiguration.java index b750394120..8e4ed82f38 100644 --- a/jpos/src/main/java/org/jpos/core/ReadableConfiguration.java +++ b/jpos/src/main/java/org/jpos/core/ReadableConfiguration.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Sequencer.java b/jpos/src/main/java/org/jpos/core/Sequencer.java index f2eb8483aa..e556bef9bf 100644 --- a/jpos/src/main/java/org/jpos/core/Sequencer.java +++ b/jpos/src/main/java/org/jpos/core/Sequencer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/SimpleConfiguration.java b/jpos/src/main/java/org/jpos/core/SimpleConfiguration.java index 9ab0c01960..9eef66fd7d 100644 --- a/jpos/src/main/java/org/jpos/core/SimpleConfiguration.java +++ b/jpos/src/main/java/org/jpos/core/SimpleConfiguration.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/SubConfiguration.java b/jpos/src/main/java/org/jpos/core/SubConfiguration.java index c623b774c4..c600490853 100644 --- a/jpos/src/main/java/org/jpos/core/SubConfiguration.java +++ b/jpos/src/main/java/org/jpos/core/SubConfiguration.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Track1.java b/jpos/src/main/java/org/jpos/core/Track1.java index fda1141208..7a58575bf3 100644 --- a/jpos/src/main/java/org/jpos/core/Track1.java +++ b/jpos/src/main/java/org/jpos/core/Track1.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/Track2.java b/jpos/src/main/java/org/jpos/core/Track2.java index 2e2436a316..61c292e7ac 100644 --- a/jpos/src/main/java/org/jpos/core/Track2.java +++ b/jpos/src/main/java/org/jpos/core/Track2.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/VolatileSequencer.java b/jpos/src/main/java/org/jpos/core/VolatileSequencer.java index 1cf8dd6987..c383c7de65 100644 --- a/jpos/src/main/java/org/jpos/core/VolatileSequencer.java +++ b/jpos/src/main/java/org/jpos/core/VolatileSequencer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/VolatileSequencerMBean.java b/jpos/src/main/java/org/jpos/core/VolatileSequencerMBean.java index 24ce39a01a..585badcdcc 100644 --- a/jpos/src/main/java/org/jpos/core/VolatileSequencerMBean.java +++ b/jpos/src/main/java/org/jpos/core/VolatileSequencerMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/XmlConfigurable.java b/jpos/src/main/java/org/jpos/core/XmlConfigurable.java index 48a4e9afc0..10b7bb3317 100644 --- a/jpos/src/main/java/org/jpos/core/XmlConfigurable.java +++ b/jpos/src/main/java/org/jpos/core/XmlConfigurable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/annotation/Config.java b/jpos/src/main/java/org/jpos/core/annotation/Config.java index 65084904d7..0de8de75e8 100644 --- a/jpos/src/main/java/org/jpos/core/annotation/Config.java +++ b/jpos/src/main/java/org/jpos/core/annotation/Config.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandler.java b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandler.java index 290a0fed55..8b248e96f6 100644 --- a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandler.java +++ b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandler.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerAware.java b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerAware.java index 2afda1fcd4..0462e5de91 100644 --- a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerAware.java +++ b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerAware.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerConfigAware.java b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerConfigAware.java index ebf907cdad..17c510619c 100644 --- a/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerConfigAware.java +++ b/jpos/src/main/java/org/jpos/core/handlers/exception/ExceptionHandlerConfigAware.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/BinaryEMVTag.java b/jpos/src/main/java/org/jpos/emv/BinaryEMVTag.java index c2c2b4c5b0..6c99ea1fa8 100644 --- a/jpos/src/main/java/org/jpos/emv/BinaryEMVTag.java +++ b/jpos/src/main/java/org/jpos/emv/BinaryEMVTag.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/CVRMastercard.java b/jpos/src/main/java/org/jpos/emv/CVRMastercard.java index 09c05d30e1..1f84c0c901 100644 --- a/jpos/src/main/java/org/jpos/emv/CVRMastercard.java +++ b/jpos/src/main/java/org/jpos/emv/CVRMastercard.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVConstructedTag.java b/jpos/src/main/java/org/jpos/emv/EMVConstructedTag.java index 9b0eb7401c..a71eef5aaa 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVConstructedTag.java +++ b/jpos/src/main/java/org/jpos/emv/EMVConstructedTag.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVProprietaryTagType.java b/jpos/src/main/java/org/jpos/emv/EMVProprietaryTagType.java index 954e03db53..5f0c429cf8 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVProprietaryTagType.java +++ b/jpos/src/main/java/org/jpos/emv/EMVProprietaryTagType.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVStandardTagType.java b/jpos/src/main/java/org/jpos/emv/EMVStandardTagType.java index 2cfe5f31f3..e8a90238d2 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVStandardTagType.java +++ b/jpos/src/main/java/org/jpos/emv/EMVStandardTagType.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVTag.java b/jpos/src/main/java/org/jpos/emv/EMVTag.java index 9b648cb6f2..3afaa36baa 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVTag.java +++ b/jpos/src/main/java/org/jpos/emv/EMVTag.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVTagSequence.java b/jpos/src/main/java/org/jpos/emv/EMVTagSequence.java index b73850551f..19662352c0 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVTagSequence.java +++ b/jpos/src/main/java/org/jpos/emv/EMVTagSequence.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/EMVTagType.java b/jpos/src/main/java/org/jpos/emv/EMVTagType.java index dae2cbce2e..5d665c5ff3 100644 --- a/jpos/src/main/java/org/jpos/emv/EMVTagType.java +++ b/jpos/src/main/java/org/jpos/emv/EMVTagType.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/IssuerApplicationData.java b/jpos/src/main/java/org/jpos/emv/IssuerApplicationData.java index 169f1f9109..7148d09cf2 100644 --- a/jpos/src/main/java/org/jpos/emv/IssuerApplicationData.java +++ b/jpos/src/main/java/org/jpos/emv/IssuerApplicationData.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/LiteralEMVTag.java b/jpos/src/main/java/org/jpos/emv/LiteralEMVTag.java index fa4e5d2769..01b8c248b4 100644 --- a/jpos/src/main/java/org/jpos/emv/LiteralEMVTag.java +++ b/jpos/src/main/java/org/jpos/emv/LiteralEMVTag.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/ProprietaryFormatException.java b/jpos/src/main/java/org/jpos/emv/ProprietaryFormatException.java index 6bd02f0daa..0a27671e45 100644 --- a/jpos/src/main/java/org/jpos/emv/ProprietaryFormatException.java +++ b/jpos/src/main/java/org/jpos/emv/ProprietaryFormatException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/TerminalVerificationResults.java b/jpos/src/main/java/org/jpos/emv/TerminalVerificationResults.java index fa635c3829..aa67eb030c 100644 --- a/jpos/src/main/java/org/jpos/emv/TerminalVerificationResults.java +++ b/jpos/src/main/java/org/jpos/emv/TerminalVerificationResults.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/UnknownTagNumberException.java b/jpos/src/main/java/org/jpos/emv/UnknownTagNumberException.java index 14ecd4b93a..349b6c03fb 100644 --- a/jpos/src/main/java/org/jpos/emv/UnknownTagNumberException.java +++ b/jpos/src/main/java/org/jpos/emv/UnknownTagNumberException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN10DataBuilder.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN10DataBuilder.java index d8bfe7fdc7..50601a8bdc 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN10DataBuilder.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN10DataBuilder.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN18DataBuilder.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN18DataBuilder.java index 1decca9f5f..cb8e857fcf 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN18DataBuilder.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN18DataBuilder.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN22DataBuilder.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN22DataBuilder.java index 8bba868b9f..2b21ba547a 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CVN22DataBuilder.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CVN22DataBuilder.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; /** diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CVNMCDataBuilder.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CVNMCDataBuilder.java index 8fbe0900cd..620c3a9411 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CVNMCDataBuilder.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CVNMCDataBuilder.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramDataBuilder.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramDataBuilder.java index 080c0c563e..0af50a1d3f 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramDataBuilder.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramDataBuilder.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.EMVStandardTagType; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramSpec.java b/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramSpec.java index 2852db7fd9..18d844c6b0 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramSpec.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/CryptogramSpec.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.security.ARPCMethod; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/MChipCryptogram.java b/jpos/src/main/java/org/jpos/emv/cryptogram/MChipCryptogram.java index 180f9ebaea..7aac9fc04c 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/MChipCryptogram.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/MChipCryptogram.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.security.ARPCMethod; diff --git a/jpos/src/main/java/org/jpos/emv/cryptogram/VISACryptogram.java b/jpos/src/main/java/org/jpos/emv/cryptogram/VISACryptogram.java index 27a1ff6f7f..f83e01c8d0 100644 --- a/jpos/src/main/java/org/jpos/emv/cryptogram/VISACryptogram.java +++ b/jpos/src/main/java/org/jpos/emv/cryptogram/VISACryptogram.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.security.ARPCMethod; diff --git a/jpos/src/main/java/org/jpos/iso/AsciiHexInterpreter.java b/jpos/src/main/java/org/jpos/iso/AsciiHexInterpreter.java index b980348c54..a168c376ea 100644 --- a/jpos/src/main/java/org/jpos/iso/AsciiHexInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/AsciiHexInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/AsciiInterpreter.java b/jpos/src/main/java/org/jpos/iso/AsciiInterpreter.java index 69ba2c52b4..172d06bcc5 100644 --- a/jpos/src/main/java/org/jpos/iso/AsciiInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/AsciiInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/AsciiPrefixer.java b/jpos/src/main/java/org/jpos/iso/AsciiPrefixer.java index 0ec87d60a4..4dcac2846a 100644 --- a/jpos/src/main/java/org/jpos/iso/AsciiPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/AsciiPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BCDInterpreter.java b/jpos/src/main/java/org/jpos/iso/BCDInterpreter.java index 257992de4e..4435baca0c 100644 --- a/jpos/src/main/java/org/jpos/iso/BCDInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/BCDInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BaseChannel.java b/jpos/src/main/java/org/jpos/iso/BaseChannel.java index 677168f57f..0c254e20b6 100644 --- a/jpos/src/main/java/org/jpos/iso/BaseChannel.java +++ b/jpos/src/main/java/org/jpos/iso/BaseChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BaseChannelMBean.java b/jpos/src/main/java/org/jpos/iso/BaseChannelMBean.java index 114c003b1e..1ebed3fc21 100644 --- a/jpos/src/main/java/org/jpos/iso/BaseChannelMBean.java +++ b/jpos/src/main/java/org/jpos/iso/BaseChannelMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BcdPrefixer.java b/jpos/src/main/java/org/jpos/iso/BcdPrefixer.java index 3db9675693..fd73b06f74 100644 --- a/jpos/src/main/java/org/jpos/iso/BcdPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/BcdPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BinaryInterpreter.java b/jpos/src/main/java/org/jpos/iso/BinaryInterpreter.java index f805430634..43c9df0041 100644 --- a/jpos/src/main/java/org/jpos/iso/BinaryInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/BinaryInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/BinaryPrefixer.java b/jpos/src/main/java/org/jpos/iso/BinaryPrefixer.java index 53e70db881..cab5084d40 100644 --- a/jpos/src/main/java/org/jpos/iso/BinaryPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/BinaryPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Channel.java b/jpos/src/main/java/org/jpos/iso/Channel.java index c982910da0..af63c33180 100644 --- a/jpos/src/main/java/org/jpos/iso/Channel.java +++ b/jpos/src/main/java/org/jpos/iso/Channel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ClientChannel.java b/jpos/src/main/java/org/jpos/iso/ClientChannel.java index ef5541abf5..91dd314147 100644 --- a/jpos/src/main/java/org/jpos/iso/ClientChannel.java +++ b/jpos/src/main/java/org/jpos/iso/ClientChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Connector.java b/jpos/src/main/java/org/jpos/iso/Connector.java index 20c3d28405..6ecb911012 100644 --- a/jpos/src/main/java/org/jpos/iso/Connector.java +++ b/jpos/src/main/java/org/jpos/iso/Connector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Currency.java b/jpos/src/main/java/org/jpos/iso/Currency.java index 9bacc140f9..56c4a63ba1 100644 --- a/jpos/src/main/java/org/jpos/iso/Currency.java +++ b/jpos/src/main/java/org/jpos/iso/Currency.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/EbcdicBinaryInterpreter.java b/jpos/src/main/java/org/jpos/iso/EbcdicBinaryInterpreter.java index cc775716eb..d2483c9250 100644 --- a/jpos/src/main/java/org/jpos/iso/EbcdicBinaryInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/EbcdicBinaryInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/EbcdicHexInterpreter.java b/jpos/src/main/java/org/jpos/iso/EbcdicHexInterpreter.java index d074c95095..b8e701a414 100644 --- a/jpos/src/main/java/org/jpos/iso/EbcdicHexInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/EbcdicHexInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/EbcdicInterpreter.java b/jpos/src/main/java/org/jpos/iso/EbcdicInterpreter.java index 0f48a4b1df..18fcf44ac2 100644 --- a/jpos/src/main/java/org/jpos/iso/EbcdicInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/EbcdicInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/EbcdicPrefixer.java b/jpos/src/main/java/org/jpos/iso/EbcdicPrefixer.java index 4335e5413e..0454e92c04 100644 --- a/jpos/src/main/java/org/jpos/iso/EbcdicPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/EbcdicPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/FSDISOMsg.java b/jpos/src/main/java/org/jpos/iso/FSDISOMsg.java index 7cb8e19432..36daa30017 100644 --- a/jpos/src/main/java/org/jpos/iso/FSDISOMsg.java +++ b/jpos/src/main/java/org/jpos/iso/FSDISOMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/FactoryChannel.java b/jpos/src/main/java/org/jpos/iso/FactoryChannel.java index 873513f0ce..99f14e4ab7 100644 --- a/jpos/src/main/java/org/jpos/iso/FactoryChannel.java +++ b/jpos/src/main/java/org/jpos/iso/FactoryChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/FilteredBase.java b/jpos/src/main/java/org/jpos/iso/FilteredBase.java index 6b265e4627..f2d29b49e9 100644 --- a/jpos/src/main/java/org/jpos/iso/FilteredBase.java +++ b/jpos/src/main/java/org/jpos/iso/FilteredBase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/FilteredChannel.java b/jpos/src/main/java/org/jpos/iso/FilteredChannel.java index 47a4071f20..8c39c274c3 100644 --- a/jpos/src/main/java/org/jpos/iso/FilteredChannel.java +++ b/jpos/src/main/java/org/jpos/iso/FilteredChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/GenericSSLSocketFactory.java b/jpos/src/main/java/org/jpos/iso/GenericSSLSocketFactory.java index f13d6b6d9d..325f37dafd 100644 --- a/jpos/src/main/java/org/jpos/iso/GenericSSLSocketFactory.java +++ b/jpos/src/main/java/org/jpos/iso/GenericSSLSocketFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/HEXInterpreter.java b/jpos/src/main/java/org/jpos/iso/HEXInterpreter.java index 746494d8c3..d45eda4080 100644 --- a/jpos/src/main/java/org/jpos/iso/HEXInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/HEXInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/HexNibblesPrefixer.java b/jpos/src/main/java/org/jpos/iso/HexNibblesPrefixer.java index 47176c4247..9b4fce18a2 100644 --- a/jpos/src/main/java/org/jpos/iso/HexNibblesPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/HexNibblesPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFAE_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFAE_LLCHAR.java index 6363876a0f..a4be3c1ca6 100644 --- a/jpos/src/main/java/org/jpos/iso/IFAE_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFAE_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT.java b/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT.java index 412179bdb7..658627e283 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT2003.java b/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT2003.java index fbe32f5ea5..f1e375fa73 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT2003.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_AMOUNT2003.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_BINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_BINARY.java index 47288b4e6d..cd8355a1f2 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_BINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_BINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_BITMAP.java b/jpos/src/main/java/org/jpos/iso/IFA_BITMAP.java index 5ee8b0dfb7..b18db20c32 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_BITMAP.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_BITMAP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_FLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_FLLCHAR.java index dc3aafecd4..735020e723 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_FLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_FLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_FLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFA_FLLNUM.java index 918b228776..ef8dc3b48d 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_FLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_FLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LBINARY.java index 151c221fda..f496ec303d 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LCHAR.java index 844ec32fae..8aca687294 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLABINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLABINARY.java index 1f7ebced28..e6baa30a80 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLABINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLABINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLBINARY.java index 5bfbc80488..192148da27 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLBNUM.java b/jpos/src/main/java/org/jpos/iso/IFA_LLBNUM.java index 4666c2e43c..aa9789feea 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLBNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLBNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LLCHAR.java index c5069bfde9..56488c1051 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLABINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLABINARY.java index 492df72b21..c99cd7a79e 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLABINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLABINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLBINARY.java index 3523b8a52f..a496db6a36 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLCHAR.java index 9ba371882d..f84bd45d03 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLBINARY.java index e27cf7aebd..9fa5c79c1a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLCHAR.java index 5becdfeb2c..d1dfea57df 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLBINARY.java index 10a7c4963b..df9196f6c8 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLCHAR.java index 08f55954d7..ae87732e98 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLBINARY.java index db366f0921..fd6a199bce 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLCHAR.java index f8b4f3ffc7..81fe97bf23 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFA_LLLNUM.java index 288920118f..728d6f12f5 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_LLNUM.java b/jpos/src/main/java/org/jpos/iso/IFA_LLNUM.java index d97aa3d269..e1fbe37d85 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_LLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_LLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_NUMERIC.java b/jpos/src/main/java/org/jpos/iso/IFA_NUMERIC.java index e07e7c231a..1aa46c0782 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_NUMERIC.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_NUMERIC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLBINARY.java index 0c4812d331..128828d11a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLCHAR.java index d775860968..a82e42775c 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLBINARY.java index dee03ea554..605af3e283 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLCHAR.java index e11f8af5b1..402161d0d5 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLBINARY.java index 0e65ced214..2fcc4730bd 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLCHAR.java index 980f5a35d0..fc9b85cc83 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLBINARY.java index 9f4c9265bc..07e4a9644c 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLCHAR.java index 5a228e63d1..2002545675 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTLLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFA_TTTLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFA_TTTLLLCHAR.java index f659a8aac9..fc5b2dfab2 100644 --- a/jpos/src/main/java/org/jpos/iso/IFA_TTTLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFA_TTTLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT.java b/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT.java index 770d238f0e..9d6aad1008 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT2003.java b/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT2003.java index 09b9a298ec..2af431260f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT2003.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_AMOUNT2003.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_BINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_BINARY.java index 7e3d142336..dc7e42322e 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_BINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_BINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_BITMAP.java b/jpos/src/main/java/org/jpos/iso/IFB_BITMAP.java index e9727d7036..5533b66133 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_BITMAP.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_BITMAP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_FLLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_FLLLNUM.java index 231327a797..e6224044c1 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_FLLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_FLLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_FLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_FLLNUM.java index 2b9f521f55..0ad1e9b827 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_FLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_FLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_FNUMERIC.java b/jpos/src/main/java/org/jpos/iso/IFB_FNUMERIC.java index cbe7262cc6..43daaccbe5 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_FNUMERIC.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_FNUMERIC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_HEX.java b/jpos/src/main/java/org/jpos/iso/IFB_HEX.java index f127edc6d6..10fbc5ac84 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_HEX.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_HEX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLBINARY.java index e231279d3d..aa8eb697e0 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLCHAR.java index 3e13430d70..840ce7a8e4 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHBINARY.java index 25f2709be0..0c0899dd1c 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHCHAR.java index 560d0e0a1e..800dfa2d74 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHECHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHECHAR.java index 7d462af672..882da72f8d 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHECHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHECHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHEX.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHEX.java index 86d3a0877f..ce34426ad3 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHEX.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHEX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHFBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHFBINARY.java index b49681d891..423d69e678 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHFBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHFBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLHNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_LLHNUM.java index d02f6951a5..a2c67a5f08 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLHNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLHNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLBINARY.java index 6575eb03da..aef175cdfe 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLCHAR.java index 53712d9446..aff3a990a6 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLHBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLHBINARY.java index f49eaf24fd..9750d590bf 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLHBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLHBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLHCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLHCHAR.java index 7bd07aeb4b..61634105e3 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLHCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLHCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLHECHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLHECHAR.java index 02fb21126e..da53797757 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLHECHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLHECHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLHEX.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLHEX.java index f9be03bb41..472620a7c1 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLHEX.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLHEX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java index 0902493754..d6da4dfe83 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLHNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLLBINARY.java index 783335d9b2..a310135e4e 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLLCHAR.java index 4cc71a5e8c..d16102769f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLLLLCHAR.java index 153ebb9c81..76fbfbd6a9 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_LLLNUM.java index 4eb3fae37b..788bc49f1b 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_LLNUM.java b/jpos/src/main/java/org/jpos/iso/IFB_LLNUM.java index 74f15a466c..48ff227c3a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_LLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_LLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFB_NUMERIC.java b/jpos/src/main/java/org/jpos/iso/IFB_NUMERIC.java index f7dfc6b503..a534bb342a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFB_NUMERIC.java +++ b/jpos/src/main/java/org/jpos/iso/IFB_NUMERIC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEA_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEA_LLCHAR.java index 6ad9e90618..a7c504ac80 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEA_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEA_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEB_LLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFEB_LLLNUM.java index c3e4d694f9..c6549b4388 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEB_LLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFEB_LLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEB_LLNUM.java b/jpos/src/main/java/org/jpos/iso/IFEB_LLNUM.java index 90e4189df5..2c674f3358 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEB_LLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFEB_LLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFELPE_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFELPE_LLLCHAR.java index 8c0b1b3769..d3456c363f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFELPE_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFELPE_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEMC_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEMC_LLCHAR.java index 235e3fa40d..64f6e38a6f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEMC_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEMC_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEMC_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEMC_LLLCHAR.java index cdd0410e22..885a07843d 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEMC_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEMC_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEMC_TCC.java b/jpos/src/main/java/org/jpos/iso/IFEMC_TCC.java index 3ce2c0d498..78853e029a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEMC_TCC.java +++ b/jpos/src/main/java/org/jpos/iso/IFEMC_TCC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEPE_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEPE_LLCHAR.java index 040c4f7521..e9c69bb3ab 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEPE_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEPE_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEPE_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEPE_LLLCHAR.java index 58f544aca4..930499b662 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEPE_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEPE_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEP_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEP_LLCHAR.java index c40277ab9c..2bd5c55ca3 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEP_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEP_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEP_LLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFEP_LLLBINARY.java index 2512dd6042..9c33270513 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEP_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFEP_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFEP_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFEP_LLLCHAR.java index e73b7e1a4d..ff22439c29 100644 --- a/jpos/src/main/java/org/jpos/iso/IFEP_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFEP_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_AMOUNT.java b/jpos/src/main/java/org/jpos/iso/IFE_AMOUNT.java index 2de9fa1632..c65d20e63c 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_AMOUNT.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_AMOUNT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_BINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_BINARY.java index 24de40a6f9..63258fc6d0 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_BINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_BINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_BITMAP.java b/jpos/src/main/java/org/jpos/iso/IFE_BITMAP.java index 7621e3fe8e..733140bc51 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_BITMAP.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_BITMAP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_CHAR.java b/jpos/src/main/java/org/jpos/iso/IFE_CHAR.java index 40869e2fb5..ba5793c51f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_CHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_CHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LBINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_LBINARY.java index c4606ec9fd..ed06ca012a 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LCHAR.java b/jpos/src/main/java/org/jpos/iso/IFE_LCHAR.java index f6c919c2ee..5b12b19c79 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_LLBINARY.java index a2c77f33a6..b3f243f3a8 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFE_LLCHAR.java index 3455f3333d..bb421c7fd2 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLBINARY.java index a4607694b3..7579a03f8d 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLCHAR.java index 970bee2ace..c553f03754 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLEBINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLEBINARY.java index 5eda0c2da5..02d425f3b7 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLEBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLEBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLLBINARY.java index 5ed7a719ff..aa15399a9f 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLLCHAR.java index 4a07946db5..afb7ffbef5 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLLNUM.java b/jpos/src/main/java/org/jpos/iso/IFE_LLLNUM.java index a67f42f090..fe51659184 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LLNUM.java b/jpos/src/main/java/org/jpos/iso/IFE_LLNUM.java index c5044a80d5..8b8c555bc1 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LLNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_LNUM.java b/jpos/src/main/java/org/jpos/iso/IFE_LNUM.java index 3f64750e8c..2058b25a38 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_LNUM.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_LNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_NUMERIC.java b/jpos/src/main/java/org/jpos/iso/IFE_NUMERIC.java index 0290ea132c..0067e332c3 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_NUMERIC.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_NUMERIC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFE_SIGNED_NUMERIC.java b/jpos/src/main/java/org/jpos/iso/IFE_SIGNED_NUMERIC.java index 641870ce11..935682a9c5 100644 --- a/jpos/src/main/java/org/jpos/iso/IFE_SIGNED_NUMERIC.java +++ b/jpos/src/main/java/org/jpos/iso/IFE_SIGNED_NUMERIC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFIPM_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFIPM_LLLCHAR.java index c228b52982..fc12e42782 100644 --- a/jpos/src/main/java/org/jpos/iso/IFIPM_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFIPM_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFMC_LLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFMC_LLBINARY.java index dc85a63aaf..52863bc5ff 100644 --- a/jpos/src/main/java/org/jpos/iso/IFMC_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFMC_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFMC_LLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFMC_LLCHAR.java index 8476f2dfed..ca56eeabee 100644 --- a/jpos/src/main/java/org/jpos/iso/IFMC_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFMC_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFMC_LLLBINARY.java b/jpos/src/main/java/org/jpos/iso/IFMC_LLLBINARY.java index b9493b735b..833f6329b2 100644 --- a/jpos/src/main/java/org/jpos/iso/IFMC_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/iso/IFMC_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFMC_LLLCHAR.java b/jpos/src/main/java/org/jpos/iso/IFMC_LLLCHAR.java index b1f6461dea..bf02ad3efa 100644 --- a/jpos/src/main/java/org/jpos/iso/IFMC_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IFMC_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IFMC_TCC.java b/jpos/src/main/java/org/jpos/iso/IFMC_TCC.java index 1f26be757b..88e06d83dd 100644 --- a/jpos/src/main/java/org/jpos/iso/IFMC_TCC.java +++ b/jpos/src/main/java/org/jpos/iso/IFMC_TCC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_CHAR.java b/jpos/src/main/java/org/jpos/iso/IF_CHAR.java index 18d5e12232..99821fa94d 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_CHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IF_CHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_ECHAR.java b/jpos/src/main/java/org/jpos/iso/IF_ECHAR.java index 93e83a8f60..316d9128ab 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_ECHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IF_ECHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_NOP.java b/jpos/src/main/java/org/jpos/iso/IF_NOP.java index a391f194e9..ef52e36545 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_NOP.java +++ b/jpos/src/main/java/org/jpos/iso/IF_NOP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_TBASE.java b/jpos/src/main/java/org/jpos/iso/IF_TBASE.java index 7efecddeaf..b2ebbe1e95 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_TBASE.java +++ b/jpos/src/main/java/org/jpos/iso/IF_TBASE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_TCHAR.java b/jpos/src/main/java/org/jpos/iso/IF_TCHAR.java index 3204a9a4fc..2579332775 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_TCHAR.java +++ b/jpos/src/main/java/org/jpos/iso/IF_TCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IF_UNUSED.java b/jpos/src/main/java/org/jpos/iso/IF_UNUSED.java index 3954163253..0f6fd77e0f 100644 --- a/jpos/src/main/java/org/jpos/iso/IF_UNUSED.java +++ b/jpos/src/main/java/org/jpos/iso/IF_UNUSED.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOAmount.java b/jpos/src/main/java/org/jpos/iso/ISOAmount.java index 14fb63c258..b035048257 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOAmount.java +++ b/jpos/src/main/java/org/jpos/iso/ISOAmount.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOAmountFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOAmountFieldPackager.java index 50235ce834..d3c5c7abf1 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOAmountFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOAmountFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBasePackager.java b/jpos/src/main/java/org/jpos/iso/ISOBasePackager.java index 568d62720b..c07edf726e 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBasePackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBasePackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBaseValidator.java b/jpos/src/main/java/org/jpos/iso/ISOBaseValidator.java index 9c75e552b7..2f787c7186 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBaseValidator.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBaseValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBinaryField.java b/jpos/src/main/java/org/jpos/iso/ISOBinaryField.java index db2c29a303..5a6bfd605d 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBinaryField.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBinaryField.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java index 8c87b3a783..bd1eca2c14 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBinaryFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBitMap.java b/jpos/src/main/java/org/jpos/iso/ISOBitMap.java index 7390be4c53..923317cbb6 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBitMap.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBitMap.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOBitMapPackager.java b/jpos/src/main/java/org/jpos/iso/ISOBitMapPackager.java index 7a662b6f97..3cbff20ce4 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOBitMapPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOBitMapPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOChannel.java b/jpos/src/main/java/org/jpos/iso/ISOChannel.java index 7d029e4ecf..312eb6edbe 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOChannel.java +++ b/jpos/src/main/java/org/jpos/iso/ISOChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOClientSocketFactory.java b/jpos/src/main/java/org/jpos/iso/ISOClientSocketFactory.java index cdda2bc1c7..15a28e95b3 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOClientSocketFactory.java +++ b/jpos/src/main/java/org/jpos/iso/ISOClientSocketFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOComponent.java b/jpos/src/main/java/org/jpos/iso/ISOComponent.java index 51be83f602..52010a8af5 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOComponent.java +++ b/jpos/src/main/java/org/jpos/iso/ISOComponent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOCurrency.java b/jpos/src/main/java/org/jpos/iso/ISOCurrency.java index 0373150b57..0a437fcde3 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOCurrency.java +++ b/jpos/src/main/java/org/jpos/iso/ISOCurrency.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISODate.java b/jpos/src/main/java/org/jpos/iso/ISODate.java index 5dc6530ed5..306d61d67c 100644 --- a/jpos/src/main/java/org/jpos/iso/ISODate.java +++ b/jpos/src/main/java/org/jpos/iso/ISODate.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOException.java b/jpos/src/main/java/org/jpos/iso/ISOException.java index 5c729b6b4d..52ac361670 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOException.java +++ b/jpos/src/main/java/org/jpos/iso/ISOException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOField.java b/jpos/src/main/java/org/jpos/iso/ISOField.java index 8891735d0f..de82ee27fc 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOField.java +++ b/jpos/src/main/java/org/jpos/iso/ISOField.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOFieldPackager.java index f9321b47f2..eccbcd6bc1 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFieldValidator.java b/jpos/src/main/java/org/jpos/iso/ISOFieldValidator.java index 2b88b80d17..119bc8607b 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFieldValidator.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFieldValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFilledStringFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOFilledStringFieldPackager.java index 2675c8a19e..8c923a9e36 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFilledStringFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFilledStringFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFilter.java b/jpos/src/main/java/org/jpos/iso/ISOFilter.java index cd018b109e..075d816345 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFilter.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFormattableBinaryFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOFormattableBinaryFieldPackager.java index 57e848b408..b5c60daaee 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFormattableBinaryFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFormattableBinaryFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOFormattableStringFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOFormattableStringFieldPackager.java index 4099e44f0d..b2944091ba 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOFormattableStringFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOFormattableStringFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOHeader.java b/jpos/src/main/java/org/jpos/iso/ISOHeader.java index d0d472e356..972062832c 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOHeader.java +++ b/jpos/src/main/java/org/jpos/iso/ISOHeader.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOMsg.java b/jpos/src/main/java/org/jpos/iso/ISOMsg.java index f89234e140..b5f75ca704 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOMsg.java +++ b/jpos/src/main/java/org/jpos/iso/ISOMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOMsgFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOMsgFieldPackager.java index 8de2f2563a..0f90e76aff 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOMsgFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOMsgFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOMsgFieldValidator.java b/jpos/src/main/java/org/jpos/iso/ISOMsgFieldValidator.java index 669d784e12..88dd561c86 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOMsgFieldValidator.java +++ b/jpos/src/main/java/org/jpos/iso/ISOMsgFieldValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOPackager.java b/jpos/src/main/java/org/jpos/iso/ISOPackager.java index fa491cddec..552c2efac8 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISORequestListener.java b/jpos/src/main/java/org/jpos/iso/ISORequestListener.java index cb9c543e79..8d69f04346 100644 --- a/jpos/src/main/java/org/jpos/iso/ISORequestListener.java +++ b/jpos/src/main/java/org/jpos/iso/ISORequestListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOResponseListener.java b/jpos/src/main/java/org/jpos/iso/ISOResponseListener.java index 2643396a99..18a2ae55f4 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOResponseListener.java +++ b/jpos/src/main/java/org/jpos/iso/ISOResponseListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServer.java b/jpos/src/main/java/org/jpos/iso/ISOServer.java index f4bc1e0170..d0521189c6 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServer.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerAcceptEvent.java b/jpos/src/main/java/org/jpos/iso/ISOServerAcceptEvent.java index 144f364843..d19746b3af 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerAcceptEvent.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerAcceptEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerClientDisconnectEvent.java b/jpos/src/main/java/org/jpos/iso/ISOServerClientDisconnectEvent.java index 90d508c8bf..affd497801 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerClientDisconnectEvent.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerClientDisconnectEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerEventListener.java b/jpos/src/main/java/org/jpos/iso/ISOServerEventListener.java index 83c2383d57..38e190ee6c 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerEventListener.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerEventListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerMBean.java b/jpos/src/main/java/org/jpos/iso/ISOServerMBean.java index 5f6239fedd..eee2d2b587 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerMBean.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerShutdownEvent.java b/jpos/src/main/java/org/jpos/iso/ISOServerShutdownEvent.java index 8ef7e31e4d..c6d4e33333 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerShutdownEvent.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerShutdownEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOServerSocketFactory.java b/jpos/src/main/java/org/jpos/iso/ISOServerSocketFactory.java index 708931e416..8b0c85e838 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOServerSocketFactory.java +++ b/jpos/src/main/java/org/jpos/iso/ISOServerSocketFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOSource.java b/jpos/src/main/java/org/jpos/iso/ISOSource.java index 206e8c7845..503c039d17 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOSource.java +++ b/jpos/src/main/java/org/jpos/iso/ISOSource.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOStringFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOStringFieldPackager.java index c5e2358fa7..fb73ddd044 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOStringFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOStringFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOSubFieldPackager.java index 1e778fa63f..206837b0c4 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOTagBinaryFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOTagBinaryFieldPackager.java index 3e1c68eb39..b39f1b4c82 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOTagBinaryFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOTagBinaryFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOTagStringFieldPackager.java b/jpos/src/main/java/org/jpos/iso/ISOTagStringFieldPackager.java index 56e0aa4d17..19232ae9b5 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOTagStringFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/ISOTagStringFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOUtil.java b/jpos/src/main/java/org/jpos/iso/ISOUtil.java index 5f73cb4722..d92f9264c7 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOUtil.java +++ b/jpos/src/main/java/org/jpos/iso/ISOUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOVError.java b/jpos/src/main/java/org/jpos/iso/ISOVError.java index afa363b81b..1018221699 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOVError.java +++ b/jpos/src/main/java/org/jpos/iso/ISOVError.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOVErrorList.java b/jpos/src/main/java/org/jpos/iso/ISOVErrorList.java index 55a6905099..97b30fb7dd 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOVErrorList.java +++ b/jpos/src/main/java/org/jpos/iso/ISOVErrorList.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOVField.java b/jpos/src/main/java/org/jpos/iso/ISOVField.java index 18f32b56f9..ed4ba06a8a 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOVField.java +++ b/jpos/src/main/java/org/jpos/iso/ISOVField.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOVMsg.java b/jpos/src/main/java/org/jpos/iso/ISOVMsg.java index e034fa167f..0a90470429 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOVMsg.java +++ b/jpos/src/main/java/org/jpos/iso/ISOVMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ISOValidator.java b/jpos/src/main/java/org/jpos/iso/ISOValidator.java index 0dc88a888d..7b5eec44f9 100644 --- a/jpos/src/main/java/org/jpos/iso/ISOValidator.java +++ b/jpos/src/main/java/org/jpos/iso/ISOValidator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUM.java b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUM.java index 4b19359d66..9746a193b5 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUM.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOBLANK.java b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOBLANK.java index c5e484eaa6..1c41610260 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOBLANK.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOBLANK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO.java b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO.java index 21dc0c7676..d02a52b51d 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO_NOBLANK.java b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO_NOBLANK.java index 6fa12de773..cf704b2fd4 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO_NOBLANK.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_ALPHANUMNOZERO_NOBLANK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_NUM.java b/jpos/src/main/java/org/jpos/iso/IVA_NUM.java index 2153b153e8..dd583a0d53 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_NUM.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_NUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IVA_NUMNOZERO.java b/jpos/src/main/java/org/jpos/iso/IVA_NUMNOZERO.java index 647b0e1816..20d5aaeb3a 100644 --- a/jpos/src/main/java/org/jpos/iso/IVA_NUMNOZERO.java +++ b/jpos/src/main/java/org/jpos/iso/IVA_NUMNOZERO.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IncomingListener.java b/jpos/src/main/java/org/jpos/iso/IncomingListener.java index 95856837e1..3c09e117b2 100644 --- a/jpos/src/main/java/org/jpos/iso/IncomingListener.java +++ b/jpos/src/main/java/org/jpos/iso/IncomingListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Interpreter.java b/jpos/src/main/java/org/jpos/iso/Interpreter.java index 8278eb9803..231e4694c1 100644 --- a/jpos/src/main/java/org/jpos/iso/Interpreter.java +++ b/jpos/src/main/java/org/jpos/iso/Interpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/IsoFieldHeaderFormatter.java b/jpos/src/main/java/org/jpos/iso/IsoFieldHeaderFormatter.java index 6dd5846ce1..d3f81ae62b 100644 --- a/jpos/src/main/java/org/jpos/iso/IsoFieldHeaderFormatter.java +++ b/jpos/src/main/java/org/jpos/iso/IsoFieldHeaderFormatter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/LeftPadder.java b/jpos/src/main/java/org/jpos/iso/LeftPadder.java index 61cfc67fff..2908b81ff5 100644 --- a/jpos/src/main/java/org/jpos/iso/LeftPadder.java +++ b/jpos/src/main/java/org/jpos/iso/LeftPadder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/LiteralBinaryInterpreter.java b/jpos/src/main/java/org/jpos/iso/LiteralBinaryInterpreter.java index 02270e104c..12f7f82272 100644 --- a/jpos/src/main/java/org/jpos/iso/LiteralBinaryInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/LiteralBinaryInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/LiteralInterpreter.java b/jpos/src/main/java/org/jpos/iso/LiteralInterpreter.java index f1f2c122f8..68335b2223 100644 --- a/jpos/src/main/java/org/jpos/iso/LiteralInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/LiteralInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/MUX.java b/jpos/src/main/java/org/jpos/iso/MUX.java index 5224fa66e4..fc01f44a8a 100644 --- a/jpos/src/main/java/org/jpos/iso/MUX.java +++ b/jpos/src/main/java/org/jpos/iso/MUX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/NullPadder.java b/jpos/src/main/java/org/jpos/iso/NullPadder.java index 32b9fa43db..d042d8c552 100644 --- a/jpos/src/main/java/org/jpos/iso/NullPadder.java +++ b/jpos/src/main/java/org/jpos/iso/NullPadder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/NullPrefixer.java b/jpos/src/main/java/org/jpos/iso/NullPrefixer.java index 38c2d2873b..47d7fdf3a2 100644 --- a/jpos/src/main/java/org/jpos/iso/NullPrefixer.java +++ b/jpos/src/main/java/org/jpos/iso/NullPrefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Padder.java b/jpos/src/main/java/org/jpos/iso/Padder.java index ce4d258c35..266b85cad9 100644 --- a/jpos/src/main/java/org/jpos/iso/Padder.java +++ b/jpos/src/main/java/org/jpos/iso/Padder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/PosCapability.java b/jpos/src/main/java/org/jpos/iso/PosCapability.java index 1308394005..f72c0d18f5 100644 --- a/jpos/src/main/java/org/jpos/iso/PosCapability.java +++ b/jpos/src/main/java/org/jpos/iso/PosCapability.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/PosDataCode.java b/jpos/src/main/java/org/jpos/iso/PosDataCode.java index c48637cc35..4488481ccd 100644 --- a/jpos/src/main/java/org/jpos/iso/PosDataCode.java +++ b/jpos/src/main/java/org/jpos/iso/PosDataCode.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/PosFlags.java b/jpos/src/main/java/org/jpos/iso/PosFlags.java index 9f0ddfa005..7f4daf38a3 100644 --- a/jpos/src/main/java/org/jpos/iso/PosFlags.java +++ b/jpos/src/main/java/org/jpos/iso/PosFlags.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/Prefixer.java b/jpos/src/main/java/org/jpos/iso/Prefixer.java index 242c86028f..1f5caf9ef1 100644 --- a/jpos/src/main/java/org/jpos/iso/Prefixer.java +++ b/jpos/src/main/java/org/jpos/iso/Prefixer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/RawIncomingFilter.java b/jpos/src/main/java/org/jpos/iso/RawIncomingFilter.java index 7a6ec38812..d601c60651 100644 --- a/jpos/src/main/java/org/jpos/iso/RawIncomingFilter.java +++ b/jpos/src/main/java/org/jpos/iso/RawIncomingFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/RightPadder.java b/jpos/src/main/java/org/jpos/iso/RightPadder.java index 7d084b410d..833e520080 100644 --- a/jpos/src/main/java/org/jpos/iso/RightPadder.java +++ b/jpos/src/main/java/org/jpos/iso/RightPadder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/RightTPadder.java b/jpos/src/main/java/org/jpos/iso/RightTPadder.java index 465b31947d..e1063cc4ad 100644 --- a/jpos/src/main/java/org/jpos/iso/RightTPadder.java +++ b/jpos/src/main/java/org/jpos/iso/RightTPadder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ServerChannel.java b/jpos/src/main/java/org/jpos/iso/ServerChannel.java index 7fb7fd5207..04e26c4365 100644 --- a/jpos/src/main/java/org/jpos/iso/ServerChannel.java +++ b/jpos/src/main/java/org/jpos/iso/ServerChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/ServiceCode.java b/jpos/src/main/java/org/jpos/iso/ServiceCode.java index d96d230577..c1d31bdcb8 100644 --- a/jpos/src/main/java/org/jpos/iso/ServiceCode.java +++ b/jpos/src/main/java/org/jpos/iso/ServiceCode.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/SignedEbcdicNumberInterpreter.java b/jpos/src/main/java/org/jpos/iso/SignedEbcdicNumberInterpreter.java index ecbbf8f8e8..ca1f8c7df1 100644 --- a/jpos/src/main/java/org/jpos/iso/SignedEbcdicNumberInterpreter.java +++ b/jpos/src/main/java/org/jpos/iso/SignedEbcdicNumberInterpreter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/SunJSSESocketFactory.java b/jpos/src/main/java/org/jpos/iso/SunJSSESocketFactory.java index 169fb30496..974a6a8fb0 100644 --- a/jpos/src/main/java/org/jpos/iso/SunJSSESocketFactory.java +++ b/jpos/src/main/java/org/jpos/iso/SunJSSESocketFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/TaggedFieldPackager.java b/jpos/src/main/java/org/jpos/iso/TaggedFieldPackager.java index 9f0266f628..0275debe38 100644 --- a/jpos/src/main/java/org/jpos/iso/TaggedFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/TaggedFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/TaggedFieldPackagerBase.java b/jpos/src/main/java/org/jpos/iso/TaggedFieldPackagerBase.java index b25503efed..3747d35c3c 100644 --- a/jpos/src/main/java/org/jpos/iso/TaggedFieldPackagerBase.java +++ b/jpos/src/main/java/org/jpos/iso/TaggedFieldPackagerBase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/VISA1ResponseFilter.java b/jpos/src/main/java/org/jpos/iso/VISA1ResponseFilter.java index 0d82d78e5e..48f682f461 100644 --- a/jpos/src/main/java/org/jpos/iso/VISA1ResponseFilter.java +++ b/jpos/src/main/java/org/jpos/iso/VISA1ResponseFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/X92_BITMAP.java b/jpos/src/main/java/org/jpos/iso/X92_BITMAP.java index cb327f4a76..cfec465514 100644 --- a/jpos/src/main/java/org/jpos/iso/X92_BITMAP.java +++ b/jpos/src/main/java/org/jpos/iso/X92_BITMAP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/ASCIIChannel.java b/jpos/src/main/java/org/jpos/iso/channel/ASCIIChannel.java index 476b576453..c897872cf5 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/ASCIIChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/ASCIIChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/AmexChannel.java b/jpos/src/main/java/org/jpos/iso/channel/AmexChannel.java index 02f3ef9392..9802a636f9 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/AmexChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/AmexChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/BASE24Channel.java b/jpos/src/main/java/org/jpos/iso/channel/BASE24Channel.java index 3ee7fe8889..20275311ea 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/BASE24Channel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/BASE24Channel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/BASE24TCPChannel.java b/jpos/src/main/java/org/jpos/iso/channel/BASE24TCPChannel.java index 50c9f066be..86984bc998 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/BASE24TCPChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/BASE24TCPChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/BCDChannel.java b/jpos/src/main/java/org/jpos/iso/channel/BCDChannel.java index b98dd7e58d..7b7b9ee976 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/BCDChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/BCDChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/CSChannel.java b/jpos/src/main/java/org/jpos/iso/channel/CSChannel.java index 16f5905e1a..bc54f3e782 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/CSChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/CSChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/ChannelPool.java b/jpos/src/main/java/org/jpos/iso/channel/ChannelPool.java index ea85488ff2..3f6bca4a8b 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/ChannelPool.java +++ b/jpos/src/main/java/org/jpos/iso/channel/ChannelPool.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/FSDChannel.java b/jpos/src/main/java/org/jpos/iso/channel/FSDChannel.java index d39dda1de3..9e8d066234 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/FSDChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/FSDChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/GICCChannel.java b/jpos/src/main/java/org/jpos/iso/channel/GICCChannel.java index 177a959431..d53adfd2e6 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/GICCChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/GICCChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/GZIPChannel.java b/jpos/src/main/java/org/jpos/iso/channel/GZIPChannel.java index 96a2c82553..5acfdfd382 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/GZIPChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/GZIPChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/HEXChannel.java b/jpos/src/main/java/org/jpos/iso/channel/HEXChannel.java index de7b7c67dc..5ba93f2c08 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/HEXChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/HEXChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/LogChannel.java b/jpos/src/main/java/org/jpos/iso/channel/LogChannel.java index 3f91781902..9ca83409a7 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/LogChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/LogChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/LoopbackChannel.java b/jpos/src/main/java/org/jpos/iso/channel/LoopbackChannel.java index 6fdf03e646..1970df40bd 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/LoopbackChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/LoopbackChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/NACChannel.java b/jpos/src/main/java/org/jpos/iso/channel/NACChannel.java index 40ccc36bfa..9d9ffd50d0 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/NACChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/NACChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/NCCChannel.java b/jpos/src/main/java/org/jpos/iso/channel/NCCChannel.java index d658bba7b5..49a0888d1b 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/NCCChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/NCCChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/PADChannel.java b/jpos/src/main/java/org/jpos/iso/channel/PADChannel.java index 1bc42b8dc3..6cbeeb1952 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/PADChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/PADChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/PostChannel.java b/jpos/src/main/java/org/jpos/iso/channel/PostChannel.java index 95bc8d206e..b028b6d9dc 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/PostChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/PostChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/RBPChannel.java b/jpos/src/main/java/org/jpos/iso/channel/RBPChannel.java index a68115a099..a44a4f14ab 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/RBPChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/RBPChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/RawChannel.java b/jpos/src/main/java/org/jpos/iso/channel/RawChannel.java index a9859466ea..ff75c0ba03 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/RawChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/RawChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/TelnetXMLChannel.java b/jpos/src/main/java/org/jpos/iso/channel/TelnetXMLChannel.java index 95d64a7c4b..4b3749752f 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/TelnetXMLChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/TelnetXMLChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/VAPChannel.java b/jpos/src/main/java/org/jpos/iso/channel/VAPChannel.java index 21a77039b2..b83984b98d 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/VAPChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/VAPChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/X25Channel.java b/jpos/src/main/java/org/jpos/iso/channel/X25Channel.java index c6df0f62bf..246df5ceab 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/X25Channel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/X25Channel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/channel/XMLChannel.java b/jpos/src/main/java/org/jpos/iso/channel/XMLChannel.java index c545d2ebb5..5a7f852acc 100644 --- a/jpos/src/main/java/org/jpos/iso/channel/XMLChannel.java +++ b/jpos/src/main/java/org/jpos/iso/channel/XMLChannel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/ChannelInfoFilter.java b/jpos/src/main/java/org/jpos/iso/filter/ChannelInfoFilter.java index 932c2858a0..34ade6d1cf 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/ChannelInfoFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/ChannelInfoFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/DebugFilter.java b/jpos/src/main/java/org/jpos/iso/filter/DebugFilter.java index 315efbb01b..b035ac071d 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/DebugFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/DebugFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/DelayFilter.java b/jpos/src/main/java/org/jpos/iso/filter/DelayFilter.java index ef80bcc931..3619e5a274 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/DelayFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/DelayFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/MD5Filter.java b/jpos/src/main/java/org/jpos/iso/filter/MD5Filter.java index 0d989ac5bf..85cba96a01 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/MD5Filter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/MD5Filter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/MacroFilter.java b/jpos/src/main/java/org/jpos/iso/filter/MacroFilter.java index 64ff9a7655..a7768c6839 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/MacroFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/MacroFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/StatefulFilter.java b/jpos/src/main/java/org/jpos/iso/filter/StatefulFilter.java index 321bfc66b5..49485de1e3 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/StatefulFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/StatefulFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/ThroughputControlFilter.java b/jpos/src/main/java/org/jpos/iso/filter/ThroughputControlFilter.java index 12646f4713..b72ce0a7ae 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/ThroughputControlFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/ThroughputControlFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/filter/XSLTFilter.java b/jpos/src/main/java/org/jpos/iso/filter/XSLTFilter.java index 5db1eb7e96..82b8a59ba9 100644 --- a/jpos/src/main/java/org/jpos/iso/filter/XSLTFilter.java +++ b/jpos/src/main/java/org/jpos/iso/filter/XSLTFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/gui/ISOChannelPanel.java b/jpos/src/main/java/org/jpos/iso/gui/ISOChannelPanel.java index 9537327ab0..99865d6b98 100644 --- a/jpos/src/main/java/org/jpos/iso/gui/ISOChannelPanel.java +++ b/jpos/src/main/java/org/jpos/iso/gui/ISOChannelPanel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/gui/ISOMeter.java b/jpos/src/main/java/org/jpos/iso/gui/ISOMeter.java index 659848c6c3..8fbf44e62e 100644 --- a/jpos/src/main/java/org/jpos/iso/gui/ISOMeter.java +++ b/jpos/src/main/java/org/jpos/iso/gui/ISOMeter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/gui/ISOMsgPanel.java b/jpos/src/main/java/org/jpos/iso/gui/ISOMsgPanel.java index 4d5b63ac3f..2f72af9cdc 100644 --- a/jpos/src/main/java/org/jpos/iso/gui/ISOMsgPanel.java +++ b/jpos/src/main/java/org/jpos/iso/gui/ISOMsgPanel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/gui/ISORequestListenerPanel.java b/jpos/src/main/java/org/jpos/iso/gui/ISORequestListenerPanel.java index 15ca823ceb..f32ddc31df 100644 --- a/jpos/src/main/java/org/jpos/iso/gui/ISORequestListenerPanel.java +++ b/jpos/src/main/java/org/jpos/iso/gui/ISORequestListenerPanel.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/header/BASE1Header.java b/jpos/src/main/java/org/jpos/iso/header/BASE1Header.java index 3afdba7eed..103f267e97 100644 --- a/jpos/src/main/java/org/jpos/iso/header/BASE1Header.java +++ b/jpos/src/main/java/org/jpos/iso/header/BASE1Header.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/header/BaseHeader.java b/jpos/src/main/java/org/jpos/iso/header/BaseHeader.java index 8f203cb23a..5954c4ca37 100644 --- a/jpos/src/main/java/org/jpos/iso/header/BaseHeader.java +++ b/jpos/src/main/java/org/jpos/iso/header/BaseHeader.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/BASE24Packager.java b/jpos/src/main/java/org/jpos/iso/packager/BASE24Packager.java index 53dede9cf1..6ce4129871 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/BASE24Packager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/BASE24Packager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/Base1Packager.java b/jpos/src/main/java/org/jpos/iso/packager/Base1Packager.java index 64107e207f..2098e4639d 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/Base1Packager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/Base1Packager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/Base1SubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/Base1SubFieldPackager.java index f8defefa0e..acfbc059ad 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/Base1SubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/Base1SubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/Base1_BITMAP126.java b/jpos/src/main/java/org/jpos/iso/packager/Base1_BITMAP126.java index c7618c2fc8..76ee4f0115 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/Base1_BITMAP126.java +++ b/jpos/src/main/java/org/jpos/iso/packager/Base1_BITMAP126.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/CTCSubElementPackager.java b/jpos/src/main/java/org/jpos/iso/packager/CTCSubElementPackager.java index 46607a856f..83992d2751 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/CTCSubElementPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/CTCSubElementPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/CTCSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/CTCSubFieldPackager.java index 2be454c57f..abd26bbc0a 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/CTCSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/CTCSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/DecimalTagMapper.java b/jpos/src/main/java/org/jpos/iso/packager/DecimalTagMapper.java index ac2de01271..c8e02e8699 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/DecimalTagMapper.java +++ b/jpos/src/main/java/org/jpos/iso/packager/DecimalTagMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/DummyPackager.java b/jpos/src/main/java/org/jpos/iso/packager/DummyPackager.java index ff9f0f5e6c..d49fbfd0d7 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/DummyPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/DummyPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/EuroPackager.java b/jpos/src/main/java/org/jpos/iso/packager/EuroPackager.java index 8de29b3a90..e88d673f69 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/EuroPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/EuroPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/EuroSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/EuroSubFieldPackager.java index fdc2c5257b..3b32ee1faa 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/EuroSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/EuroSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/FSDPackager.java b/jpos/src/main/java/org/jpos/iso/packager/FSDPackager.java index e2d1fc0283..d90859af20 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/FSDPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/FSDPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GICCSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/GICCSubFieldPackager.java index a4c927ee47..6869766f85 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GICCSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GICCSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GenericPackager.java b/jpos/src/main/java/org/jpos/iso/packager/GenericPackager.java index 52a9c150dc..41a36d30ff 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GenericPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GenericPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GenericPackagerParams.java b/jpos/src/main/java/org/jpos/iso/packager/GenericPackagerParams.java index 91892926a3..c5769f418e 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GenericPackagerParams.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GenericPackagerParams.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GenericSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/GenericSubFieldPackager.java index 094847f268..f40c5f3785 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GenericSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GenericSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GenericTaggedFieldsPackager.java b/jpos/src/main/java/org/jpos/iso/packager/GenericTaggedFieldsPackager.java index 06391db685..a38dbca37a 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GenericTaggedFieldsPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GenericTaggedFieldsPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/GenericValidatingPackager.java b/jpos/src/main/java/org/jpos/iso/packager/GenericValidatingPackager.java index 2cd9638e78..04cd49856b 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/GenericValidatingPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/GenericValidatingPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISO87APackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISO87APackager.java index eed2b9a49f..9168862562 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISO87APackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISO87APackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISO87APackagerBBitmap.java b/jpos/src/main/java/org/jpos/iso/packager/ISO87APackagerBBitmap.java index d3ed3e814d..3f79bd97c9 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISO87APackagerBBitmap.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISO87APackagerBBitmap.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISO87BPackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISO87BPackager.java index 5f4ef13bbf..5fd2877bce 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISO87BPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISO87BPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISO93APackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISO93APackager.java index 0b05f6d9a2..1dbda6e7e1 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISO93APackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISO93APackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISO93BPackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISO93BPackager.java index d0eb21ac84..67b6d09f4c 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISO93BPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISO93BPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISOBaseValidatingPackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISOBaseValidatingPackager.java index c88c85426e..b9b6a84a41 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISOBaseValidatingPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISOBaseValidatingPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackager.java b/jpos/src/main/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackager.java index 31f0164e59..13ae3d1b36 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/LogPackager.java b/jpos/src/main/java/org/jpos/iso/packager/LogPackager.java index c4dbe32f71..76c25d3dff 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/LogPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/LogPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/MasterCardEBCDICSubFieldPackager.java b/jpos/src/main/java/org/jpos/iso/packager/MasterCardEBCDICSubFieldPackager.java index 6951e60a75..f915943d9e 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/MasterCardEBCDICSubFieldPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/MasterCardEBCDICSubFieldPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/NativePackager.java b/jpos/src/main/java/org/jpos/iso/packager/NativePackager.java index 9d25fb1952..39822d856d 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/NativePackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/NativePackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/PackagerWrapper.java b/jpos/src/main/java/org/jpos/iso/packager/PackagerWrapper.java index b8d2a9296e..936fb43320 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/PackagerWrapper.java +++ b/jpos/src/main/java/org/jpos/iso/packager/PackagerWrapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/PostPackager.java b/jpos/src/main/java/org/jpos/iso/packager/PostPackager.java index 869817c3c4..d6682e2854 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/PostPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/PostPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/TTDecimalTagMapper.java b/jpos/src/main/java/org/jpos/iso/packager/TTDecimalTagMapper.java index 710c5721cc..0ca16d7e26 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/TTDecimalTagMapper.java +++ b/jpos/src/main/java/org/jpos/iso/packager/TTDecimalTagMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/TTTDecimalTagMapper.java b/jpos/src/main/java/org/jpos/iso/packager/TTTDecimalTagMapper.java index eb100c13ea..145cc12515 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/TTTDecimalTagMapper.java +++ b/jpos/src/main/java/org/jpos/iso/packager/TTTDecimalTagMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/TagMapper.java b/jpos/src/main/java/org/jpos/iso/packager/TagMapper.java index cfb0b97c99..973d1ae215 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/TagMapper.java +++ b/jpos/src/main/java/org/jpos/iso/packager/TagMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/VAPSMSPackager.java b/jpos/src/main/java/org/jpos/iso/packager/VAPSMSPackager.java index efdba312f1..d9e034bfcf 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/VAPSMSPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/VAPSMSPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/VAPVIPPackager.java b/jpos/src/main/java/org/jpos/iso/packager/VAPVIPPackager.java index f1b2311159..4f2be032f6 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/VAPVIPPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/VAPVIPPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/VISA1Packager.java b/jpos/src/main/java/org/jpos/iso/packager/VISA1Packager.java index b0478470a5..23e8daf7f2 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/VISA1Packager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/VISA1Packager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/X92GenericPackager.java b/jpos/src/main/java/org/jpos/iso/packager/X92GenericPackager.java index 16506f7610..84e5528032 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/X92GenericPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/X92GenericPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/X92Packager.java b/jpos/src/main/java/org/jpos/iso/packager/X92Packager.java index 4dfbcd786f..c719e171be 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/X92Packager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/X92Packager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/XML2003Packager.java b/jpos/src/main/java/org/jpos/iso/packager/XML2003Packager.java index a87982f838..c26d2dd152 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/XML2003Packager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/XML2003Packager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/packager/XMLPackager.java b/jpos/src/main/java/org/jpos/iso/packager/XMLPackager.java index 53258e5403..1405186953 100644 --- a/jpos/src/main/java/org/jpos/iso/packager/XMLPackager.java +++ b/jpos/src/main/java/org/jpos/iso/packager/XMLPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/validator/ISOVException.java b/jpos/src/main/java/org/jpos/iso/validator/ISOVException.java index cf594a9498..7effb57d5f 100644 --- a/jpos/src/main/java/org/jpos/iso/validator/ISOVException.java +++ b/jpos/src/main/java/org/jpos/iso/validator/ISOVException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/validator/MSGTEST.java b/jpos/src/main/java/org/jpos/iso/validator/MSGTEST.java index 7c83168bfe..4e9971aee7 100644 --- a/jpos/src/main/java/org/jpos/iso/validator/MSGTEST.java +++ b/jpos/src/main/java/org/jpos/iso/validator/MSGTEST.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/validator/MSGTEST02.java b/jpos/src/main/java/org/jpos/iso/validator/MSGTEST02.java index 9ce440c1f2..a35e23b846 100644 --- a/jpos/src/main/java/org/jpos/iso/validator/MSGTEST02.java +++ b/jpos/src/main/java/org/jpos/iso/validator/MSGTEST02.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/validator/TEST0100.java b/jpos/src/main/java/org/jpos/iso/validator/TEST0100.java index d899cd676c..4322e5f292 100644 --- a/jpos/src/main/java/org/jpos/iso/validator/TEST0100.java +++ b/jpos/src/main/java/org/jpos/iso/validator/TEST0100.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/iso/validator/VErrorParser.java b/jpos/src/main/java/org/jpos/iso/validator/VErrorParser.java index f3e8e7c4dc..da96e3b87f 100644 --- a/jpos/src/main/java/org/jpos/iso/validator/VErrorParser.java +++ b/jpos/src/main/java/org/jpos/iso/validator/VErrorParser.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/Activator.java b/jpos/src/main/java/org/jpos/q2/Activator.java index edbd564f24..cc642cd15d 100644 --- a/jpos/src/main/java/org/jpos/q2/Activator.java +++ b/jpos/src/main/java/org/jpos/q2/Activator.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLI.java b/jpos/src/main/java/org/jpos/q2/CLI.java index 2e56e2a6a3..0260813c38 100644 --- a/jpos/src/main/java/org/jpos/q2/CLI.java +++ b/jpos/src/main/java/org/jpos/q2/CLI.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLICommand.java b/jpos/src/main/java/org/jpos/q2/CLICommand.java index d12ec5a64e..783fd148bc 100644 --- a/jpos/src/main/java/org/jpos/q2/CLICommand.java +++ b/jpos/src/main/java/org/jpos/q2/CLICommand.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLICommandInterface.java b/jpos/src/main/java/org/jpos/q2/CLICommandInterface.java index 18cc8f908a..a6a1e76577 100644 --- a/jpos/src/main/java/org/jpos/q2/CLICommandInterface.java +++ b/jpos/src/main/java/org/jpos/q2/CLICommandInterface.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLIContext.java b/jpos/src/main/java/org/jpos/q2/CLIContext.java index 6a3db5fdb3..eb61184de7 100644 --- a/jpos/src/main/java/org/jpos/q2/CLIContext.java +++ b/jpos/src/main/java/org/jpos/q2/CLIContext.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLIPrefixedClassNameCompleter.java b/jpos/src/main/java/org/jpos/q2/CLIPrefixedClassNameCompleter.java index c2e3a26944..b3072d8d39 100644 --- a/jpos/src/main/java/org/jpos/q2/CLIPrefixedClassNameCompleter.java +++ b/jpos/src/main/java/org/jpos/q2/CLIPrefixedClassNameCompleter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/CLISubSystem.java b/jpos/src/main/java/org/jpos/q2/CLISubSystem.java index c19bd04bc9..d817a248bb 100644 --- a/jpos/src/main/java/org/jpos/q2/CLISubSystem.java +++ b/jpos/src/main/java/org/jpos/q2/CLISubSystem.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/Command.java b/jpos/src/main/java/org/jpos/q2/Command.java index 01730ba845..f7e8931e2f 100644 --- a/jpos/src/main/java/org/jpos/q2/Command.java +++ b/jpos/src/main/java/org/jpos/q2/Command.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ConfigDecorationProvider.java b/jpos/src/main/java/org/jpos/q2/ConfigDecorationProvider.java index 9ea6a2f155..8f4526bcbe 100644 --- a/jpos/src/main/java/org/jpos/q2/ConfigDecorationProvider.java +++ b/jpos/src/main/java/org/jpos/q2/ConfigDecorationProvider.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ConfigurationFactory.java b/jpos/src/main/java/org/jpos/q2/ConfigurationFactory.java index 923573a733..f432c16ec0 100644 --- a/jpos/src/main/java/org/jpos/q2/ConfigurationFactory.java +++ b/jpos/src/main/java/org/jpos/q2/ConfigurationFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/Q2.java b/jpos/src/main/java/org/jpos/q2/Q2.java index 1e5a2af6ec..3df53394af 100644 --- a/jpos/src/main/java/org/jpos/q2/Q2.java +++ b/jpos/src/main/java/org/jpos/q2/Q2.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QBean.java b/jpos/src/main/java/org/jpos/q2/QBean.java index e866a02a8f..6e1ba4ba2f 100644 --- a/jpos/src/main/java/org/jpos/q2/QBean.java +++ b/jpos/src/main/java/org/jpos/q2/QBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QBeanAsyncSupport.java b/jpos/src/main/java/org/jpos/q2/QBeanAsyncSupport.java index c81c7a860c..aa4ddf70c6 100644 --- a/jpos/src/main/java/org/jpos/q2/QBeanAsyncSupport.java +++ b/jpos/src/main/java/org/jpos/q2/QBeanAsyncSupport.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QBeanSupport.java b/jpos/src/main/java/org/jpos/q2/QBeanSupport.java index e19d8650c6..52074af1ef 100644 --- a/jpos/src/main/java/org/jpos/q2/QBeanSupport.java +++ b/jpos/src/main/java/org/jpos/q2/QBeanSupport.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QBeanSupportMBean.java b/jpos/src/main/java/org/jpos/q2/QBeanSupportMBean.java index ee476de8a5..84d5ad17c5 100644 --- a/jpos/src/main/java/org/jpos/q2/QBeanSupportMBean.java +++ b/jpos/src/main/java/org/jpos/q2/QBeanSupportMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QClassLoader.java b/jpos/src/main/java/org/jpos/q2/QClassLoader.java index a85d619362..2e09ade2a6 100644 --- a/jpos/src/main/java/org/jpos/q2/QClassLoader.java +++ b/jpos/src/main/java/org/jpos/q2/QClassLoader.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QClassLoaderMBean.java b/jpos/src/main/java/org/jpos/q2/QClassLoaderMBean.java index a5138dfcb8..e913319320 100644 --- a/jpos/src/main/java/org/jpos/q2/QClassLoaderMBean.java +++ b/jpos/src/main/java/org/jpos/q2/QClassLoaderMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QFactory.java b/jpos/src/main/java/org/jpos/q2/QFactory.java index 4d86fd382a..7a8c78eb0c 100644 --- a/jpos/src/main/java/org/jpos/q2/QFactory.java +++ b/jpos/src/main/java/org/jpos/q2/QFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/QPersist.java b/jpos/src/main/java/org/jpos/q2/QPersist.java index f8a58c22ef..4884b1e4b9 100644 --- a/jpos/src/main/java/org/jpos/q2/QPersist.java +++ b/jpos/src/main/java/org/jpos/q2/QPersist.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/SimpleConfigurationFactory.java b/jpos/src/main/java/org/jpos/q2/SimpleConfigurationFactory.java index af9e055933..0a8d83a25b 100644 --- a/jpos/src/main/java/org/jpos/q2/SimpleConfigurationFactory.java +++ b/jpos/src/main/java/org/jpos/q2/SimpleConfigurationFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/CALCLUHN.java b/jpos/src/main/java/org/jpos/q2/cli/CALCLUHN.java index deb6ccdf54..5d6ff1ff32 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/CALCLUHN.java +++ b/jpos/src/main/java/org/jpos/q2/cli/CALCLUHN.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/CLR.java b/jpos/src/main/java/org/jpos/q2/cli/CLR.java index 9ef33a9c96..ba5fd4c222 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/CLR.java +++ b/jpos/src/main/java/org/jpos/q2/cli/CLR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/DATE.java b/jpos/src/main/java/org/jpos/q2/cli/DATE.java index 9d4df1e130..0b56484faf 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/DATE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/DATE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/DEPLOY.java b/jpos/src/main/java/org/jpos/q2/cli/DEPLOY.java index f93840cbbf..60643c298c 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/DEPLOY.java +++ b/jpos/src/main/java/org/jpos/q2/cli/DEPLOY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/DUMPMETRICS.java b/jpos/src/main/java/org/jpos/q2/cli/DUMPMETRICS.java index 658d4d3298..483be5e291 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/DUMPMETRICS.java +++ b/jpos/src/main/java/org/jpos/q2/cli/DUMPMETRICS.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ECHO.java b/jpos/src/main/java/org/jpos/q2/cli/ECHO.java index 70bc96e391..ac09c9f185 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ECHO.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ECHO.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ENV.java b/jpos/src/main/java/org/jpos/q2/cli/ENV.java index 0421d1a035..747ce09025 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ENV.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ENV.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/EXIT.java b/jpos/src/main/java/org/jpos/q2/cli/EXIT.java index 5dece37c1b..931b187008 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/EXIT.java +++ b/jpos/src/main/java/org/jpos/q2/cli/EXIT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/HELP.java b/jpos/src/main/java/org/jpos/q2/cli/HELP.java index 6eb5db1ef0..ce75a856a9 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/HELP.java +++ b/jpos/src/main/java/org/jpos/q2/cli/HELP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/INSTALL.java b/jpos/src/main/java/org/jpos/q2/cli/INSTALL.java index 9382e17da7..dfbd294b70 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/INSTALL.java +++ b/jpos/src/main/java/org/jpos/q2/cli/INSTALL.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/LICENSE.java b/jpos/src/main/java/org/jpos/q2/cli/LICENSE.java index 462bb6220b..b4b07c7081 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/LICENSE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/LICENSE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/LOGGER_BENCHMARK.java b/jpos/src/main/java/org/jpos/q2/cli/LOGGER_BENCHMARK.java index f06bde7403..12d203cc6e 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/LOGGER_BENCHMARK.java +++ b/jpos/src/main/java/org/jpos/q2/cli/LOGGER_BENCHMARK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/MAN.java b/jpos/src/main/java/org/jpos/q2/cli/MAN.java index c606cccd59..c3bbb6719e 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/MAN.java +++ b/jpos/src/main/java/org/jpos/q2/cli/MAN.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/MEM.java b/jpos/src/main/java/org/jpos/q2/cli/MEM.java index 0e8f92751d..fba6a4e0c7 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/MEM.java +++ b/jpos/src/main/java/org/jpos/q2/cli/MEM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/OBF.java b/jpos/src/main/java/org/jpos/q2/cli/OBF.java index 495114a610..fdca92343e 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/OBF.java +++ b/jpos/src/main/java/org/jpos/q2/cli/OBF.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SHOWNR.java b/jpos/src/main/java/org/jpos/q2/cli/SHOWNR.java index 98b5617667..4cd03f44c4 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SHOWNR.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SHOWNR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SHUTDOWN.java b/jpos/src/main/java/org/jpos/q2/cli/SHUTDOWN.java index d8dd6b999e..73a16f854b 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SHUTDOWN.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SHUTDOWN.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SLEEP.java b/jpos/src/main/java/org/jpos/q2/cli/SLEEP.java index 3ea8ac93cd..53162b8379 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SLEEP.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SLEEP.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SMCONSOLE.java b/jpos/src/main/java/org/jpos/q2/cli/SMCONSOLE.java index ae8ff6aca7..9207e8b59d 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SMCONSOLE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SMCONSOLE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SSM.java b/jpos/src/main/java/org/jpos/q2/cli/SSM.java index b68fe93fe4..b66e742749 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SSM.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SSM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/SYSMON.java b/jpos/src/main/java/org/jpos/q2/cli/SYSMON.java index ae1ef1e499..10403c114f 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/SYSMON.java +++ b/jpos/src/main/java/org/jpos/q2/cli/SYSMON.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/TAIL.java b/jpos/src/main/java/org/jpos/q2/cli/TAIL.java index e67723bdc1..c2a616c9d8 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/TAIL.java +++ b/jpos/src/main/java/org/jpos/q2/cli/TAIL.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/TMMON.java b/jpos/src/main/java/org/jpos/q2/cli/TMMON.java index 2e4a004158..2019736f60 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/TMMON.java +++ b/jpos/src/main/java/org/jpos/q2/cli/TMMON.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/TZCHECK.java b/jpos/src/main/java/org/jpos/q2/cli/TZCHECK.java index a383934a15..be43ed07bd 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/TZCHECK.java +++ b/jpos/src/main/java/org/jpos/q2/cli/TZCHECK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/UPTIME.java b/jpos/src/main/java/org/jpos/q2/cli/UPTIME.java index 08405576fd..878ebbbb64 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/UPTIME.java +++ b/jpos/src/main/java/org/jpos/q2/cli/UPTIME.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/VERSION.java b/jpos/src/main/java/org/jpos/q2/cli/VERSION.java index 67b23476d5..78f6970afc 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/VERSION.java +++ b/jpos/src/main/java/org/jpos/q2/cli/VERSION.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/WHOAMI.java b/jpos/src/main/java/org/jpos/q2/cli/WHOAMI.java index e096cc0492..41bb69e4a3 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/WHOAMI.java +++ b/jpos/src/main/java/org/jpos/q2/cli/WHOAMI.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/builtin/EXIT.java b/jpos/src/main/java/org/jpos/q2/cli/builtin/EXIT.java index 37aed69535..8bf79dbdba 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/builtin/EXIT.java +++ b/jpos/src/main/java/org/jpos/q2/cli/builtin/EXIT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/builtin/USERDATA.java b/jpos/src/main/java/org/jpos/q2/cli/builtin/USERDATA.java index a0aa182780..20623346dc 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/builtin/USERDATA.java +++ b/jpos/src/main/java/org/jpos/q2/cli/builtin/USERDATA.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/deploy/DISABLE.java b/jpos/src/main/java/org/jpos/q2/cli/deploy/DISABLE.java index 08a0e78e06..c33b775b5b 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/deploy/DISABLE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/deploy/DISABLE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/deploy/ENABLE.java b/jpos/src/main/java/org/jpos/q2/cli/deploy/ENABLE.java index 2f22159c59..dc138110ea 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/deploy/ENABLE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/deploy/ENABLE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/deploy/LIST.java b/jpos/src/main/java/org/jpos/q2/cli/deploy/LIST.java index ca5cbe19d7..d065b64456 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/deploy/LIST.java +++ b/jpos/src/main/java/org/jpos/q2/cli/deploy/LIST.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/deploy/PS.java b/jpos/src/main/java/org/jpos/q2/cli/deploy/PS.java index 909742ce9b..1693b09c64 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/deploy/PS.java +++ b/jpos/src/main/java/org/jpos/q2/cli/deploy/PS.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/deploy/SERVICE.java b/jpos/src/main/java/org/jpos/q2/cli/deploy/SERVICE.java index e2e2b4a929..ad165cf1ff 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/deploy/SERVICE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/deploy/SERVICE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/SsmActionBase.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/SsmActionBase.java index 9cafef8e49..2965d732e8 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/SsmActionBase.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/SsmActionBase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CK.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CK.java index 969f04e8ed..45f40169b4 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CK.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CVV.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CVV.java index 99f403c1cb..e4fbf2b841 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CVV.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/CVV.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/FK.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/FK.java index c1949bf65e..95e89f3184 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/FK.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/FK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/GC.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/GC.java index 44055251ab..eb27b65b2c 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/GC.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/GC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/IK.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/IK.java index 531a65df91..92caa9fab6 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/IK.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/IK.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/INIT.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/INIT.java index 8202428760..f1541b715b 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/INIT.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/INIT.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/KE.java b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/KE.java index 8649a129c1..ca0240022d 100644 --- a/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/KE.java +++ b/jpos/src/main/java/org/jpos/q2/cli/ssm/actions/KE.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/install/Install.java b/jpos/src/main/java/org/jpos/q2/install/Install.java index 62b9769aa0..e633e23113 100644 --- a/jpos/src/main/java/org/jpos/q2/install/Install.java +++ b/jpos/src/main/java/org/jpos/q2/install/Install.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/install/ModuleUtils.java b/jpos/src/main/java/org/jpos/q2/install/ModuleUtils.java index 8a6a2b1fba..6df72a5a8f 100644 --- a/jpos/src/main/java/org/jpos/q2/install/ModuleUtils.java +++ b/jpos/src/main/java/org/jpos/q2/install/ModuleUtils.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptor.java index 0b260b3293..602c01c48b 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptorMBean.java index aa57849eaa..a05e5d5823 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/ChannelAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/ContextMaker.java b/jpos/src/main/java/org/jpos/q2/iso/ContextMaker.java index 02efafca2d..5901282667 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/ContextMaker.java +++ b/jpos/src/main/java/org/jpos/q2/iso/ContextMaker.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/DailyTaskAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/DailyTaskAdaptor.java index c6a455c98a..bd4dab2c30 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/DailyTaskAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/DailyTaskAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptor.java index 6c8fef4705..0a6f07c520 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptorMBean.java index 6862861b22..299b30831c 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/DirPollAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/MUXPool.java b/jpos/src/main/java/org/jpos/q2/iso/MUXPool.java index fca8483a79..54c0aa2942 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/MUXPool.java +++ b/jpos/src/main/java/org/jpos/q2/iso/MUXPool.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/MUXPoolMBean.java b/jpos/src/main/java/org/jpos/q2/iso/MUXPoolMBean.java index cdb31bacbb..60433f35b5 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/MUXPoolMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/MUXPoolMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptor.java index 79fd3b8ad3..1a7af42228 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptorMBean.java index 37823dd1c9..a9b969d950 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/MultiSessionChannelAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptor.java index c538f13053..945324147d 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMBean.java index 9c55640c2c..915de3d380 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2.java b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2.java index 4ed47e1d27..404349803f 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2.java +++ b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2MBean.java b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2MBean.java index 53df3db2ad..5f3cc74f66 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2MBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/OneShotChannelAdaptorMK2MBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QMUX.java b/jpos/src/main/java/org/jpos/q2/iso/QMUX.java index d1fdd767ec..fa3811be5e 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QMUX.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QMUX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QMUXMBean.java b/jpos/src/main/java/org/jpos/q2/iso/QMUXMBean.java index 54f8a06a6f..67a3226846 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QMUXMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QMUXMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxy.java b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxy.java index 4b94cd9bfd..a42285dd0e 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxy.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxy.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptor.java index 820544a217..0bd07562fb 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptorMBean.java index 69864e5e55..2de001b2dc 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QMUXProxyAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QServer.java b/jpos/src/main/java/org/jpos/q2/iso/QServer.java index b0d86b22cf..6bfe26d2b8 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QServer.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QServer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/QServerMBean.java b/jpos/src/main/java/org/jpos/q2/iso/QServerMBean.java index f4a2d7ba2c..cf89590527 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/QServerMBean.java +++ b/jpos/src/main/java/org/jpos/q2/iso/QServerMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/RemoteQMUX.java b/jpos/src/main/java/org/jpos/q2/iso/RemoteQMUX.java index ac6b95439f..f1fee756ad 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/RemoteQMUX.java +++ b/jpos/src/main/java/org/jpos/q2/iso/RemoteQMUX.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/iso/TaskAdaptor.java b/jpos/src/main/java/org/jpos/q2/iso/TaskAdaptor.java index f0132ddffc..ba93a30069 100644 --- a/jpos/src/main/java/org/jpos/q2/iso/TaskAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/iso/TaskAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/BSH.java b/jpos/src/main/java/org/jpos/q2/qbean/BSH.java index 80f3521b29..45b8730305 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/BSH.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/BSH.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/LoggerAdaptor.java b/jpos/src/main/java/org/jpos/q2/qbean/LoggerAdaptor.java index f1d91ffdf2..b7af8398e9 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/LoggerAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/LoggerAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/LoggerService.java b/jpos/src/main/java/org/jpos/q2/qbean/LoggerService.java index 799ec985e0..d79cd2a896 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/LoggerService.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/LoggerService.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspector.java b/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspector.java index 69bcfc4778..edfdbbc3ea 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspector.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspectorMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspectorMBean.java index 2dc23e319e..2ce043ba52 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspectorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/NameRegistrarInspectorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactory.java b/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactory.java index ddbe13d773..c90996dde4 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactory.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactoryMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactoryMBean.java index 54e5507ece..a2438fc127 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactoryMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QBeanFactoryMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QConfig.java b/jpos/src/main/java/org/jpos/q2/qbean/QConfig.java index 35ed1d2323..1357b09521 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QConfig.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QConfig.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QExec.java b/jpos/src/main/java/org/jpos/q2/qbean/QExec.java index 3b4374518b..5e1201ab57 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QExec.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QExec.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QExecMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/QExecMBean.java index 5ee771556a..6a6af4576d 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QExecMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QExecMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstanceFileBasedManager.java b/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstanceFileBasedManager.java index 1d115ca2e3..f97ac65bc2 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstanceFileBasedManager.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstanceFileBasedManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstancePortBasedManager.java b/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstancePortBasedManager.java index baabca16b4..0600b05182 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstancePortBasedManager.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QSingleInstancePortBasedManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutor.java b/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutor.java index dc4f229433..ab961eb4be 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutor.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutorMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutorMBean.java index d2f1b450d4..50da4c658f 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QThreadPoolExecutorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/QXmlConfig.java b/jpos/src/main/java/org/jpos/q2/qbean/QXmlConfig.java index 2c144ca11b..37e37ff2a2 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/QXmlConfig.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/QXmlConfig.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/Shutdown.java b/jpos/src/main/java/org/jpos/q2/qbean/Shutdown.java index 92cb871608..03d4edf7f1 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/Shutdown.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/Shutdown.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptor.java b/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptor.java index bc44c66cab..11421cd566 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptorMBean.java index b53cd5fab6..89b3eecf24 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SpaceAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SpaceLet.java b/jpos/src/main/java/org/jpos/q2/qbean/SpaceLet.java index 723dbb96af..8537c64b44 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SpaceLet.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SpaceLet.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptor.java b/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptor.java index 3376717b13..bb3db644e2 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptorMBean.java index 5060eefec4..6f8cf23b05 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SpaceProxyAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitor.java b/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitor.java index 1d8613c805..b5525ea44a 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitor.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitorMBean.java b/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitorMBean.java index 44600247fd..3a861cad0c 100644 --- a/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/qbean/SystemMonitorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptor.java b/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptor.java index 1aeda2b282..c3ee014234 100644 --- a/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptorMBean.java index 5c5749dedb..9dd1ffa799 100644 --- a/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/security/KeyStoreAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/security/SMAdaptor.java b/jpos/src/main/java/org/jpos/q2/security/SMAdaptor.java index 6479d8aa8e..b14c445735 100644 --- a/jpos/src/main/java/org/jpos/q2/security/SMAdaptor.java +++ b/jpos/src/main/java/org/jpos/q2/security/SMAdaptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/security/SMAdaptorMBean.java b/jpos/src/main/java/org/jpos/q2/security/SMAdaptorMBean.java index 51f5c40914..21e90d54b4 100644 --- a/jpos/src/main/java/org/jpos/q2/security/SMAdaptorMBean.java +++ b/jpos/src/main/java/org/jpos/q2/security/SMAdaptorMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ssh/AbstractPKA.java b/jpos/src/main/java/org/jpos/q2/ssh/AbstractPKA.java index 0368848ab9..5fcc2d3b3d 100644 --- a/jpos/src/main/java/org/jpos/q2/ssh/AbstractPKA.java +++ b/jpos/src/main/java/org/jpos/q2/ssh/AbstractPKA.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ssh/AuthorizedKeysFileBasedPKA.java b/jpos/src/main/java/org/jpos/q2/ssh/AuthorizedKeysFileBasedPKA.java index 3bc590c297..39dbc32360 100644 --- a/jpos/src/main/java/org/jpos/q2/ssh/AuthorizedKeysFileBasedPKA.java +++ b/jpos/src/main/java/org/jpos/q2/ssh/AuthorizedKeysFileBasedPKA.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ssh/CliShellFactory.java b/jpos/src/main/java/org/jpos/q2/ssh/CliShellFactory.java index 7101e00f81..90d17e8168 100644 --- a/jpos/src/main/java/org/jpos/q2/ssh/CliShellFactory.java +++ b/jpos/src/main/java/org/jpos/q2/ssh/CliShellFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ssh/SshCLIContextMBean.java b/jpos/src/main/java/org/jpos/q2/ssh/SshCLIContextMBean.java index aea6b58351..5056da0f41 100644 --- a/jpos/src/main/java/org/jpos/q2/ssh/SshCLIContextMBean.java +++ b/jpos/src/main/java/org/jpos/q2/ssh/SshCLIContextMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ssh/SshService.java b/jpos/src/main/java/org/jpos/q2/ssh/SshService.java index 2ea84d3eef..27dc2a2ad2 100644 --- a/jpos/src/main/java/org/jpos/q2/ssh/SshService.java +++ b/jpos/src/main/java/org/jpos/q2/ssh/SshService.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/q2/ui/UI.java b/jpos/src/main/java/org/jpos/q2/ui/UI.java index bbc2719410..bfc26509a4 100644 --- a/jpos/src/main/java/org/jpos/q2/ui/UI.java +++ b/jpos/src/main/java/org/jpos/q2/ui/UI.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/CMF.java b/jpos/src/main/java/org/jpos/rc/CMF.java index a904f760f0..19763738d2 100644 --- a/jpos/src/main/java/org/jpos/rc/CMF.java +++ b/jpos/src/main/java/org/jpos/rc/CMF.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/CMFConverter.java b/jpos/src/main/java/org/jpos/rc/CMFConverter.java index 1d1d9497a0..b40892f451 100644 --- a/jpos/src/main/java/org/jpos/rc/CMFConverter.java +++ b/jpos/src/main/java/org/jpos/rc/CMFConverter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/IRC.java b/jpos/src/main/java/org/jpos/rc/IRC.java index 53321e6370..c1feb20f1b 100644 --- a/jpos/src/main/java/org/jpos/rc/IRC.java +++ b/jpos/src/main/java/org/jpos/rc/IRC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/IRCConverter.java b/jpos/src/main/java/org/jpos/rc/IRCConverter.java index 4db911bdf5..e5897912f0 100644 --- a/jpos/src/main/java/org/jpos/rc/IRCConverter.java +++ b/jpos/src/main/java/org/jpos/rc/IRCConverter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/RC.java b/jpos/src/main/java/org/jpos/rc/RC.java index 131769c4a8..6f3ddc912b 100644 --- a/jpos/src/main/java/org/jpos/rc/RC.java +++ b/jpos/src/main/java/org/jpos/rc/RC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/Result.java b/jpos/src/main/java/org/jpos/rc/Result.java index 97a879b6d2..b14eacbb27 100644 --- a/jpos/src/main/java/org/jpos/rc/Result.java +++ b/jpos/src/main/java/org/jpos/rc/Result.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/rc/SimpleRC.java b/jpos/src/main/java/org/jpos/rc/SimpleRC.java index 49cecf4036..1bbb964aa4 100644 --- a/jpos/src/main/java/org/jpos/rc/SimpleRC.java +++ b/jpos/src/main/java/org/jpos/rc/SimpleRC.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/ARPCMethod.java b/jpos/src/main/java/org/jpos/security/ARPCMethod.java index f7e87f0824..7bedaa73f1 100644 --- a/jpos/src/main/java/org/jpos/security/ARPCMethod.java +++ b/jpos/src/main/java/org/jpos/security/ARPCMethod.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/Algorithm.java b/jpos/src/main/java/org/jpos/security/Algorithm.java index 31a6ab8bb9..753a4b98e2 100644 --- a/jpos/src/main/java/org/jpos/security/Algorithm.java +++ b/jpos/src/main/java/org/jpos/security/Algorithm.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/BaseSMAdapter.java b/jpos/src/main/java/org/jpos/security/BaseSMAdapter.java index 972012db3e..a59fc005f5 100644 --- a/jpos/src/main/java/org/jpos/security/BaseSMAdapter.java +++ b/jpos/src/main/java/org/jpos/security/BaseSMAdapter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/CipherMode.java b/jpos/src/main/java/org/jpos/security/CipherMode.java index 2f3113ecd0..303f45e001 100644 --- a/jpos/src/main/java/org/jpos/security/CipherMode.java +++ b/jpos/src/main/java/org/jpos/security/CipherMode.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/CryptographicServiceMessage.java b/jpos/src/main/java/org/jpos/security/CryptographicServiceMessage.java index a012d1b358..9aac18773a 100644 --- a/jpos/src/main/java/org/jpos/security/CryptographicServiceMessage.java +++ b/jpos/src/main/java/org/jpos/security/CryptographicServiceMessage.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/EncryptedPIN.java b/jpos/src/main/java/org/jpos/security/EncryptedPIN.java index d95015780d..b91422a3ef 100644 --- a/jpos/src/main/java/org/jpos/security/EncryptedPIN.java +++ b/jpos/src/main/java/org/jpos/security/EncryptedPIN.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/Exportability.java b/jpos/src/main/java/org/jpos/security/Exportability.java index 9bc52b7e88..672ab1538f 100644 --- a/jpos/src/main/java/org/jpos/security/Exportability.java +++ b/jpos/src/main/java/org/jpos/security/Exportability.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/ExtKeyUsage.java b/jpos/src/main/java/org/jpos/security/ExtKeyUsage.java index f42fae7cd3..6fa8b1afa7 100644 --- a/jpos/src/main/java/org/jpos/security/ExtKeyUsage.java +++ b/jpos/src/main/java/org/jpos/security/ExtKeyUsage.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/KeyScheme.java b/jpos/src/main/java/org/jpos/security/KeyScheme.java index e14fa444a2..cd7efe1267 100644 --- a/jpos/src/main/java/org/jpos/security/KeyScheme.java +++ b/jpos/src/main/java/org/jpos/security/KeyScheme.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/KeySerialNumber.java b/jpos/src/main/java/org/jpos/security/KeySerialNumber.java index c196150db7..49447e9742 100644 --- a/jpos/src/main/java/org/jpos/security/KeySerialNumber.java +++ b/jpos/src/main/java/org/jpos/security/KeySerialNumber.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/KeyUsage.java b/jpos/src/main/java/org/jpos/security/KeyUsage.java index 53db9cec02..9ea5399661 100644 --- a/jpos/src/main/java/org/jpos/security/KeyUsage.java +++ b/jpos/src/main/java/org/jpos/security/KeyUsage.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/MKDMethod.java b/jpos/src/main/java/org/jpos/security/MKDMethod.java index 4d864ca194..794b8a9613 100644 --- a/jpos/src/main/java/org/jpos/security/MKDMethod.java +++ b/jpos/src/main/java/org/jpos/security/MKDMethod.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/ModeOfUse.java b/jpos/src/main/java/org/jpos/security/ModeOfUse.java index 7e55e4065b..e9c8a49893 100644 --- a/jpos/src/main/java/org/jpos/security/ModeOfUse.java +++ b/jpos/src/main/java/org/jpos/security/ModeOfUse.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/PaddingMethod.java b/jpos/src/main/java/org/jpos/security/PaddingMethod.java index e53e8dd6dd..dbc46e1af0 100644 --- a/jpos/src/main/java/org/jpos/security/PaddingMethod.java +++ b/jpos/src/main/java/org/jpos/security/PaddingMethod.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SKDMethod.java b/jpos/src/main/java/org/jpos/security/SKDMethod.java index 3475304e43..8cac51fd34 100644 --- a/jpos/src/main/java/org/jpos/security/SKDMethod.java +++ b/jpos/src/main/java/org/jpos/security/SKDMethod.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SMAdapter.java b/jpos/src/main/java/org/jpos/security/SMAdapter.java index e91bab695c..ca2a8be15c 100644 --- a/jpos/src/main/java/org/jpos/security/SMAdapter.java +++ b/jpos/src/main/java/org/jpos/security/SMAdapter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SMException.java b/jpos/src/main/java/org/jpos/security/SMException.java index 2eab1b6c57..22103cccc7 100644 --- a/jpos/src/main/java/org/jpos/security/SMException.java +++ b/jpos/src/main/java/org/jpos/security/SMException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureDESKey.java b/jpos/src/main/java/org/jpos/security/SecureDESKey.java index e698b26131..8397d52ef9 100644 --- a/jpos/src/main/java/org/jpos/security/SecureDESKey.java +++ b/jpos/src/main/java/org/jpos/security/SecureDESKey.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureKey.java b/jpos/src/main/java/org/jpos/security/SecureKey.java index 1ac71981e4..00ce0000ed 100644 --- a/jpos/src/main/java/org/jpos/security/SecureKey.java +++ b/jpos/src/main/java/org/jpos/security/SecureKey.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureKeyBlock.java b/jpos/src/main/java/org/jpos/security/SecureKeyBlock.java index 6026cf8615..eb863a929c 100644 --- a/jpos/src/main/java/org/jpos/security/SecureKeyBlock.java +++ b/jpos/src/main/java/org/jpos/security/SecureKeyBlock.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureKeyBlockBuilder.java b/jpos/src/main/java/org/jpos/security/SecureKeyBlockBuilder.java index fbf7feef03..809053e33c 100644 --- a/jpos/src/main/java/org/jpos/security/SecureKeyBlockBuilder.java +++ b/jpos/src/main/java/org/jpos/security/SecureKeyBlockBuilder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureKeySpec.java b/jpos/src/main/java/org/jpos/security/SecureKeySpec.java index 54fdf7501e..e36aaa4c5a 100644 --- a/jpos/src/main/java/org/jpos/security/SecureKeySpec.java +++ b/jpos/src/main/java/org/jpos/security/SecureKeySpec.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureKeyStore.java b/jpos/src/main/java/org/jpos/security/SecureKeyStore.java index 9082120eff..8d65f4c868 100644 --- a/jpos/src/main/java/org/jpos/security/SecureKeyStore.java +++ b/jpos/src/main/java/org/jpos/security/SecureKeyStore.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecurePrivateKey.java b/jpos/src/main/java/org/jpos/security/SecurePrivateKey.java index 245f248361..d12edbc9cb 100644 --- a/jpos/src/main/java/org/jpos/security/SecurePrivateKey.java +++ b/jpos/src/main/java/org/jpos/security/SecurePrivateKey.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SecureVariantKey.java b/jpos/src/main/java/org/jpos/security/SecureVariantKey.java index 42c9f0851c..08fbb13330 100644 --- a/jpos/src/main/java/org/jpos/security/SecureVariantKey.java +++ b/jpos/src/main/java/org/jpos/security/SecureVariantKey.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SensitiveString.java b/jpos/src/main/java/org/jpos/security/SensitiveString.java index 6e5a6031e6..7cd3b227f0 100644 --- a/jpos/src/main/java/org/jpos/security/SensitiveString.java +++ b/jpos/src/main/java/org/jpos/security/SensitiveString.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SimpleKeyFile.java b/jpos/src/main/java/org/jpos/security/SimpleKeyFile.java index 228c9374ce..4e23ee5f4e 100644 --- a/jpos/src/main/java/org/jpos/security/SimpleKeyFile.java +++ b/jpos/src/main/java/org/jpos/security/SimpleKeyFile.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/SystemSeed.java b/jpos/src/main/java/org/jpos/security/SystemSeed.java index 8633c93c11..7f7b432f0f 100644 --- a/jpos/src/main/java/org/jpos/security/SystemSeed.java +++ b/jpos/src/main/java/org/jpos/security/SystemSeed.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/Util.java b/jpos/src/main/java/org/jpos/security/Util.java index 4747556be6..c17af8b5fe 100644 --- a/jpos/src/main/java/org/jpos/security/Util.java +++ b/jpos/src/main/java/org/jpos/security/Util.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/WeakPINException.java b/jpos/src/main/java/org/jpos/security/WeakPINException.java index cdbe98449c..07f90f5cf1 100644 --- a/jpos/src/main/java/org/jpos/security/WeakPINException.java +++ b/jpos/src/main/java/org/jpos/security/WeakPINException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/jceadapter/Console.java b/jpos/src/main/java/org/jpos/security/jceadapter/Console.java index e6b578005a..222165715d 100644 --- a/jpos/src/main/java/org/jpos/security/jceadapter/Console.java +++ b/jpos/src/main/java/org/jpos/security/jceadapter/Console.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandler.java b/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandler.java index 27b47af35c..856d6c5e01 100644 --- a/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandler.java +++ b/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandler.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandlerException.java b/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandlerException.java index 45d80d493d..34d4efddee 100644 --- a/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandlerException.java +++ b/jpos/src/main/java/org/jpos/security/jceadapter/JCEHandlerException.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java b/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java index c0a7843dd6..0bd7bff5b5 100644 --- a/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java +++ b/jpos/src/main/java/org/jpos/security/jceadapter/JCESecurityModule.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/JDBMSpace.java b/jpos/src/main/java/org/jpos/space/JDBMSpace.java index b9e11e7419..308913b5ad 100644 --- a/jpos/src/main/java/org/jpos/space/JDBMSpace.java +++ b/jpos/src/main/java/org/jpos/space/JDBMSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/JESpace.java b/jpos/src/main/java/org/jpos/space/JESpace.java index b7992a7609..cefe90d0a2 100644 --- a/jpos/src/main/java/org/jpos/space/JESpace.java +++ b/jpos/src/main/java/org/jpos/space/JESpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/LocalSpace.java b/jpos/src/main/java/org/jpos/space/LocalSpace.java index f79a394aa6..cbc135adc8 100644 --- a/jpos/src/main/java/org/jpos/space/LocalSpace.java +++ b/jpos/src/main/java/org/jpos/space/LocalSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/MD5Template.java b/jpos/src/main/java/org/jpos/space/MD5Template.java index 7cce0331eb..4b9484ff8f 100644 --- a/jpos/src/main/java/org/jpos/space/MD5Template.java +++ b/jpos/src/main/java/org/jpos/space/MD5Template.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/ObjectTemplate.java b/jpos/src/main/java/org/jpos/space/ObjectTemplate.java index 3561c5b833..8220f5349f 100644 --- a/jpos/src/main/java/org/jpos/space/ObjectTemplate.java +++ b/jpos/src/main/java/org/jpos/space/ObjectTemplate.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/RemoteSpace.java b/jpos/src/main/java/org/jpos/space/RemoteSpace.java index 1ddfa66e43..0352defd8c 100644 --- a/jpos/src/main/java/org/jpos/space/RemoteSpace.java +++ b/jpos/src/main/java/org/jpos/space/RemoteSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/Space.java b/jpos/src/main/java/org/jpos/space/Space.java index 25952ee228..5ef19dee39 100644 --- a/jpos/src/main/java/org/jpos/space/Space.java +++ b/jpos/src/main/java/org/jpos/space/Space.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceError.java b/jpos/src/main/java/org/jpos/space/SpaceError.java index c420885665..c8d833da08 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceError.java +++ b/jpos/src/main/java/org/jpos/space/SpaceError.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceFactory.java b/jpos/src/main/java/org/jpos/space/SpaceFactory.java index d8beef6747..1c50716e2a 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceFactory.java +++ b/jpos/src/main/java/org/jpos/space/SpaceFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceInterceptor.java b/jpos/src/main/java/org/jpos/space/SpaceInterceptor.java index 92707d5d62..de8a54e163 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceInterceptor.java +++ b/jpos/src/main/java/org/jpos/space/SpaceInterceptor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceListener.java b/jpos/src/main/java/org/jpos/space/SpaceListener.java index 44bdd66cd8..88db25ecb2 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceListener.java +++ b/jpos/src/main/java/org/jpos/space/SpaceListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceProxy.java b/jpos/src/main/java/org/jpos/space/SpaceProxy.java index 74c72ff7bc..aa35926982 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceProxy.java +++ b/jpos/src/main/java/org/jpos/space/SpaceProxy.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceSource.java b/jpos/src/main/java/org/jpos/space/SpaceSource.java index f55509b145..61bb707b27 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceSource.java +++ b/jpos/src/main/java/org/jpos/space/SpaceSource.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceTap.java b/jpos/src/main/java/org/jpos/space/SpaceTap.java index 8fec34a42d..543049d62e 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceTap.java +++ b/jpos/src/main/java/org/jpos/space/SpaceTap.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/SpaceUtil.java b/jpos/src/main/java/org/jpos/space/SpaceUtil.java index e68ef5eaa3..b5e893b84a 100644 --- a/jpos/src/main/java/org/jpos/space/SpaceUtil.java +++ b/jpos/src/main/java/org/jpos/space/SpaceUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/TSpace.java b/jpos/src/main/java/org/jpos/space/TSpace.java index 2247662bd0..759c225f52 100644 --- a/jpos/src/main/java/org/jpos/space/TSpace.java +++ b/jpos/src/main/java/org/jpos/space/TSpace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/space/Template.java b/jpos/src/main/java/org/jpos/space/Template.java index d6ae06de0b..de9e643777 100644 --- a/jpos/src/main/java/org/jpos/space/Template.java +++ b/jpos/src/main/java/org/jpos/space/Template.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/BinaryTagValue.java b/jpos/src/main/java/org/jpos/tlv/BinaryTagValue.java index 5124026f37..85e7906a2e 100644 --- a/jpos/src/main/java/org/jpos/tlv/BinaryTagValue.java +++ b/jpos/src/main/java/org/jpos/tlv/BinaryTagValue.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/CharTag.java b/jpos/src/main/java/org/jpos/tlv/CharTag.java index 73526067f8..5641d71098 100644 --- a/jpos/src/main/java/org/jpos/tlv/CharTag.java +++ b/jpos/src/main/java/org/jpos/tlv/CharTag.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/CharTagMap.java b/jpos/src/main/java/org/jpos/tlv/CharTagMap.java index 950248db56..6c22ba784c 100644 --- a/jpos/src/main/java/org/jpos/tlv/CharTagMap.java +++ b/jpos/src/main/java/org/jpos/tlv/CharTagMap.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/CharTagMapBuilder.java b/jpos/src/main/java/org/jpos/tlv/CharTagMapBuilder.java index c91cbc86ac..47312a0030 100644 --- a/jpos/src/main/java/org/jpos/tlv/CharTagMapBuilder.java +++ b/jpos/src/main/java/org/jpos/tlv/CharTagMapBuilder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/GenericTagSequence.java b/jpos/src/main/java/org/jpos/tlv/GenericTagSequence.java index 53e3ec5fc2..2fe53da4e7 100644 --- a/jpos/src/main/java/org/jpos/tlv/GenericTagSequence.java +++ b/jpos/src/main/java/org/jpos/tlv/GenericTagSequence.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/ISOMsgRef.java b/jpos/src/main/java/org/jpos/tlv/ISOMsgRef.java index dd398911a3..ec9586a44d 100644 --- a/jpos/src/main/java/org/jpos/tlv/ISOMsgRef.java +++ b/jpos/src/main/java/org/jpos/tlv/ISOMsgRef.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/ISOMsgTagValue.java b/jpos/src/main/java/org/jpos/tlv/ISOMsgTagValue.java index 4bdbf1fc6c..44ade67c64 100644 --- a/jpos/src/main/java/org/jpos/tlv/ISOMsgTagValue.java +++ b/jpos/src/main/java/org/jpos/tlv/ISOMsgTagValue.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/ISOTaggedField.java b/jpos/src/main/java/org/jpos/tlv/ISOTaggedField.java index 591619e11d..9b5926e4f4 100644 --- a/jpos/src/main/java/org/jpos/tlv/ISOTaggedField.java +++ b/jpos/src/main/java/org/jpos/tlv/ISOTaggedField.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/LiteralTagValue.java b/jpos/src/main/java/org/jpos/tlv/LiteralTagValue.java index 14703b4548..ef85ef0503 100644 --- a/jpos/src/main/java/org/jpos/tlv/LiteralTagValue.java +++ b/jpos/src/main/java/org/jpos/tlv/LiteralTagValue.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/OffsetIndexedComposite.java b/jpos/src/main/java/org/jpos/tlv/OffsetIndexedComposite.java index e8170ed4aa..984f54bb7b 100644 --- a/jpos/src/main/java/org/jpos/tlv/OffsetIndexedComposite.java +++ b/jpos/src/main/java/org/jpos/tlv/OffsetIndexedComposite.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TLVClass.java b/jpos/src/main/java/org/jpos/tlv/TLVClass.java index 2896665aa8..ee14c1faab 100644 --- a/jpos/src/main/java/org/jpos/tlv/TLVClass.java +++ b/jpos/src/main/java/org/jpos/tlv/TLVClass.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TLVDataFormat.java b/jpos/src/main/java/org/jpos/tlv/TLVDataFormat.java index bd4fa10de0..b73d9e35ab 100644 --- a/jpos/src/main/java/org/jpos/tlv/TLVDataFormat.java +++ b/jpos/src/main/java/org/jpos/tlv/TLVDataFormat.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TLVList.java b/jpos/src/main/java/org/jpos/tlv/TLVList.java index 00b73b38e8..91ad576822 100644 --- a/jpos/src/main/java/org/jpos/tlv/TLVList.java +++ b/jpos/src/main/java/org/jpos/tlv/TLVList.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TLVMsg.java b/jpos/src/main/java/org/jpos/tlv/TLVMsg.java index 532e01da32..b88ae250db 100644 --- a/jpos/src/main/java/org/jpos/tlv/TLVMsg.java +++ b/jpos/src/main/java/org/jpos/tlv/TLVMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TagSequence.java b/jpos/src/main/java/org/jpos/tlv/TagSequence.java index 4fe046930b..d25872e4ac 100644 --- a/jpos/src/main/java/org/jpos/tlv/TagSequence.java +++ b/jpos/src/main/java/org/jpos/tlv/TagSequence.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TagSequenceBase.java b/jpos/src/main/java/org/jpos/tlv/TagSequenceBase.java index 87ee077737..3e0c943843 100644 --- a/jpos/src/main/java/org/jpos/tlv/TagSequenceBase.java +++ b/jpos/src/main/java/org/jpos/tlv/TagSequenceBase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TagValue.java b/jpos/src/main/java/org/jpos/tlv/TagValue.java index d322721e25..60d18778fa 100644 --- a/jpos/src/main/java/org/jpos/tlv/TagValue.java +++ b/jpos/src/main/java/org/jpos/tlv/TagValue.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/TagValueBase.java b/jpos/src/main/java/org/jpos/tlv/TagValueBase.java index 00297d3607..fd39267188 100644 --- a/jpos/src/main/java/org/jpos/tlv/TagValueBase.java +++ b/jpos/src/main/java/org/jpos/tlv/TagValueBase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/BinaryHexTaggedSequencePackager.java b/jpos/src/main/java/org/jpos/tlv/packager/BinaryHexTaggedSequencePackager.java index 7af68cc45d..e9cfdd274f 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/BinaryHexTaggedSequencePackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/BinaryHexTaggedSequencePackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFB_LHBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IFB_LHBINARY.java index 040ea80d3b..9f63a2e98b 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFB_LHBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFB_LHBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLBINARY.java index d33020d372..da88f36c3a 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLCHAR.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLCHAR.java index 1d17cb7692..6e6544409d 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLCHAR.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLBINARY.java index 639a01083f..f165a657c1 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLCHAR.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLCHAR.java index ac18f53354..7557bf133f 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLCHAR.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLNUM.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLNUM.java index b9268d937c..f57b175a14 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLNUM.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLNUM.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLNUM.java index 939f36c69d..52cb6ce440 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLNUM.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTA_LLNUM.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IFTB_LLBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IFTB_LLBINARY.java index 017c667ee6..3f5dcbefd4 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IFTB_LLBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IFTB_LLBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IF_FBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IF_FBINARY.java index ab6e5995db..70e0b4d263 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IF_FBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IF_FBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IF_FCHAR.java b/jpos/src/main/java/org/jpos/tlv/packager/IF_FCHAR.java index b767b34ef6..b56cc855f4 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IF_FCHAR.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IF_FCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTBINARY.java b/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTBINARY.java index a387359e12..e7dae2a404 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTBINARY.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTBINARY.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTCHAR.java b/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTCHAR.java index 6f45e4b71f..91b60d6a32 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTCHAR.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/IF_FSTCHAR.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorHandler.java b/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorHandler.java index 78e3f9322f..3975296810 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorHandler.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorHandler.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorLogger.java b/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorLogger.java index 86b235ba37..b3f58d256e 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorLogger.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/PackagerErrorLogger.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/TaggedSequencePackager.java b/jpos/src/main/java/org/jpos/tlv/packager/TaggedSequencePackager.java index c3ad028819..12750abf24 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/TaggedSequencePackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/TaggedSequencePackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVAsciiHexPackager.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVAsciiHexPackager.java index a946680523..cc80acbaed 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVAsciiHexPackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVAsciiHexPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVBinaryPackager.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVBinaryPackager.java index 03072337ac..e9c084801c 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVBinaryPackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVBinaryPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVEbcdicHexPackager.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVEbcdicHexPackager.java index deb102c5e9..b0f73ab401 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVEbcdicHexPackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVEbcdicHexPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVFormatMapper.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVFormatMapper.java index fcab0e67c6..4e3049a013 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVFormatMapper.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVFormatMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVPackager.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVPackager.java index e4dcb52f23..05afa7ce98 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVPackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/BERTLVPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVFormatMapper.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVFormatMapper.java index 081e1abc94..0ffe937e7a 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVFormatMapper.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVFormatMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVPackager.java b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVPackager.java index a11f441781..b8c129ddb5 100644 --- a/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVPackager.java +++ b/jpos/src/main/java/org/jpos/tlv/packager/bertlv/DefaultICCBERTLVPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/AbortParticipant.java b/jpos/src/main/java/org/jpos/transaction/AbortParticipant.java index 5eed879b29..9bbbb09b7d 100644 --- a/jpos/src/main/java/org/jpos/transaction/AbortParticipant.java +++ b/jpos/src/main/java/org/jpos/transaction/AbortParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/Context.java b/jpos/src/main/java/org/jpos/transaction/Context.java index 8bf595848e..82ecccf92c 100644 --- a/jpos/src/main/java/org/jpos/transaction/Context.java +++ b/jpos/src/main/java/org/jpos/transaction/Context.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/ContextConstants.java b/jpos/src/main/java/org/jpos/transaction/ContextConstants.java index d0c255b311..b1cee62231 100644 --- a/jpos/src/main/java/org/jpos/transaction/ContextConstants.java +++ b/jpos/src/main/java/org/jpos/transaction/ContextConstants.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/ContextRecovery.java b/jpos/src/main/java/org/jpos/transaction/ContextRecovery.java index dc081d440a..3833f71b0f 100644 --- a/jpos/src/main/java/org/jpos/transaction/ContextRecovery.java +++ b/jpos/src/main/java/org/jpos/transaction/ContextRecovery.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/GroupSelector.java b/jpos/src/main/java/org/jpos/transaction/GroupSelector.java index b3051800e8..df5b3f9c31 100644 --- a/jpos/src/main/java/org/jpos/transaction/GroupSelector.java +++ b/jpos/src/main/java/org/jpos/transaction/GroupSelector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/Pausable.java b/jpos/src/main/java/org/jpos/transaction/Pausable.java index 672189d5b2..379083ec96 100644 --- a/jpos/src/main/java/org/jpos/transaction/Pausable.java +++ b/jpos/src/main/java/org/jpos/transaction/Pausable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/PausedTransaction.java b/jpos/src/main/java/org/jpos/transaction/PausedTransaction.java index b20f3703fd..5863e00b41 100644 --- a/jpos/src/main/java/org/jpos/transaction/PausedTransaction.java +++ b/jpos/src/main/java/org/jpos/transaction/PausedTransaction.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionConstants.java b/jpos/src/main/java/org/jpos/transaction/TransactionConstants.java index 50a64449d6..193a5f5458 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionConstants.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionConstants.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionManager.java b/jpos/src/main/java/org/jpos/transaction/TransactionManager.java index e9090907d6..169caabe39 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionManager.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionManager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionManagerMBean.java b/jpos/src/main/java/org/jpos/transaction/TransactionManagerMBean.java index 216553521a..e5584bb70a 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionManagerMBean.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionManagerMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionParticipant.java b/jpos/src/main/java/org/jpos/transaction/TransactionParticipant.java index f971e0d718..b7487918c5 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionParticipant.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionStatusEvent.java b/jpos/src/main/java/org/jpos/transaction/TransactionStatusEvent.java index e3bdb92c2d..87de08cb76 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionStatusEvent.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionStatusEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/TransactionStatusListener.java b/jpos/src/main/java/org/jpos/transaction/TransactionStatusListener.java index 0f2878c377..91d9d3163b 100644 --- a/jpos/src/main/java/org/jpos/transaction/TransactionStatusListener.java +++ b/jpos/src/main/java/org/jpos/transaction/TransactionStatusListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/gui/TMMonitor.java b/jpos/src/main/java/org/jpos/transaction/gui/TMMonitor.java index 8175d62cc2..a99d3f3f7c 100644 --- a/jpos/src/main/java/org/jpos/transaction/gui/TMMonitor.java +++ b/jpos/src/main/java/org/jpos/transaction/gui/TMMonitor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/gui/TMMonitorFactory.java b/jpos/src/main/java/org/jpos/transaction/gui/TMMonitorFactory.java index 436da0291f..d5269b5a32 100644 --- a/jpos/src/main/java/org/jpos/transaction/gui/TMMonitorFactory.java +++ b/jpos/src/main/java/org/jpos/transaction/gui/TMMonitorFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/BSHGroupSelector.java b/jpos/src/main/java/org/jpos/transaction/participant/BSHGroupSelector.java index 01e60625d9..f61a03bc72 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/BSHGroupSelector.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/BSHGroupSelector.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/BSHMethod.java b/jpos/src/main/java/org/jpos/transaction/participant/BSHMethod.java index 094aee8936..e31ce7a53c 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/BSHMethod.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/BSHMethod.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/BSHTransactionParticipant.java b/jpos/src/main/java/org/jpos/transaction/participant/BSHTransactionParticipant.java index 4a640afdce..f7a3ad21c6 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/BSHTransactionParticipant.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/BSHTransactionParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/CheckFields.java b/jpos/src/main/java/org/jpos/transaction/participant/CheckFields.java index fe32f1c53c..9e2eaedae7 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/CheckFields.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/CheckFields.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/CheckPoint.java b/jpos/src/main/java/org/jpos/transaction/participant/CheckPoint.java index b8df42cdff..b62e657d9a 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/CheckPoint.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/CheckPoint.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Debug.java b/jpos/src/main/java/org/jpos/transaction/participant/Debug.java index 73882c6705..9d48aa0f85 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Debug.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Debug.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Delay.java b/jpos/src/main/java/org/jpos/transaction/participant/Delay.java index 0267324603..db0c6ef591 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Delay.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Delay.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Forward.java b/jpos/src/main/java/org/jpos/transaction/participant/Forward.java index bd82109568..fdaba82dbd 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Forward.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Forward.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/HasEntry.java b/jpos/src/main/java/org/jpos/transaction/participant/HasEntry.java index d7e2e6ed93..b0d5e0d09f 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/HasEntry.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/HasEntry.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/JSParticipant.java b/jpos/src/main/java/org/jpos/transaction/participant/JSParticipant.java index 3e100e0893..b2ae0fb38b 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/JSParticipant.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/JSParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Join.java b/jpos/src/main/java/org/jpos/transaction/participant/Join.java index 8f2dd46d97..e5fad8cee7 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Join.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Join.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Pause.java b/jpos/src/main/java/org/jpos/transaction/participant/Pause.java index 65476f06e9..a6df725337 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Pause.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Pause.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/QueryHost.java b/jpos/src/main/java/org/jpos/transaction/participant/QueryHost.java index 6a8d8ff382..0649a2c1a6 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/QueryHost.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/QueryHost.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/SelectDestination.java b/jpos/src/main/java/org/jpos/transaction/participant/SelectDestination.java index b584693c6d..ba672e5bcd 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/SelectDestination.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/SelectDestination.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/SendResponse.java b/jpos/src/main/java/org/jpos/transaction/participant/SendResponse.java index cfe07f51b3..dfb529c07f 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/SendResponse.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/SendResponse.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Switch.java b/jpos/src/main/java/org/jpos/transaction/participant/Switch.java index b8beca3cae..eaa77dcb72 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Switch.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Switch.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/transaction/participant/Trace.java b/jpos/src/main/java/org/jpos/transaction/participant/Trace.java index 8263cfc4fc..b9fb2119fc 100644 --- a/jpos/src/main/java/org/jpos/transaction/participant/Trace.java +++ b/jpos/src/main/java/org/jpos/transaction/participant/Trace.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/UI.java b/jpos/src/main/java/org/jpos/ui/UI.java index 86aed91bb5..96197501de 100644 --- a/jpos/src/main/java/org/jpos/ui/UI.java +++ b/jpos/src/main/java/org/jpos/ui/UI.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/UIAware.java b/jpos/src/main/java/org/jpos/ui/UIAware.java index c857000448..74bcb27232 100644 --- a/jpos/src/main/java/org/jpos/ui/UIAware.java +++ b/jpos/src/main/java/org/jpos/ui/UIAware.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/UIFactory.java b/jpos/src/main/java/org/jpos/ui/UIFactory.java index 8c618f54dc..a8e05b2956 100644 --- a/jpos/src/main/java/org/jpos/ui/UIFactory.java +++ b/jpos/src/main/java/org/jpos/ui/UIFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/UIObjectFactory.java b/jpos/src/main/java/org/jpos/ui/UIObjectFactory.java index 9792add71d..931ab8c44e 100644 --- a/jpos/src/main/java/org/jpos/ui/UIObjectFactory.java +++ b/jpos/src/main/java/org/jpos/ui/UIObjectFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/action/Debug.java b/jpos/src/main/java/org/jpos/ui/action/Debug.java index a745cf5e45..fbf8ed5ad9 100644 --- a/jpos/src/main/java/org/jpos/ui/action/Debug.java +++ b/jpos/src/main/java/org/jpos/ui/action/Debug.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/action/Dispose.java b/jpos/src/main/java/org/jpos/ui/action/Dispose.java index 449dcaf44e..00dd5cb9ce 100644 --- a/jpos/src/main/java/org/jpos/ui/action/Dispose.java +++ b/jpos/src/main/java/org/jpos/ui/action/Dispose.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/action/Exit.java b/jpos/src/main/java/org/jpos/ui/action/Exit.java index db26d6243e..fd4ebfcaf4 100644 --- a/jpos/src/main/java/org/jpos/ui/action/Exit.java +++ b/jpos/src/main/java/org/jpos/ui/action/Exit.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/action/Redirect.java b/jpos/src/main/java/org/jpos/ui/action/Redirect.java index 52e66bca89..1c9e226caa 100644 --- a/jpos/src/main/java/org/jpos/ui/action/Redirect.java +++ b/jpos/src/main/java/org/jpos/ui/action/Redirect.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/BorderLayoutFactory.java b/jpos/src/main/java/org/jpos/ui/factory/BorderLayoutFactory.java index c363e25671..55496957de 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/BorderLayoutFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/BorderLayoutFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/GridLayoutFactory.java b/jpos/src/main/java/org/jpos/ui/factory/GridLayoutFactory.java index 61ec48692f..c526d6e0b5 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/GridLayoutFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/GridLayoutFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/HSplitFactory.java b/jpos/src/main/java/org/jpos/ui/factory/HSplitFactory.java index ba1ad8df0a..28c1395b86 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/HSplitFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/HSplitFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/HtmlFactory.java b/jpos/src/main/java/org/jpos/ui/factory/HtmlFactory.java index c48fec312e..a05e738a0c 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/HtmlFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/HtmlFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/ISOMeterFactory.java b/jpos/src/main/java/org/jpos/ui/factory/ISOMeterFactory.java index 23fbf840f2..0260cb9bc3 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/ISOMeterFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/ISOMeterFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/JButtonFactory.java b/jpos/src/main/java/org/jpos/ui/factory/JButtonFactory.java index b10ea102e4..3dcb560f79 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/JButtonFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/JButtonFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/JLabelFactory.java b/jpos/src/main/java/org/jpos/ui/factory/JLabelFactory.java index d40edcac5d..ba7a48e484 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/JLabelFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/JLabelFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/JTabbedPaneFactory.java b/jpos/src/main/java/org/jpos/ui/factory/JTabbedPaneFactory.java index 9aa726cf20..264bb50519 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/JTabbedPaneFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/JTabbedPaneFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/JTreeFactory.java b/jpos/src/main/java/org/jpos/ui/factory/JTreeFactory.java index 26b43ef2aa..8f65863b94 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/JTreeFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/JTreeFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/LogListenerFactory.java b/jpos/src/main/java/org/jpos/ui/factory/LogListenerFactory.java index 7b3d13aa39..d1ec55e336 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/LogListenerFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/LogListenerFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/PanelFactory.java b/jpos/src/main/java/org/jpos/ui/factory/PanelFactory.java index fcd0163626..d5fad84059 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/PanelFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/PanelFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/TextFactory.java b/jpos/src/main/java/org/jpos/ui/factory/TextFactory.java index 3bddaebfce..6ab7c82147 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/TextFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/TextFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/ui/factory/VSplitFactory.java b/jpos/src/main/java/org/jpos/ui/factory/VSplitFactory.java index fa24c94f09..21274dd276 100644 --- a/jpos/src/main/java/org/jpos/ui/factory/VSplitFactory.java +++ b/jpos/src/main/java/org/jpos/ui/factory/VSplitFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/BaseLogEventWriter.java b/jpos/src/main/java/org/jpos/util/BaseLogEventWriter.java index efd3c5561d..bbcbbf7835 100644 --- a/jpos/src/main/java/org/jpos/util/BaseLogEventWriter.java +++ b/jpos/src/main/java/org/jpos/util/BaseLogEventWriter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/BlockingQueue.java b/jpos/src/main/java/org/jpos/util/BlockingQueue.java index 7113e86cb6..36ba37024c 100644 --- a/jpos/src/main/java/org/jpos/util/BlockingQueue.java +++ b/jpos/src/main/java/org/jpos/util/BlockingQueue.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/BufferedExceptionLogListener.java b/jpos/src/main/java/org/jpos/util/BufferedExceptionLogListener.java index 93a1bf8fe5..d3e8dea54c 100644 --- a/jpos/src/main/java/org/jpos/util/BufferedExceptionLogListener.java +++ b/jpos/src/main/java/org/jpos/util/BufferedExceptionLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/BufferedLogListener.java b/jpos/src/main/java/org/jpos/util/BufferedLogListener.java index 23853672e5..4c09ea67b4 100644 --- a/jpos/src/main/java/org/jpos/util/BufferedLogListener.java +++ b/jpos/src/main/java/org/jpos/util/BufferedLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Caller.java b/jpos/src/main/java/org/jpos/util/Caller.java index 24d0dfe0c9..e58919a3ef 100644 --- a/jpos/src/main/java/org/jpos/util/Caller.java +++ b/jpos/src/main/java/org/jpos/util/Caller.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Chronometer.java b/jpos/src/main/java/org/jpos/util/Chronometer.java index 6d4601d894..0d26dee19c 100644 --- a/jpos/src/main/java/org/jpos/util/Chronometer.java +++ b/jpos/src/main/java/org/jpos/util/Chronometer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ConcurrentUtil.java b/jpos/src/main/java/org/jpos/util/ConcurrentUtil.java index 16e48bc928..83767401ad 100644 --- a/jpos/src/main/java/org/jpos/util/ConcurrentUtil.java +++ b/jpos/src/main/java/org/jpos/util/ConcurrentUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/DailyLogListener.java b/jpos/src/main/java/org/jpos/util/DailyLogListener.java index 818b0b7c1b..8242087a1d 100644 --- a/jpos/src/main/java/org/jpos/util/DailyLogListener.java +++ b/jpos/src/main/java/org/jpos/util/DailyLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/DateUtil.java b/jpos/src/main/java/org/jpos/util/DateUtil.java index f51b87d014..1655e22f55 100644 --- a/jpos/src/main/java/org/jpos/util/DateUtil.java +++ b/jpos/src/main/java/org/jpos/util/DateUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/DefaultTimer.java b/jpos/src/main/java/org/jpos/util/DefaultTimer.java index 4723a4b105..b992a6cfef 100644 --- a/jpos/src/main/java/org/jpos/util/DefaultTimer.java +++ b/jpos/src/main/java/org/jpos/util/DefaultTimer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Destroyable.java b/jpos/src/main/java/org/jpos/util/Destroyable.java index 513fe9e3eb..4d043d7b7e 100644 --- a/jpos/src/main/java/org/jpos/util/Destroyable.java +++ b/jpos/src/main/java/org/jpos/util/Destroyable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/DirPoll.java b/jpos/src/main/java/org/jpos/util/DirPoll.java index 896b604529..955abba88b 100644 --- a/jpos/src/main/java/org/jpos/util/DirPoll.java +++ b/jpos/src/main/java/org/jpos/util/DirPoll.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Dumpable.java b/jpos/src/main/java/org/jpos/util/Dumpable.java index 2ed2bb806e..1382e09354 100644 --- a/jpos/src/main/java/org/jpos/util/Dumpable.java +++ b/jpos/src/main/java/org/jpos/util/Dumpable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ExceptionLogFilter.java b/jpos/src/main/java/org/jpos/util/ExceptionLogFilter.java index 2fdda9ab2b..c6fa7887af 100644 --- a/jpos/src/main/java/org/jpos/util/ExceptionLogFilter.java +++ b/jpos/src/main/java/org/jpos/util/ExceptionLogFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/FSDMsg.java b/jpos/src/main/java/org/jpos/util/FSDMsg.java index 8c3b6e093b..03c813d6d4 100644 --- a/jpos/src/main/java/org/jpos/util/FSDMsg.java +++ b/jpos/src/main/java/org/jpos/util/FSDMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/FSDProtectedLogListener.java b/jpos/src/main/java/org/jpos/util/FSDProtectedLogListener.java index f2fc551e64..88ffce65b3 100644 --- a/jpos/src/main/java/org/jpos/util/FSDProtectedLogListener.java +++ b/jpos/src/main/java/org/jpos/util/FSDProtectedLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/FilterLogListener.java b/jpos/src/main/java/org/jpos/util/FilterLogListener.java index 222035b0a7..b8f00aba30 100644 --- a/jpos/src/main/java/org/jpos/util/FilterLogListener.java +++ b/jpos/src/main/java/org/jpos/util/FilterLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/FlatLogListener.java b/jpos/src/main/java/org/jpos/util/FlatLogListener.java index d39538988a..0ba9bfc691 100644 --- a/jpos/src/main/java/org/jpos/util/FlatLogListener.java +++ b/jpos/src/main/java/org/jpos/util/FlatLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/FrozenLogEvent.java b/jpos/src/main/java/org/jpos/util/FrozenLogEvent.java index f8a57f7a73..4f205ddaa5 100644 --- a/jpos/src/main/java/org/jpos/util/FrozenLogEvent.java +++ b/jpos/src/main/java/org/jpos/util/FrozenLogEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/IgnoreLogListener.java b/jpos/src/main/java/org/jpos/util/IgnoreLogListener.java index 81f356188c..f73044f55c 100644 --- a/jpos/src/main/java/org/jpos/util/IgnoreLogListener.java +++ b/jpos/src/main/java/org/jpos/util/IgnoreLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Log.java b/jpos/src/main/java/org/jpos/util/Log.java index d4100c6cdd..1abc4ce200 100644 --- a/jpos/src/main/java/org/jpos/util/Log.java +++ b/jpos/src/main/java/org/jpos/util/Log.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogEvent.java b/jpos/src/main/java/org/jpos/util/LogEvent.java index 453d7ec4b0..33d2754656 100644 --- a/jpos/src/main/java/org/jpos/util/LogEvent.java +++ b/jpos/src/main/java/org/jpos/util/LogEvent.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogEventOutputStream.java b/jpos/src/main/java/org/jpos/util/LogEventOutputStream.java index 2b1dde746b..d67ad775e1 100644 --- a/jpos/src/main/java/org/jpos/util/LogEventOutputStream.java +++ b/jpos/src/main/java/org/jpos/util/LogEventOutputStream.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogEventWriter.java b/jpos/src/main/java/org/jpos/util/LogEventWriter.java index 521519c2c7..51c8145171 100644 --- a/jpos/src/main/java/org/jpos/util/LogEventWriter.java +++ b/jpos/src/main/java/org/jpos/util/LogEventWriter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogListener.java b/jpos/src/main/java/org/jpos/util/LogListener.java index 329d2115f5..fcf2b46365 100644 --- a/jpos/src/main/java/org/jpos/util/LogListener.java +++ b/jpos/src/main/java/org/jpos/util/LogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogProducer.java b/jpos/src/main/java/org/jpos/util/LogProducer.java index bbe8b01287..ff9a77dad6 100644 --- a/jpos/src/main/java/org/jpos/util/LogProducer.java +++ b/jpos/src/main/java/org/jpos/util/LogProducer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogSource.java b/jpos/src/main/java/org/jpos/util/LogSource.java index 09b0ac422e..9ea6dc2587 100644 --- a/jpos/src/main/java/org/jpos/util/LogSource.java +++ b/jpos/src/main/java/org/jpos/util/LogSource.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/LogUtil.java b/jpos/src/main/java/org/jpos/util/LogUtil.java index 31fa313839..2a5d3763ea 100644 --- a/jpos/src/main/java/org/jpos/util/LogUtil.java +++ b/jpos/src/main/java/org/jpos/util/LogUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Loggeable.java b/jpos/src/main/java/org/jpos/util/Loggeable.java index 2f5dbfa6b1..8fff25669e 100644 --- a/jpos/src/main/java/org/jpos/util/Loggeable.java +++ b/jpos/src/main/java/org/jpos/util/Loggeable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Logger.java b/jpos/src/main/java/org/jpos/util/Logger.java index 86a70c4750..7955816ec7 100644 --- a/jpos/src/main/java/org/jpos/util/Logger.java +++ b/jpos/src/main/java/org/jpos/util/Logger.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/MappingLogEventWriter.java b/jpos/src/main/java/org/jpos/util/MappingLogEventWriter.java index 95f5ccc816..37a07d8525 100644 --- a/jpos/src/main/java/org/jpos/util/MappingLogEventWriter.java +++ b/jpos/src/main/java/org/jpos/util/MappingLogEventWriter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Metrics.java b/jpos/src/main/java/org/jpos/util/Metrics.java index fa8b8b8ec5..650ceb61a1 100644 --- a/jpos/src/main/java/org/jpos/util/Metrics.java +++ b/jpos/src/main/java/org/jpos/util/Metrics.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/MetricsProvider.java b/jpos/src/main/java/org/jpos/util/MetricsProvider.java index fe864d905a..a6c5e1c79e 100644 --- a/jpos/src/main/java/org/jpos/util/MetricsProvider.java +++ b/jpos/src/main/java/org/jpos/util/MetricsProvider.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/NameRegistrar.java b/jpos/src/main/java/org/jpos/util/NameRegistrar.java index 52c8eab912..d0bc58f77c 100644 --- a/jpos/src/main/java/org/jpos/util/NameRegistrar.java +++ b/jpos/src/main/java/org/jpos/util/NameRegistrar.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/PGPHelper.java b/jpos/src/main/java/org/jpos/util/PGPHelper.java index 57ca5fbf51..ab8d991c30 100644 --- a/jpos/src/main/java/org/jpos/util/PGPHelper.java +++ b/jpos/src/main/java/org/jpos/util/PGPHelper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Profiler.java b/jpos/src/main/java/org/jpos/util/Profiler.java index f5f4786894..074bdbe842 100644 --- a/jpos/src/main/java/org/jpos/util/Profiler.java +++ b/jpos/src/main/java/org/jpos/util/Profiler.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ProtectedLogListener.java b/jpos/src/main/java/org/jpos/util/ProtectedLogListener.java index 7562dcf5bb..8a75902f61 100644 --- a/jpos/src/main/java/org/jpos/util/ProtectedLogListener.java +++ b/jpos/src/main/java/org/jpos/util/ProtectedLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/RealmLogFilter.java b/jpos/src/main/java/org/jpos/util/RealmLogFilter.java index 84e4dc6f19..c0663cc73c 100644 --- a/jpos/src/main/java/org/jpos/util/RealmLogFilter.java +++ b/jpos/src/main/java/org/jpos/util/RealmLogFilter.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Recyclable.java b/jpos/src/main/java/org/jpos/util/Recyclable.java index cc6946f194..2079f2bb2f 100644 --- a/jpos/src/main/java/org/jpos/util/Recyclable.java +++ b/jpos/src/main/java/org/jpos/util/Recyclable.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/RotateLogListener.java b/jpos/src/main/java/org/jpos/util/RotateLogListener.java index 844d1ba3ed..1f8cf01034 100644 --- a/jpos/src/main/java/org/jpos/util/RotateLogListener.java +++ b/jpos/src/main/java/org/jpos/util/RotateLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Serializer.java b/jpos/src/main/java/org/jpos/util/Serializer.java index 2904281d9e..4b4a2002bf 100644 --- a/jpos/src/main/java/org/jpos/util/Serializer.java +++ b/jpos/src/main/java/org/jpos/util/Serializer.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SimpleLogListener.java b/jpos/src/main/java/org/jpos/util/SimpleLogListener.java index d0f3af8c11..6ff321dfdb 100644 --- a/jpos/src/main/java/org/jpos/util/SimpleLogListener.java +++ b/jpos/src/main/java/org/jpos/util/SimpleLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SimpleLogSource.java b/jpos/src/main/java/org/jpos/util/SimpleLogSource.java index 19dbbe19f3..47e64b87c7 100644 --- a/jpos/src/main/java/org/jpos/util/SimpleLogSource.java +++ b/jpos/src/main/java/org/jpos/util/SimpleLogSource.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SimpleMsg.java b/jpos/src/main/java/org/jpos/util/SimpleMsg.java index 3b3323db96..34403e7d17 100644 --- a/jpos/src/main/java/org/jpos/util/SimpleMsg.java +++ b/jpos/src/main/java/org/jpos/util/SimpleMsg.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SpaceLogListener.java b/jpos/src/main/java/org/jpos/util/SpaceLogListener.java index e910b20508..6bde9da72a 100644 --- a/jpos/src/main/java/org/jpos/util/SpaceLogListener.java +++ b/jpos/src/main/java/org/jpos/util/SpaceLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/StopWatch.java b/jpos/src/main/java/org/jpos/util/StopWatch.java index 8d3192447c..f5bb4e52b2 100644 --- a/jpos/src/main/java/org/jpos/util/StopWatch.java +++ b/jpos/src/main/java/org/jpos/util/StopWatch.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SysLogListener.java b/jpos/src/main/java/org/jpos/util/SysLogListener.java index 8d2ffde7e4..0644cb2e52 100644 --- a/jpos/src/main/java/org/jpos/util/SysLogListener.java +++ b/jpos/src/main/java/org/jpos/util/SysLogListener.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/SystemMonitor.java b/jpos/src/main/java/org/jpos/util/SystemMonitor.java index 214d7f6619..757da6a992 100644 --- a/jpos/src/main/java/org/jpos/util/SystemMonitor.java +++ b/jpos/src/main/java/org/jpos/util/SystemMonitor.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/TPS.java b/jpos/src/main/java/org/jpos/util/TPS.java index b261a08805..ed1f11780d 100644 --- a/jpos/src/main/java/org/jpos/util/TPS.java +++ b/jpos/src/main/java/org/jpos/util/TPS.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/Tags.java b/jpos/src/main/java/org/jpos/util/Tags.java index f416ac6634..3c7c2d519d 100644 --- a/jpos/src/main/java/org/jpos/util/Tags.java +++ b/jpos/src/main/java/org/jpos/util/Tags.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ThreadPool.java b/jpos/src/main/java/org/jpos/util/ThreadPool.java index 684afc7e44..e765a7ea79 100644 --- a/jpos/src/main/java/org/jpos/util/ThreadPool.java +++ b/jpos/src/main/java/org/jpos/util/ThreadPool.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ThreadPoolMBean.java b/jpos/src/main/java/org/jpos/util/ThreadPoolMBean.java index c5cc8d48d5..e0785e68e0 100644 --- a/jpos/src/main/java/org/jpos/util/ThreadPoolMBean.java +++ b/jpos/src/main/java/org/jpos/util/ThreadPoolMBean.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ThroughputControl.java b/jpos/src/main/java/org/jpos/util/ThroughputControl.java index 9afd3b1874..ada52b7e19 100644 --- a/jpos/src/main/java/org/jpos/util/ThroughputControl.java +++ b/jpos/src/main/java/org/jpos/util/ThroughputControl.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/WatchDog.java b/jpos/src/main/java/org/jpos/util/WatchDog.java index 29d38aa556..629e397073 100644 --- a/jpos/src/main/java/org/jpos/util/WatchDog.java +++ b/jpos/src/main/java/org/jpos/util/WatchDog.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/ZipUtil.java b/jpos/src/main/java/org/jpos/util/ZipUtil.java index e644e4e527..baac6281ef 100644 --- a/jpos/src/main/java/org/jpos/util/ZipUtil.java +++ b/jpos/src/main/java/org/jpos/util/ZipUtil.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/function/ByteArrayMapper.java b/jpos/src/main/java/org/jpos/util/function/ByteArrayMapper.java index 9123970aa2..cbf18204be 100644 --- a/jpos/src/main/java/org/jpos/util/function/ByteArrayMapper.java +++ b/jpos/src/main/java/org/jpos/util/function/ByteArrayMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/function/LogEventMapper.java b/jpos/src/main/java/org/jpos/util/function/LogEventMapper.java index b2ad346b90..c325b40327 100644 --- a/jpos/src/main/java/org/jpos/util/function/LogEventMapper.java +++ b/jpos/src/main/java/org/jpos/util/function/LogEventMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/function/RemoveNewLinesMapper.java b/jpos/src/main/java/org/jpos/util/function/RemoveNewLinesMapper.java index f65a3010f4..5936e02f96 100644 --- a/jpos/src/main/java/org/jpos/util/function/RemoveNewLinesMapper.java +++ b/jpos/src/main/java/org/jpos/util/function/RemoveNewLinesMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/slf4j/JPOSLogger.java b/jpos/src/main/java/org/jpos/util/slf4j/JPOSLogger.java index 52cd21b732..43bcd7f169 100644 --- a/jpos/src/main/java/org/jpos/util/slf4j/JPOSLogger.java +++ b/jpos/src/main/java/org/jpos/util/slf4j/JPOSLogger.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/slf4j/JPOSLoggerFactory.java b/jpos/src/main/java/org/jpos/util/slf4j/JPOSLoggerFactory.java index df14c9c7ac..ad12e8b1c0 100644 --- a/jpos/src/main/java/org/jpos/util/slf4j/JPOSLoggerFactory.java +++ b/jpos/src/main/java/org/jpos/util/slf4j/JPOSLoggerFactory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/slf4j/Slf4JDynamicBinder.java b/jpos/src/main/java/org/jpos/util/slf4j/Slf4JDynamicBinder.java index dc02eb5424..d5523d2e53 100644 --- a/jpos/src/main/java/org/jpos/util/slf4j/Slf4JDynamicBinder.java +++ b/jpos/src/main/java/org/jpos/util/slf4j/Slf4JDynamicBinder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/main/java/org/jpos/util/slf4j/StaticLoggerBinder.java b/jpos/src/main/java/org/jpos/util/slf4j/StaticLoggerBinder.java index da0b19b10a..82720e957c 100644 --- a/jpos/src/main/java/org/jpos/util/slf4j/StaticLoggerBinder.java +++ b/jpos/src/main/java/org/jpos/util/slf4j/StaticLoggerBinder.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/bsh/BSHActionTest.java b/jpos/src/test/java/org/jpos/bsh/BSHActionTest.java index 9d3fef6343..bf797a792c 100644 --- a/jpos/src/test/java/org/jpos/bsh/BSHActionTest.java +++ b/jpos/src/test/java/org/jpos/bsh/BSHActionTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/bsh/BSHFilterTest.java b/jpos/src/test/java/org/jpos/bsh/BSHFilterTest.java index febf9e8e8e..33ff25a3a9 100644 --- a/jpos/src/test/java/org/jpos/bsh/BSHFilterTest.java +++ b/jpos/src/test/java/org/jpos/bsh/BSHFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/bsh/BSHLogListenerTest.java b/jpos/src/test/java/org/jpos/bsh/BSHLogListenerTest.java index 15407d04fc..76456a3810 100644 --- a/jpos/src/test/java/org/jpos/bsh/BSHLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/bsh/BSHLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/bsh/BSHRequestListenerTest.java b/jpos/src/test/java/org/jpos/bsh/BSHRequestListenerTest.java index 728e428254..e6cd180b37 100644 --- a/jpos/src/test/java/org/jpos/bsh/BSHRequestListenerTest.java +++ b/jpos/src/test/java/org/jpos/bsh/BSHRequestListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/CardHolderTest.java b/jpos/src/test/java/org/jpos/core/CardHolderTest.java index 17710d4e49..aff7176f69 100644 --- a/jpos/src/test/java/org/jpos/core/CardHolderTest.java +++ b/jpos/src/test/java/org/jpos/core/CardHolderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/CardTest.java b/jpos/src/test/java/org/jpos/core/CardTest.java index eae09357a2..f755d8c550 100644 --- a/jpos/src/test/java/org/jpos/core/CardTest.java +++ b/jpos/src/test/java/org/jpos/core/CardTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/ConfigAnnotationTest.java b/jpos/src/test/java/org/jpos/core/ConfigAnnotationTest.java index d775b4f29e..e81f28fd8a 100644 --- a/jpos/src/test/java/org/jpos/core/ConfigAnnotationTest.java +++ b/jpos/src/test/java/org/jpos/core/ConfigAnnotationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/ConfigurationExceptionTest.java b/jpos/src/test/java/org/jpos/core/ConfigurationExceptionTest.java index 1b3fc00b87..c5e95b708d 100644 --- a/jpos/src/test/java/org/jpos/core/ConfigurationExceptionTest.java +++ b/jpos/src/test/java/org/jpos/core/ConfigurationExceptionTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/EnvironmentTest.java b/jpos/src/test/java/org/jpos/core/EnvironmentTest.java index 0ac83b3808..7c74b94c40 100644 --- a/jpos/src/test/java/org/jpos/core/EnvironmentTest.java +++ b/jpos/src/test/java/org/jpos/core/EnvironmentTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/InvalidCardExceptionTest.java b/jpos/src/test/java/org/jpos/core/InvalidCardExceptionTest.java index 89b973a1a6..07ae1876a1 100644 --- a/jpos/src/test/java/org/jpos/core/InvalidCardExceptionTest.java +++ b/jpos/src/test/java/org/jpos/core/InvalidCardExceptionTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/SimpleConfigurationTest.java b/jpos/src/test/java/org/jpos/core/SimpleConfigurationTest.java index cd26e70617..5649e770f5 100644 --- a/jpos/src/test/java/org/jpos/core/SimpleConfigurationTest.java +++ b/jpos/src/test/java/org/jpos/core/SimpleConfigurationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/SubConfigurationTest.java b/jpos/src/test/java/org/jpos/core/SubConfigurationTest.java index c0b50c4de6..bb13f0b2ac 100644 --- a/jpos/src/test/java/org/jpos/core/SubConfigurationTest.java +++ b/jpos/src/test/java/org/jpos/core/SubConfigurationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/VolatileSequencerTest.java b/jpos/src/test/java/org/jpos/core/VolatileSequencerTest.java index 5b2d89c12a..4ab37db08b 100644 --- a/jpos/src/test/java/org/jpos/core/VolatileSequencerTest.java +++ b/jpos/src/test/java/org/jpos/core/VolatileSequencerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/core/handler/exception/ExceptionHandlerAwareTest.java b/jpos/src/test/java/org/jpos/core/handler/exception/ExceptionHandlerAwareTest.java index 10252156a6..a565075550 100644 --- a/jpos/src/test/java/org/jpos/core/handler/exception/ExceptionHandlerAwareTest.java +++ b/jpos/src/test/java/org/jpos/core/handler/exception/ExceptionHandlerAwareTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/emv/CVRMastercardTest.java b/jpos/src/test/java/org/jpos/emv/CVRMastercardTest.java index df1878a384..6d5af4d37b 100644 --- a/jpos/src/test/java/org/jpos/emv/CVRMastercardTest.java +++ b/jpos/src/test/java/org/jpos/emv/CVRMastercardTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/emv/IssuerApplicationDataTest.java b/jpos/src/test/java/org/jpos/emv/IssuerApplicationDataTest.java index ff5415d1b0..3b791c9956 100644 --- a/jpos/src/test/java/org/jpos/emv/IssuerApplicationDataTest.java +++ b/jpos/src/test/java/org/jpos/emv/IssuerApplicationDataTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/emv/TerminalVerificationResultsTest.java b/jpos/src/test/java/org/jpos/emv/TerminalVerificationResultsTest.java index df48aa30ef..46ead7954f 100644 --- a/jpos/src/test/java/org/jpos/emv/TerminalVerificationResultsTest.java +++ b/jpos/src/test/java/org/jpos/emv/TerminalVerificationResultsTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN10DataBuilderTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN10DataBuilderTest.java index db6746ff30..f8cd72307d 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN10DataBuilderTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN10DataBuilderTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN18DataBuilderTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN18DataBuilderTest.java index f996f21196..c19e422a80 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN18DataBuilderTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN18DataBuilderTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN22DataBuilderTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN22DataBuilderTest.java index db6174b842..3266b91824 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/CVN22DataBuilderTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/CVN22DataBuilderTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/CVNMCDataBuilderTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/CVNMCDataBuilderTest.java index da871ca5e8..427ce5a943 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/CVNMCDataBuilderTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/CVNMCDataBuilderTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.emv.IssuerApplicationData; diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/MCHIPCryptogramTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/MCHIPCryptogramTest.java index 6c15e76035..d0b4fda95e 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/MCHIPCryptogramTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/MCHIPCryptogramTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.security.ARPCMethod; diff --git a/jpos/src/test/java/org/jpos/emv/cryptogram/VISACryptogramTest.java b/jpos/src/test/java/org/jpos/emv/cryptogram/VISACryptogramTest.java index 87a2be3f7a..9b1edd8222 100644 --- a/jpos/src/test/java/org/jpos/emv/cryptogram/VISACryptogramTest.java +++ b/jpos/src/test/java/org/jpos/emv/cryptogram/VISACryptogramTest.java @@ -1,3 +1,21 @@ +/* + * jPOS Project [http://jpos.org] + * Copyright (C) 2000-2023 jPOS Software SRL + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + package org.jpos.emv.cryptogram; import org.jpos.security.ARPCMethod; diff --git a/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreter2Test.java b/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreter2Test.java index 07c07aef50..585e3725de 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreter2Test.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreter2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreterTest.java index cb149f3782..39512c0db1 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiHexInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/AsciiInterpreter2Test.java b/jpos/src/test/java/org/jpos/iso/AsciiInterpreter2Test.java index 6e1ada9ae6..4520e17218 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiInterpreter2Test.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiInterpreter2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/AsciiInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/AsciiInterpreterTest.java index 058b9863f8..b0dcf1e2df 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/AsciiPrefixer2Test.java b/jpos/src/test/java/org/jpos/iso/AsciiPrefixer2Test.java index 5574f953ee..50facb1523 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiPrefixer2Test.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiPrefixer2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/AsciiPrefixerTest.java b/jpos/src/test/java/org/jpos/iso/AsciiPrefixerTest.java index 5d99360f31..85eb2f5d18 100644 --- a/jpos/src/test/java/org/jpos/iso/AsciiPrefixerTest.java +++ b/jpos/src/test/java/org/jpos/iso/AsciiPrefixerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/BCDInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/BCDInterpreterTest.java index 76ec689da7..4203ae47ee 100644 --- a/jpos/src/test/java/org/jpos/iso/BCDInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/BCDInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/BaseChannelTest.java b/jpos/src/test/java/org/jpos/iso/BaseChannelTest.java index 227286b6fe..9a7cfc42ad 100644 --- a/jpos/src/test/java/org/jpos/iso/BaseChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/BaseChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/BcdPrefixer2Test.java b/jpos/src/test/java/org/jpos/iso/BcdPrefixer2Test.java index 6834015ef7..2ccd806cc8 100644 --- a/jpos/src/test/java/org/jpos/iso/BcdPrefixer2Test.java +++ b/jpos/src/test/java/org/jpos/iso/BcdPrefixer2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/BcdPrefixerTest.java b/jpos/src/test/java/org/jpos/iso/BcdPrefixerTest.java index df84bd8d6a..1b1e66ad2a 100644 --- a/jpos/src/test/java/org/jpos/iso/BcdPrefixerTest.java +++ b/jpos/src/test/java/org/jpos/iso/BcdPrefixerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/BinaryPrefixer2Test.java b/jpos/src/test/java/org/jpos/iso/BinaryPrefixer2Test.java index 909aa8e10b..a41904c539 100644 --- a/jpos/src/test/java/org/jpos/iso/BinaryPrefixer2Test.java +++ b/jpos/src/test/java/org/jpos/iso/BinaryPrefixer2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ConnectorTest.java b/jpos/src/test/java/org/jpos/iso/ConnectorTest.java index be8767971b..86d3623285 100644 --- a/jpos/src/test/java/org/jpos/iso/ConnectorTest.java +++ b/jpos/src/test/java/org/jpos/iso/ConnectorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/CurrencyTest.java b/jpos/src/test/java/org/jpos/iso/CurrencyTest.java index ff9a4aa026..119d207f9b 100644 --- a/jpos/src/test/java/org/jpos/iso/CurrencyTest.java +++ b/jpos/src/test/java/org/jpos/iso/CurrencyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicBinaryInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/EbcdicBinaryInterpreterTest.java index c618370d56..16b1dea249 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicBinaryInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicBinaryInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicHexInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/EbcdicHexInterpreterTest.java index d0aa9ae7d5..1cf0d05f49 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicHexInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicHexInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicInterpreter2Test.java b/jpos/src/test/java/org/jpos/iso/EbcdicInterpreter2Test.java index 0ec60cc002..054e667ce0 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicInterpreter2Test.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicInterpreter2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/EbcdicInterpreterTest.java index e9af4f8ea3..f33cc0107d 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicPrefixer2Test.java b/jpos/src/test/java/org/jpos/iso/EbcdicPrefixer2Test.java index 259157dc08..b9a8ea3781 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicPrefixer2Test.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicPrefixer2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/EbcdicPrefixerTest.java b/jpos/src/test/java/org/jpos/iso/EbcdicPrefixerTest.java index eb3a94009c..635cd1f6cf 100644 --- a/jpos/src/test/java/org/jpos/iso/EbcdicPrefixerTest.java +++ b/jpos/src/test/java/org/jpos/iso/EbcdicPrefixerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFAE_LLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFAE_LLCHARTest.java index 0468785efb..ae8c65554d 100644 --- a/jpos/src/test/java/org/jpos/iso/IFAE_LLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFAE_LLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_AMOUNTTest.java b/jpos/src/test/java/org/jpos/iso/IFA_AMOUNTTest.java index 26c50810a6..25ec132d1f 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_AMOUNTTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_AMOUNTTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_BINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFA_BINARYTest.java index de2cf5f322..f05c06d200 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_BINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_BINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_BITMAPTest.java b/jpos/src/test/java/org/jpos/iso/IFA_BITMAPTest.java index aed2f86093..035b8700d2 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_BITMAPTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_BITMAPTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_FLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_FLLCHARTest.java index 53677793ac..6ad374650b 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_FLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_FLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_FLLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFA_FLLNUMTest.java index e629bfb2d4..e3bb10cb56 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_FLLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_FLLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LCHARTest.java index 9db916f925..69b477c9f3 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLBINARYTest.java index 7d64bcfb7e..a5f5d2d9a0 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLBNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLBNUMTest.java index d4ddebcd2d..ef8f474c86 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLBNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLBNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLCHARTest.java index f9e956853a..9ed872cb87 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLLBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLLBINARYTest.java index a29d3309e7..fb1ab8c5b2 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLLBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLLBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLLCHARTest.java index e8b40495ea..3b5e0aba9e 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLLLCHARTest.java index 26ac1101a1..5a170cad12 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLLLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLLLLCHARTest.java index 74dd9ce6ce..d38007f354 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLLLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLLLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLLNUMTest.java index 7de02a35c6..73ce59dda3 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_LLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFA_LLNUMTest.java index 421917283f..e5dea6e79b 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_LLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_LLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFA_NUMERICTest.java b/jpos/src/test/java/org/jpos/iso/IFA_NUMERICTest.java index c85448c7fb..8ba7c83af9 100644 --- a/jpos/src/test/java/org/jpos/iso/IFA_NUMERICTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFA_NUMERICTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_AMOUNTTest.java b/jpos/src/test/java/org/jpos/iso/IFB_AMOUNTTest.java index 9e971fa42f..14fd974c0d 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_AMOUNTTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_AMOUNTTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_BINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_BINARYTest.java index 79eff02c09..6bb97aba58 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_BINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_BINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_BITMAPTest.java b/jpos/src/test/java/org/jpos/iso/IFB_BITMAPTest.java index 4b183d2818..d56f45345d 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_BITMAPTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_BITMAPTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_HEXTest.java b/jpos/src/test/java/org/jpos/iso/IFB_HEXTest.java index 5e1637f5df..758a7d7c31 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_HEXTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_HEXTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLBINARYTest.java index cd47c4dde5..796c0b84fe 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLCHARTest.java index 52f6e81dc6..bd675a4ade 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLHBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLHBINARYTest.java index 9c3e2f62c9..ae68456f7e 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLHBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLHBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLHCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLHCHARTest.java index 23c6fac980..a310a7b2cd 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLHCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLHCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLHECHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLHECHARTest.java index 9fc78e1d24..a8020c6df9 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLHECHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLHECHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLHFBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLHFBINARYTest.java index 58e882d86d..51bd9b4a7e 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLHFBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLHFBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLHNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLHNUMTest.java index 5a1b4ca0bf..98edb6c7ff 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLHNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLHNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLBINARYTest.java index 736b812d6b..dfbe8d6bf7 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLCHARTest.java index 5faad7d724..9951222577 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLHBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLHBINARYTest.java index 9f01780ef2..dc3c824c8c 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLHBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLHBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLHCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLHCHARTest.java index 38bfc7d9ba..fb048a31a7 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLHCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLHCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLHECHARTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLHECHARTest.java index 4a37052c4d..b3f6d84a1c 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLHECHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLHECHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLLNUMTest.java index e1fa7185ea..b136e30f44 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_LLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFB_LLNUMTest.java index a704f0d262..ceec695965 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_LLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_LLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFB_NUMERICTest.java b/jpos/src/test/java/org/jpos/iso/IFB_NUMERICTest.java index 37b8f43532..bebdb4981c 100644 --- a/jpos/src/test/java/org/jpos/iso/IFB_NUMERICTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFB_NUMERICTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFELPE_LLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFELPE_LLLCHARTest.java index c639a8d898..2805eacec5 100644 --- a/jpos/src/test/java/org/jpos/iso/IFELPE_LLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFELPE_LLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFEPE_LLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFEPE_LLCHARTest.java index 7b77284fbc..66fef7f30f 100644 --- a/jpos/src/test/java/org/jpos/iso/IFEPE_LLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFEPE_LLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_AMOUNTTest.java b/jpos/src/test/java/org/jpos/iso/IFE_AMOUNTTest.java index 8cc9736dc4..1707ec6303 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_AMOUNTTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_AMOUNTTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_BITMAPTest.java b/jpos/src/test/java/org/jpos/iso/IFE_BITMAPTest.java index 1b62453ad6..6dbcfebd55 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_BITMAPTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_BITMAPTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_CHARTest.java b/jpos/src/test/java/org/jpos/iso/IFE_CHARTest.java index 9aea62b462..1c64c390e7 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_CHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_CHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LBINARYTest.java index 5839742a4f..d0cae15e87 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LCHARTest.java index 70ba89ba56..a70e37665d 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LLCHARTest.java index 2ca27ce778..0141d1d4d4 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LLLBINARYTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LLLBINARYTest.java index a24a8c35b2..b63782a2e4 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LLLBINARYTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LLLBINARYTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LLLCHARTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LLLCHARTest.java index e997a538b7..92ea6f09c5 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LLLCHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LLLCHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LLLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LLLNUMTest.java index 0840c7ef7e..8eddeafe14 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LLLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LLLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LLNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LLNUMTest.java index ca34c81b2e..d03a02b932 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LLNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LLNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_LNUMTest.java b/jpos/src/test/java/org/jpos/iso/IFE_LNUMTest.java index 99f85464a6..cc94517633 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_LNUMTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_LNUMTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IFE_NUMERICTest.java b/jpos/src/test/java/org/jpos/iso/IFE_NUMERICTest.java index 5d5af89b41..26f698236c 100644 --- a/jpos/src/test/java/org/jpos/iso/IFE_NUMERICTest.java +++ b/jpos/src/test/java/org/jpos/iso/IFE_NUMERICTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IF_CHARTest.java b/jpos/src/test/java/org/jpos/iso/IF_CHARTest.java index 129fa014b5..fbb03893cc 100644 --- a/jpos/src/test/java/org/jpos/iso/IF_CHARTest.java +++ b/jpos/src/test/java/org/jpos/iso/IF_CHARTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IF_NOPTest.java b/jpos/src/test/java/org/jpos/iso/IF_NOPTest.java index 322008b1ab..8c57965ae0 100644 --- a/jpos/src/test/java/org/jpos/iso/IF_NOPTest.java +++ b/jpos/src/test/java/org/jpos/iso/IF_NOPTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/IF_UNUSEDTest.java b/jpos/src/test/java/org/jpos/iso/IF_UNUSEDTest.java index 4083d52677..1f017176b7 100644 --- a/jpos/src/test/java/org/jpos/iso/IF_UNUSEDTest.java +++ b/jpos/src/test/java/org/jpos/iso/IF_UNUSEDTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOAmountTest.java b/jpos/src/test/java/org/jpos/iso/ISOAmountTest.java index c65d0d52f3..2977a39230 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOAmountTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOAmountTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOBasePackagerTest.java b/jpos/src/test/java/org/jpos/iso/ISOBasePackagerTest.java index e7007e3698..5bc13bd747 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOBasePackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOBasePackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOCurrencyTest.java b/jpos/src/test/java/org/jpos/iso/ISOCurrencyTest.java index 741d1d8d5d..cc27fab568 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOCurrencyTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOCurrencyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISODateTest.java b/jpos/src/test/java/org/jpos/iso/ISODateTest.java index dd0e92712c..f9088d2cec 100644 --- a/jpos/src/test/java/org/jpos/iso/ISODateTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISODateTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/ISOFieldPackagerTest.java index 28fab32838..b766b4c08b 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOFieldTest.java b/jpos/src/test/java/org/jpos/iso/ISOFieldTest.java index 0cf402ef18..39eea99ab5 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOFieldTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOFieldTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOFormattableBinaryFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/ISOFormattableBinaryFieldPackagerTest.java index 00fcd3180a..1663492e83 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOFormattableBinaryFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOFormattableBinaryFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOFormattableStringFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/ISOFormattableStringFieldPackagerTest.java index 7892b8fb58..9e1533cd8f 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOFormattableStringFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOFormattableStringFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOMsg2Test.java b/jpos/src/test/java/org/jpos/iso/ISOMsg2Test.java index 6eb9b70534..a47fb1632b 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOMsg2Test.java +++ b/jpos/src/test/java/org/jpos/iso/ISOMsg2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOMsgTest.java b/jpos/src/test/java/org/jpos/iso/ISOMsgTest.java index b62d191740..6b32d935ae 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOMsgTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOMsgTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOServerTest.java b/jpos/src/test/java/org/jpos/iso/ISOServerTest.java index 2a34d288b9..8fa379182e 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOServerTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOServerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOUtilTest.java b/jpos/src/test/java/org/jpos/iso/ISOUtilTest.java index 258d40c8cb..921d624fe0 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOUtilTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOUtilTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ISOVMsgTest.java b/jpos/src/test/java/org/jpos/iso/ISOVMsgTest.java index 08242d8eb2..dc61ab3e96 100644 --- a/jpos/src/test/java/org/jpos/iso/ISOVMsgTest.java +++ b/jpos/src/test/java/org/jpos/iso/ISOVMsgTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/LeftPadderTest.java b/jpos/src/test/java/org/jpos/iso/LeftPadderTest.java index 2724c1a9de..5da12321dc 100644 --- a/jpos/src/test/java/org/jpos/iso/LeftPadderTest.java +++ b/jpos/src/test/java/org/jpos/iso/LeftPadderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/LiteralInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/LiteralInterpreterTest.java index a096d59854..84cc79ffce 100644 --- a/jpos/src/test/java/org/jpos/iso/LiteralInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/LiteralInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/NullPadderTest.java b/jpos/src/test/java/org/jpos/iso/NullPadderTest.java index baee3ee0c2..3fb7a72ae5 100644 --- a/jpos/src/test/java/org/jpos/iso/NullPadderTest.java +++ b/jpos/src/test/java/org/jpos/iso/NullPadderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/NullPrefixerTest.java b/jpos/src/test/java/org/jpos/iso/NullPrefixerTest.java index 3758e721e1..2349fc5868 100644 --- a/jpos/src/test/java/org/jpos/iso/NullPrefixerTest.java +++ b/jpos/src/test/java/org/jpos/iso/NullPrefixerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/PerformanceTesting.java b/jpos/src/test/java/org/jpos/iso/PerformanceTesting.java index b3ec0f3cb2..1e619b84a2 100644 --- a/jpos/src/test/java/org/jpos/iso/PerformanceTesting.java +++ b/jpos/src/test/java/org/jpos/iso/PerformanceTesting.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/PosCapabilityTest.java b/jpos/src/test/java/org/jpos/iso/PosCapabilityTest.java index a31ffb89aa..ac99ea20b5 100644 --- a/jpos/src/test/java/org/jpos/iso/PosCapabilityTest.java +++ b/jpos/src/test/java/org/jpos/iso/PosCapabilityTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/PosDataCodeTest.java b/jpos/src/test/java/org/jpos/iso/PosDataCodeTest.java index 5d030d4b92..f272f66d20 100644 --- a/jpos/src/test/java/org/jpos/iso/PosDataCodeTest.java +++ b/jpos/src/test/java/org/jpos/iso/PosDataCodeTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/RightPadder2Test.java b/jpos/src/test/java/org/jpos/iso/RightPadder2Test.java index f2cfe6f66b..14768f52c2 100644 --- a/jpos/src/test/java/org/jpos/iso/RightPadder2Test.java +++ b/jpos/src/test/java/org/jpos/iso/RightPadder2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/RightPadderTest.java b/jpos/src/test/java/org/jpos/iso/RightPadderTest.java index 5709573a7b..893dfc15e5 100644 --- a/jpos/src/test/java/org/jpos/iso/RightPadderTest.java +++ b/jpos/src/test/java/org/jpos/iso/RightPadderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/RightTPadderTest.java b/jpos/src/test/java/org/jpos/iso/RightTPadderTest.java index 0c1f8d32b6..a418c3f328 100644 --- a/jpos/src/test/java/org/jpos/iso/RightTPadderTest.java +++ b/jpos/src/test/java/org/jpos/iso/RightTPadderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/ServiceCodeTest.java b/jpos/src/test/java/org/jpos/iso/ServiceCodeTest.java index ed4a8407e7..64472ca610 100644 --- a/jpos/src/test/java/org/jpos/iso/ServiceCodeTest.java +++ b/jpos/src/test/java/org/jpos/iso/ServiceCodeTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreter2Test.java b/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreter2Test.java index 5b533ce4fb..a988d48007 100644 --- a/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreter2Test.java +++ b/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreter2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreterTest.java b/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreterTest.java index 84294814ea..50c8de7c77 100644 --- a/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreterTest.java +++ b/jpos/src/test/java/org/jpos/iso/SignedEbcdicNumberInterpreterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/SslChannelIntegrationTest.java b/jpos/src/test/java/org/jpos/iso/SslChannelIntegrationTest.java index 626f6966e8..b305604b6c 100644 --- a/jpos/src/test/java/org/jpos/iso/SslChannelIntegrationTest.java +++ b/jpos/src/test/java/org/jpos/iso/SslChannelIntegrationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/TestUtils.java b/jpos/src/test/java/org/jpos/iso/TestUtils.java index 6032a8751b..2087967e0b 100644 --- a/jpos/src/test/java/org/jpos/iso/TestUtils.java +++ b/jpos/src/test/java/org/jpos/iso/TestUtils.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/ASCIIChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/ASCIIChannelTest.java index 466bc89a0a..dc4441ebbf 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/ASCIIChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/ASCIIChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/BASE24ChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/BASE24ChannelTest.java index 395f2b704d..dcdf85bfa2 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/BASE24ChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/BASE24ChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/BASE24TCPChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/BASE24TCPChannelTest.java index 1ecab0146b..66b22f4945 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/BASE24TCPChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/BASE24TCPChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/CSChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/CSChannelTest.java index 063782a4ae..55a317f7e0 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/CSChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/CSChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/ChannelPoolTest.java b/jpos/src/test/java/org/jpos/iso/channel/ChannelPoolTest.java index 19dd253941..c0b50bd5c0 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/ChannelPoolTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/ChannelPoolTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/GZIPChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/GZIPChannelTest.java index 644f7f4d5b..b64a8952e9 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/GZIPChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/GZIPChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/HEXChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/HEXChannelTest.java index b1d4be296b..8014556d93 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/HEXChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/HEXChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/LogChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/LogChannelTest.java index 195937f090..369494bc3a 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/LogChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/LogChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/LoopbackChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/LoopbackChannelTest.java index 7db46bd363..61073c07da 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/LoopbackChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/LoopbackChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/NACChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/NACChannelTest.java index ec2f552eaa..ff4a9aad28 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/NACChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/NACChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/NCCChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/NCCChannelTest.java index c286905420..518785dee2 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/NCCChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/NCCChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/PADChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/PADChannelTest.java index c8b5a3b670..1a764dc2f9 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/PADChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/PADChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/PostChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/PostChannelTest.java index 60f12c4b74..5ce69f20b4 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/PostChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/PostChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/RawChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/RawChannelTest.java index 6e0cbbfa40..0bfe806aae 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/RawChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/RawChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/VAPChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/VAPChannelTest.java index e9dd06b350..687ec89a8e 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/VAPChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/VAPChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/X25ChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/X25ChannelTest.java index 226dfd5e41..b1aa4e0a0c 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/X25ChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/X25ChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/channel/XMLChannelTest.java b/jpos/src/test/java/org/jpos/iso/channel/XMLChannelTest.java index f24e01fcb6..f9646ae19e 100644 --- a/jpos/src/test/java/org/jpos/iso/channel/XMLChannelTest.java +++ b/jpos/src/test/java/org/jpos/iso/channel/XMLChannelTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/filter/DelayFilterTest.java b/jpos/src/test/java/org/jpos/iso/filter/DelayFilterTest.java index 0a6e993639..a6336d6abf 100644 --- a/jpos/src/test/java/org/jpos/iso/filter/DelayFilterTest.java +++ b/jpos/src/test/java/org/jpos/iso/filter/DelayFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/filter/MD5FilterTest.java b/jpos/src/test/java/org/jpos/iso/filter/MD5FilterTest.java index 8b2a87eb2e..bb0302249c 100644 --- a/jpos/src/test/java/org/jpos/iso/filter/MD5FilterTest.java +++ b/jpos/src/test/java/org/jpos/iso/filter/MD5FilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/filter/MacroFilterTest.java b/jpos/src/test/java/org/jpos/iso/filter/MacroFilterTest.java index 0cb582c004..15d9bb2c2d 100644 --- a/jpos/src/test/java/org/jpos/iso/filter/MacroFilterTest.java +++ b/jpos/src/test/java/org/jpos/iso/filter/MacroFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/filter/StatefulFilterTest.java b/jpos/src/test/java/org/jpos/iso/filter/StatefulFilterTest.java index c656300ba9..f7dba74115 100644 --- a/jpos/src/test/java/org/jpos/iso/filter/StatefulFilterTest.java +++ b/jpos/src/test/java/org/jpos/iso/filter/StatefulFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/filter/XSLTFilterTest.java b/jpos/src/test/java/org/jpos/iso/filter/XSLTFilterTest.java index 968067e0af..bb428805fb 100644 --- a/jpos/src/test/java/org/jpos/iso/filter/XSLTFilterTest.java +++ b/jpos/src/test/java/org/jpos/iso/filter/XSLTFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/header/BASE1HeaderTest.java b/jpos/src/test/java/org/jpos/iso/header/BASE1HeaderTest.java index 8529bd2cf9..b6f58a0d7f 100644 --- a/jpos/src/test/java/org/jpos/iso/header/BASE1HeaderTest.java +++ b/jpos/src/test/java/org/jpos/iso/header/BASE1HeaderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/header/BaseHeaderTest.java b/jpos/src/test/java/org/jpos/iso/header/BaseHeaderTest.java index 63cda8f4ee..459085a095 100644 --- a/jpos/src/test/java/org/jpos/iso/header/BaseHeaderTest.java +++ b/jpos/src/test/java/org/jpos/iso/header/BaseHeaderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/BASE24PackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/BASE24PackagerTest.java index a3b80bff26..0f367301cd 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/BASE24PackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/BASE24PackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/Base1PackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/Base1PackagerTest.java index a57e329fad..f071bdd14a 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/Base1PackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/Base1PackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/Base1SubFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/Base1SubFieldPackagerTest.java index 2615e242ee..471792bd61 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/Base1SubFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/Base1SubFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/Base1_BITMAP126Test.java b/jpos/src/test/java/org/jpos/iso/packager/Base1_BITMAP126Test.java index f19fa9187a..ab52087baf 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/Base1_BITMAP126Test.java +++ b/jpos/src/test/java/org/jpos/iso/packager/Base1_BITMAP126Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/CTCSubElementPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/CTCSubElementPackagerTest.java index eb5b9f76bd..4d86453dde 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/CTCSubElementPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/CTCSubElementPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/CTCSubFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/CTCSubFieldPackagerTest.java index 5541441f2c..d7a137c0ee 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/CTCSubFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/CTCSubFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/EuroPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/EuroPackagerTest.java index c8d571e48c..cf494b60ae 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/EuroPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/EuroPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/EuroSubFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/EuroSubFieldPackagerTest.java index 3b4583c146..9433bd82a9 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/EuroSubFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/EuroSubFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/GICCPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/GICCPackagerTest.java index 4713a3d896..9de3573695 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/GICCPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/GICCPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/GenericPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/GenericPackagerTest.java index b24297ecde..cae9163fdc 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/GenericPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/GenericPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/GenericSubFieldPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/GenericSubFieldPackagerTest.java index 2743417249..f435644f67 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/GenericSubFieldPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/GenericSubFieldPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/GenericValidatingPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/GenericValidatingPackagerTest.java index ec2eb2162a..f91bf66635 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/GenericValidatingPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/GenericValidatingPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerBBitmapTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerBBitmapTest.java index a8dc7f323f..40255d932e 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerBBitmapTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerBBitmapTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerTest.java index d6788ceeb7..e07d82dd6e 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISO87APackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISO87BPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISO87BPackagerTest.java index 94af0ca307..8995494840 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISO87BPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISO87BPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISO93APackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISO93APackagerTest.java index a5d1529181..a1f4c74b30 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISO93APackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISO93APackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISO93BPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISO93BPackagerTest.java index 5bbdc39cd1..93f2fca212 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISO93BPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISO93BPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISOBaseValidatingPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISOBaseValidatingPackagerTest.java index 1d3dde2887..6589a55e7c 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISOBaseValidatingPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISOBaseValidatingPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackagerTest.java index 831d39b48f..511188e9b9 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISOMsgFieldValidatingPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/ISOStringFieldPackagerTruncateTest.java b/jpos/src/test/java/org/jpos/iso/packager/ISOStringFieldPackagerTruncateTest.java index 7c07bdbaa3..aa83abc674 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/ISOStringFieldPackagerTruncateTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/ISOStringFieldPackagerTruncateTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/LogPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/LogPackagerTest.java index 5db5ac4fff..1a1e7fa32a 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/LogPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/LogPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/NativePackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/NativePackagerTest.java index 7bc748a52f..1635847d9d 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/NativePackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/NativePackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/PostPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/PostPackagerTest.java index 6309950246..9c9b44164a 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/PostPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/PostPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/TTDecimalTagMapperTest.java b/jpos/src/test/java/org/jpos/iso/packager/TTDecimalTagMapperTest.java index f447a198f1..097638e429 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/TTDecimalTagMapperTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/TTDecimalTagMapperTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/TTTDecimalTagMapperTest.java b/jpos/src/test/java/org/jpos/iso/packager/TTTDecimalTagMapperTest.java index 0f013a0784..58aa45213c 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/TTTDecimalTagMapperTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/TTTDecimalTagMapperTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/TaggedFieldPackagerBaseTest.java b/jpos/src/test/java/org/jpos/iso/packager/TaggedFieldPackagerBaseTest.java index 967b19ac43..5070d6c02e 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/TaggedFieldPackagerBaseTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/TaggedFieldPackagerBaseTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/VAPSMSPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/VAPSMSPackagerTest.java index eea7e89d4c..7258beceec 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/VAPSMSPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/VAPSMSPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/VAPVIPPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/VAPVIPPackagerTest.java index 1dc78c05ec..899be4e68d 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/VAPVIPPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/VAPVIPPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/VISA1PackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/VISA1PackagerTest.java index 7324bd6514..8bb4aafb5b 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/VISA1PackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/VISA1PackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/X92GenericPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/X92GenericPackagerTest.java index 25c8cb9f01..064575c704 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/X92GenericPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/X92GenericPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/X92PackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/X92PackagerTest.java index 85471e06c4..1908a7dabb 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/X92PackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/X92PackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packager/XMLPackagerTest.java b/jpos/src/test/java/org/jpos/iso/packager/XMLPackagerTest.java index 4c2e77fb9e..b2dcdcfe3d 100644 --- a/jpos/src/test/java/org/jpos/iso/packager/XMLPackagerTest.java +++ b/jpos/src/test/java/org/jpos/iso/packager/XMLPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/packagers/PackagerTestCase.java b/jpos/src/test/java/org/jpos/iso/packagers/PackagerTestCase.java index 49faaec8d8..e9b0732d51 100644 --- a/jpos/src/test/java/org/jpos/iso/packagers/PackagerTestCase.java +++ b/jpos/src/test/java/org/jpos/iso/packagers/PackagerTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/validator/ISOVException1Test.java b/jpos/src/test/java/org/jpos/iso/validator/ISOVException1Test.java index 135f40f582..08b9881cd7 100644 --- a/jpos/src/test/java/org/jpos/iso/validator/ISOVException1Test.java +++ b/jpos/src/test/java/org/jpos/iso/validator/ISOVException1Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/validator/MSGTEST021Test.java b/jpos/src/test/java/org/jpos/iso/validator/MSGTEST021Test.java index 893c2f1f63..1101cd94c2 100644 --- a/jpos/src/test/java/org/jpos/iso/validator/MSGTEST021Test.java +++ b/jpos/src/test/java/org/jpos/iso/validator/MSGTEST021Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/validator/MSGTEST1Test.java b/jpos/src/test/java/org/jpos/iso/validator/MSGTEST1Test.java index 1770379f60..8537471e62 100644 --- a/jpos/src/test/java/org/jpos/iso/validator/MSGTEST1Test.java +++ b/jpos/src/test/java/org/jpos/iso/validator/MSGTEST1Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/validator/TEST01001Test.java b/jpos/src/test/java/org/jpos/iso/validator/TEST01001Test.java index 805b58c827..9f3ee6d68d 100644 --- a/jpos/src/test/java/org/jpos/iso/validator/TEST01001Test.java +++ b/jpos/src/test/java/org/jpos/iso/validator/TEST01001Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/iso/validator/VErrorParserTest.java b/jpos/src/test/java/org/jpos/iso/validator/VErrorParserTest.java index e11a71a1a4..edafcdf667 100644 --- a/jpos/src/test/java/org/jpos/iso/validator/VErrorParserTest.java +++ b/jpos/src/test/java/org/jpos/iso/validator/VErrorParserTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/CLICommandInterfaceTest.java b/jpos/src/test/java/org/jpos/q2/CLICommandInterfaceTest.java index ca1a816047..a1988a6b37 100644 --- a/jpos/src/test/java/org/jpos/q2/CLICommandInterfaceTest.java +++ b/jpos/src/test/java/org/jpos/q2/CLICommandInterfaceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/Q2Test.java b/jpos/src/test/java/org/jpos/q2/Q2Test.java index b8d96e8565..87991418b5 100644 --- a/jpos/src/test/java/org/jpos/q2/Q2Test.java +++ b/jpos/src/test/java/org/jpos/q2/Q2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/QFactory2Test.java b/jpos/src/test/java/org/jpos/q2/QFactory2Test.java index c46b813e34..2c762672c9 100644 --- a/jpos/src/test/java/org/jpos/q2/QFactory2Test.java +++ b/jpos/src/test/java/org/jpos/q2/QFactory2Test.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/SimpleConfigurationFactoryTest.java b/jpos/src/test/java/org/jpos/q2/SimpleConfigurationFactoryTest.java index dcbb007a42..91f9eca120 100644 --- a/jpos/src/test/java/org/jpos/q2/SimpleConfigurationFactoryTest.java +++ b/jpos/src/test/java/org/jpos/q2/SimpleConfigurationFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2021 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/ChannelAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/iso/ChannelAdaptorTest.java index b192148af0..3c1884015e 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/ChannelAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/ChannelAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/DailyTaskAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/iso/DailyTaskAdaptorTest.java index 0b0b827cc1..f85c9481ed 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/DailyTaskAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/DailyTaskAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/DirPollAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/iso/DirPollAdaptorTest.java index 3084f39c55..25b5c146ac 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/DirPollAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/DirPollAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/MUXPoolTest.java b/jpos/src/test/java/org/jpos/q2/iso/MUXPoolTest.java index c7c830d696..6409eb6fce 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/MUXPoolTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/MUXPoolTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/QMUXTest.java b/jpos/src/test/java/org/jpos/q2/iso/QMUXTest.java index 9ec7d71bf8..0f16163e81 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/QMUXTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/QMUXTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/QMUXTestCase.java b/jpos/src/test/java/org/jpos/q2/iso/QMUXTestCase.java index 34116e0647..a6f22f156b 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/QMUXTestCase.java +++ b/jpos/src/test/java/org/jpos/q2/iso/QMUXTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/QServerTest.java b/jpos/src/test/java/org/jpos/q2/iso/QServerTest.java index ae6d194990..dc93db171e 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/QServerTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/QServerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/iso/TaskAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/iso/TaskAdaptorTest.java index cd363fea33..4b53728788 100644 --- a/jpos/src/test/java/org/jpos/q2/iso/TaskAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/iso/TaskAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/BSHTest.java b/jpos/src/test/java/org/jpos/q2/qbean/BSHTest.java index bc2647733f..664d945842 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/BSHTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/BSHTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/LoggerAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/qbean/LoggerAdaptorTest.java index 450c2f7c73..30a12752d3 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/LoggerAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/LoggerAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/NameRegistrarInspectorTest.java b/jpos/src/test/java/org/jpos/q2/qbean/NameRegistrarInspectorTest.java index ba42ee06a7..88dee08368 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/NameRegistrarInspectorTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/NameRegistrarInspectorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/QExecTest.java b/jpos/src/test/java/org/jpos/q2/qbean/QExecTest.java index 86e4787d71..e03787ccbf 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/QExecTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/QExecTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/QThreadPoolExecutorTest.java b/jpos/src/test/java/org/jpos/q2/qbean/QThreadPoolExecutorTest.java index b0c464e2b4..f0282a4b3c 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/QThreadPoolExecutorTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/QThreadPoolExecutorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/ShutdownTest.java b/jpos/src/test/java/org/jpos/q2/qbean/ShutdownTest.java index 31313a932b..51599bbe3f 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/ShutdownTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/ShutdownTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/SpaceAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/qbean/SpaceAdaptorTest.java index cc3bde6cce..0f22907ab8 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/SpaceAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/SpaceAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/SpaceLetTest.java b/jpos/src/test/java/org/jpos/q2/qbean/SpaceLetTest.java index 45d40c47f5..66a885af0b 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/SpaceLetTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/SpaceLetTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/SpaceProxyTest.java b/jpos/src/test/java/org/jpos/q2/qbean/SpaceProxyTest.java index 2781545c6a..482f097194 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/SpaceProxyTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/SpaceProxyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/qbean/SystemMonitorTest.java b/jpos/src/test/java/org/jpos/q2/qbean/SystemMonitorTest.java index 102044b9e9..7d4fc05222 100644 --- a/jpos/src/test/java/org/jpos/q2/qbean/SystemMonitorTest.java +++ b/jpos/src/test/java/org/jpos/q2/qbean/SystemMonitorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/security/KeyStoreAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/security/KeyStoreAdaptorTest.java index 4f0d9f596c..c6fce15163 100644 --- a/jpos/src/test/java/org/jpos/q2/security/KeyStoreAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/security/KeyStoreAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/security/SMAdaptorTest.java b/jpos/src/test/java/org/jpos/q2/security/SMAdaptorTest.java index c40866f888..be0f8dde18 100644 --- a/jpos/src/test/java/org/jpos/q2/security/SMAdaptorTest.java +++ b/jpos/src/test/java/org/jpos/q2/security/SMAdaptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/q2/ui/UITest.java b/jpos/src/test/java/org/jpos/q2/ui/UITest.java index c06bc4f478..c548245cac 100644 --- a/jpos/src/test/java/org/jpos/q2/ui/UITest.java +++ b/jpos/src/test/java/org/jpos/q2/ui/UITest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/rc/CMFTest.java b/jpos/src/test/java/org/jpos/rc/CMFTest.java index 68e8dcf675..a2e4ddf565 100644 --- a/jpos/src/test/java/org/jpos/rc/CMFTest.java +++ b/jpos/src/test/java/org/jpos/rc/CMFTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/rc/ResultTest.java b/jpos/src/test/java/org/jpos/rc/ResultTest.java index f50c7f21d3..8ab192236a 100644 --- a/jpos/src/test/java/org/jpos/rc/ResultTest.java +++ b/jpos/src/test/java/org/jpos/rc/ResultTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/BaseSMAdapterTest.java b/jpos/src/test/java/org/jpos/security/BaseSMAdapterTest.java index 260e423fe6..7bd4d075d1 100644 --- a/jpos/src/test/java/org/jpos/security/BaseSMAdapterTest.java +++ b/jpos/src/test/java/org/jpos/security/BaseSMAdapterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/CryptographicServiceMessageTest.java b/jpos/src/test/java/org/jpos/security/CryptographicServiceMessageTest.java index c13689b352..0a3985d893 100644 --- a/jpos/src/test/java/org/jpos/security/CryptographicServiceMessageTest.java +++ b/jpos/src/test/java/org/jpos/security/CryptographicServiceMessageTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/EncryptedPINTest.java b/jpos/src/test/java/org/jpos/security/EncryptedPINTest.java index f0b1f5f672..c853e16be4 100644 --- a/jpos/src/test/java/org/jpos/security/EncryptedPINTest.java +++ b/jpos/src/test/java/org/jpos/security/EncryptedPINTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/ExtKeyUsageTest.java b/jpos/src/test/java/org/jpos/security/ExtKeyUsageTest.java index e7040a1f10..2eb097f756 100644 --- a/jpos/src/test/java/org/jpos/security/ExtKeyUsageTest.java +++ b/jpos/src/test/java/org/jpos/security/ExtKeyUsageTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/KeySerialNumberTest.java b/jpos/src/test/java/org/jpos/security/KeySerialNumberTest.java index a7ca6d778d..07ec93d6ce 100644 --- a/jpos/src/test/java/org/jpos/security/KeySerialNumberTest.java +++ b/jpos/src/test/java/org/jpos/security/KeySerialNumberTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SMExceptionTest.java b/jpos/src/test/java/org/jpos/security/SMExceptionTest.java index 1e27dc95a7..9a166dda9a 100644 --- a/jpos/src/test/java/org/jpos/security/SMExceptionTest.java +++ b/jpos/src/test/java/org/jpos/security/SMExceptionTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureDESKeyTest.java b/jpos/src/test/java/org/jpos/security/SecureDESKeyTest.java index aa017f29cc..6472b49637 100644 --- a/jpos/src/test/java/org/jpos/security/SecureDESKeyTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureDESKeyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureKeyBlockBuilderTest.java b/jpos/src/test/java/org/jpos/security/SecureKeyBlockBuilderTest.java index c353b368ec..a92b30d354 100644 --- a/jpos/src/test/java/org/jpos/security/SecureKeyBlockBuilderTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureKeyBlockBuilderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureKeyBlockTest.java b/jpos/src/test/java/org/jpos/security/SecureKeyBlockTest.java index 470a8c2e24..87a855d224 100644 --- a/jpos/src/test/java/org/jpos/security/SecureKeyBlockTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureKeyBlockTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureKeySpecTest.java b/jpos/src/test/java/org/jpos/security/SecureKeySpecTest.java index 94686b867d..0a7b5caf3c 100644 --- a/jpos/src/test/java/org/jpos/security/SecureKeySpecTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureKeySpecTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureKeyStoreTest.java b/jpos/src/test/java/org/jpos/security/SecureKeyStoreTest.java index c1ed0260c0..f1f722e210 100644 --- a/jpos/src/test/java/org/jpos/security/SecureKeyStoreTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureKeyStoreTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SecureKeyTest.java b/jpos/src/test/java/org/jpos/security/SecureKeyTest.java index a6d6bfd681..f193c84e5f 100644 --- a/jpos/src/test/java/org/jpos/security/SecureKeyTest.java +++ b/jpos/src/test/java/org/jpos/security/SecureKeyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SensitiveStringTest.java b/jpos/src/test/java/org/jpos/security/SensitiveStringTest.java index 57757da79b..2a10492b04 100644 --- a/jpos/src/test/java/org/jpos/security/SensitiveStringTest.java +++ b/jpos/src/test/java/org/jpos/security/SensitiveStringTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SimpleKeyFileTest.java b/jpos/src/test/java/org/jpos/security/SimpleKeyFileTest.java index aca5c90759..211cc7b741 100644 --- a/jpos/src/test/java/org/jpos/security/SimpleKeyFileTest.java +++ b/jpos/src/test/java/org/jpos/security/SimpleKeyFileTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/SystemSeedTest.java b/jpos/src/test/java/org/jpos/security/SystemSeedTest.java index 9b6cd075ce..9b05750e5f 100644 --- a/jpos/src/test/java/org/jpos/security/SystemSeedTest.java +++ b/jpos/src/test/java/org/jpos/security/SystemSeedTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/UtilTest.java b/jpos/src/test/java/org/jpos/security/UtilTest.java index 2f76cc46b4..d13cec2d1c 100644 --- a/jpos/src/test/java/org/jpos/security/UtilTest.java +++ b/jpos/src/test/java/org/jpos/security/UtilTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/ConsoleTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/ConsoleTest.java index 4d16a5d2bb..65e3776050 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/ConsoleTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/ConsoleTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/DUKPTTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/DUKPTTest.java index a0e74e4209..72dd265fd3 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/DUKPTTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/DUKPTTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerExceptionTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerExceptionTest.java index d271c9ceee..09d4ee887e 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerExceptionTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerExceptionTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerMacEngineKeyTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerMacEngineKeyTest.java index a69be8b42f..3cabc21efe 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerMacEngineKeyTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerMacEngineKeyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerTest.java index 5719750ae2..825d404dfa 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/JCEHandlerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/security/jceadapter/JCESecurityModuleTest.java b/jpos/src/test/java/org/jpos/security/jceadapter/JCESecurityModuleTest.java index 73abd8d51b..5570978b9e 100644 --- a/jpos/src/test/java/org/jpos/security/jceadapter/JCESecurityModuleTest.java +++ b/jpos/src/test/java/org/jpos/security/jceadapter/JCESecurityModuleTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/JDBMSpaceTest.java b/jpos/src/test/java/org/jpos/space/JDBMSpaceTest.java index d52823a000..a39dbddc9c 100644 --- a/jpos/src/test/java/org/jpos/space/JDBMSpaceTest.java +++ b/jpos/src/test/java/org/jpos/space/JDBMSpaceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/JDBMSpaceTestCase.java b/jpos/src/test/java/org/jpos/space/JDBMSpaceTestCase.java index d9267c335c..607a1557c2 100644 --- a/jpos/src/test/java/org/jpos/space/JDBMSpaceTestCase.java +++ b/jpos/src/test/java/org/jpos/space/JDBMSpaceTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/JESpaceTestCase.java b/jpos/src/test/java/org/jpos/space/JESpaceTestCase.java index 12f6ae6efb..ef994a3801 100644 --- a/jpos/src/test/java/org/jpos/space/JESpaceTestCase.java +++ b/jpos/src/test/java/org/jpos/space/JESpaceTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/MD5TemplateTest.java b/jpos/src/test/java/org/jpos/space/MD5TemplateTest.java index ecec879b60..3e43ac725d 100644 --- a/jpos/src/test/java/org/jpos/space/MD5TemplateTest.java +++ b/jpos/src/test/java/org/jpos/space/MD5TemplateTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/ObjectTemplateTest.java b/jpos/src/test/java/org/jpos/space/ObjectTemplateTest.java index e344694406..9861463a8a 100644 --- a/jpos/src/test/java/org/jpos/space/ObjectTemplateTest.java +++ b/jpos/src/test/java/org/jpos/space/ObjectTemplateTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceErrorTest.java b/jpos/src/test/java/org/jpos/space/SpaceErrorTest.java index c744cce0c5..cfcfd1b3d6 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceErrorTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceErrorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceFactoryTest.java b/jpos/src/test/java/org/jpos/space/SpaceFactoryTest.java index e5a6c16f61..9547df4575 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceFactoryTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceInterceptorTest.java b/jpos/src/test/java/org/jpos/space/SpaceInterceptorTest.java index c1f474bc80..2c260b5ab8 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceInterceptorTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceInterceptorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceProxyTest.java b/jpos/src/test/java/org/jpos/space/SpaceProxyTest.java index 9390e49747..488d4f5a21 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceProxyTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceProxyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceTapTest.java b/jpos/src/test/java/org/jpos/space/SpaceTapTest.java index ecf9a57348..7cf95e45a8 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceTapTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceTapTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/SpaceUtilTest.java b/jpos/src/test/java/org/jpos/space/SpaceUtilTest.java index d3862026e6..14864493d9 100644 --- a/jpos/src/test/java/org/jpos/space/SpaceUtilTest.java +++ b/jpos/src/test/java/org/jpos/space/SpaceUtilTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/TSpacePerformanceTest.java b/jpos/src/test/java/org/jpos/space/TSpacePerformanceTest.java index dcf3b733e6..67b13c5c47 100644 --- a/jpos/src/test/java/org/jpos/space/TSpacePerformanceTest.java +++ b/jpos/src/test/java/org/jpos/space/TSpacePerformanceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/TSpaceTest.java b/jpos/src/test/java/org/jpos/space/TSpaceTest.java index ab51d5e40d..a091aa5c11 100644 --- a/jpos/src/test/java/org/jpos/space/TSpaceTest.java +++ b/jpos/src/test/java/org/jpos/space/TSpaceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/space/TSpaceTestCase.java b/jpos/src/test/java/org/jpos/space/TSpaceTestCase.java index 3b69f66375..7818b8acaf 100644 --- a/jpos/src/test/java/org/jpos/space/TSpaceTestCase.java +++ b/jpos/src/test/java/org/jpos/space/TSpaceTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/testhelpers/ComparabilityTestCase.java b/jpos/src/test/java/org/jpos/testhelpers/ComparabilityTestCase.java index acf78da087..97e2e09151 100755 --- a/jpos/src/test/java/org/jpos/testhelpers/ComparabilityTestCase.java +++ b/jpos/src/test/java/org/jpos/testhelpers/ComparabilityTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/testhelpers/ComparableAssert.java b/jpos/src/test/java/org/jpos/testhelpers/ComparableAssert.java index 56a4648774..818441d59c 100755 --- a/jpos/src/test/java/org/jpos/testhelpers/ComparableAssert.java +++ b/jpos/src/test/java/org/jpos/testhelpers/ComparableAssert.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/testhelpers/EqualsHashCodeTestCase.java b/jpos/src/test/java/org/jpos/testhelpers/EqualsHashCodeTestCase.java index 764308c61a..a2cfe3252c 100755 --- a/jpos/src/test/java/org/jpos/testhelpers/EqualsHashCodeTestCase.java +++ b/jpos/src/test/java/org/jpos/testhelpers/EqualsHashCodeTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/testhelpers/SerializabilityTestCase.java b/jpos/src/test/java/org/jpos/testhelpers/SerializabilityTestCase.java index c8414fb723..379f5d6d9f 100755 --- a/jpos/src/test/java/org/jpos/testhelpers/SerializabilityTestCase.java +++ b/jpos/src/test/java/org/jpos/testhelpers/SerializabilityTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/CharTagMapBuilderTest.java b/jpos/src/test/java/org/jpos/tlv/CharTagMapBuilderTest.java index 2d51f34eba..525466a0a7 100644 --- a/jpos/src/test/java/org/jpos/tlv/CharTagMapBuilderTest.java +++ b/jpos/src/test/java/org/jpos/tlv/CharTagMapBuilderTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/CharTagMapTest.java b/jpos/src/test/java/org/jpos/tlv/CharTagMapTest.java index e0389ed149..63a29c9242 100644 --- a/jpos/src/test/java/org/jpos/tlv/CharTagMapTest.java +++ b/jpos/src/test/java/org/jpos/tlv/CharTagMapTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/CharTagTest.java b/jpos/src/test/java/org/jpos/tlv/CharTagTest.java index 1f38219656..eaecdbf387 100644 --- a/jpos/src/test/java/org/jpos/tlv/CharTagTest.java +++ b/jpos/src/test/java/org/jpos/tlv/CharTagTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/TLVListTest.java b/jpos/src/test/java/org/jpos/tlv/TLVListTest.java index 75235ab503..24805d87c8 100644 --- a/jpos/src/test/java/org/jpos/tlv/TLVListTest.java +++ b/jpos/src/test/java/org/jpos/tlv/TLVListTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/TLVMsgTest.java b/jpos/src/test/java/org/jpos/tlv/TLVMsgTest.java index 365ce68773..aac4298f7e 100644 --- a/jpos/src/test/java/org/jpos/tlv/TLVMsgTest.java +++ b/jpos/src/test/java/org/jpos/tlv/TLVMsgTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/EMVTagSequenceTest.java b/jpos/src/test/java/org/jpos/tlv/packager/EMVTagSequenceTest.java index 778cba67ef..a358c6c3d2 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/EMVTagSequenceTest.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/EMVTagSequenceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/ISOTaggedSequenceTest.java b/jpos/src/test/java/org/jpos/tlv/packager/ISOTaggedSequenceTest.java index 7ffbe7bf9c..59eb4e097e 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/ISOTaggedSequenceTest.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/ISOTaggedSequenceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/BERTLVPackagerTest.java b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/BERTLVPackagerTest.java index 1cd6315555..e0f6496852 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/BERTLVPackagerTest.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/BERTLVPackagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349BinaryPackager.java b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349BinaryPackager.java index 374179637a..c67cb0ebbd 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349BinaryPackager.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349BinaryPackager.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TLVFormatMapper.java b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TLVFormatMapper.java index 71b9d34079..2302519240 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TLVFormatMapper.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TLVFormatMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TagType.java b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TagType.java index 757c849e51..abad282b19 100644 --- a/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TagType.java +++ b/jpos/src/test/java/org/jpos/tlv/packager/bertlv/Bug349TagType.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/ContextTest.java b/jpos/src/test/java/org/jpos/transaction/ContextTest.java index 245f69aa19..b5ccb25c61 100644 --- a/jpos/src/test/java/org/jpos/transaction/ContextTest.java +++ b/jpos/src/test/java/org/jpos/transaction/ContextTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/ContextTestCase.java b/jpos/src/test/java/org/jpos/transaction/ContextTestCase.java index 12ae38e846..f76098eaa6 100644 --- a/jpos/src/test/java/org/jpos/transaction/ContextTestCase.java +++ b/jpos/src/test/java/org/jpos/transaction/ContextTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/SwitchParticipant.java b/jpos/src/test/java/org/jpos/transaction/SwitchParticipant.java index 9b99bfecc4..6c6b3e8b20 100644 --- a/jpos/src/test/java/org/jpos/transaction/SwitchParticipant.java +++ b/jpos/src/test/java/org/jpos/transaction/SwitchParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/TestPauseParticipant.java b/jpos/src/test/java/org/jpos/transaction/TestPauseParticipant.java index 6c99d4f38b..62a629d889 100644 --- a/jpos/src/test/java/org/jpos/transaction/TestPauseParticipant.java +++ b/jpos/src/test/java/org/jpos/transaction/TestPauseParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/TestRetryParticipant.java b/jpos/src/test/java/org/jpos/transaction/TestRetryParticipant.java index c7703fdc57..b26afe9fa6 100644 --- a/jpos/src/test/java/org/jpos/transaction/TestRetryParticipant.java +++ b/jpos/src/test/java/org/jpos/transaction/TestRetryParticipant.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/TransactionManagerTest.java b/jpos/src/test/java/org/jpos/transaction/TransactionManagerTest.java index 67417e9a25..c07308da72 100644 --- a/jpos/src/test/java/org/jpos/transaction/TransactionManagerTest.java +++ b/jpos/src/test/java/org/jpos/transaction/TransactionManagerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/TransactionManagerTestCase.java b/jpos/src/test/java/org/jpos/transaction/TransactionManagerTestCase.java index 636d706474..2eadba6533 100644 --- a/jpos/src/test/java/org/jpos/transaction/TransactionManagerTestCase.java +++ b/jpos/src/test/java/org/jpos/transaction/TransactionManagerTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/TransactionStatusEventTest.java b/jpos/src/test/java/org/jpos/transaction/TransactionStatusEventTest.java index a0015e8de2..5c90f17faf 100644 --- a/jpos/src/test/java/org/jpos/transaction/TransactionStatusEventTest.java +++ b/jpos/src/test/java/org/jpos/transaction/TransactionStatusEventTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/BSHGroupSelectorTest.java b/jpos/src/test/java/org/jpos/transaction/participant/BSHGroupSelectorTest.java index da1258bec7..4921210908 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/BSHGroupSelectorTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/BSHGroupSelectorTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/BSHMethodTest.java b/jpos/src/test/java/org/jpos/transaction/participant/BSHMethodTest.java index 107bf63f0d..16f5a971f2 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/BSHMethodTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/BSHMethodTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/BSHTransactionParticipantTest.java b/jpos/src/test/java/org/jpos/transaction/participant/BSHTransactionParticipantTest.java index e2fc342a79..28d1824bfc 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/BSHTransactionParticipantTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/BSHTransactionParticipantTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/CheckFieldsTest.java b/jpos/src/test/java/org/jpos/transaction/participant/CheckFieldsTest.java index e9aa6e496b..f9e2e2c5bc 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/CheckFieldsTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/CheckFieldsTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/DelayTest.java b/jpos/src/test/java/org/jpos/transaction/participant/DelayTest.java index 2ce18aa5bb..8cdb14617c 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/DelayTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/DelayTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/HasEntryTest.java b/jpos/src/test/java/org/jpos/transaction/participant/HasEntryTest.java index 86411489b6..3e25078f0a 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/HasEntryTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/HasEntryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/QueryHostTest.java b/jpos/src/test/java/org/jpos/transaction/participant/QueryHostTest.java index 7235e88714..aafefee535 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/QueryHostTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/QueryHostTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/SelectDestinationTest.java b/jpos/src/test/java/org/jpos/transaction/participant/SelectDestinationTest.java index aefc732c81..f8bd33d6eb 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/SelectDestinationTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/SelectDestinationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/transaction/participant/TraceTest.java b/jpos/src/test/java/org/jpos/transaction/participant/TraceTest.java index 2d177d4b74..10371611e9 100644 --- a/jpos/src/test/java/org/jpos/transaction/participant/TraceTest.java +++ b/jpos/src/test/java/org/jpos/transaction/participant/TraceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/action/DebugTest.java b/jpos/src/test/java/org/jpos/ui/action/DebugTest.java index b27d8b35fb..0ddb2f9b3f 100644 --- a/jpos/src/test/java/org/jpos/ui/action/DebugTest.java +++ b/jpos/src/test/java/org/jpos/ui/action/DebugTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/action/DisposeTest.java b/jpos/src/test/java/org/jpos/ui/action/DisposeTest.java index 5db5427308..72c0163319 100644 --- a/jpos/src/test/java/org/jpos/ui/action/DisposeTest.java +++ b/jpos/src/test/java/org/jpos/ui/action/DisposeTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/action/RedirectTest.java b/jpos/src/test/java/org/jpos/ui/action/RedirectTest.java index 43a62ed34f..c02a092b70 100644 --- a/jpos/src/test/java/org/jpos/ui/action/RedirectTest.java +++ b/jpos/src/test/java/org/jpos/ui/action/RedirectTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/GridLayoutFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/GridLayoutFactoryTest.java index 23951a162a..948ac35fbb 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/GridLayoutFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/GridLayoutFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/HSplitFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/HSplitFactoryTest.java index f8ada829df..8293b383dd 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/HSplitFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/HSplitFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/HtmlFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/HtmlFactoryTest.java index 8000a6ad22..6b9420a256 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/HtmlFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/HtmlFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/ISOMeterFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/ISOMeterFactoryTest.java index 33080b92bd..84c7905642 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/ISOMeterFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/ISOMeterFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/JTabbedPaneFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/JTabbedPaneFactoryTest.java index 60a417b2fc..a61a7fc472 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/JTabbedPaneFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/JTabbedPaneFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/LogListenerFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/LogListenerFactoryTest.java index b9d1d41bc6..1a8da232b0 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/LogListenerFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/LogListenerFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/PanelFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/PanelFactoryTest.java index de90f07c5e..fb91798959 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/PanelFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/PanelFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/ui/factory/TextFactoryTest.java b/jpos/src/test/java/org/jpos/ui/factory/TextFactoryTest.java index 3cd1a595d3..d3ae7a9040 100644 --- a/jpos/src/test/java/org/jpos/ui/factory/TextFactoryTest.java +++ b/jpos/src/test/java/org/jpos/ui/factory/TextFactoryTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/BaseLogEventWriterTest.java b/jpos/src/test/java/org/jpos/util/BaseLogEventWriterTest.java index 3371aceefe..644156f13e 100644 --- a/jpos/src/test/java/org/jpos/util/BaseLogEventWriterTest.java +++ b/jpos/src/test/java/org/jpos/util/BaseLogEventWriterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/BlockingQueueTest.java b/jpos/src/test/java/org/jpos/util/BlockingQueueTest.java index 40e4618e2a..0478c26c62 100644 --- a/jpos/src/test/java/org/jpos/util/BlockingQueueTest.java +++ b/jpos/src/test/java/org/jpos/util/BlockingQueueTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/DailyLogListenerTest.java b/jpos/src/test/java/org/jpos/util/DailyLogListenerTest.java index 8d92591a5e..b4ac150d80 100644 --- a/jpos/src/test/java/org/jpos/util/DailyLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/DailyLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/DefaultTimerTest.java b/jpos/src/test/java/org/jpos/util/DefaultTimerTest.java index 623dc936f7..5c28b087cd 100644 --- a/jpos/src/test/java/org/jpos/util/DefaultTimerTest.java +++ b/jpos/src/test/java/org/jpos/util/DefaultTimerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/DirPollOperationTest.java b/jpos/src/test/java/org/jpos/util/DirPollOperationTest.java index d5106f74d1..fcc52e1f0c 100644 --- a/jpos/src/test/java/org/jpos/util/DirPollOperationTest.java +++ b/jpos/src/test/java/org/jpos/util/DirPollOperationTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/DirPollTest.java b/jpos/src/test/java/org/jpos/util/DirPollTest.java index 0153478efd..764729709f 100644 --- a/jpos/src/test/java/org/jpos/util/DirPollTest.java +++ b/jpos/src/test/java/org/jpos/util/DirPollTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/DumpableTest.java b/jpos/src/test/java/org/jpos/util/DumpableTest.java index a0f4cb41b2..55679723e7 100644 --- a/jpos/src/test/java/org/jpos/util/DumpableTest.java +++ b/jpos/src/test/java/org/jpos/util/DumpableTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ExceptionLogFilterTest.java b/jpos/src/test/java/org/jpos/util/ExceptionLogFilterTest.java index bbad83214a..f68bf024e6 100644 --- a/jpos/src/test/java/org/jpos/util/ExceptionLogFilterTest.java +++ b/jpos/src/test/java/org/jpos/util/ExceptionLogFilterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FSDMsgEndOfMessageTestCase.java b/jpos/src/test/java/org/jpos/util/FSDMsgEndOfMessageTestCase.java index 58c8dc4f1c..fc61a5099b 100644 --- a/jpos/src/test/java/org/jpos/util/FSDMsgEndOfMessageTestCase.java +++ b/jpos/src/test/java/org/jpos/util/FSDMsgEndOfMessageTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FSDMsgPropertiesTestCase.java b/jpos/src/test/java/org/jpos/util/FSDMsgPropertiesTestCase.java index 34e92a4268..b81fac3452 100644 --- a/jpos/src/test/java/org/jpos/util/FSDMsgPropertiesTestCase.java +++ b/jpos/src/test/java/org/jpos/util/FSDMsgPropertiesTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FSDMsgSeparatorTestCase.java b/jpos/src/test/java/org/jpos/util/FSDMsgSeparatorTestCase.java index 2d9b385230..e50078999c 100644 --- a/jpos/src/test/java/org/jpos/util/FSDMsgSeparatorTestCase.java +++ b/jpos/src/test/java/org/jpos/util/FSDMsgSeparatorTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FSDMsgTest.java b/jpos/src/test/java/org/jpos/util/FSDMsgTest.java index 0066542139..94b6fee722 100644 --- a/jpos/src/test/java/org/jpos/util/FSDMsgTest.java +++ b/jpos/src/test/java/org/jpos/util/FSDMsgTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FSDMsgTestCase.java b/jpos/src/test/java/org/jpos/util/FSDMsgTestCase.java index ac57bd2f51..63347ea537 100644 --- a/jpos/src/test/java/org/jpos/util/FSDMsgTestCase.java +++ b/jpos/src/test/java/org/jpos/util/FSDMsgTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FilterLogListenerTest.java b/jpos/src/test/java/org/jpos/util/FilterLogListenerTest.java index c44e0a03b1..9524d7878e 100644 --- a/jpos/src/test/java/org/jpos/util/FilterLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/FilterLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/FlatLogListenerTest.java b/jpos/src/test/java/org/jpos/util/FlatLogListenerTest.java index 19abe24646..54ea98b2ff 100644 --- a/jpos/src/test/java/org/jpos/util/FlatLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/FlatLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LogEventTest.java b/jpos/src/test/java/org/jpos/util/LogEventTest.java index 922f285365..6a30d4ddb8 100644 --- a/jpos/src/test/java/org/jpos/util/LogEventTest.java +++ b/jpos/src/test/java/org/jpos/util/LogEventTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LogFileTestUtils.java b/jpos/src/test/java/org/jpos/util/LogFileTestUtils.java index 514844fbe5..f68a2e4fe3 100644 --- a/jpos/src/test/java/org/jpos/util/LogFileTestUtils.java +++ b/jpos/src/test/java/org/jpos/util/LogFileTestUtils.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LogRotationTestDirectory.java b/jpos/src/test/java/org/jpos/util/LogRotationTestDirectory.java index 87fabbd1ec..c241d180ff 100644 --- a/jpos/src/test/java/org/jpos/util/LogRotationTestDirectory.java +++ b/jpos/src/test/java/org/jpos/util/LogRotationTestDirectory.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LogTest.java b/jpos/src/test/java/org/jpos/util/LogTest.java index 50dca08742..80a076dd5a 100644 --- a/jpos/src/test/java/org/jpos/util/LogTest.java +++ b/jpos/src/test/java/org/jpos/util/LogTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LogUtilTest.java b/jpos/src/test/java/org/jpos/util/LogUtilTest.java index f0083220a4..5dbef569d5 100644 --- a/jpos/src/test/java/org/jpos/util/LogUtilTest.java +++ b/jpos/src/test/java/org/jpos/util/LogUtilTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/LoggerTest.java b/jpos/src/test/java/org/jpos/util/LoggerTest.java index 13754ff6c7..d8fe416b6b 100644 --- a/jpos/src/test/java/org/jpos/util/LoggerTest.java +++ b/jpos/src/test/java/org/jpos/util/LoggerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/MappingLogEventWriterTest.java b/jpos/src/test/java/org/jpos/util/MappingLogEventWriterTest.java index ca8115f541..893e4e86f9 100644 --- a/jpos/src/test/java/org/jpos/util/MappingLogEventWriterTest.java +++ b/jpos/src/test/java/org/jpos/util/MappingLogEventWriterTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/NameRegistrarConcurrencyTest.java b/jpos/src/test/java/org/jpos/util/NameRegistrarConcurrencyTest.java index 0344743f16..98e9f032a2 100644 --- a/jpos/src/test/java/org/jpos/util/NameRegistrarConcurrencyTest.java +++ b/jpos/src/test/java/org/jpos/util/NameRegistrarConcurrencyTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/NameRegistrarTest.java b/jpos/src/test/java/org/jpos/util/NameRegistrarTest.java index 334c50ca86..6be67baacc 100644 --- a/jpos/src/test/java/org/jpos/util/NameRegistrarTest.java +++ b/jpos/src/test/java/org/jpos/util/NameRegistrarTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/PGPHelperTest.java b/jpos/src/test/java/org/jpos/util/PGPHelperTest.java index dd2bd15171..b8c24d9065 100644 --- a/jpos/src/test/java/org/jpos/util/PGPHelperTest.java +++ b/jpos/src/test/java/org/jpos/util/PGPHelperTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ProfilerTest.java b/jpos/src/test/java/org/jpos/util/ProfilerTest.java index de2a7ed2f1..d5ccbbe721 100644 --- a/jpos/src/test/java/org/jpos/util/ProfilerTest.java +++ b/jpos/src/test/java/org/jpos/util/ProfilerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ProtectedLogListenerTest.java b/jpos/src/test/java/org/jpos/util/ProtectedLogListenerTest.java index 96ef3a2df2..746826237c 100644 --- a/jpos/src/test/java/org/jpos/util/ProtectedLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/ProtectedLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/RecyclableTest.java b/jpos/src/test/java/org/jpos/util/RecyclableTest.java index fca6b95174..ff610226c7 100644 --- a/jpos/src/test/java/org/jpos/util/RecyclableTest.java +++ b/jpos/src/test/java/org/jpos/util/RecyclableTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/RotateLogListenerTest.java b/jpos/src/test/java/org/jpos/util/RotateLogListenerTest.java index 95e91426f4..9fbed1c566 100644 --- a/jpos/src/test/java/org/jpos/util/RotateLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/RotateLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/SerializerTest.java b/jpos/src/test/java/org/jpos/util/SerializerTest.java index 42ae4e7029..e92fd73cf6 100644 --- a/jpos/src/test/java/org/jpos/util/SerializerTest.java +++ b/jpos/src/test/java/org/jpos/util/SerializerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/SimpleLogListenerTest.java b/jpos/src/test/java/org/jpos/util/SimpleLogListenerTest.java index dc45292b8e..c4ec27e8ad 100644 --- a/jpos/src/test/java/org/jpos/util/SimpleLogListenerTest.java +++ b/jpos/src/test/java/org/jpos/util/SimpleLogListenerTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/SimpleLogSourceTest.java b/jpos/src/test/java/org/jpos/util/SimpleLogSourceTest.java index 1c58ac3e85..4321b3f0d2 100644 --- a/jpos/src/test/java/org/jpos/util/SimpleLogSourceTest.java +++ b/jpos/src/test/java/org/jpos/util/SimpleLogSourceTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/SimpleMsgTest.java b/jpos/src/test/java/org/jpos/util/SimpleMsgTest.java index 541f92dfba..3e62df6b35 100644 --- a/jpos/src/test/java/org/jpos/util/SimpleMsgTest.java +++ b/jpos/src/test/java/org/jpos/util/SimpleMsgTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/StopWatchTest.java b/jpos/src/test/java/org/jpos/util/StopWatchTest.java index 5b64997b12..39ac467e0c 100644 --- a/jpos/src/test/java/org/jpos/util/StopWatchTest.java +++ b/jpos/src/test/java/org/jpos/util/StopWatchTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/TPSTestCase.java b/jpos/src/test/java/org/jpos/util/TPSTestCase.java index f54b841aca..d6c229012a 100644 --- a/jpos/src/test/java/org/jpos/util/TPSTestCase.java +++ b/jpos/src/test/java/org/jpos/util/TPSTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/TagsTest.java b/jpos/src/test/java/org/jpos/util/TagsTest.java index 8e56f0ecdc..04f9394251 100644 --- a/jpos/src/test/java/org/jpos/util/TagsTest.java +++ b/jpos/src/test/java/org/jpos/util/TagsTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ThreadPoolTest.java b/jpos/src/test/java/org/jpos/util/ThreadPoolTest.java index 66ddbf50fb..05ed81e0ab 100644 --- a/jpos/src/test/java/org/jpos/util/ThreadPoolTest.java +++ b/jpos/src/test/java/org/jpos/util/ThreadPoolTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ThroughputControlTestCase.java b/jpos/src/test/java/org/jpos/util/ThroughputControlTestCase.java index 93b274cc06..90972e12bf 100644 --- a/jpos/src/test/java/org/jpos/util/ThroughputControlTestCase.java +++ b/jpos/src/test/java/org/jpos/util/ThroughputControlTestCase.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/ZipUtilTest.java b/jpos/src/test/java/org/jpos/util/ZipUtilTest.java index bd547c249c..7b4ef7c48a 100644 --- a/jpos/src/test/java/org/jpos/util/ZipUtilTest.java +++ b/jpos/src/test/java/org/jpos/util/ZipUtilTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/function/RemoveNewLinesMapperTest.java b/jpos/src/test/java/org/jpos/util/function/RemoveNewLinesMapperTest.java index 9f5824b3a4..bcf0a512e7 100644 --- a/jpos/src/test/java/org/jpos/util/function/RemoveNewLinesMapperTest.java +++ b/jpos/src/test/java/org/jpos/util/function/RemoveNewLinesMapperTest.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/jpos/src/test/java/org/jpos/util/function/TestLogEventMapper.java b/jpos/src/test/java/org/jpos/util/function/TestLogEventMapper.java index 1da4c497ef..cfd635ede7 100644 --- a/jpos/src/test/java/org/jpos/util/function/TestLogEventMapper.java +++ b/jpos/src/test/java/org/jpos/util/function/TestLogEventMapper.java @@ -1,6 +1,6 @@ /* * jPOS Project [http://jpos.org] - * Copyright (C) 2000-2022 jPOS Software SRL + * Copyright (C) 2000-2023 jPOS Software SRL * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as