From f616d151b48150bc9cb98943f9b6f8353b704359 Mon Sep 17 00:00:00 2001 From: Jeronimo Backes Date: Thu, 19 Jul 2018 15:58:10 +0930 Subject: [PATCH] updating copyright notices --- README.md | 6 +++--- pom.xml | 16 ++++++++-------- .../parsers/annotations/BooleanString.java | 4 ++-- .../univocity/parsers/annotations/Convert.java | 6 +++--- .../com/univocity/parsers/annotations/Copy.java | 2 +- .../parsers/annotations/EnumOptions.java | 4 ++-- .../parsers/annotations/FixedWidth.java | 4 ++-- .../univocity/parsers/annotations/Format.java | 4 ++-- .../parsers/annotations/HeaderTransformer.java | 4 ++-- .../univocity/parsers/annotations/Headers.java | 4 ++-- .../univocity/parsers/annotations/LowerCase.java | 4 ++-- .../univocity/parsers/annotations/Nested.java | 4 ++-- .../parsers/annotations/NullString.java | 4 ++-- .../univocity/parsers/annotations/Parsed.java | 4 ++-- .../univocity/parsers/annotations/Replace.java | 4 ++-- .../com/univocity/parsers/annotations/Trim.java | 4 ++-- .../univocity/parsers/annotations/UpperCase.java | 4 ++-- .../univocity/parsers/annotations/Validate.java | 4 ++-- .../annotations/helpers/AnnotationHelper.java | 4 ++-- .../annotations/helpers/AnnotationRegistry.java | 2 +- .../annotations/helpers/FieldMapping.java | 4 ++-- .../annotations/helpers/MethodFilter.java | 4 ++-- .../annotations/helpers/TransformedHeader.java | 4 ++-- .../parsers/common/AbstractException.java | 6 +++--- .../univocity/parsers/common/AbstractParser.java | 6 +++--- .../univocity/parsers/common/AbstractWriter.java | 6 +++--- .../univocity/parsers/common/ArgumentUtils.java | 4 ++-- .../com/univocity/parsers/common/ColumnMap.java | 4 ++-- .../parsers/common/CommonParserSettings.java | 4 ++-- .../univocity/parsers/common/CommonSettings.java | 4 ++-- .../parsers/common/CommonWriterSettings.java | 4 ++-- .../com/univocity/parsers/common/Context.java | 4 ++-- .../parsers/common/ContextSnapshot.java | 4 ++-- .../univocity/parsers/common/ContextWrapper.java | 4 ++-- .../parsers/common/ConversionProcessor.java | 2 +- .../parsers/common/DataProcessingException.java | 4 ++-- .../parsers/common/DataValidationException.java | 4 ++-- .../univocity/parsers/common/DefaultContext.java | 4 ++-- .../common/DefaultConversionProcessor.java | 4 ++-- .../parsers/common/DefaultParsingContext.java | 4 ++-- .../univocity/parsers/common/DummyFormat.java | 4 ++-- .../com/univocity/parsers/common/Format.java | 6 +++--- .../com/univocity/parsers/common/Internal.java | 4 ++-- .../univocity/parsers/common/IterableResult.java | 4 ++-- .../com/univocity/parsers/common/LineReader.java | 4 ++-- .../parsers/common/NoopParsingContext.java | 4 ++-- .../common/NoopProcessorErrorHandler.java | 4 ++-- .../common/NoopRowProcessorErrorHandler.java | 4 ++-- .../univocity/parsers/common/ParserOutput.java | 4 ++-- .../univocity/parsers/common/ParsingContext.java | 4 ++-- .../parsers/common/ParsingContextSnapshot.java | 4 ++-- .../parsers/common/ParsingContextWrapper.java | 4 ++-- .../parsers/common/ProcessorErrorHandler.java | 4 ++-- .../univocity/parsers/common/ResultIterator.java | 4 ++-- .../parsers/common/RetryableErrorHandler.java | 4 ++-- .../parsers/common/RowProcessorErrorHandler.java | 4 ++-- .../parsers/common/TextParsingException.java | 4 ++-- .../parsers/common/TextWritingException.java | 4 ++-- .../parsers/common/beans/BeanHelper.java | 6 +++--- .../parsers/common/beans/PropertyWrapper.java | 2 +- .../common/fields/AllIndexesSelector.java | 4 ++-- .../common/fields/ExcludeFieldEnumSelector.java | 4 ++-- .../common/fields/ExcludeFieldIndexSelector.java | 4 ++-- .../common/fields/ExcludeFieldNameSelector.java | 4 ++-- .../common/fields/FieldConversionMapping.java | 6 +++--- .../parsers/common/fields/FieldEnumSelector.java | 4 ++-- .../common/fields/FieldIndexSelector.java | 4 ++-- .../parsers/common/fields/FieldNameSelector.java | 4 ++-- .../parsers/common/fields/FieldSelector.java | 4 ++-- .../parsers/common/fields/FieldSet.java | 4 ++-- .../common/input/AbstractCharInputReader.java | 4 ++-- .../univocity/parsers/common/input/BomInput.java | 4 ++-- .../parsers/common/input/CharAppender.java | 4 ++-- .../parsers/common/input/CharInput.java | 4 ++-- .../parsers/common/input/CharInputReader.java | 6 +++--- .../common/input/DefaultCharAppender.java | 2 +- .../common/input/DefaultCharInputReader.java | 4 ++-- .../parsers/common/input/EOFException.java | 2 +- .../common/input/ExpandingCharAppender.java | 4 ++-- .../common/input/InputAnalysisProcess.java | 4 ++-- .../common/input/LineSeparatorDetector.java | 4 ++-- .../common/input/LookaheadCharInputReader.java | 2 +- .../parsers/common/input/NoopCharAppender.java | 4 ++-- .../parsers/common/input/WriterCharAppender.java | 4 ++-- .../common/input/concurrent/CharBucket.java | 4 ++-- .../concurrent/ConcurrentCharInputReader.java | 4 ++-- .../input/concurrent/ConcurrentCharLoader.java | 4 ++-- .../parsers/common/input/concurrent/Entry.java | 4 ++-- .../input/concurrent/FixedInstancePool.java | 4 ++-- .../parsers/common/iterators/ParserIterator.java | 4 ++-- .../parsers/common/iterators/RecordIterator.java | 4 ++-- .../parsers/common/iterators/RowIterator.java | 4 ++-- .../common/processor/AbstractRowProcessor.java | 4 ++-- .../common/processor/BatchedColumnProcessor.java | 4 ++-- .../processor/BatchedObjectColumnProcessor.java | 4 ++-- .../common/processor/BeanListProcessor.java | 4 ++-- .../parsers/common/processor/BeanProcessor.java | 4 ++-- .../common/processor/BeanWriterProcessor.java | 4 ++-- .../common/processor/ColumnProcessor.java | 4 ++-- .../common/processor/CompositeRowProcessor.java | 2 +- .../common/processor/ConcurrentRowProcessor.java | 4 ++-- .../parsers/common/processor/CustomMatcher.java | 2 +- .../common/processor/InputValueSwitch.java | 2 +- .../processor/MasterDetailListProcessor.java | 4 ++-- .../common/processor/MasterDetailProcessor.java | 4 ++-- .../common/processor/MasterDetailRecord.java | 4 ++-- .../common/processor/MultiBeanListProcessor.java | 4 ++-- .../common/processor/MultiBeanProcessor.java | 4 ++-- .../common/processor/MultiBeanRowProcessor.java | 4 ++-- .../common/processor/NoopRowProcessor.java | 2 +- .../common/processor/ObjectColumnProcessor.java | 4 ++-- .../common/processor/ObjectRowListProcessor.java | 4 ++-- .../common/processor/ObjectRowProcessor.java | 4 ++-- .../processor/ObjectRowWriterProcessor.java | 4 ++-- .../common/processor/OutputValueSwitch.java | 2 +- .../common/processor/RowListProcessor.java | 4 ++-- .../parsers/common/processor/RowPlacement.java | 4 ++-- .../parsers/common/processor/RowProcessor.java | 8 ++++---- .../common/processor/RowProcessorSwitch.java | 2 +- .../common/processor/RowWriterProcessor.java | 6 +++--- .../processor/RowWriterProcessorSwitch.java | 2 +- .../core/AbstractBatchedColumnProcessor.java | 4 ++-- .../AbstractBatchedObjectColumnProcessor.java | 4 ++-- .../core/AbstractBeanListProcessor.java | 4 ++-- .../processor/core/AbstractBeanProcessor.java | 4 ++-- .../processor/core/AbstractColumnProcessor.java | 4 ++-- .../core/AbstractConcurrentProcessor.java | 4 ++-- .../processor/core/AbstractInputValueSwitch.java | 2 +- .../processor/core/AbstractListProcessor.java | 4 ++-- .../core/AbstractMasterDetailListProcessor.java | 4 ++-- .../core/AbstractMasterDetailProcessor.java | 4 ++-- .../core/AbstractMultiBeanListProcessor.java | 4 ++-- .../core/AbstractMultiBeanProcessor.java | 4 ++-- .../core/AbstractMultiBeanRowProcessor.java | 4 ++-- .../core/AbstractObjectColumnProcessor.java | 4 ++-- .../core/AbstractObjectListProcessor.java | 4 ++-- .../processor/core/AbstractObjectProcessor.java | 4 ++-- .../common/processor/core/AbstractProcessor.java | 4 ++-- .../processor/core/AbstractProcessorSwitch.java | 2 +- .../processor/core/BatchedColumnReader.java | 4 ++-- .../processor/core/BeanConversionProcessor.java | 4 ++-- .../processor/core/ColumnOrderDependent.java | 2 +- .../common/processor/core/ColumnReader.java | 4 ++-- .../common/processor/core/ColumnSplitter.java | 4 ++-- .../processor/core/CompositeProcessor.java | 2 +- .../common/processor/core/NoopProcessor.java | 2 +- .../parsers/common/processor/core/Processor.java | 8 ++++---- .../parsers/common/record/MetaData.java | 2 +- .../univocity/parsers/common/record/Record.java | 2 +- .../parsers/common/record/RecordFactory.java | 2 +- .../parsers/common/record/RecordImpl.java | 2 +- .../parsers/common/record/RecordMetaData.java | 2 +- .../common/record/RecordMetaDataImpl.java | 2 +- .../parsers/common/routine/AbstractRoutines.java | 2 +- .../parsers/common/routine/InputDimension.java | 4 ++-- .../conversions/BigDecimalConversion.java | 4 ++-- .../conversions/BigIntegerConversion.java | 4 ++-- .../parsers/conversions/BooleanConversion.java | 4 ++-- .../parsers/conversions/ByteConversion.java | 4 ++-- .../parsers/conversions/CalendarConversion.java | 4 ++-- .../parsers/conversions/CharacterConversion.java | 4 ++-- .../parsers/conversions/Conversion.java | 6 +++--- .../parsers/conversions/Conversions.java | 4 ++-- .../parsers/conversions/DateConversion.java | 4 ++-- .../parsers/conversions/DoubleConversion.java | 4 ++-- .../parsers/conversions/EnumConversion.java | 4 ++-- .../parsers/conversions/EnumSelector.java | 2 +- .../parsers/conversions/FloatConversion.java | 4 ++-- .../FormattedBigDecimalConversion.java | 4 ++-- .../parsers/conversions/FormattedConversion.java | 4 ++-- .../conversions/FormattedDateConversion.java | 4 ++-- .../parsers/conversions/IntegerConversion.java | 4 ++-- .../parsers/conversions/LongConversion.java | 4 ++-- .../parsers/conversions/LowerCaseConversion.java | 4 ++-- .../parsers/conversions/NullConversion.java | 4 ++-- .../conversions/NullStringConversion.java | 4 ++-- .../parsers/conversions/NumericConversion.java | 4 ++-- .../parsers/conversions/ObjectConversion.java | 4 ++-- .../parsers/conversions/RegexConversion.java | 4 ++-- .../parsers/conversions/ShortConversion.java | 4 ++-- .../parsers/conversions/ToStringConversion.java | 2 +- .../parsers/conversions/TrimConversion.java | 4 ++-- .../parsers/conversions/UpperCaseConversion.java | 4 ++-- .../parsers/conversions/ValidatedConversion.java | 2 +- src/main/java/com/univocity/parsers/csv/Csv.java | 2 +- .../com/univocity/parsers/csv/CsvFormat.java | 4 ++-- .../univocity/parsers/csv/CsvFormatDetector.java | 4 ++-- .../com/univocity/parsers/csv/CsvParser.java | 4 ++-- .../univocity/parsers/csv/CsvParserSettings.java | 4 ++-- .../com/univocity/parsers/csv/CsvRoutines.java | 2 +- .../com/univocity/parsers/csv/CsvWriter.java | 4 ++-- .../univocity/parsers/csv/CsvWriterSettings.java | 4 ++-- .../parsers/csv/UnescapedQuoteHandling.java | 4 ++-- .../univocity/parsers/fixed/FieldAlignment.java | 4 ++-- .../parsers/fixed/FixedWidthFieldLengths.java | 4 ++-- .../parsers/fixed/FixedWidthFields.java | 4 ++-- .../parsers/fixed/FixedWidthFormat.java | 4 ++-- .../parsers/fixed/FixedWidthParser.java | 4 ++-- .../parsers/fixed/FixedWidthParserSettings.java | 4 ++-- .../parsers/fixed/FixedWidthRoutines.java | 2 +- .../parsers/fixed/FixedWidthWriter.java | 4 ++-- .../parsers/fixed/FixedWidthWriterSettings.java | 4 ++-- .../java/com/univocity/parsers/fixed/Lookup.java | 2 +- .../com/univocity/parsers/tsv/TsvFormat.java | 4 ++-- .../com/univocity/parsers/tsv/TsvParser.java | 4 ++-- .../univocity/parsers/tsv/TsvParserSettings.java | 4 ++-- .../com/univocity/parsers/tsv/TsvRoutines.java | 2 +- .../com/univocity/parsers/tsv/TsvWriter.java | 4 ++-- .../univocity/parsers/tsv/TsvWriterSettings.java | 4 ++-- .../com/univocity/parsers/ParserTestCase.java | 2 +- .../annotations/AnnotationHelperTest.java | 2 +- .../parsers/annotations/meta/Clean.java | 2 +- .../parsers/annotations/meta/CleanBeanTest.java | 2 +- .../parsers/annotations/meta/ContentCleaner.java | 2 +- .../parsers/annotations/meta/IntArray.java | 2 +- .../annotations/meta/MetaAnnotationTest.java | 4 ++-- .../parsers/annotations/meta/MyReplacement.java | 4 ++-- .../annotations/meta/MyReplacementUpperCase.java | 4 ++-- .../annotations/meta/ReplacementBean.java | 4 ++-- .../parsers/common/AbstractWriterTest.java | 2 +- .../common/DataProcessingExceptionTest.java | 2 +- .../fields/ExcludeFieldEnumSelectorTest.java | 2 +- .../fields/ExcludeFieldNameSelectorTest.java | 2 +- .../common/fields/ExcludeIndexSelectorTest.java | 2 +- .../common/fields/FieldEnumSelectorTest.java | 2 +- .../common/fields/FieldIndexSelectorTest.java | 2 +- .../common/fields/FieldNameSelectorTest.java | 2 +- .../parsers/common/fields/TestEnum.java | 2 +- .../common/input/DefaultCharInputReaderTest.java | 2 +- .../common/input/ExpandingCharAppenderTest.java | 2 +- .../input/LookaheadCharInputReaderTest.java | 2 +- .../common/input/WriterCharAppenderTest.java | 2 +- .../processor/AnnotatedBeanProcessorTest.java | 2 +- .../processor/BatchedColumnProcessorTest.java | 2 +- .../BatchedObjectColumnProcessorTest.java | 2 +- .../processor/BeanWriterProcessorTest.java | 2 +- .../common/processor/ColumnProcessorTest.java | 2 +- .../processor/ConcurrentRowProcessorTest.java | 2 +- .../processor/MasterDetailProcessorTest.java | 2 +- .../processor/MultiBeanListProcessorTest.java | 2 +- .../processor/ObjectColumnProcessorTest.java | 2 +- .../processor/ObjectRowListProcessorTest.java | 2 +- .../processor/ObjectRowWriterProcessorTest.java | 2 +- .../parsers/common/record/RecordImplTest.java | 2 +- .../common/routine/AbstractRoutinesTest.java | 2 +- .../parsers/csv/CsvFormatDetectorTest.java | 2 +- .../com/univocity/parsers/csv/CsvParserTest.java | 2 +- .../com/univocity/parsers/csv/CsvWriterTest.java | 2 +- .../com/univocity/parsers/csv/ProfilerTest.java | 2 +- .../com/univocity/parsers/csv/TestUtils.java | 2 +- .../parsers/examples/AnotherTestBean.java | 2 +- .../java/com/univocity/parsers/examples/Car.java | 2 +- .../parsers/examples/CsvParserExamples.java | 2 +- .../parsers/examples/CsvWriterExamples.java | 2 +- .../com/univocity/parsers/examples/Example.java | 2 +- .../examples/FixedWidthParserExamples.java | 2 +- .../examples/FixedWidthWriterExamples.java | 2 +- .../parsers/examples/RecordExamples.java | 2 +- .../parsers/examples/RoutineExamples.java | 2 +- .../parsers/examples/SettingsExamples.java | 2 +- .../com/univocity/parsers/examples/TestBean.java | 2 +- .../parsers/examples/TsvParserExamples.java | 2 +- .../parsers/examples/WordsToSetConversion.java | 2 +- .../parsers/examples/WriterExamples.java | 2 +- .../parsers/examples/annotation/Address.java | 2 +- .../parsers/examples/annotation/AddressBook.java | 2 +- .../annotation/AddressTypeTransformer.java | 2 +- .../examples/annotation/AnnotationExamples.java | 2 +- .../examples/annotation/BetterOffender.java | 2 +- .../examples/annotation/DatesRepetitive.java | 2 +- .../annotation/DatesWithMetaAnnotation.java | 2 +- .../examples/annotation/MyCompanyDate.java | 2 +- .../parsers/examples/annotation/Offender.java | 2 +- .../parsers/examples/annotation/Profile.java | 2 +- .../examples/annotation/ProfileByFieldName.java | 2 +- .../annotation/ProfileByFieldPosition.java | 2 +- .../annotation/ProfileByMultipleFieldNames.java | 2 +- .../examples/annotation/ProfileWithDate.java | 2 +- .../parsers/examples/annotation/Splitter.java | 2 +- .../examples/samples/CsvSearchExample.java | 4 ++-- .../parsers/fixed/FixedWidthParserTest.java | 2 +- .../parsers/fixed/FixedWidthWriterTest.java | 2 +- .../parsers/issues/github/Github_1.java | 6 +++--- .../parsers/issues/github/Github_100.java | 4 ++-- .../parsers/issues/github/Github_106.java | 4 ++-- .../parsers/issues/github/Github_109.java | 4 ++-- .../parsers/issues/github/Github_111.java | 4 ++-- .../parsers/issues/github/Github_112.java | 6 +++--- .../parsers/issues/github/Github_113.java | 4 ++-- .../parsers/issues/github/Github_116.java | 6 +++--- .../parsers/issues/github/Github_121.java | 6 +++--- .../parsers/issues/github/Github_128.java | 6 +++--- .../parsers/issues/github/Github_13.java | 6 +++--- .../parsers/issues/github/Github_131.java | 6 +++--- .../parsers/issues/github/Github_132.java | 6 +++--- .../parsers/issues/github/Github_136.java | 6 +++--- .../parsers/issues/github/Github_138.java | 6 +++--- .../parsers/issues/github/Github_139.java | 6 +++--- .../parsers/issues/github/Github_14.java | 6 +++--- .../parsers/issues/github/Github_140.java | 6 +++--- .../parsers/issues/github/Github_143.java | 6 +++--- .../parsers/issues/github/Github_146.java | 6 +++--- .../parsers/issues/github/Github_149.java | 6 +++--- .../parsers/issues/github/Github_150.java | 6 +++--- .../parsers/issues/github/Github_154.java | 6 +++--- .../parsers/issues/github/Github_156.java | 6 +++--- .../parsers/issues/github/Github_158.java | 6 +++--- .../parsers/issues/github/Github_159.java | 6 +++--- .../parsers/issues/github/Github_16.java | 6 +++--- .../parsers/issues/github/Github_160.java | 6 +++--- .../parsers/issues/github/Github_161.java | 6 +++--- .../parsers/issues/github/Github_165.java | 6 +++--- .../parsers/issues/github/Github_176.java | 6 +++--- .../parsers/issues/github/Github_177.java | 6 +++--- .../parsers/issues/github/Github_178.java | 6 +++--- .../parsers/issues/github/Github_18.java | 6 +++--- .../parsers/issues/github/Github_180.java | 6 +++--- .../parsers/issues/github/Github_182.java | 6 +++--- .../parsers/issues/github/Github_183.java | 6 +++--- .../parsers/issues/github/Github_184.java | 6 +++--- .../parsers/issues/github/Github_185.java | 6 +++--- .../parsers/issues/github/Github_186.java | 6 +++--- .../parsers/issues/github/Github_188.java | 6 +++--- .../parsers/issues/github/Github_19.java | 6 +++--- .../parsers/issues/github/Github_191.java | 6 +++--- .../parsers/issues/github/Github_194.java | 6 +++--- .../parsers/issues/github/Github_196.java | 6 +++--- .../parsers/issues/github/Github_197.java | 6 +++--- .../parsers/issues/github/Github_198.java | 6 +++--- .../parsers/issues/github/Github_201.java | 4 ++-- .../parsers/issues/github/Github_21.java | 6 +++--- .../parsers/issues/github/Github_212.java | 6 +++--- .../parsers/issues/github/Github_214.java | 6 +++--- .../parsers/issues/github/Github_219.java | 6 +++--- .../parsers/issues/github/Github_224.java | 6 +++--- .../parsers/issues/github/Github_228.java | 6 +++--- .../parsers/issues/github/Github_23.java | 6 +++--- .../parsers/issues/github/Github_230.java | 6 +++--- .../parsers/issues/github/Github_231.java | 6 +++--- .../parsers/issues/github/Github_24.java | 8 ++++---- .../parsers/issues/github/Github_247.java | 4 ++-- .../parsers/issues/github/Github_250.java | 4 ++-- .../parsers/issues/github/Github_251.java | 4 ++-- .../parsers/issues/github/Github_253.java | 6 +++--- .../parsers/issues/github/Github_254.java | 6 +++--- .../parsers/issues/github/Github_255.java | 6 +++--- .../parsers/issues/github/Github_256.java | 6 +++--- .../parsers/issues/github/Github_26.java | 6 +++--- .../parsers/issues/github/Github_27.java | 6 +++--- .../parsers/issues/github/Github_29.java | 6 +++--- .../parsers/issues/github/Github_3.java | 6 +++--- .../parsers/issues/github/Github_30.java | 6 +++--- .../parsers/issues/github/Github_31.java | 6 +++--- .../parsers/issues/github/Github_32.java | 6 +++--- .../parsers/issues/github/Github_33.java | 6 +++--- .../parsers/issues/github/Github_34.java | 6 +++--- .../parsers/issues/github/Github_35.java | 6 +++--- .../parsers/issues/github/Github_37.java | 2 +- .../parsers/issues/github/Github_39.java | 2 +- .../parsers/issues/github/Github_46.java | 6 +++--- .../parsers/issues/github/Github_48.java | 6 +++--- .../parsers/issues/github/Github_50.java | 6 +++--- .../parsers/issues/github/Github_52.java | 6 +++--- .../parsers/issues/github/Github_60.java | 6 +++--- .../parsers/issues/github/Github_61.java | 6 +++--- .../parsers/issues/github/Github_62.java | 2 +- .../parsers/issues/github/Github_66.java | 2 +- .../parsers/issues/github/Github_69.java | 2 +- .../parsers/issues/github/Github_7.java | 6 +++--- .../parsers/issues/github/Github_75.java | 2 +- .../parsers/issues/github/Github_8.java | 6 +++--- .../parsers/issues/github/Github_85.java | 2 +- .../parsers/issues/github/Github_89.java | 2 +- .../parsers/issues/github/Github_92.java | 2 +- .../parsers/issues/github/Github_93.java | 2 +- .../parsers/issues/github/Github_97.java | 4 ++-- .../parsers/issues/support/Ticket_1.java | 4 ++-- .../parsers/issues/support/Ticket_10.java | 2 +- .../parsers/issues/support/Ticket_11.java | 2 +- .../parsers/issues/support/Ticket_2.java | 2 +- .../parsers/issues/support/Ticket_3.java | 2 +- .../parsers/issues/support/Ticket_4.java | 2 +- .../parsers/issues/support/Ticket_5.java | 2 +- .../parsers/issues/support/Ticket_6.java | 2 +- .../parsers/issues/support/Ticket_7.java | 4 ++-- .../parsers/issues/support/Ticket_8.java | 4 ++-- .../parsers/issues/support/Ticket_9.java | 2 +- .../com/univocity/parsers/tsv/TsvParserTest.java | 2 +- .../com/univocity/parsers/tsv/TsvWriterTest.java | 2 +- 389 files changed, 752 insertions(+), 752 deletions(-) diff --git a/README.md b/README.md index de018ca6..86b1b487 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![thumbnail](./images/uniVocity-parsers.png) +![thumbnail](./images/univocity-parsers.png) -Welcome to uniVocity-parsers +Welcome to univocity-parsers ============================ -uniVocity-parsers is a collection of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, +univocity-parsers is a collection of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers. We have finally updated the tutorial, please go to our website: diff --git a/pom.xml b/pom.xml index 9f577a74..c58e6f70 100644 --- a/pom.xml +++ b/pom.xml @@ -7,16 +7,16 @@ 2.7.2 univocity-parsers jar - uniVocity's open source parsers for processing different text formats using a consistent API - http://github.com/uniVocity/univocity-parsers + univocity's open source parsers for processing different text formats using a consistent API + http://github.com/univocity/univocity-parsers GitHub Issues - https://github.com/uniVocity/univocity-parsers/issues + https://github.com/univocity/univocity-parsers/issues - uniVocity Software Pty Ltd + Univocity Software Pty Ltd www.univocity.com @@ -30,9 +30,9 @@ - https://github.com/uniVocity/univocity-parsers - scm:git:git://github.com/uniVocity/univocity-parsers.git - scm:git:git@github.com:uniVocity/univocity-parsers.git + https://github.com/univocity/univocity-parsers + scm:git:git://github.com/univocity/univocity-parsers.git + scm:git:git@github.com:univocity/univocity-parsers.git @@ -45,7 +45,7 @@ parsers - uniVocity parser development team + univocity parser development team parsers@univocity.com diff --git a/src/main/java/com/univocity/parsers/annotations/BooleanString.java b/src/main/java/com/univocity/parsers/annotations/BooleanString.java index 3127382d..78c73af8 100644 --- a/src/main/java/com/univocity/parsers/annotations/BooleanString.java +++ b/src/main/java/com/univocity/parsers/annotations/BooleanString.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ *

A {@link BooleanConversion} will be assigned to this field *

Commonly used for java beans processed using {@link BeanProcessor} and/or {@link BeanWriterProcessor} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Conversion * @see Conversions * @see BeanProcessor diff --git a/src/main/java/com/univocity/parsers/annotations/Convert.java b/src/main/java/com/univocity/parsers/annotations/Convert.java index c2c5f992..0f4ba837 100644 --- a/src/main/java/com/univocity/parsers/annotations/Convert.java +++ b/src/main/java/com/univocity/parsers/annotations/Convert.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,8 +29,8 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/Copy.java b/src/main/java/com/univocity/parsers/annotations/Copy.java index c3385c13..9445c853 100644 --- a/src/main/java/com/univocity/parsers/annotations/Copy.java +++ b/src/main/java/com/univocity/parsers/annotations/Copy.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/annotations/EnumOptions.java b/src/main/java/com/univocity/parsers/annotations/EnumOptions.java index 1a58fb53..8c129c95 100644 --- a/src/main/java/com/univocity/parsers/annotations/EnumOptions.java +++ b/src/main/java/com/univocity/parsers/annotations/EnumOptions.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -45,7 +45,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/FixedWidth.java b/src/main/java/com/univocity/parsers/annotations/FixedWidth.java index 32241b4d..5827c5f9 100644 --- a/src/main/java/com/univocity/parsers/annotations/FixedWidth.java +++ b/src/main/java/com/univocity/parsers/annotations/FixedWidth.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ * *

Commonly used for java beans processed using {@link BeanProcessor} and/or {@link BeanWriterProcessor} * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com * @see FixedWidthFields * @see FixedWidthParser * @see FixedWidthWriter diff --git a/src/main/java/com/univocity/parsers/annotations/Format.java b/src/main/java/com/univocity/parsers/annotations/Format.java index 29808b33..e731d222 100644 --- a/src/main/java/com/univocity/parsers/annotations/Format.java +++ b/src/main/java/com/univocity/parsers/annotations/Format.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/HeaderTransformer.java b/src/main/java/com/univocity/parsers/annotations/HeaderTransformer.java index 594d35ea..2b07575a 100644 --- a/src/main/java/com/univocity/parsers/annotations/HeaderTransformer.java +++ b/src/main/java/com/univocity/parsers/annotations/HeaderTransformer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -97,7 +97,7 @@ * IMPORTANT It is mandatory to define a constructor that takes {@code String[]} as a parameter. The actual * parameter values come from {@link Nested#args()} to allow custom configuration of the concrete {@code HeaderTransformer} instance. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public abstract class HeaderTransformer { diff --git a/src/main/java/com/univocity/parsers/annotations/Headers.java b/src/main/java/com/univocity/parsers/annotations/Headers.java index 27759070..5ff8a3a1 100644 --- a/src/main/java/com/univocity/parsers/annotations/Headers.java +++ b/src/main/java/com/univocity/parsers/annotations/Headers.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * @see BeanWriterProcessor * @see BeanProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/LowerCase.java b/src/main/java/com/univocity/parsers/annotations/LowerCase.java index 2893ffa4..eb9dd0f0 100644 --- a/src/main/java/com/univocity/parsers/annotations/LowerCase.java +++ b/src/main/java/com/univocity/parsers/annotations/LowerCase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/Nested.java b/src/main/java/com/univocity/parsers/annotations/Nested.java index 6780d34c..2f09cc0d 100644 --- a/src/main/java/com/univocity/parsers/annotations/Nested.java +++ b/src/main/java/com/univocity/parsers/annotations/Nested.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ * that contains one or more {@link Parsed} annotations. The given type and its {@link Parsed} annotations will * determine which fields from each row should be used to populate the {@code Nested} instance. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ @Retention(RetentionPolicy.RUNTIME) @Inherited diff --git a/src/main/java/com/univocity/parsers/annotations/NullString.java b/src/main/java/com/univocity/parsers/annotations/NullString.java index f63edaef..3ac9d319 100644 --- a/src/main/java/com/univocity/parsers/annotations/NullString.java +++ b/src/main/java/com/univocity/parsers/annotations/NullString.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ diff --git a/src/main/java/com/univocity/parsers/annotations/Parsed.java b/src/main/java/com/univocity/parsers/annotations/Parsed.java index 898fa234..0e5cb1d1 100644 --- a/src/main/java/com/univocity/parsers/annotations/Parsed.java +++ b/src/main/java/com/univocity/parsers/annotations/Parsed.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ *

Commonly used for java beans processed using {@link BeanProcessor} and/or {@link BeanWriterProcessor} *

Implementation note: All annotations in @Parsed fields are processed by {@link AnnotationHelper} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Conversion * @see Conversions * @see BeanProcessor diff --git a/src/main/java/com/univocity/parsers/annotations/Replace.java b/src/main/java/com/univocity/parsers/annotations/Replace.java index ac0a362f..684ed296 100644 --- a/src/main/java/com/univocity/parsers/annotations/Replace.java +++ b/src/main/java/com/univocity/parsers/annotations/Replace.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/Trim.java b/src/main/java/com/univocity/parsers/annotations/Trim.java index 64e7349a..339ffd4d 100644 --- a/src/main/java/com/univocity/parsers/annotations/Trim.java +++ b/src/main/java/com/univocity/parsers/annotations/Trim.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/UpperCase.java b/src/main/java/com/univocity/parsers/annotations/UpperCase.java index 5f35e560..d50bf1d5 100644 --- a/src/main/java/com/univocity/parsers/annotations/UpperCase.java +++ b/src/main/java/com/univocity/parsers/annotations/UpperCase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/Validate.java b/src/main/java/com/univocity/parsers/annotations/Validate.java index 1e1e9d64..6c62067e 100644 --- a/src/main/java/com/univocity/parsers/annotations/Validate.java +++ b/src/main/java/com/univocity/parsers/annotations/Validate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * @see BeanProcessor * @see BeanWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ @Retention(RetentionPolicy.RUNTIME) diff --git a/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationHelper.java b/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationHelper.java index 934c2160..85eb1db4 100644 --- a/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationHelper.java +++ b/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationHelper.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ /** * Helper class to process fields annotated with {@link Parsed} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class AnnotationHelper { diff --git a/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java b/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java index f4d0ea0b..2f195243 100644 --- a/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java +++ b/src/main/java/com/univocity/parsers/annotations/helpers/AnnotationRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/annotations/helpers/FieldMapping.java b/src/main/java/com/univocity/parsers/annotations/helpers/FieldMapping.java index ef92256d..c8eb3df7 100644 --- a/src/main/java/com/univocity/parsers/annotations/helpers/FieldMapping.java +++ b/src/main/java/com/univocity/parsers/annotations/helpers/FieldMapping.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ /** * A helper class with information about the location of an field annotated with {@link Parsed} in a record. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class FieldMapping { private final Class parentClass; diff --git a/src/main/java/com/univocity/parsers/annotations/helpers/MethodFilter.java b/src/main/java/com/univocity/parsers/annotations/helpers/MethodFilter.java index 363c03c8..779df773 100644 --- a/src/main/java/com/univocity/parsers/annotations/helpers/MethodFilter.java +++ b/src/main/java/com/univocity/parsers/annotations/helpers/MethodFilter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ * accordingly to the use case: when parsing into beans, only setter methods are to be considered. When writing values * in beans to an output, only the getter methods should be used. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public enum MethodFilter { /** diff --git a/src/main/java/com/univocity/parsers/annotations/helpers/TransformedHeader.java b/src/main/java/com/univocity/parsers/annotations/helpers/TransformedHeader.java index 2ab4b807..7c7a06b5 100644 --- a/src/main/java/com/univocity/parsers/annotations/helpers/TransformedHeader.java +++ b/src/main/java/com/univocity/parsers/annotations/helpers/TransformedHeader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * A pair associating a Field of an annotated class to an optional {@link HeaderTransformer} obtained from * {@link Nested#headerTransformer()} when nested classes are used to process beans. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class TransformedHeader { diff --git a/src/main/java/com/univocity/parsers/common/AbstractException.java b/src/main/java/com/univocity/parsers/common/AbstractException.java index c2869b26..8dbb2690 100644 --- a/src/main/java/com/univocity/parsers/common/AbstractException.java +++ b/src/main/java/com/univocity/parsers/common/AbstractException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,10 +18,10 @@ import java.util.*; /** - * Parent class of the Exception classes thrown by uniVocity-parsers. This class provides utility methods to print out the internal state of the parser/writer + * Parent class of the Exception classes thrown by univocity-parsers. This class provides utility methods to print out the internal state of the parser/writer * at the time an error occurred. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ abstract class AbstractException extends RuntimeException { diff --git a/src/main/java/com/univocity/parsers/common/AbstractParser.java b/src/main/java/com/univocity/parsers/common/AbstractParser.java index 0ca01c17..5543a135 100644 --- a/src/main/java/com/univocity/parsers/common/AbstractParser.java +++ b/src/main/java/com/univocity/parsers/common/AbstractParser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import java.util.*; /** - * The AbstractParser class provides a common ground for all parsers in uniVocity-parsers. + * The AbstractParser class provides a common ground for all parsers in univocity-parsers. *

It handles all settings defined by {@link CommonParserSettings}, and delegates the parsing algorithm implementation to its subclasses through the abstract method {@link AbstractParser#parseRecord()} *

The following (absolutely required) attributes are exposed to subclasses: *

*

{@link Format#normalizedNewline} defaults to '\n'. * - *

  • comment:a character that, if found in the beginning of a line of text, represents comment in any text-based input supported by uniVocity-parsers. + *
  • comment:a character that, if found in the beginning of a line of text, represents comment in any text-based input supported by univocity-parsers. *

    {@link Format#comment} defaults to '#'.

  • * * * @see com.univocity.parsers.csv.CsvFormat * @see com.univocity.parsers.fixed.FixedWidthFormat * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public abstract class Format implements Cloneable{ diff --git a/src/main/java/com/univocity/parsers/common/Internal.java b/src/main/java/com/univocity/parsers/common/Internal.java index 8245f4ee..dd676e51 100644 --- a/src/main/java/com/univocity/parsers/common/Internal.java +++ b/src/main/java/com/univocity/parsers/common/Internal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * Internal class to keep common internal functions that are used in multiple places. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ class Internal { public static final void process(String[] row, Processor processor, C context, ProcessorErrorHandler errorHandler) { diff --git a/src/main/java/com/univocity/parsers/common/IterableResult.java b/src/main/java/com/univocity/parsers/common/IterableResult.java index a9272298..793ded78 100644 --- a/src/main/java/com/univocity/parsers/common/IterableResult.java +++ b/src/main/java/com/univocity/parsers/common/IterableResult.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ * An {@link Iterable} result that provides the current parsing context * through the {@link #getContext()} method * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public interface IterableResult extends Iterable { diff --git a/src/main/java/com/univocity/parsers/common/LineReader.java b/src/main/java/com/univocity/parsers/common/LineReader.java index 6f94d7ff..945f4c34 100644 --- a/src/main/java/com/univocity/parsers/common/LineReader.java +++ b/src/main/java/com/univocity/parsers/common/LineReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * A simple Reader implementation to enable parsers to process lines on demand, via {@link AbstractParser#parseLine(String)} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ class LineReader extends Reader { diff --git a/src/main/java/com/univocity/parsers/common/NoopParsingContext.java b/src/main/java/com/univocity/parsers/common/NoopParsingContext.java index a12f8f3c..fe1f07de 100644 --- a/src/main/java/com/univocity/parsers/common/NoopParsingContext.java +++ b/src/main/java/com/univocity/parsers/common/NoopParsingContext.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * A {@link ParsingContext} implementation that does nothing. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ class NoopParsingContext implements ParsingContext { diff --git a/src/main/java/com/univocity/parsers/common/NoopProcessorErrorHandler.java b/src/main/java/com/univocity/parsers/common/NoopProcessorErrorHandler.java index 80ae2a8e..8a60f026 100644 --- a/src/main/java/com/univocity/parsers/common/NoopProcessorErrorHandler.java +++ b/src/main/java/com/univocity/parsers/common/NoopProcessorErrorHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ * * @see ProcessorErrorHandler * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @param the {@code Context} type provided by the parser implementation. * */ diff --git a/src/main/java/com/univocity/parsers/common/NoopRowProcessorErrorHandler.java b/src/main/java/com/univocity/parsers/common/NoopRowProcessorErrorHandler.java index 218c3fc3..c0aca5bc 100644 --- a/src/main/java/com/univocity/parsers/common/NoopRowProcessorErrorHandler.java +++ b/src/main/java/com/univocity/parsers/common/NoopRowProcessorErrorHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ * * @see RowProcessorErrorHandler * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ final class NoopRowProcessorErrorHandler implements RowProcessorErrorHandler { diff --git a/src/main/java/com/univocity/parsers/common/ParserOutput.java b/src/main/java/com/univocity/parsers/common/ParserOutput.java index 95d86251..a4969974 100644 --- a/src/main/java/com/univocity/parsers/common/ParserOutput.java +++ b/src/main/java/com/univocity/parsers/common/ParserOutput.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * * Implementations of this class are made available to concrete parser implementations of {@link AbstractParser}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see CommonSettings */ diff --git a/src/main/java/com/univocity/parsers/common/ParsingContext.java b/src/main/java/com/univocity/parsers/common/ParsingContext.java index 443c78fb..6e7aaee4 100755 --- a/src/main/java/com/univocity/parsers/common/ParsingContext.java +++ b/src/main/java/com/univocity/parsers/common/ParsingContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * *

    The ParsingContext can be used to control and to obtain information about the parsing process. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see RowProcessor * @see DefaultParsingContext */ diff --git a/src/main/java/com/univocity/parsers/common/ParsingContextSnapshot.java b/src/main/java/com/univocity/parsers/common/ParsingContextSnapshot.java index 26990362..d8c20711 100644 --- a/src/main/java/com/univocity/parsers/common/ParsingContextSnapshot.java +++ b/src/main/java/com/univocity/parsers/common/ParsingContextSnapshot.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ * store the state of the parsing process at a given point in time. All runtime operations such as {@link #stop()} * will still work and affect the current parsing process. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class ParsingContextSnapshot extends ParsingContextWrapper { diff --git a/src/main/java/com/univocity/parsers/common/ParsingContextWrapper.java b/src/main/java/com/univocity/parsers/common/ParsingContextWrapper.java index 2235152e..20a59d89 100644 --- a/src/main/java/com/univocity/parsers/common/ParsingContextWrapper.java +++ b/src/main/java/com/univocity/parsers/common/ParsingContextWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * A simple a wrapper for a {@link ParsingContext}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ParsingContextWrapper extends ContextWrapper implements ParsingContext { diff --git a/src/main/java/com/univocity/parsers/common/ProcessorErrorHandler.java b/src/main/java/com/univocity/parsers/common/ProcessorErrorHandler.java index e2a8bd0e..cbd2ce02 100644 --- a/src/main/java/com/univocity/parsers/common/ProcessorErrorHandler.java +++ b/src/main/java/com/univocity/parsers/common/ProcessorErrorHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * @see CommonSettings * @see Context * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface ProcessorErrorHandler { diff --git a/src/main/java/com/univocity/parsers/common/ResultIterator.java b/src/main/java/com/univocity/parsers/common/ResultIterator.java index 59937865..6e796681 100644 --- a/src/main/java/com/univocity/parsers/common/ResultIterator.java +++ b/src/main/java/com/univocity/parsers/common/ResultIterator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ * An {@link Iterator} that provides the current parsing context * through the {@link #getContext()} method * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public interface ResultIterator extends Iterator { diff --git a/src/main/java/com/univocity/parsers/common/RetryableErrorHandler.java b/src/main/java/com/univocity/parsers/common/RetryableErrorHandler.java index fb0b32b7..09708456 100644 --- a/src/main/java/com/univocity/parsers/common/RetryableErrorHandler.java +++ b/src/main/java/com/univocity/parsers/common/RetryableErrorHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * NOTE:If the column index is {@code < 0}, then the record can't be * salvaged and it will be discarded regardless of the user calling {@link #setDefaultValue(Object)} or not. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see DataProcessingException * @see TextParsingException * @see AbstractParser diff --git a/src/main/java/com/univocity/parsers/common/RowProcessorErrorHandler.java b/src/main/java/com/univocity/parsers/common/RowProcessorErrorHandler.java index 36ec3e42..06fc2cff 100644 --- a/src/main/java/com/univocity/parsers/common/RowProcessorErrorHandler.java +++ b/src/main/java/com/univocity/parsers/common/RowProcessorErrorHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ * @see AbstractWriter * @see CommonSettings * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface RowProcessorErrorHandler extends ProcessorErrorHandler { diff --git a/src/main/java/com/univocity/parsers/common/TextParsingException.java b/src/main/java/com/univocity/parsers/common/TextParsingException.java index 4f25a67c..5c751dda 100644 --- a/src/main/java/com/univocity/parsers/common/TextParsingException.java +++ b/src/main/java/com/univocity/parsers/common/TextParsingException.java @@ -1,6 +1,6 @@ /** * **************************************************************************** - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the * License at @@ -17,7 +17,7 @@ * Exception type used provide information about any issue that might happen while parsing from a given input. *

    It generally provides location information about where in the input a parsing error occurred. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class TextParsingException extends AbstractException { diff --git a/src/main/java/com/univocity/parsers/common/TextWritingException.java b/src/main/java/com/univocity/parsers/common/TextWritingException.java index 5a03cdeb..cda06f2f 100644 --- a/src/main/java/com/univocity/parsers/common/TextWritingException.java +++ b/src/main/java/com/univocity/parsers/common/TextWritingException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * *

    It generally provides location and data information in case of a writing failure. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class TextWritingException extends AbstractException { diff --git a/src/main/java/com/univocity/parsers/common/beans/BeanHelper.java b/src/main/java/com/univocity/parsers/common/beans/BeanHelper.java index 0fee3fd1..ccfbe109 100644 --- a/src/main/java/com/univocity/parsers/common/beans/BeanHelper.java +++ b/src/main/java/com/univocity/parsers/common/beans/BeanHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ /** * Helper class used to obtain property descriptors from annotated java beans whose values are set via reflection. * This class was implemented to eliminate direct compile-time dependency with {@link java.beans.Introspector} and - * other classes in the {@code java.beans.*} package. This is required to allow Android developers to use uniVocity-parsers. + * other classes in the {@code java.beans.*} package. This is required to allow Android developers to use univocity-parsers. * Android developers should add have openbeans-1.0.jar - * in their classpath to be able to use uniVocity-parsers. + * in their classpath to be able to use univocity-parsers. * * When available, the classes from package {@code com.googlecode.openbeans.*} will be used, otherwise the * bean introspection classes classes from {@code java.beans.*} package will be loaded. diff --git a/src/main/java/com/univocity/parsers/common/beans/PropertyWrapper.java b/src/main/java/com/univocity/parsers/common/beans/PropertyWrapper.java index b46bbbe8..8da76a57 100644 --- a/src/main/java/com/univocity/parsers/common/beans/PropertyWrapper.java +++ b/src/main/java/com/univocity/parsers/common/beans/PropertyWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/fields/AllIndexesSelector.java b/src/main/java/com/univocity/parsers/common/fields/AllIndexesSelector.java index 83e3f4da..f0e98b5d 100644 --- a/src/main/java/com/univocity/parsers/common/fields/AllIndexesSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/AllIndexesSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * * @see FieldSelector * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class AllIndexesSelector implements FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelector.java b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelector.java index f7d646db..2ef227ab 100644 --- a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ *

    This selector stores undesired fields, represented by values of an enumeration, * and will return the indexes of those fields that are not part of the selection. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see FieldSelector * @see FieldSet */ diff --git a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldIndexSelector.java b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldIndexSelector.java index 9542299a..8e31d1d7 100644 --- a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldIndexSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldIndexSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * @see FieldSelector * @see FieldSet * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ExcludeFieldIndexSelector extends FieldSet implements FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelector.java b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelector.java index 36e3b502..3f167a73 100644 --- a/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * @see FieldSelector * @see FieldSet * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ExcludeFieldNameSelector extends FieldSet implements FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldConversionMapping.java b/src/main/java/com/univocity/parsers/common/fields/FieldConversionMapping.java index 340a99db..a34b8f36 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldConversionMapping.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldConversionMapping.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ /** * A class for mapping field selections to sequences of {@link Conversion} objects * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class FieldConversionMapping { @@ -271,7 +271,7 @@ public Conversion[] getConversions(int index, Class expectedType) { * * @param the FieldSelector type information used to uniquely identify a field (e.g. references to field indexes would use Integer, while references to field names would use String). * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see FieldNameSelector * @see FieldIndexSelector */ diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldEnumSelector.java b/src/main/java/com/univocity/parsers/common/fields/FieldEnumSelector.java index ffc55e90..1ddbd9b9 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldEnumSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldEnumSelector.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ * A FieldSelector capable of selecting fields represented by values of an enumeration type. * The {@code toString()} output of the enumeration value will be used to match name of the fields. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see FieldSelector * @see FieldSet */ diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldIndexSelector.java b/src/main/java/com/univocity/parsers/common/fields/FieldIndexSelector.java index f7db0e05..b690f16c 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldIndexSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldIndexSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ * @see FieldSelector * @see FieldSet * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class FieldIndexSelector extends FieldSet implements FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldNameSelector.java b/src/main/java/com/univocity/parsers/common/fields/FieldNameSelector.java index 750fef6f..a3fc8085 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldNameSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldNameSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * @see FieldSelector * @see FieldSet * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class FieldNameSelector extends FieldSet implements FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldSelector.java b/src/main/java/com/univocity/parsers/common/fields/FieldSelector.java index bcce3fc7..592af3c0 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldSelector.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ * * Interface used to identify classes capable of selecting fields and returning their positions in a given sequence. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface FieldSelector { diff --git a/src/main/java/com/univocity/parsers/common/fields/FieldSet.java b/src/main/java/com/univocity/parsers/common/fields/FieldSet.java index 47d70a1b..2519e7d4 100644 --- a/src/main/java/com/univocity/parsers/common/fields/FieldSet.java +++ b/src/main/java/com/univocity/parsers/common/fields/FieldSet.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ * * @param the type of the reference information used to uniquely identify a field (e.g. references to field indexes would use Integer, while references to field names would use String). * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class FieldSet { diff --git a/src/main/java/com/univocity/parsers/common/input/AbstractCharInputReader.java b/src/main/java/com/univocity/parsers/common/input/AbstractCharInputReader.java index 5c9f0fdf..d8a6ae30 100644 --- a/src/main/java/com/univocity/parsers/common/input/AbstractCharInputReader.java +++ b/src/main/java/com/univocity/parsers/common/input/AbstractCharInputReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ *

    It also provides a default implementation for most of the methods specified by the {@link CharInputReader} interface. *

    Extending classes must essentially read characters from a given {@link java.io.Reader} and assign it to the public {@link AbstractCharInputReader#buffer} when requested (in the {@link AbstractCharInputReader#reloadBuffer()} method). * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.Format * @see com.univocity.parsers.common.input.DefaultCharInputReader * @see com.univocity.parsers.common.input.concurrent.ConcurrentCharInputReader diff --git a/src/main/java/com/univocity/parsers/common/input/BomInput.java b/src/main/java/com/univocity/parsers/common/input/BomInput.java index 00210725..4656b34c 100644 --- a/src/main/java/com/univocity/parsers/common/input/BomInput.java +++ b/src/main/java/com/univocity/parsers/common/input/BomInput.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * A wrapper for an {@link InputStream} that attempts to detect a Byte Order Mark (BOM) in the input * and derive the character encoding that should be used to decode the incoming content. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public final class BomInput extends InputStream { diff --git a/src/main/java/com/univocity/parsers/common/input/CharAppender.java b/src/main/java/com/univocity/parsers/common/input/CharAppender.java index ec5ef411..c0632dd5 100755 --- a/src/main/java/com/univocity/parsers/common/input/CharAppender.java +++ b/src/main/java/com/univocity/parsers/common/input/CharAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * *

    Implementation note: White spaces should be identified as any character {@code <= ' '} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface CharAppender extends CharSequence{ diff --git a/src/main/java/com/univocity/parsers/common/input/CharInput.java b/src/main/java/com/univocity/parsers/common/input/CharInput.java index f1e07b6a..f85ddd9b 100755 --- a/src/main/java/com/univocity/parsers/common/input/CharInput.java +++ b/src/main/java/com/univocity/parsers/common/input/CharInput.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * A (very) basic character input definition. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Format */ public interface CharInput { diff --git a/src/main/java/com/univocity/parsers/common/input/CharInputReader.java b/src/main/java/com/univocity/parsers/common/input/CharInputReader.java index 723a29cf..9c1c0e9a 100755 --- a/src/main/java/com/univocity/parsers/common/input/CharInputReader.java +++ b/src/main/java/com/univocity/parsers/common/input/CharInputReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,12 +20,12 @@ import java.io.*; /** - * The definition of a character input reader used by all uniVocity-parsers that extend {@link AbstractParser}. + * The definition of a character input reader used by all univocity-parsers that extend {@link AbstractParser}. * *

    This interface declares basic functionalities to provide a common input manipulation structure for all parser classes. *

    Implementations of this interface MUST convert the sequence of newline characters defined by {@link Format#getLineSeparator()} into the normalized newline character provided in {@link Format#getNormalizedNewline()}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.Format */ public interface CharInputReader extends CharInput { diff --git a/src/main/java/com/univocity/parsers/common/input/DefaultCharAppender.java b/src/main/java/com/univocity/parsers/common/input/DefaultCharAppender.java index 201a6a93..abb3398a 100755 --- a/src/main/java/com/univocity/parsers/common/input/DefaultCharAppender.java +++ b/src/main/java/com/univocity/parsers/common/input/DefaultCharAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/input/DefaultCharInputReader.java b/src/main/java/com/univocity/parsers/common/input/DefaultCharInputReader.java index 1a7abd3f..fd25e3ac 100755 --- a/src/main/java/com/univocity/parsers/common/input/DefaultCharInputReader.java +++ b/src/main/java/com/univocity/parsers/common/input/DefaultCharInputReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * A default CharInputReader which only loads batches of characters when requested by the {@link AbstractCharInputReader} through the {@link DefaultCharInputReader#reloadBuffer} method. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class DefaultCharInputReader extends AbstractCharInputReader { diff --git a/src/main/java/com/univocity/parsers/common/input/EOFException.java b/src/main/java/com/univocity/parsers/common/input/EOFException.java index 271430b5..db9de838 100644 --- a/src/main/java/com/univocity/parsers/common/input/EOFException.java +++ b/src/main/java/com/univocity/parsers/common/input/EOFException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/input/ExpandingCharAppender.java b/src/main/java/com/univocity/parsers/common/input/ExpandingCharAppender.java index db2898b0..97e0e7fe 100644 --- a/src/main/java/com/univocity/parsers/common/input/ExpandingCharAppender.java +++ b/src/main/java/com/univocity/parsers/common/input/ExpandingCharAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * An implementation {@link CharAppender} that expands the internal buffer of characters as required. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class ExpandingCharAppender extends DefaultCharAppender { diff --git a/src/main/java/com/univocity/parsers/common/input/InputAnalysisProcess.java b/src/main/java/com/univocity/parsers/common/input/InputAnalysisProcess.java index 5cfa9edb..b6593096 100644 --- a/src/main/java/com/univocity/parsers/common/input/InputAnalysisProcess.java +++ b/src/main/java/com/univocity/parsers/common/input/InputAnalysisProcess.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ *

    Parsers can implement their custom analysis processes to identify patterns and attempt to automatically derive configuration options to process the input * by calling {@link AbstractCharInputReader#addInputAnalysisProcess(InputAnalysisProcess)} at any time.

    * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface InputAnalysisProcess { diff --git a/src/main/java/com/univocity/parsers/common/input/LineSeparatorDetector.java b/src/main/java/com/univocity/parsers/common/input/LineSeparatorDetector.java index cbbedb8b..6ff2374b 100644 --- a/src/main/java/com/univocity/parsers/common/input/LineSeparatorDetector.java +++ b/src/main/java/com/univocity/parsers/common/input/LineSeparatorDetector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ /** * An {@link InputAnalysisProcess} to detect the line separators used in the input. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ abstract class LineSeparatorDetector implements InputAnalysisProcess { diff --git a/src/main/java/com/univocity/parsers/common/input/LookaheadCharInputReader.java b/src/main/java/com/univocity/parsers/common/input/LookaheadCharInputReader.java index ddb22bae..8b95534d 100644 --- a/src/main/java/com/univocity/parsers/common/input/LookaheadCharInputReader.java +++ b/src/main/java/com/univocity/parsers/common/input/LookaheadCharInputReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/input/NoopCharAppender.java b/src/main/java/com/univocity/parsers/common/input/NoopCharAppender.java index 5f2da757..f6b1c44f 100755 --- a/src/main/java/com/univocity/parsers/common/input/NoopCharAppender.java +++ b/src/main/java/com/univocity/parsers/common/input/NoopCharAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * An implementation of {@link CharAppender} that does nothing. Used by {@link ParserOutput} to transparently discard any unwanted input while parsing. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.ParserOutput * @see com.univocity.parsers.common.input.CharAppender */ diff --git a/src/main/java/com/univocity/parsers/common/input/WriterCharAppender.java b/src/main/java/com/univocity/parsers/common/input/WriterCharAppender.java index 4964421b..ffc161ba 100644 --- a/src/main/java/com/univocity/parsers/common/input/WriterCharAppender.java +++ b/src/main/java/com/univocity/parsers/common/input/WriterCharAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ *

    This class introduces the handling of the normalized newline character defined in {@link Format#getNormalizedNewline()} and converts it to the newline sequence in {@link Format#getLineSeparator()} *

    It also introduces methods to write to an instance of {@link java.io.Writer} directly to avoid unnecessary String instantiations. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.Format * @see com.univocity.parsers.common.AbstractWriter */ diff --git a/src/main/java/com/univocity/parsers/common/input/concurrent/CharBucket.java b/src/main/java/com/univocity/parsers/common/input/concurrent/CharBucket.java index 6d8d3b62..c570d87d 100755 --- a/src/main/java/com/univocity/parsers/common/input/concurrent/CharBucket.java +++ b/src/main/java/com/univocity/parsers/common/input/concurrent/CharBucket.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ /** * A buffer of characters. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ class CharBucket { diff --git a/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharInputReader.java b/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharInputReader.java index 1e0f2491..59633ff1 100755 --- a/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharInputReader.java +++ b/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharInputReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * * This CharInputReader implementation provides a better throughput than {@link DefaultCharInputReader} when reading large inputs ({@code > 100 mb}). * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see CharInputReader * @see ConcurrentCharLoader * @see CharBucket diff --git a/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharLoader.java b/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharLoader.java index 60384992..eabfa6d6 100755 --- a/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharLoader.java +++ b/src/main/java/com/univocity/parsers/common/input/concurrent/ConcurrentCharLoader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ /** * A concurrent character loader for loading a pool of {@link CharBucket} instances using a {@link java.io.Reader} in a separate thread * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see ConcurrentCharInputReader * @see CharBucket * @see Entry diff --git a/src/main/java/com/univocity/parsers/common/input/concurrent/Entry.java b/src/main/java/com/univocity/parsers/common/input/concurrent/Entry.java index 28e0dfe5..89e7656d 100755 --- a/src/main/java/com/univocity/parsers/common/input/concurrent/Entry.java +++ b/src/main/java/com/univocity/parsers/common/input/concurrent/Entry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ * * @see FixedInstancePool * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ class Entry { diff --git a/src/main/java/com/univocity/parsers/common/input/concurrent/FixedInstancePool.java b/src/main/java/com/univocity/parsers/common/input/concurrent/FixedInstancePool.java index 8afe2147..a0edb10b 100755 --- a/src/main/java/com/univocity/parsers/common/input/concurrent/FixedInstancePool.java +++ b/src/main/java/com/univocity/parsers/common/input/concurrent/FixedInstancePool.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ * * @param the class of objects stored in the instance pool * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Entry */ abstract class FixedInstancePool { diff --git a/src/main/java/com/univocity/parsers/common/iterators/ParserIterator.java b/src/main/java/com/univocity/parsers/common/iterators/ParserIterator.java index 16b5389e..6970e7b7 100644 --- a/src/main/java/com/univocity/parsers/common/iterators/ParserIterator.java +++ b/src/main/java/com/univocity/parsers/common/iterators/ParserIterator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ * Multiple iterations are possible if Files are being fed into the parser, * but other forms of input (such as {@code InputStream}s and {@code Reader}s) can not be iterated over more than once. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ abstract class ParserIterator implements IterableResult { diff --git a/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java b/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java index 406eb1c4..01b22cb6 100644 --- a/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java +++ b/src/main/java/com/univocity/parsers/common/iterators/RecordIterator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * An iterator of {@link Record}s. Created when {@link AbstractParser#iterateRecords(File)} * (and its overloaded counterparts) is called * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public abstract class RecordIterator extends ParserIterator { diff --git a/src/main/java/com/univocity/parsers/common/iterators/RowIterator.java b/src/main/java/com/univocity/parsers/common/iterators/RowIterator.java index 069f0419..2bdef51b 100644 --- a/src/main/java/com/univocity/parsers/common/iterators/RowIterator.java +++ b/src/main/java/com/univocity/parsers/common/iterators/RowIterator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ * An iterator of {@code String[]}. Created when {@link AbstractParser#iterate(File)} * (and its overloaded counterparts) is called * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public abstract class RowIterator extends ParserIterator { diff --git a/src/main/java/com/univocity/parsers/common/processor/AbstractRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/AbstractRowProcessor.java index 683a5360..d4631e18 100755 --- a/src/main/java/com/univocity/parsers/common/processor/AbstractRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/AbstractRowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ /** * A {@link RowProcessor} implementation that just implements all methods defined by the interface. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class AbstractRowProcessor extends AbstractProcessor implements RowProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/BatchedColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/BatchedColumnProcessor.java index da31dd22..ad12c795 100644 --- a/src/main/java/com/univocity/parsers/common/processor/BatchedColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/BatchedColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ *

    After {@link #batchProcessed(int)} is invoked, all values will be discarded and the next batch of column values will be accumulated. * This process will repeat until there's no more rows in the input. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @see AbstractParser * @see RowProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessor.java index e9ad423d..4a01a512 100644 --- a/src/main/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ * @see AbstractBatchedColumnProcessor * @see Conversion * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class BatchedObjectColumnProcessor extends AbstractBatchedObjectColumnProcessor implements RowProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/BeanListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/BeanListProcessor.java index 7b43f6b6..3f19900d 100644 --- a/src/main/java/com/univocity/parsers/common/processor/BeanListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/BeanListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * * @param the annotated class type. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see BeanProcessor * @see RowProcessor * @see AbstractParser diff --git a/src/main/java/com/univocity/parsers/common/processor/BeanProcessor.java b/src/main/java/com/univocity/parsers/common/processor/BeanProcessor.java index f1ee05c5..77b80e51 100644 --- a/src/main/java/com/univocity/parsers/common/processor/BeanProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/BeanProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * * @param the annotated class type. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class BeanProcessor extends AbstractBeanProcessor implements RowProcessor{ diff --git a/src/main/java/com/univocity/parsers/common/processor/BeanWriterProcessor.java b/src/main/java/com/univocity/parsers/common/processor/BeanWriterProcessor.java index 3073c25c..66c6499a 100644 --- a/src/main/java/com/univocity/parsers/common/processor/BeanWriterProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/BeanWriterProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * @see RowWriterProcessor * @see BeanConversionProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class BeanWriterProcessor extends BeanConversionProcessor implements RowWriterProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/ColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ColumnProcessor.java index 1484959b..0983a6c6 100644 --- a/src/main/java/com/univocity/parsers/common/processor/ColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * *

    Note: Storing the values of all columns may be memory intensive. For large inputs, use a {@link BatchedColumnProcessor} instead

    * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @see AbstractParser * @see RowProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/CompositeRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/CompositeRowProcessor.java index 2827956b..99424bfa 100755 --- a/src/main/java/com/univocity/parsers/common/processor/CompositeRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/CompositeRowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/ConcurrentRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ConcurrentRowProcessor.java index ee02029f..24a89252 100644 --- a/src/main/java/com/univocity/parsers/common/processor/ConcurrentRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ConcurrentRowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ * A {@link RowProcessor} implementation to perform row processing tasks in parallel. The {@code ConcurrentRowProcessor} wraps another {@link RowProcessor}, and collects rows read from the input. * The actual row processing is performed in by wrapped {@link RowProcessor} in a separate thread. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see RowProcessor */ diff --git a/src/main/java/com/univocity/parsers/common/processor/CustomMatcher.java b/src/main/java/com/univocity/parsers/common/processor/CustomMatcher.java index 2af2f83b..5d19182b 100644 --- a/src/main/java/com/univocity/parsers/common/processor/CustomMatcher.java +++ b/src/main/java/com/univocity/parsers/common/processor/CustomMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/InputValueSwitch.java b/src/main/java/com/univocity/parsers/common/processor/InputValueSwitch.java index 50de140b..43fc83d8 100644 --- a/src/main/java/com/univocity/parsers/common/processor/InputValueSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/InputValueSwitch.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/MasterDetailListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/MasterDetailListProcessor.java index 9f81bd93..c72da978 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MasterDetailListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/MasterDetailListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -41,7 +41,7 @@ * @see RowProcessor * @see AbstractParser * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class MasterDetailListProcessor extends AbstractMasterDetailListProcessor implements RowProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/MasterDetailProcessor.java b/src/main/java/com/univocity/parsers/common/processor/MasterDetailProcessor.java index 20cbcb26..25546130 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MasterDetailProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/MasterDetailProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ * @see ObjectRowListProcessor * @see RowProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class MasterDetailProcessor extends AbstractMasterDetailProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/MasterDetailRecord.java b/src/main/java/com/univocity/parsers/common/processor/MasterDetailRecord.java index 78887b5f..040860a4 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MasterDetailRecord.java +++ b/src/main/java/com/univocity/parsers/common/processor/MasterDetailRecord.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * @see RowProcessor * @see AbstractParser * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class MasterDetailRecord implements Cloneable { diff --git a/src/main/java/com/univocity/parsers/common/processor/MultiBeanListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/MultiBeanListProcessor.java index 5a9e7ff5..cb3a116e 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MultiBeanListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/MultiBeanListProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * *

    The class types passed to the constructor of this class must contain the annotations provided in {@link com.univocity.parsers.annotations}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see RowProcessor * @see BeanProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/MultiBeanProcessor.java b/src/main/java/com/univocity/parsers/common/processor/MultiBeanProcessor.java index 094fd3d9..db905eff 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MultiBeanProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/MultiBeanProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * @see RowProcessor * @see BeanProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class MultiBeanProcessor extends AbstractMultiBeanProcessor implements RowProcessor{ diff --git a/src/main/java/com/univocity/parsers/common/processor/MultiBeanRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/MultiBeanRowProcessor.java index 8d7be24e..788762ea 100644 --- a/src/main/java/com/univocity/parsers/common/processor/MultiBeanRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/MultiBeanRowProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

    * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * @see BeanProcessor * @see MultiBeanProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class MultiBeanRowProcessor extends AbstractMultiBeanRowProcessor implements RowProcessor{ diff --git a/src/main/java/com/univocity/parsers/common/processor/NoopRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/NoopRowProcessor.java index e5316747..6fb20ccd 100644 --- a/src/main/java/com/univocity/parsers/common/processor/NoopRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/NoopRowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/ObjectColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ObjectColumnProcessor.java index 5f6851a5..c671a9e7 100644 --- a/src/main/java/com/univocity/parsers/common/processor/ObjectColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ObjectColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * @see ColumnProcessor * @see Conversion * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ObjectColumnProcessor extends AbstractObjectColumnProcessor implements RowProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/ObjectRowListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ObjectRowListProcessor.java index a752f163..c9ea9736 100755 --- a/src/main/java/com/univocity/parsers/common/processor/ObjectRowListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ObjectRowListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * BigDecimal value2 = (BigDecimal) row.get(6); * }


    * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see RowProcessor * @see ObjectRowProcessor * @see AbstractParser diff --git a/src/main/java/com/univocity/parsers/common/processor/ObjectRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ObjectRowProcessor.java index 1849bff5..6c085913 100644 --- a/src/main/java/com/univocity/parsers/common/processor/ObjectRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ObjectRowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see AbstractParser * @see RowProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class ObjectRowProcessor extends AbstractObjectProcessor implements RowProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessor.java b/src/main/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessor.java index 8ff54677..7bc93cfb 100644 --- a/src/main/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * @see AbstractWriter * @see RowWriterProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ObjectRowWriterProcessor extends DefaultConversionProcessor implements RowWriterProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/OutputValueSwitch.java b/src/main/java/com/univocity/parsers/common/processor/OutputValueSwitch.java index 5f224f33..9aec13f2 100644 --- a/src/main/java/com/univocity/parsers/common/processor/OutputValueSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/OutputValueSwitch.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/RowListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/RowListProcessor.java index 8c00090f..0b4d23b3 100755 --- a/src/main/java/com/univocity/parsers/common/processor/RowListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ *
    * * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class RowListProcessor extends AbstractListProcessor implements RowProcessor{ diff --git a/src/main/java/com/univocity/parsers/common/processor/RowPlacement.java b/src/main/java/com/univocity/parsers/common/processor/RowPlacement.java index 30d9a266..295a9d18 100644 --- a/src/main/java/com/univocity/parsers/common/processor/RowPlacement.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowPlacement.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ /** * An indicator of where the input a row is placed in relation to others. Currently used by {@link MasterDetailProcessor}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public enum RowPlacement { diff --git a/src/main/java/com/univocity/parsers/common/processor/RowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/RowProcessor.java index ba2d9585..eee6a0be 100755 --- a/src/main/java/com/univocity/parsers/common/processor/RowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * The essential callback interface to handle records parsed by any parser that extends {@link AbstractParser}. * - *

    When parsing an input, uniVocity-parsers will obtain the RowProcessor from {@link CommonParserSettings#getRowProcessor()}, and + *

    When parsing an input, univocity-parsers will obtain the RowProcessor from {@link CommonParserSettings#getRowProcessor()}, and * delegate each parsed row to {@link RowProcessor#rowProcessed(String[], ParsingContext)}. * *

    Before parsing the first row, the parser will invoke the {@link RowProcessor#processStarted(ParsingContext)} method. @@ -33,7 +33,7 @@ * *

    More control and information over the parsing process are provided by the {@link ParsingContext} object. * - *

    uniVocity-parsers provides many useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: + *

    univocity-parsers provides many useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: * *

      *
    • {@link RowListProcessor}: convenience class for storing the processed rows into a list.
    • @@ -49,7 +49,7 @@ * @see com.univocity.parsers.common.CommonParserSettings * @see com.univocity.parsers.common.ParsingContext * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface RowProcessor extends Processor { diff --git a/src/main/java/com/univocity/parsers/common/processor/RowProcessorSwitch.java b/src/main/java/com/univocity/parsers/common/processor/RowProcessorSwitch.java index 4af6eb4a..1d3e370b 100644 --- a/src/main/java/com/univocity/parsers/common/processor/RowProcessorSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowProcessorSwitch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

      * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessor.java b/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessor.java index 0454091d..3408cf18 100644 --- a/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ *

      When writing to an output, the writer will obtain the RowWriterProcessor from {@link CommonWriterSettings#getRowWriterProcessor()}, and * invoke {@link RowWriterProcessor#write(Object, String[], int[])} to convert the input to an array of objects. This array of objects will in turn be handed to the writer to produce a record in the expected format. * - *

      uniVocity-parsers provides some useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: + *

      univocity-parsers provides some useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: * *

        *
      • {@link ObjectRowWriterProcessor}: used for executing conversions of Object values on input rows using instances of {@link Conversion} before writing to the output
      • @@ -38,7 +38,7 @@ * * @param the type that is converted by this implementation into an Object array, suitable for writing to the output. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface RowWriterProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessorSwitch.java b/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessorSwitch.java index 9b2d07e1..d80f0690 100644 --- a/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessorSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/RowWriterProcessorSwitch.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedColumnProcessor.java index 7e586215..d50d4978 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ *

        After {@link #batchProcessed(int)} is invoked, all values will be discarded and the next batch of column values will be accumulated. * This process will repeat until there's no more rows in the input. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @see AbstractParser * @see BatchedColumnReader diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedObjectColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedObjectColumnProcessor.java index 104b44ad..99bf5a94 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedObjectColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBatchedObjectColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ * @see Conversion * @see AbstractObjectProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractBatchedObjectColumnProcessor extends AbstractObjectProcessor implements Processor, BatchedColumnReader { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanListProcessor.java index d51cb2ff..9772ca54 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ * * @param the annotated class type. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Processor * @see AbstractParser * @see AbstractBeanProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanProcessor.java index 71eb52eb..a466c5fb 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractBeanProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * * @param the annotated class type. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractColumnProcessor.java index 0a30ffec..071488bc 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ * *

        Note: Storing the values of all columns may be memory intensive. For large inputs, use a {@link AbstractBatchedColumnProcessor} instead

        * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @see AbstractParser * @see Processor diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractConcurrentProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractConcurrentProcessor.java index 8c245c74..214c7858 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractConcurrentProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractConcurrentProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * state of the parser at the time the row as generated, but the current state of the parser instead. You can enable the * {@link #contextCopyingEnabled} flag to generate copies of the {@link Context} at the time each row was generated. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractInputValueSwitch.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractInputValueSwitch.java index 513c58cb..5fdd29a1 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractInputValueSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractInputValueSwitch.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractListProcessor.java index d9e24113..6579a4f8 100755 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ *
        * * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractListProcessor implements Processor { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailListProcessor.java index 0390d311..c9f7b9d5 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,7 +43,7 @@ * @see Processor * @see AbstractParser * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractMasterDetailListProcessor extends AbstractMasterDetailProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailProcessor.java index ffdf2729..a577b462 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMasterDetailProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -38,7 +38,7 @@ * @see ObjectRowListProcessor * @see Processor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractMasterDetailProcessor extends AbstractObjectProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanListProcessor.java index e734f865..7dee5bbb 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanListProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * *

        The class types passed to the constructor of this class must contain the annotations provided in {@link com.univocity.parsers.annotations}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor * @see AbstractBeanProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanProcessor.java index 05178556..a1885910 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ *

        Each individual instance will then be sent to the {@link AbstractMultiBeanProcessor#beanProcessed(Class, Object, Context)} method, where the user can access the * beans parsed for each row. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor * @see com.univocity.parsers.common.processor.BeanProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanRowProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanRowProcessor.java index 2a8c52f5..05b84e47 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanRowProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractMultiBeanRowProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ * @see AbstractBeanProcessor * @see AbstractMultiBeanProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractMultiBeanRowProcessor extends AbstractMultiBeanProcessor { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectColumnProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectColumnProcessor.java index ed81a1ba..5c9da3db 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectColumnProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectColumnProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ * @see Conversion * @see AbstractObjectProcessor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractObjectColumnProcessor extends AbstractObjectProcessor implements ColumnReader { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectListProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectListProcessor.java index 70fe6184..6b271214 100755 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectListProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectListProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -36,7 +36,7 @@ * BigDecimal value2 = (BigDecimal) row.get(6); * }
        * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor * @see AbstractProcessor diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectProcessor.java index 7ecc97b1..13315be7 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractObjectProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ *

        For each row processed, a sequence of conversions will be executed and stored in an object array, at its original position. *

        The row with the result of these conversions will then be sent to the {@link AbstractObjectProcessor#rowProcessed(Object[], Context)} method, where the user can access it. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see AbstractParser * @see Processor */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessor.java index b8343bc4..d6bb6a9c 100755 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * A {@link Processor} implementation that just implements all methods defined by the interface. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public abstract class AbstractProcessor implements Processor { diff --git a/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessorSwitch.java b/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessorSwitch.java index cf77adec..2adf5c77 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessorSwitch.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/AbstractProcessorSwitch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/BatchedColumnReader.java b/src/main/java/com/univocity/parsers/common/processor/core/BatchedColumnReader.java index fc7d0d5c..762b729f 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/BatchedColumnReader.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/BatchedColumnReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ * @see AbstractBatchedObjectColumnProcessor * @see Processor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @param the type of the data stored by the columns. */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/BeanConversionProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/BeanConversionProcessor.java index 1d672e88..0d1f7dea 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/BeanConversionProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/BeanConversionProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ * * @param the annotated class type. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see Processor * @see RowWriterProcessor */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/ColumnOrderDependent.java b/src/main/java/com/univocity/parsers/common/processor/core/ColumnOrderDependent.java index 27176ba4..675859b2 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/ColumnOrderDependent.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/ColumnOrderDependent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/ColumnReader.java b/src/main/java/com/univocity/parsers/common/processor/core/ColumnReader.java index de6575b3..94869963 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/ColumnReader.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/ColumnReader.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ * @see AbstractBatchedObjectColumnProcessor * @see Processor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @param the type of the data stored by the columns. */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/ColumnSplitter.java b/src/main/java/com/univocity/parsers/common/processor/core/ColumnSplitter.java index 04bbd056..a3439c59 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/ColumnSplitter.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/ColumnSplitter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ * @see AbstractBatchedObjectColumnProcessor * @see Processor * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @param the type of values stored in the columns. */ diff --git a/src/main/java/com/univocity/parsers/common/processor/core/CompositeProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/CompositeProcessor.java index bd5ca1cf..02b79e1f 100755 --- a/src/main/java/com/univocity/parsers/common/processor/core/CompositeProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/CompositeProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/NoopProcessor.java b/src/main/java/com/univocity/parsers/common/processor/core/NoopProcessor.java index 6b064ac2..4d2e70fb 100644 --- a/src/main/java/com/univocity/parsers/common/processor/core/NoopProcessor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/NoopProcessor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/processor/core/Processor.java b/src/main/java/com/univocity/parsers/common/processor/core/Processor.java index d13eee6f..1268b849 100755 --- a/src/main/java/com/univocity/parsers/common/processor/core/Processor.java +++ b/src/main/java/com/univocity/parsers/common/processor/core/Processor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * The essential callback interface to handle records parsed by any parser that extends {@link AbstractParser}. * - *

        When parsing an input, uniVocity-parsers will obtain the RowProcessor from {@link CommonParserSettings#getRowProcessor()}, and + *

        When parsing an input, univocity-parsers will obtain the RowProcessor from {@link CommonParserSettings#getRowProcessor()}, and * delegate each parsed row to {@link Processor#rowProcessed(String[], Context)}. * *

        Before parsing the first row, the parser will invoke the {@link Processor#processStarted(Context)} method. @@ -33,7 +33,7 @@ * *

        More control and information over the parsing process are provided by the {@link Context} object. * - *

        uniVocity-parsers provides many useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: + *

        univocity-parsers provides many useful default implementations of this interface in the package {@link com.univocity.parsers.common.processor}, namely: * *

          *
        • {@link RowListProcessor}: convenience class for storing the processed rows into a list.
        • @@ -50,7 +50,7 @@ * @see ParsingContext * @see Context * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public interface Processor { diff --git a/src/main/java/com/univocity/parsers/common/record/MetaData.java b/src/main/java/com/univocity/parsers/common/record/MetaData.java index 8ea720ff..c2c3b5ea 100644 --- a/src/main/java/com/univocity/parsers/common/record/MetaData.java +++ b/src/main/java/com/univocity/parsers/common/record/MetaData.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/record/Record.java b/src/main/java/com/univocity/parsers/common/record/Record.java index c1a0734c..cb728e1e 100644 --- a/src/main/java/com/univocity/parsers/common/record/Record.java +++ b/src/main/java/com/univocity/parsers/common/record/Record.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/record/RecordFactory.java b/src/main/java/com/univocity/parsers/common/record/RecordFactory.java index 280a6ad7..ab62eb21 100644 --- a/src/main/java/com/univocity/parsers/common/record/RecordFactory.java +++ b/src/main/java/com/univocity/parsers/common/record/RecordFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/record/RecordImpl.java b/src/main/java/com/univocity/parsers/common/record/RecordImpl.java index 84a57c98..77f51e39 100644 --- a/src/main/java/com/univocity/parsers/common/record/RecordImpl.java +++ b/src/main/java/com/univocity/parsers/common/record/RecordImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/src/main/java/com/univocity/parsers/common/record/RecordMetaData.java b/src/main/java/com/univocity/parsers/common/record/RecordMetaData.java index 918710b4..6633172a 100644 --- a/src/main/java/com/univocity/parsers/common/record/RecordMetaData.java +++ b/src/main/java/com/univocity/parsers/common/record/RecordMetaData.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/record/RecordMetaDataImpl.java b/src/main/java/com/univocity/parsers/common/record/RecordMetaDataImpl.java index 94273867..dc8eda44 100644 --- a/src/main/java/com/univocity/parsers/common/record/RecordMetaDataImpl.java +++ b/src/main/java/com/univocity/parsers/common/record/RecordMetaDataImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

          * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/routine/AbstractRoutines.java b/src/main/java/com/univocity/parsers/common/routine/AbstractRoutines.java index f86b925d..7732f978 100644 --- a/src/main/java/com/univocity/parsers/common/routine/AbstractRoutines.java +++ b/src/main/java/com/univocity/parsers/common/routine/AbstractRoutines.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/common/routine/InputDimension.java b/src/main/java/com/univocity/parsers/common/routine/InputDimension.java index e1913058..e7190e1e 100644 --- a/src/main/java/com/univocity/parsers/common/routine/InputDimension.java +++ b/src/main/java/com/univocity/parsers/common/routine/InputDimension.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ * A simple class to hold information about the dimensions of a given input, which are calculated using * {@link AbstractRoutines#getInputDimension(File)} * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public final class InputDimension { diff --git a/src/main/java/com/univocity/parsers/conversions/BigDecimalConversion.java b/src/main/java/com/univocity/parsers/conversions/BigDecimalConversion.java index ea1ceefa..bc6a27a4 100644 --- a/src/main/java/com/univocity/parsers/conversions/BigDecimalConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/BigDecimalConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** * Converts Strings to BigDecimals and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class BigDecimalConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/BigIntegerConversion.java b/src/main/java/com/univocity/parsers/conversions/BigIntegerConversion.java index f3269e5d..b18bc059 100644 --- a/src/main/java/com/univocity/parsers/conversions/BigIntegerConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/BigIntegerConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** * Converts Strings to BigIntegers and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class BigIntegerConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/BooleanConversion.java b/src/main/java/com/univocity/parsers/conversions/BooleanConversion.java index 9d5b2035..162c235c 100644 --- a/src/main/java/com/univocity/parsers/conversions/BooleanConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/BooleanConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ *

          The reverse conversion from a Boolean to String (in {@link BooleanConversion#revert(Boolean)} will return the first String provided in this class constructor *

          Using the previous example, a call to {@code revert(true)} will produce "Yes" and a call {@code revert(false)} will produce "No". * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class BooleanConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/ByteConversion.java b/src/main/java/com/univocity/parsers/conversions/ByteConversion.java index 981ff888..0385af44 100644 --- a/src/main/java/com/univocity/parsers/conversions/ByteConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/ByteConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Bytes and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ByteConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/CalendarConversion.java b/src/main/java/com/univocity/parsers/conversions/CalendarConversion.java index 5a4b9021..07eed935 100644 --- a/src/main/java/com/univocity/parsers/conversions/CalendarConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/CalendarConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ *

          The reverse conversion from a Calendar to String (in {@link CalendarConversion#revert(Calendar)} will return a formatted String using the date pattern provided in this class constructor *

          The date patterns must follows the pattern rules of {@link java.text.SimpleDateFormat} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see java.text.SimpleDateFormat */ public class CalendarConversion extends ObjectConversion implements FormattedConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/CharacterConversion.java b/src/main/java/com/univocity/parsers/conversions/CharacterConversion.java index 4467949d..fd9f4641 100644 --- a/src/main/java/com/univocity/parsers/conversions/CharacterConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/CharacterConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,7 +19,7 @@ /** * Converts Strings to Characters and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class CharacterConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/Conversion.java b/src/main/java/com/univocity/parsers/conversions/Conversion.java index 101f9a53..1ab4608e 100644 --- a/src/main/java/com/univocity/parsers/conversions/Conversion.java +++ b/src/main/java/com/univocity/parsers/conversions/Conversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * The interface that defines the conversion from one type of value to another, and vice versa. * - * uniVocity-parsers provides a set of default conversions for usage with + * univocity-parsers provides a set of default conversions for usage with * {@link ObjectRowProcessor} and {@link ObjectRowWriterProcessor}. * * Annotations in package {@link com.univocity.parsers.annotations} are associated with different Conversion @@ -32,7 +32,7 @@ * When used in conjunction with the {@link com.univocity.parsers.annotations.Convert} annotation, * O should be compatible with the type of the annotated field. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.processor.ObjectRowProcessor * @see com.univocity.parsers.common.processor.ObjectRowWriterProcessor */ diff --git a/src/main/java/com/univocity/parsers/conversions/Conversions.java b/src/main/java/com/univocity/parsers/conversions/Conversions.java index 14e0534b..2162f45d 100644 --- a/src/main/java/com/univocity/parsers/conversions/Conversions.java +++ b/src/main/java/com/univocity/parsers/conversions/Conversions.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ /** * This class provides default instances of common implementations if {@code com.univocity.parsers.conversions.Conversion}, as well as useful methods for obtaining new instances of these. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Conversions { private Conversions() { diff --git a/src/main/java/com/univocity/parsers/conversions/DateConversion.java b/src/main/java/com/univocity/parsers/conversions/DateConversion.java index 70861868..7f5df0f4 100644 --- a/src/main/java/com/univocity/parsers/conversions/DateConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/DateConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ *

          The reverse conversion from a Date to String (in {@link DateConversion#revert(Date)} will return a formatted String using the date pattern provided in this class constructor *

          The date patterns must follows the pattern rules of {@link java.text.SimpleDateFormat} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see java.text.SimpleDateFormat */ public class DateConversion extends ObjectConversion implements FormattedConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/DoubleConversion.java b/src/main/java/com/univocity/parsers/conversions/DoubleConversion.java index a7f29ddd..21cac79f 100644 --- a/src/main/java/com/univocity/parsers/conversions/DoubleConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/DoubleConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Doubles and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class DoubleConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/EnumConversion.java b/src/main/java/com/univocity/parsers/conversions/EnumConversion.java index a32d55c2..9033dfec 100644 --- a/src/main/java/com/univocity/parsers/conversions/EnumConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/EnumConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * @see ObjectConversion * @see EnumSelector * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class EnumConversion> extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/EnumSelector.java b/src/main/java/com/univocity/parsers/conversions/EnumSelector.java index 6cefddec..29e513bf 100644 --- a/src/main/java/com/univocity/parsers/conversions/EnumSelector.java +++ b/src/main/java/com/univocity/parsers/conversions/EnumSelector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/conversions/FloatConversion.java b/src/main/java/com/univocity/parsers/conversions/FloatConversion.java index 7ba40f8d..6ef6107f 100644 --- a/src/main/java/com/univocity/parsers/conversions/FloatConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/FloatConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Floats and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class FloatConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/FormattedBigDecimalConversion.java b/src/main/java/com/univocity/parsers/conversions/FormattedBigDecimalConversion.java index bcc35280..e53d4eac 100644 --- a/src/main/java/com/univocity/parsers/conversions/FormattedBigDecimalConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/FormattedBigDecimalConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * * @see java.text.DecimalFormat * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class FormattedBigDecimalConversion extends NumericConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/FormattedConversion.java b/src/main/java/com/univocity/parsers/conversions/FormattedConversion.java index 1814a485..cfbcb299 100644 --- a/src/main/java/com/univocity/parsers/conversions/FormattedConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/FormattedConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ * This interface identifies conversions associated with the {@link Format} annotation. * It is used when {@link Format#options()} is defined to set any give properties of the underlying formatter. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @param The type of the formatter object (typically {@link java.text.DecimalFormat} for numeric values, and {@link java.text.SimpleDateFormat} for dates) * */ diff --git a/src/main/java/com/univocity/parsers/conversions/FormattedDateConversion.java b/src/main/java/com/univocity/parsers/conversions/FormattedDateConversion.java index 3806f0b2..5fccbdb6 100644 --- a/src/main/java/com/univocity/parsers/conversions/FormattedDateConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/FormattedDateConversion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

          * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * *

          The date patterns must follow the pattern rules of {@link SimpleDateFormat} * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see SimpleDateFormat */ public class FormattedDateConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/IntegerConversion.java b/src/main/java/com/univocity/parsers/conversions/IntegerConversion.java index c3924938..b0d0a6b1 100644 --- a/src/main/java/com/univocity/parsers/conversions/IntegerConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/IntegerConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Integers and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class IntegerConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/LongConversion.java b/src/main/java/com/univocity/parsers/conversions/LongConversion.java index ef207d32..fdae258b 100644 --- a/src/main/java/com/univocity/parsers/conversions/LongConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/LongConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Longs and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class LongConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/LowerCaseConversion.java b/src/main/java/com/univocity/parsers/conversions/LowerCaseConversion.java index 723eebe9..0240b146 100644 --- a/src/main/java/com/univocity/parsers/conversions/LowerCaseConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/LowerCaseConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * * The {@link LowerCaseConversion#revert(String)} implements the same behavior of {@link LowerCaseConversion#execute(String)}. Null inputs produce null outputs. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class LowerCaseConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/NullConversion.java b/src/main/java/com/univocity/parsers/conversions/NullConversion.java index aad9c4f5..eab29603 100644 --- a/src/main/java/com/univocity/parsers/conversions/NullConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/NullConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ *

          Extending classes must implement a proper String to T conversion in {@link ObjectConversion#fromString(String)} *

          This abstract class provides default results for conversions when the input is null. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * * @param The object type resulting from conversions of values of type O. * @param The object type resulting from conversions of values of type I. diff --git a/src/main/java/com/univocity/parsers/conversions/NullStringConversion.java b/src/main/java/com/univocity/parsers/conversions/NullStringConversion.java index dca30310..1bca916b 100644 --- a/src/main/java/com/univocity/parsers/conversions/NullStringConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/NullStringConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ *

          The reverse conversion from a null to String (in {@link NullStringConversion#revert(Object)} will return the first String provided in this class constructor if the object is null. *

          Using the previous example, a call to {@link NullStringConversion#revert(Object)} will produce "N/A". * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class NullStringConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/NumericConversion.java b/src/main/java/com/univocity/parsers/conversions/NumericConversion.java index 43db77d8..3e7b9506 100644 --- a/src/main/java/com/univocity/parsers/conversions/NumericConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/NumericConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ * * @param The type of numbers supported by this conversion class. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see java.text.DecimalFormat */ public abstract class NumericConversion extends ObjectConversion implements FormattedConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/ObjectConversion.java b/src/main/java/com/univocity/parsers/conversions/ObjectConversion.java index 4d936629..8d9a9d33 100644 --- a/src/main/java/com/univocity/parsers/conversions/ObjectConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/ObjectConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * * @param The object type resulting from conversions of String values. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public abstract class ObjectConversion extends NullConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/RegexConversion.java b/src/main/java/com/univocity/parsers/conversions/RegexConversion.java index 30920970..dfa2005e 100644 --- a/src/main/java/com/univocity/parsers/conversions/RegexConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/RegexConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * * The {@link RegexConversion#revert(String)} implements the same behavior of {@link RegexConversion#execute(String)}. Null inputs produce null outputs. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class RegexConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/ShortConversion.java b/src/main/java/com/univocity/parsers/conversions/ShortConversion.java index 011e2ef5..a16fa863 100644 --- a/src/main/java/com/univocity/parsers/conversions/ShortConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/ShortConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ /** * Converts Strings to Shorts and vice versa - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class ShortConversion extends ObjectConversion { diff --git a/src/main/java/com/univocity/parsers/conversions/ToStringConversion.java b/src/main/java/com/univocity/parsers/conversions/ToStringConversion.java index 7357bb7c..404f97ec 100644 --- a/src/main/java/com/univocity/parsers/conversions/ToStringConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/ToStringConversion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

          * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/conversions/TrimConversion.java b/src/main/java/com/univocity/parsers/conversions/TrimConversion.java index 53fceacf..c6ae5866 100644 --- a/src/main/java/com/univocity/parsers/conversions/TrimConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/TrimConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * * The {@link TrimConversion#revert(String)} implements the same behavior of {@link TrimConversion#execute(String)}. Null inputs produce null outputs. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class TrimConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/UpperCaseConversion.java b/src/main/java/com/univocity/parsers/conversions/UpperCaseConversion.java index a9682707..d789befa 100644 --- a/src/main/java/com/univocity/parsers/conversions/UpperCaseConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/UpperCaseConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ * * The {@link UpperCaseConversion#revert(String)} implements the same behavior of {@link UpperCaseConversion#execute(String)}. Null inputs produce null outputs. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class UpperCaseConversion implements Conversion { diff --git a/src/main/java/com/univocity/parsers/conversions/ValidatedConversion.java b/src/main/java/com/univocity/parsers/conversions/ValidatedConversion.java index 79150ebf..6165ef6d 100644 --- a/src/main/java/com/univocity/parsers/conversions/ValidatedConversion.java +++ b/src/main/java/com/univocity/parsers/conversions/ValidatedConversion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

          * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/csv/Csv.java b/src/main/java/com/univocity/parsers/csv/Csv.java index 33d613eb..6938d3dc 100644 --- a/src/main/java/com/univocity/parsers/csv/Csv.java +++ b/src/main/java/com/univocity/parsers/csv/Csv.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/csv/CsvFormat.java b/src/main/java/com/univocity/parsers/csv/CsvFormat.java index dae80195..5522c254 100755 --- a/src/main/java/com/univocity/parsers/csv/CsvFormat.java +++ b/src/main/java/com/univocity/parsers/csv/CsvFormat.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ *

          e.g. if the quoteEscape and charToEscapeQuoteEscaping are set to '\', the value " \\\" a , b \\\" " is parsed as [ \" a , b \" ] *

        * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.Format */ public class CsvFormat extends Format { diff --git a/src/main/java/com/univocity/parsers/csv/CsvFormatDetector.java b/src/main/java/com/univocity/parsers/csv/CsvFormatDetector.java index 6759eb4e..950401b1 100644 --- a/src/main/java/com/univocity/parsers/csv/CsvFormatDetector.java +++ b/src/main/java/com/univocity/parsers/csv/CsvFormatDetector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ /** * An {@link InputAnalysisProcess} to detect column delimiters, quotes and quote escapes in a CSV input. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ abstract class CsvFormatDetector implements InputAnalysisProcess { diff --git a/src/main/java/com/univocity/parsers/csv/CsvParser.java b/src/main/java/com/univocity/parsers/csv/CsvParser.java index 5b741ac2..f459a2dc 100755 --- a/src/main/java/com/univocity/parsers/csv/CsvParser.java +++ b/src/main/java/com/univocity/parsers/csv/CsvParser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ /** * A very fast CSV parser implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see CsvFormat * @see CsvParserSettings * @see CsvWriter diff --git a/src/main/java/com/univocity/parsers/csv/CsvParserSettings.java b/src/main/java/com/univocity/parsers/csv/CsvParserSettings.java index b47697b0..f7c072b0 100755 --- a/src/main/java/com/univocity/parsers/csv/CsvParserSettings.java +++ b/src/main/java/com/univocity/parsers/csv/CsvParserSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ *

        When reading, if the parser does not read any character from the input, and the input is within quotes, the empty is used instead of an empty string * * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.csv.CsvParser * @see com.univocity.parsers.csv.CsvFormat * @see com.univocity.parsers.common.CommonParserSettings diff --git a/src/main/java/com/univocity/parsers/csv/CsvRoutines.java b/src/main/java/com/univocity/parsers/csv/CsvRoutines.java index 644fea8d..4919e76d 100644 --- a/src/main/java/com/univocity/parsers/csv/CsvRoutines.java +++ b/src/main/java/com/univocity/parsers/csv/CsvRoutines.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/csv/CsvWriter.java b/src/main/java/com/univocity/parsers/csv/CsvWriter.java index 9f1f0171..415434d1 100644 --- a/src/main/java/com/univocity/parsers/csv/CsvWriter.java +++ b/src/main/java/com/univocity/parsers/csv/CsvWriter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ /** * A powerful and flexible CSV writer implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see CsvFormat * @see CsvWriterSettings * @see CsvParser diff --git a/src/main/java/com/univocity/parsers/csv/CsvWriterSettings.java b/src/main/java/com/univocity/parsers/csv/CsvWriterSettings.java index 97d7deed..6ee287f2 100644 --- a/src/main/java/com/univocity/parsers/csv/CsvWriterSettings.java +++ b/src/main/java/com/univocity/parsers/csv/CsvWriterSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ *

        If this property is set to true, this indicates that all written values should be enclosed within quotes (as defined in {@link CsvFormat}) * * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.csv.CsvWriter * @see com.univocity.parsers.csv.CsvFormat * @see com.univocity.parsers.common.CommonWriterSettings diff --git a/src/main/java/com/univocity/parsers/csv/UnescapedQuoteHandling.java b/src/main/java/com/univocity/parsers/csv/UnescapedQuoteHandling.java index 76dd7391..77c85818 100644 --- a/src/main/java/com/univocity/parsers/csv/UnescapedQuoteHandling.java +++ b/src/main/java/com/univocity/parsers/csv/UnescapedQuoteHandling.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ * Use {@link CsvParserSettings#setUnescapedQuoteHandling(UnescapedQuoteHandling)} to configure the appropriate * handling of unescaped quotes on your input. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.csv.CsvParserSettings * @see com.univocity.parsers.csv.CsvFormat * @see com.univocity.parsers.csv.CsvParser diff --git a/src/main/java/com/univocity/parsers/fixed/FieldAlignment.java b/src/main/java/com/univocity/parsers/fixed/FieldAlignment.java index 31e2b541..70962969 100644 --- a/src/main/java/com/univocity/parsers/fixed/FieldAlignment.java +++ b/src/main/java/com/univocity/parsers/fixed/FieldAlignment.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ /** * Alignment of text in a fixed-width field. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public enum FieldAlignment { diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthFieldLengths.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthFieldLengths.java index e20b2574..711f34f5 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthFieldLengths.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthFieldLengths.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * This class provides the name, length, alignment and padding of each field in a fixed-width record. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @deprecated This class has been modified over time and its name became misleading. Use {@link FixedWidthFields} instead. */ diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthFields.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthFields.java index 38b28e54..b0efda84 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthFields.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthFields.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ /** * This class provides the name, length, alignment and padding of each field in a fixed-width record. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class FixedWidthFields implements Cloneable { diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthFormat.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthFormat.java index 858bab38..41e3e9f5 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthFormat.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthFormat.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ *
        If the padding is set to '_', then the field will be written as [ZZ___] * * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.common.Format */ public class FixedWidthFormat extends Format { diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthParser.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthParser.java index 4cad305a..ff825745 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthParser.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthParser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ /** * A fast and flexible fixed-with parser implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see FixedWidthFormat * @see FixedWidthFields * @see FixedWidthParserSettings diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthParserSettings.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthParserSettings.java index c00ad756..4fa9db36 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthParserSettings.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthParserSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ * *

        The FixedWidthParserSettings need a definition of the field lengths of each record in the input. This must provided using an instance of {@link FixedWidthFields}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.fixed.FixedWidthParser * @see com.univocity.parsers.fixed.FixedWidthFormat * @see FixedWidthFields diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthRoutines.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthRoutines.java index 4af070cd..e7f94ba4 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthRoutines.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthRoutines.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthWriter.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthWriter.java index c2516435..6553a9e3 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthWriter.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthWriter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ /** * A fast and flexible fixed-with writer implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see FixedWidthFormat * @see FixedWidthFields * @see FixedWidthWriterSettings diff --git a/src/main/java/com/univocity/parsers/fixed/FixedWidthWriterSettings.java b/src/main/java/com/univocity/parsers/fixed/FixedWidthWriterSettings.java index ddc273ea..54a84c48 100644 --- a/src/main/java/com/univocity/parsers/fixed/FixedWidthWriterSettings.java +++ b/src/main/java/com/univocity/parsers/fixed/FixedWidthWriterSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ * *

        The FixedWidthParserSettings requires a definition of the field lengths of each record in the input. This must provided using an instance of {@link FixedWidthFields}. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.fixed.FixedWidthWriter * @see com.univocity.parsers.fixed.FixedWidthFormat * @see FixedWidthFields diff --git a/src/main/java/com/univocity/parsers/fixed/Lookup.java b/src/main/java/com/univocity/parsers/fixed/Lookup.java index 8a7cb35c..505ba435 100644 --- a/src/main/java/com/univocity/parsers/fixed/Lookup.java +++ b/src/main/java/com/univocity/parsers/fixed/Lookup.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/tsv/TsvFormat.java b/src/main/java/com/univocity/parsers/tsv/TsvFormat.java index 87d33ffd..4316744a 100755 --- a/src/main/java/com/univocity/parsers/tsv/TsvFormat.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvFormat.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ * * @see com.univocity.parsers.common.Format * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class TsvFormat extends Format { diff --git a/src/main/java/com/univocity/parsers/tsv/TsvParser.java b/src/main/java/com/univocity/parsers/tsv/TsvParser.java index 412821d0..905dbb45 100755 --- a/src/main/java/com/univocity/parsers/tsv/TsvParser.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvParser.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ /** * A very fast TSV parser implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see TsvFormat * @see TsvParserSettings * @see TsvWriter diff --git a/src/main/java/com/univocity/parsers/tsv/TsvParserSettings.java b/src/main/java/com/univocity/parsers/tsv/TsvParserSettings.java index 986dfcec..4eb0060c 100755 --- a/src/main/java/com/univocity/parsers/tsv/TsvParserSettings.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvParserSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ * *

        It supports the configuration options provided by {@link CommonParserSettings} only * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see com.univocity.parsers.tsv.TsvParser * @see com.univocity.parsers.tsv.TsvFormat * @see com.univocity.parsers.common.CommonParserSettings diff --git a/src/main/java/com/univocity/parsers/tsv/TsvRoutines.java b/src/main/java/com/univocity/parsers/tsv/TsvRoutines.java index 326476d4..e5bbe30c 100644 --- a/src/main/java/com/univocity/parsers/tsv/TsvRoutines.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvRoutines.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/univocity/parsers/tsv/TsvWriter.java b/src/main/java/com/univocity/parsers/tsv/TsvWriter.java index e6046ba6..965128f2 100644 --- a/src/main/java/com/univocity/parsers/tsv/TsvWriter.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvWriter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ /** * A powerful and flexible TSV writer implementation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * @see TsvFormat * @see TsvWriterSettings * @see TsvParser diff --git a/src/main/java/com/univocity/parsers/tsv/TsvWriterSettings.java b/src/main/java/com/univocity/parsers/tsv/TsvWriterSettings.java index b2853db3..de62dd06 100644 --- a/src/main/java/com/univocity/parsers/tsv/TsvWriterSettings.java +++ b/src/main/java/com/univocity/parsers/tsv/TsvWriterSettings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ * @see com.univocity.parsers.tsv.TsvFormat * @see com.univocity.parsers.common.CommonWriterSettings * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class TsvWriterSettings extends CommonWriterSettings { diff --git a/src/test/java/com/univocity/parsers/ParserTestCase.java b/src/test/java/com/univocity/parsers/ParserTestCase.java index 269a8483..97e57b7b 100644 --- a/src/test/java/com/univocity/parsers/ParserTestCase.java +++ b/src/test/java/com/univocity/parsers/ParserTestCase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/AnnotationHelperTest.java b/src/test/java/com/univocity/parsers/annotations/AnnotationHelperTest.java index 48321f51..04ea97ff 100644 --- a/src/test/java/com/univocity/parsers/annotations/AnnotationHelperTest.java +++ b/src/test/java/com/univocity/parsers/annotations/AnnotationHelperTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/meta/Clean.java b/src/test/java/com/univocity/parsers/annotations/meta/Clean.java index a3ef25d7..60e79273 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/Clean.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/Clean.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/meta/CleanBeanTest.java b/src/test/java/com/univocity/parsers/annotations/meta/CleanBeanTest.java index d1ea4672..04eab910 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/CleanBeanTest.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/CleanBeanTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/meta/ContentCleaner.java b/src/test/java/com/univocity/parsers/annotations/meta/ContentCleaner.java index 37ae61c0..87650fd9 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/ContentCleaner.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/ContentCleaner.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/meta/IntArray.java b/src/test/java/com/univocity/parsers/annotations/meta/IntArray.java index 215ca5e1..d298c9e5 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/IntArray.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/IntArray.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/annotations/meta/MetaAnnotationTest.java b/src/test/java/com/univocity/parsers/annotations/meta/MetaAnnotationTest.java index b9dea052..59f875d5 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/MetaAnnotationTest.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/MetaAnnotationTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class MetaAnnotationTest { diff --git a/src/test/java/com/univocity/parsers/annotations/meta/MyReplacement.java b/src/test/java/com/univocity/parsers/annotations/meta/MyReplacement.java index b356f4f7..d9b95769 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/MyReplacement.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/MyReplacement.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import java.lang.annotation.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ @Retention(RetentionPolicy.RUNTIME) @Inherited diff --git a/src/test/java/com/univocity/parsers/annotations/meta/MyReplacementUpperCase.java b/src/test/java/com/univocity/parsers/annotations/meta/MyReplacementUpperCase.java index da12d25d..5db56695 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/MyReplacementUpperCase.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/MyReplacementUpperCase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ import java.lang.annotation.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ @Retention(RetentionPolicy.RUNTIME) @Inherited diff --git a/src/test/java/com/univocity/parsers/annotations/meta/ReplacementBean.java b/src/test/java/com/univocity/parsers/annotations/meta/ReplacementBean.java index 030f99ba..4dc01208 100644 --- a/src/test/java/com/univocity/parsers/annotations/meta/ReplacementBean.java +++ b/src/test/java/com/univocity/parsers/annotations/meta/ReplacementBean.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,7 +16,7 @@ package com.univocity.parsers.annotations.meta; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class ReplacementBean { diff --git a/src/test/java/com/univocity/parsers/common/AbstractWriterTest.java b/src/test/java/com/univocity/parsers/common/AbstractWriterTest.java index 8741b2f1..78e00f6f 100644 --- a/src/test/java/com/univocity/parsers/common/AbstractWriterTest.java +++ b/src/test/java/com/univocity/parsers/common/AbstractWriterTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/DataProcessingExceptionTest.java b/src/test/java/com/univocity/parsers/common/DataProcessingExceptionTest.java index b3d37a90..bdffcc04 100644 --- a/src/test/java/com/univocity/parsers/common/DataProcessingExceptionTest.java +++ b/src/test/java/com/univocity/parsers/common/DataProcessingExceptionTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelectorTest.java index d0f77f80..a4dbfb59 100644 --- a/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldEnumSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelectorTest.java index e78649c6..07c19530 100644 --- a/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/ExcludeFieldNameSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/ExcludeIndexSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/ExcludeIndexSelectorTest.java index 42145e32..17053cc1 100644 --- a/src/test/java/com/univocity/parsers/common/fields/ExcludeIndexSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/ExcludeIndexSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/FieldEnumSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/FieldEnumSelectorTest.java index fb1a03d2..811ae2d6 100644 --- a/src/test/java/com/univocity/parsers/common/fields/FieldEnumSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/FieldEnumSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/FieldIndexSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/FieldIndexSelectorTest.java index 75f0efeb..edd7c7c2 100644 --- a/src/test/java/com/univocity/parsers/common/fields/FieldIndexSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/FieldIndexSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/FieldNameSelectorTest.java b/src/test/java/com/univocity/parsers/common/fields/FieldNameSelectorTest.java index df84fbcd..366c0aa2 100644 --- a/src/test/java/com/univocity/parsers/common/fields/FieldNameSelectorTest.java +++ b/src/test/java/com/univocity/parsers/common/fields/FieldNameSelectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/fields/TestEnum.java b/src/test/java/com/univocity/parsers/common/fields/TestEnum.java index 635edac6..62383d64 100644 --- a/src/test/java/com/univocity/parsers/common/fields/TestEnum.java +++ b/src/test/java/com/univocity/parsers/common/fields/TestEnum.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/input/DefaultCharInputReaderTest.java b/src/test/java/com/univocity/parsers/common/input/DefaultCharInputReaderTest.java index 7695e0a4..8ee4fa09 100644 --- a/src/test/java/com/univocity/parsers/common/input/DefaultCharInputReaderTest.java +++ b/src/test/java/com/univocity/parsers/common/input/DefaultCharInputReaderTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/input/ExpandingCharAppenderTest.java b/src/test/java/com/univocity/parsers/common/input/ExpandingCharAppenderTest.java index 9691851e..b07169b6 100644 --- a/src/test/java/com/univocity/parsers/common/input/ExpandingCharAppenderTest.java +++ b/src/test/java/com/univocity/parsers/common/input/ExpandingCharAppenderTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/input/LookaheadCharInputReaderTest.java b/src/test/java/com/univocity/parsers/common/input/LookaheadCharInputReaderTest.java index 905afa5c..69b43934 100644 --- a/src/test/java/com/univocity/parsers/common/input/LookaheadCharInputReaderTest.java +++ b/src/test/java/com/univocity/parsers/common/input/LookaheadCharInputReaderTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/input/WriterCharAppenderTest.java b/src/test/java/com/univocity/parsers/common/input/WriterCharAppenderTest.java index 9556b21c..8305904b 100644 --- a/src/test/java/com/univocity/parsers/common/input/WriterCharAppenderTest.java +++ b/src/test/java/com/univocity/parsers/common/input/WriterCharAppenderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016 uniVocity Software Pty Ltd. + * Copyright 2016 Univocity Software Pty Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/AnnotatedBeanProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/AnnotatedBeanProcessorTest.java index 015f2112..571fc27e 100755 --- a/src/test/java/com/univocity/parsers/common/processor/AnnotatedBeanProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/AnnotatedBeanProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/BatchedColumnProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/BatchedColumnProcessorTest.java index 108f9124..f57152f5 100644 --- a/src/test/java/com/univocity/parsers/common/processor/BatchedColumnProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/BatchedColumnProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessorTest.java index e65b2207..90a1e8d4 100644 --- a/src/test/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/BatchedObjectColumnProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/BeanWriterProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/BeanWriterProcessorTest.java index 9a25266f..b58b6c1d 100644 --- a/src/test/java/com/univocity/parsers/common/processor/BeanWriterProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/BeanWriterProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/ColumnProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/ColumnProcessorTest.java index 8a1ac8be..56b8615a 100755 --- a/src/test/java/com/univocity/parsers/common/processor/ColumnProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/ColumnProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/ConcurrentRowProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/ConcurrentRowProcessorTest.java index b0abb644..27d51eb5 100644 --- a/src/test/java/com/univocity/parsers/common/processor/ConcurrentRowProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/ConcurrentRowProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/MasterDetailProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/MasterDetailProcessorTest.java index a59980a3..41251d39 100755 --- a/src/test/java/com/univocity/parsers/common/processor/MasterDetailProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/MasterDetailProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java index f84dfc00..82c3679d 100755 --- a/src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/MultiBeanListProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/ObjectColumnProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/ObjectColumnProcessorTest.java index 5c0ebf72..9016d04b 100755 --- a/src/test/java/com/univocity/parsers/common/processor/ObjectColumnProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/ObjectColumnProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/ObjectRowListProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/ObjectRowListProcessorTest.java index fb837e12..1e9453b8 100755 --- a/src/test/java/com/univocity/parsers/common/processor/ObjectRowListProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/ObjectRowListProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessorTest.java b/src/test/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessorTest.java index a9d32f7d..b242c18b 100644 --- a/src/test/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessorTest.java +++ b/src/test/java/com/univocity/parsers/common/processor/ObjectRowWriterProcessorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/record/RecordImplTest.java b/src/test/java/com/univocity/parsers/common/record/RecordImplTest.java index 531264ca..90b2e744 100644 --- a/src/test/java/com/univocity/parsers/common/record/RecordImplTest.java +++ b/src/test/java/com/univocity/parsers/common/record/RecordImplTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/common/routine/AbstractRoutinesTest.java b/src/test/java/com/univocity/parsers/common/routine/AbstractRoutinesTest.java index ccbd31eb..9cd45719 100644 --- a/src/test/java/com/univocity/parsers/common/routine/AbstractRoutinesTest.java +++ b/src/test/java/com/univocity/parsers/common/routine/AbstractRoutinesTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/csv/CsvFormatDetectorTest.java b/src/test/java/com/univocity/parsers/csv/CsvFormatDetectorTest.java index 7bb286d2..43731c9c 100755 --- a/src/test/java/com/univocity/parsers/csv/CsvFormatDetectorTest.java +++ b/src/test/java/com/univocity/parsers/csv/CsvFormatDetectorTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/csv/CsvParserTest.java b/src/test/java/com/univocity/parsers/csv/CsvParserTest.java index e9d7e817..735a7df4 100755 --- a/src/test/java/com/univocity/parsers/csv/CsvParserTest.java +++ b/src/test/java/com/univocity/parsers/csv/CsvParserTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/csv/CsvWriterTest.java b/src/test/java/com/univocity/parsers/csv/CsvWriterTest.java index e8351561..5864b9d8 100644 --- a/src/test/java/com/univocity/parsers/csv/CsvWriterTest.java +++ b/src/test/java/com/univocity/parsers/csv/CsvWriterTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/csv/ProfilerTest.java b/src/test/java/com/univocity/parsers/csv/ProfilerTest.java index 19d72b53..2b0e73c1 100644 --- a/src/test/java/com/univocity/parsers/csv/ProfilerTest.java +++ b/src/test/java/com/univocity/parsers/csv/ProfilerTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/csv/TestUtils.java b/src/test/java/com/univocity/parsers/csv/TestUtils.java index e6833099..810d8103 100755 --- a/src/test/java/com/univocity/parsers/csv/TestUtils.java +++ b/src/test/java/com/univocity/parsers/csv/TestUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/AnotherTestBean.java b/src/test/java/com/univocity/parsers/examples/AnotherTestBean.java index 374363b5..e664235e 100644 --- a/src/test/java/com/univocity/parsers/examples/AnotherTestBean.java +++ b/src/test/java/com/univocity/parsers/examples/AnotherTestBean.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/Car.java b/src/test/java/com/univocity/parsers/examples/Car.java index 88b12b98..f6e49342 100644 --- a/src/test/java/com/univocity/parsers/examples/Car.java +++ b/src/test/java/com/univocity/parsers/examples/Car.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/CsvParserExamples.java b/src/test/java/com/univocity/parsers/examples/CsvParserExamples.java index 5802681b..a9b54bd1 100755 --- a/src/test/java/com/univocity/parsers/examples/CsvParserExamples.java +++ b/src/test/java/com/univocity/parsers/examples/CsvParserExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/CsvWriterExamples.java b/src/test/java/com/univocity/parsers/examples/CsvWriterExamples.java index 943952f4..a1d8bf11 100644 --- a/src/test/java/com/univocity/parsers/examples/CsvWriterExamples.java +++ b/src/test/java/com/univocity/parsers/examples/CsvWriterExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/Example.java b/src/test/java/com/univocity/parsers/examples/Example.java index 4e3c6cbe..cf7a612d 100644 --- a/src/test/java/com/univocity/parsers/examples/Example.java +++ b/src/test/java/com/univocity/parsers/examples/Example.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/FixedWidthParserExamples.java b/src/test/java/com/univocity/parsers/examples/FixedWidthParserExamples.java index f46cd868..02081ed1 100644 --- a/src/test/java/com/univocity/parsers/examples/FixedWidthParserExamples.java +++ b/src/test/java/com/univocity/parsers/examples/FixedWidthParserExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/FixedWidthWriterExamples.java b/src/test/java/com/univocity/parsers/examples/FixedWidthWriterExamples.java index b8b982d1..d9a289ca 100644 --- a/src/test/java/com/univocity/parsers/examples/FixedWidthWriterExamples.java +++ b/src/test/java/com/univocity/parsers/examples/FixedWidthWriterExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/RecordExamples.java b/src/test/java/com/univocity/parsers/examples/RecordExamples.java index b5119c1d..0a752ffe 100644 --- a/src/test/java/com/univocity/parsers/examples/RecordExamples.java +++ b/src/test/java/com/univocity/parsers/examples/RecordExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/RoutineExamples.java b/src/test/java/com/univocity/parsers/examples/RoutineExamples.java index aee55c4c..56804a3f 100755 --- a/src/test/java/com/univocity/parsers/examples/RoutineExamples.java +++ b/src/test/java/com/univocity/parsers/examples/RoutineExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/SettingsExamples.java b/src/test/java/com/univocity/parsers/examples/SettingsExamples.java index 8d9f3d9b..27a31c8f 100644 --- a/src/test/java/com/univocity/parsers/examples/SettingsExamples.java +++ b/src/test/java/com/univocity/parsers/examples/SettingsExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/TestBean.java b/src/test/java/com/univocity/parsers/examples/TestBean.java index 45345f28..f34d75e7 100644 --- a/src/test/java/com/univocity/parsers/examples/TestBean.java +++ b/src/test/java/com/univocity/parsers/examples/TestBean.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/TsvParserExamples.java b/src/test/java/com/univocity/parsers/examples/TsvParserExamples.java index d6d8c18d..2d11d749 100644 --- a/src/test/java/com/univocity/parsers/examples/TsvParserExamples.java +++ b/src/test/java/com/univocity/parsers/examples/TsvParserExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/WordsToSetConversion.java b/src/test/java/com/univocity/parsers/examples/WordsToSetConversion.java index 23abf1c7..00628eb8 100644 --- a/src/test/java/com/univocity/parsers/examples/WordsToSetConversion.java +++ b/src/test/java/com/univocity/parsers/examples/WordsToSetConversion.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/WriterExamples.java b/src/test/java/com/univocity/parsers/examples/WriterExamples.java index e8c15cc2..32cf9231 100644 --- a/src/test/java/com/univocity/parsers/examples/WriterExamples.java +++ b/src/test/java/com/univocity/parsers/examples/WriterExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/Address.java b/src/test/java/com/univocity/parsers/examples/annotation/Address.java index 76c61044..596f1678 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/Address.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/Address.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java b/src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java index 226ee127..5d196c9b 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/AddressBook.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java b/src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java index d5f31594..8b9cd5cc 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/AddressTypeTransformer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java b/src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java index e7404437..45a4b455 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/AnnotationExamples.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java b/src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java index 2af3442c..c59d126b 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/BetterOffender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/DatesRepetitive.java b/src/test/java/com/univocity/parsers/examples/annotation/DatesRepetitive.java index 96b0bd7c..f36202c4 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/DatesRepetitive.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/DatesRepetitive.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/DatesWithMetaAnnotation.java b/src/test/java/com/univocity/parsers/examples/annotation/DatesWithMetaAnnotation.java index 05a80d4a..21dc332c 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/DatesWithMetaAnnotation.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/DatesWithMetaAnnotation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/MyCompanyDate.java b/src/test/java/com/univocity/parsers/examples/annotation/MyCompanyDate.java index 9fb539eb..087a3b48 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/MyCompanyDate.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/MyCompanyDate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/Offender.java b/src/test/java/com/univocity/parsers/examples/annotation/Offender.java index 3d98645c..478b522d 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/Offender.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/Offender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/Profile.java b/src/test/java/com/univocity/parsers/examples/annotation/Profile.java index 648e5f2a..3904e44d 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/Profile.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/Profile.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldName.java b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldName.java index 88255d13..fe985e65 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldName.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldName.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldPosition.java b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldPosition.java index a3f050c5..576c8af5 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldPosition.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByFieldPosition.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByMultipleFieldNames.java b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByMultipleFieldNames.java index bff2678a..aa0f37ba 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/ProfileByMultipleFieldNames.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/ProfileByMultipleFieldNames.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/ProfileWithDate.java b/src/test/java/com/univocity/parsers/examples/annotation/ProfileWithDate.java index f60b934c..dc5555e6 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/ProfileWithDate.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/ProfileWithDate.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/annotation/Splitter.java b/src/test/java/com/univocity/parsers/examples/annotation/Splitter.java index a5037b35..02edc0c7 100644 --- a/src/test/java/com/univocity/parsers/examples/annotation/Splitter.java +++ b/src/test/java/com/univocity/parsers/examples/annotation/Splitter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/examples/samples/CsvSearchExample.java b/src/test/java/com/univocity/parsers/examples/samples/CsvSearchExample.java index 5307a6da..39252711 100644 --- a/src/test/java/com/univocity/parsers/examples/samples/CsvSearchExample.java +++ b/src/test/java/com/univocity/parsers/examples/samples/CsvSearchExample.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ /** * Example to demonstrate how to implement a basic search over a CSV file. * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class CsvSearchExample { diff --git a/src/test/java/com/univocity/parsers/fixed/FixedWidthParserTest.java b/src/test/java/com/univocity/parsers/fixed/FixedWidthParserTest.java index cbc5ca51..316c82e7 100644 --- a/src/test/java/com/univocity/parsers/fixed/FixedWidthParserTest.java +++ b/src/test/java/com/univocity/parsers/fixed/FixedWidthParserTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/fixed/FixedWidthWriterTest.java b/src/test/java/com/univocity/parsers/fixed/FixedWidthWriterTest.java index 927588b5..1c3c1486 100755 --- a/src/test/java/com/univocity/parsers/fixed/FixedWidthWriterTest.java +++ b/src/test/java/com/univocity/parsers/fixed/FixedWidthWriterTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_1.java b/src/test/java/com/univocity/parsers/issues/github/Github_1.java index fa3263a3..ce157ffc 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_1.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_1.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/1 + * From: https://github.com/univocity/univocity-parsers/issues/1 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_1 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_100.java b/src/test/java/com/univocity/parsers/issues/github/Github_100.java index 032a9723..d1eba058 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_100.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_100.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_100 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_106.java b/src/test/java/com/univocity/parsers/issues/github/Github_106.java index 22467478..c3445090 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_106.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_106.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_106 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_109.java b/src/test/java/com/univocity/parsers/issues/github/Github_109.java index fd3a6a0c..318f20ad 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_109.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_109.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ /** * @author Oliver Henlich - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_109 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_111.java b/src/test/java/com/univocity/parsers/issues/github/Github_111.java index 88043b78..ab6ce8bf 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_111.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_111.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_111 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_112.java b/src/test/java/com/univocity/parsers/issues/github/Github_112.java index ad9b5451..6e5d3984 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_112.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_112.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/112 + * From: https://github.com/univocity/univocity-parsers/issues/112 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_112 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_113.java b/src/test/java/com/univocity/parsers/issues/github/Github_113.java index da6396f5..fc6af2b3 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_113.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_113.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_113 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_116.java b/src/test/java/com/univocity/parsers/issues/github/Github_116.java index 3629ee88..b054c9c0 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_116.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_116.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/116 + * From: https://github.com/univocity/univocity-parsers/issues/116 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_116 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_121.java b/src/test/java/com/univocity/parsers/issues/github/Github_121.java index 9c656d22..77fe24c1 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_121.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_121.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/121 + * From: https://github.com/univocity/univocity-parsers/issues/121 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_121 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_128.java b/src/test/java/com/univocity/parsers/issues/github/Github_128.java index 16e48fe6..c17ed120 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_128.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_128.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/128 + * From: https://github.com/univocity/univocity-parsers/issues/128 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_128 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_13.java b/src/test/java/com/univocity/parsers/issues/github/Github_13.java index b037e786..03b9fcbe 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_13.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_13.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/13 + * From: https://github.com/univocity/univocity-parsers/issues/13 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_13 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_131.java b/src/test/java/com/univocity/parsers/issues/github/Github_131.java index 7e87267f..ea162499 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_131.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_131.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/131 + * From: https://github.com/univocity/univocity-parsers/issues/131 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_131 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_132.java b/src/test/java/com/univocity/parsers/issues/github/Github_132.java index cfa4665c..7a7ba12d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_132.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_132.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import java.io.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/132 + * From: https://github.com/univocity/univocity-parsers/issues/132 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_132 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_136.java b/src/test/java/com/univocity/parsers/issues/github/Github_136.java index 8d88a4da..a7ae96d7 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_136.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_136.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/132 + * From: https://github.com/univocity/univocity-parsers/issues/132 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_136 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_138.java b/src/test/java/com/univocity/parsers/issues/github/Github_138.java index 99dc78f1..f42ca21e 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_138.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_138.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/138 + * From: https://github.com/univocity/univocity-parsers/issues/138 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_138 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_139.java b/src/test/java/com/univocity/parsers/issues/github/Github_139.java index 74418a59..7fc656b2 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_139.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_139.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/139 + * From: https://github.com/univocity/univocity-parsers/issues/139 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_139 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_14.java b/src/test/java/com/univocity/parsers/issues/github/Github_14.java index 54d48ef2..e1434a19 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_14.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_14.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/14 + * From: https://github.com/univocity/univocity-parsers/issues/14 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_14 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_140.java b/src/test/java/com/univocity/parsers/issues/github/Github_140.java index bd423984..7caa444f 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_140.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_140.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/140 + * From: https://github.com/univocity/univocity-parsers/issues/140 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_140 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_143.java b/src/test/java/com/univocity/parsers/issues/github/Github_143.java index 0a8c642f..9236c0d8 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_143.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_143.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/143 + * From: https://github.com/univocity/univocity-parsers/issues/143 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_143 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_146.java b/src/test/java/com/univocity/parsers/issues/github/Github_146.java index aad1a781..1617cd52 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_146.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_146.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ /** - * From: https://github.com/uniVocity/univocity-parsers/issues/143 + * From: https://github.com/univocity/univocity-parsers/issues/143 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_146 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_149.java b/src/test/java/com/univocity/parsers/issues/github/Github_149.java index bb9e9ab2..ac4ef601 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_149.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_149.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** - * From: https://github.com/uniVocity/univocity-parsers/issues/143 + * From: https://github.com/univocity/univocity-parsers/issues/143 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_149 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_150.java b/src/test/java/com/univocity/parsers/issues/github/Github_150.java index 2b0f0d04..c688dfc4 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_150.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_150.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/150 + * From: https://github.com/univocity/univocity-parsers/issues/150 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_150 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_154.java b/src/test/java/com/univocity/parsers/issues/github/Github_154.java index 614afb42..910bffe6 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_154.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_154.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/154 + * From: https://github.com/univocity/univocity-parsers/issues/154 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_154 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_156.java b/src/test/java/com/univocity/parsers/issues/github/Github_156.java index 1d1b20c1..61600ade 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_156.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_156.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/156 + * From: https://github.com/univocity/univocity-parsers/issues/156 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_156 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_158.java b/src/test/java/com/univocity/parsers/issues/github/Github_158.java index 36d22b02..c180f25c 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_158.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_158.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/158 + * From: https://github.com/univocity/univocity-parsers/issues/158 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_158 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_159.java b/src/test/java/com/univocity/parsers/issues/github/Github_159.java index 3103ba92..dee3ba01 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_159.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_159.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/159 + * From: https://github.com/univocity/univocity-parsers/issues/159 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_159 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_16.java b/src/test/java/com/univocity/parsers/issues/github/Github_16.java index cac9f264..1108330a 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_16.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_16.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/16 + * From: https://github.com/univocity/univocity-parsers/issues/16 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_16 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_160.java b/src/test/java/com/univocity/parsers/issues/github/Github_160.java index b9c1dc69..0ac47b42 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_160.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_160.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/160 + * From: https://github.com/univocity/univocity-parsers/issues/160 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_160 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_161.java b/src/test/java/com/univocity/parsers/issues/github/Github_161.java index 8d1720ed..a146b949 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_161.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_161.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/161 + * From: https://github.com/univocity/univocity-parsers/issues/161 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_161 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_165.java b/src/test/java/com/univocity/parsers/issues/github/Github_165.java index 491459f8..962bad1e 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_165.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_165.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/165 + * From: https://github.com/univocity/univocity-parsers/issues/165 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_165 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_176.java b/src/test/java/com/univocity/parsers/issues/github/Github_176.java index 96c8273b..2a228fa4 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_176.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_176.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,9 +21,9 @@ import java.io.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/165 + * From: https://github.com/univocity/univocity-parsers/issues/165 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_176 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_177.java b/src/test/java/com/univocity/parsers/issues/github/Github_177.java index e94a6118..58dd4c19 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_177.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_177.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/177 + * From: https://github.com/univocity/univocity-parsers/issues/177 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_177 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_178.java b/src/test/java/com/univocity/parsers/issues/github/Github_178.java index ffabd1a8..3db18726 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_178.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_178.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/178 + * From: https://github.com/univocity/univocity-parsers/issues/178 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_178 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_18.java b/src/test/java/com/univocity/parsers/issues/github/Github_18.java index 4c886d04..95bb43db 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_18.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_18.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/18 + * From: https://github.com/univocity/univocity-parsers/issues/18 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_18 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_180.java b/src/test/java/com/univocity/parsers/issues/github/Github_180.java index 61a4fc26..07feb4f7 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_180.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_180.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/180 + * From: https://github.com/univocity/univocity-parsers/issues/180 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_180 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_182.java b/src/test/java/com/univocity/parsers/issues/github/Github_182.java index 75632250..1cc44006 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_182.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_182.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/182 + * From: https://github.com/univocity/univocity-parsers/issues/182 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_182 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_183.java b/src/test/java/com/univocity/parsers/issues/github/Github_183.java index 45af1fc5..b2a364cd 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_183.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_183.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/183 + * From: https://github.com/univocity/univocity-parsers/issues/183 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_183 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_184.java b/src/test/java/com/univocity/parsers/issues/github/Github_184.java index 6a41ebb1..4e8f909d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_184.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_184.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/184 + * From: https://github.com/univocity/univocity-parsers/issues/184 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_184 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_185.java b/src/test/java/com/univocity/parsers/issues/github/Github_185.java index 2b1eb79f..309d510f 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_185.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_185.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/185 + * From: https://github.com/univocity/univocity-parsers/issues/185 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_185 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_186.java b/src/test/java/com/univocity/parsers/issues/github/Github_186.java index 1fe77482..9df640af 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_186.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_186.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/186 + * From: https://github.com/univocity/univocity-parsers/issues/186 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_186 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_188.java b/src/test/java/com/univocity/parsers/issues/github/Github_188.java index d6c6b63e..40c1029d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_188.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_188.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/188 + * From: https://github.com/univocity/univocity-parsers/issues/188 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_188 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_19.java b/src/test/java/com/univocity/parsers/issues/github/Github_19.java index 767f8aad..b2c3c804 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_19.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_19.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/19 + * From: https://github.com/univocity/univocity-parsers/issues/19 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_19 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_191.java b/src/test/java/com/univocity/parsers/issues/github/Github_191.java index 883a63f0..70e5461a 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_191.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_191.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/191 + * From: https://github.com/univocity/univocity-parsers/issues/191 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_191 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_194.java b/src/test/java/com/univocity/parsers/issues/github/Github_194.java index 0571f29f..6b02aa27 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_194.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_194.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/194 + * From: https://github.com/univocity/univocity-parsers/issues/194 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_194 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_196.java b/src/test/java/com/univocity/parsers/issues/github/Github_196.java index 15af780a..fad2ce8f 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_196.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_196.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/196 + * From: https://github.com/univocity/univocity-parsers/issues/196 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_196 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_197.java b/src/test/java/com/univocity/parsers/issues/github/Github_197.java index 95aabf18..4ff586b9 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_197.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_197.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/197 + * From: https://github.com/univocity/univocity-parsers/issues/197 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_197 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_198.java b/src/test/java/com/univocity/parsers/issues/github/Github_198.java index 837a5ad2..164ce102 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_198.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_198.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/198 + * From: https://github.com/univocity/univocity-parsers/issues/198 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_198 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_201.java b/src/test/java/com/univocity/parsers/issues/github/Github_201.java index ed96b7f2..db7adfab 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_201.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_201.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_201 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_21.java b/src/test/java/com/univocity/parsers/issues/github/Github_21.java index 7ae5c257..236a1173 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_21.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_21.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/21 + * From: https://github.com/univocity/univocity-parsers/issues/21 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_21 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_212.java b/src/test/java/com/univocity/parsers/issues/github/Github_212.java index 50cc6a0b..281db83c 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_212.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_212.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/212 + * From: https://github.com/univocity/univocity-parsers/issues/212 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_212 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_214.java b/src/test/java/com/univocity/parsers/issues/github/Github_214.java index 526aaa75..ee7b04f2 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_214.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_214.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/214 + * From: https://github.com/univocity/univocity-parsers/issues/214 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_214 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_219.java b/src/test/java/com/univocity/parsers/issues/github/Github_219.java index 2f0ce960..31e43c3d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_219.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_219.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,9 +19,9 @@ import org.testng.annotations.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/219 + * From: https://github.com/univocity/univocity-parsers/issues/219 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_219 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_224.java b/src/test/java/com/univocity/parsers/issues/github/Github_224.java index 226fe64e..8a9e2d0f 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_224.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_224.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2018 uniVocity Software Pty Ltd + * Copyright 2018 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/224 + * From: https://github.com/univocity/univocity-parsers/issues/224 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_224 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_228.java b/src/test/java/com/univocity/parsers/issues/github/Github_228.java index 094240d1..2853858a 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_228.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_228.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/228 + * From: https://github.com/univocity/univocity-parsers/issues/228 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_228 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_23.java b/src/test/java/com/univocity/parsers/issues/github/Github_23.java index 2b686d9e..add09f21 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_23.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_23.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/23 + * From: https://github.com/univocity/univocity-parsers/issues/23 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_23 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_230.java b/src/test/java/com/univocity/parsers/issues/github/Github_230.java index 2f881b2e..b5eb58f9 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_230.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_230.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/230 + * From: https://github.com/univocity/univocity-parsers/issues/230 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_230 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_231.java b/src/test/java/com/univocity/parsers/issues/github/Github_231.java index d37d0ad7..32b5989d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_231.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_231.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,9 +25,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/231 + * From: https://github.com/univocity/univocity-parsers/issues/231 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_231 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_24.java b/src/test/java/com/univocity/parsers/issues/github/Github_24.java index ec51415b..1953f09a 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_24.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_24.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/24 + * From: https://github.com/univocity/univocity-parsers/issues/24 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_24 { @@ -49,7 +49,7 @@ public AB() { } /** - * As of https://github.com/uniVocity/univocity-parsers/issues/48, this test is no longer valid by default + * As of https://github.com/univocity/univocity-parsers/issues/48, this test is no longer valid by default * * Originally the parser would force an exact match of headers declared in the bean and in the input. * With the changes introduced in Github_48, the parsing process became less strict to allow diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_247.java b/src/test/java/com/univocity/parsers/issues/github/Github_247.java index 650d7f0b..c4f925ea 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_247.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_247.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import static org.testng.Assert.fail; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/247 + * From: https://github.com/univocity/univocity-parsers/issues/247 * * @author camerondavison */ diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_250.java b/src/test/java/com/univocity/parsers/issues/github/Github_250.java index 5af31f37..55036a02 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_250.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_250.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ /** - * From: https://github.com/uniVocity/univocity-parsers/issues/251 + * From: https://github.com/univocity/univocity-parsers/issues/251 * * @author camerondavison */ diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_251.java b/src/test/java/com/univocity/parsers/issues/github/Github_251.java index 49e4ddd6..ca0f9f16 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_251.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_251.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ /** - * From: https://github.com/uniVocity/univocity-parsers/issues/251 + * From: https://github.com/univocity/univocity-parsers/issues/251 * * @author camerondavison */ diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_253.java b/src/test/java/com/univocity/parsers/issues/github/Github_253.java index 67d7814f..1449c5bc 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_253.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_253.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ /** - * From: https://github.com/uniVocity/univocity-parsers/issues/253 + * From: https://github.com/univocity/univocity-parsers/issues/253 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_253 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_254.java b/src/test/java/com/univocity/parsers/issues/github/Github_254.java index f2f7a55a..a43c362e 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_254.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_254.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/254 + * From: https://github.com/univocity/univocity-parsers/issues/254 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_254 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_255.java b/src/test/java/com/univocity/parsers/issues/github/Github_255.java index e4d52858..154d5c28 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_255.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_255.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/255 + * From: https://github.com/univocity/univocity-parsers/issues/255 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_255 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_256.java b/src/test/java/com/univocity/parsers/issues/github/Github_256.java index cfa28a09..4deea63f 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_256.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_256.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/256 + * From: https://github.com/univocity/univocity-parsers/issues/256 * - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_256 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_26.java b/src/test/java/com/univocity/parsers/issues/github/Github_26.java index 6f2aecb3..8fff0163 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_26.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_26.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/26 + * From: https://github.com/univocity/univocity-parsers/issues/26 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_26 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_27.java b/src/test/java/com/univocity/parsers/issues/github/Github_27.java index 84413dfc..63a860b0 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_27.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_27.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/27 + * From: https://github.com/univocity/univocity-parsers/issues/27 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_27 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_29.java b/src/test/java/com/univocity/parsers/issues/github/Github_29.java index 313a82e2..657d60bd 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_29.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_29.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/29 + * From: https://github.com/univocity/univocity-parsers/issues/29 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_29 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_3.java b/src/test/java/com/univocity/parsers/issues/github/Github_3.java index 0ec6067d..19a6e057 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_3.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_3.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/3 + * From: https://github.com/univocity/univocity-parsers/issues/3 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_3 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_30.java b/src/test/java/com/univocity/parsers/issues/github/Github_30.java index b977d249..ace95e58 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_30.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_30.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/30 + * From: https://github.com/univocity/univocity-parsers/issues/30 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_30 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_31.java b/src/test/java/com/univocity/parsers/issues/github/Github_31.java index 777e0a83..047567c0 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_31.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_31.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/31 + * From: https://github.com/univocity/univocity-parsers/issues/31 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_31 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_32.java b/src/test/java/com/univocity/parsers/issues/github/Github_32.java index 044b5921..57fba975 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_32.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_32.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/32 + * From: https://github.com/univocity/univocity-parsers/issues/32 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_32 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_33.java b/src/test/java/com/univocity/parsers/issues/github/Github_33.java index 7f15843b..9eeb86fa 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_33.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_33.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,9 +27,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/33 + * From: https://github.com/univocity/univocity-parsers/issues/33 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_33 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_34.java b/src/test/java/com/univocity/parsers/issues/github/Github_34.java index 45db2b49..0721bee3 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_34.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_34.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/34 + * From: https://github.com/univocity/univocity-parsers/issues/34 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_35.java b/src/test/java/com/univocity/parsers/issues/github/Github_35.java index e97b142a..b87addbe 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_35.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_35.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/35 + * From: https://github.com/univocity/univocity-parsers/issues/35 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_35 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_37.java b/src/test/java/com/univocity/parsers/issues/github/Github_37.java index fd27e2d4..94f07bd9 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_37.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_37.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_39.java b/src/test/java/com/univocity/parsers/issues/github/Github_39.java index 420a9eaa..682f9cea 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_39.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_39.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015. uniVocity Software Pty Ltd + * Copyright (c) 2015. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_46.java b/src/test/java/com/univocity/parsers/issues/github/Github_46.java index 9ecda831..5b4b4392 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_46.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_46.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/46 + * From: https://github.com/univocity/univocity-parsers/issues/46 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_46 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_48.java b/src/test/java/com/univocity/parsers/issues/github/Github_48.java index cc1f9f1f..8f1b7aca 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_48.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_48.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,9 +28,9 @@ import java.util.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/48 + * From: https://github.com/univocity/univocity-parsers/issues/48 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_48 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_50.java b/src/test/java/com/univocity/parsers/issues/github/Github_50.java index 852e2fc7..46b1fbaf 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_50.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_50.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/50 + * From: https://github.com/univocity/univocity-parsers/issues/50 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_50 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_52.java b/src/test/java/com/univocity/parsers/issues/github/Github_52.java index 326ee144..d9a7d0f9 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_52.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_52.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/52 + * From: https://github.com/univocity/univocity-parsers/issues/52 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_52 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_60.java b/src/test/java/com/univocity/parsers/issues/github/Github_60.java index 215fff7a..4c6cd0bb 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_60.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_60.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,9 +21,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/60 + * From: https://github.com/univocity/univocity-parsers/issues/60 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_60 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_61.java b/src/test/java/com/univocity/parsers/issues/github/Github_61.java index 0b21257e..aaf21670 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_61.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_61.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,9 +20,9 @@ import static org.testng.Assert.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/61 + * From: https://github.com/univocity/univocity-parsers/issues/61 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_61 { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_62.java b/src/test/java/com/univocity/parsers/issues/github/Github_62.java index 1ecdc586..4da535b4 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_62.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_62.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_66.java b/src/test/java/com/univocity/parsers/issues/github/Github_66.java index b072f76a..ced7bb08 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_66.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_66.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_69.java b/src/test/java/com/univocity/parsers/issues/github/Github_69.java index d5fb11c6..ad84bd0d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_69.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_69.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_7.java b/src/test/java/com/univocity/parsers/issues/github/Github_7.java index b93cdd9b..c49ffec6 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_7.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_7.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,9 +24,9 @@ /** * - * From: https://github.com/uniVocity/univocity-parsers/issues/7 + * From: https://github.com/univocity/univocity-parsers/issues/7 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com * */ public class Github_7 extends ParserTestCase { diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_75.java b/src/test/java/com/univocity/parsers/issues/github/Github_75.java index 2ac3e7b6..8de443a6 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_75.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_75.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017 uniVocity Software Pty Ltd + * Copyright 2017 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_8.java b/src/test/java/com/univocity/parsers/issues/github/Github_8.java index 7e588979..cab6a2f1 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_8.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_8.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018. uniVocity Software Pty Ltd + * Copyright (c) 2018. Univocity Software Pty Ltd *

        * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ import java.util.*; /** - * From: https://github.com/uniVocity/univocity-parsers/issues/3 + * From: https://github.com/univocity/univocity-parsers/issues/3 * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Github_8 { @Test diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_85.java b/src/test/java/com/univocity/parsers/issues/github/Github_85.java index 63836f63..479123f0 100755 --- a/src/test/java/com/univocity/parsers/issues/github/Github_85.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_85.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_89.java b/src/test/java/com/univocity/parsers/issues/github/Github_89.java index 3f642610..09405f8f 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_89.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_89.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_92.java b/src/test/java/com/univocity/parsers/issues/github/Github_92.java index 1f598eff..26ab2f24 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_92.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_92.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_93.java b/src/test/java/com/univocity/parsers/issues/github/Github_93.java index 104392de..0efdaf9d 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_93.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_93.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/github/Github_97.java b/src/test/java/com/univocity/parsers/issues/github/Github_97.java index efa7d0de..4435ea35 100644 --- a/src/test/java/com/univocity/parsers/issues/github/Github_97.java +++ b/src/test/java/com/univocity/parsers/issues/github/Github_97.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Github_97 { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_1.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_1.java index 9e31cd10..1c46837c 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_1.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_1.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,7 +35,7 @@ * Resolution: * Skipping the use of the default conversion when a formatter is already in place. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Ticket_1 { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_10.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_10.java index f0207b57..64d95d66 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_10.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_10.java @@ -9,7 +9,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Ticket_10 { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_11.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_11.java index 8979930b..a2f210c4 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_11.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_11.java @@ -9,7 +9,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Ticket_11 { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_2.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_2.java index 1b28bf92..c9aacac3 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_2.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_2.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_3.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_3.java index 18ef1bdc..8655aff6 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_3.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_3.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_4.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_4.java index a157614a..1f761653 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_4.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_4.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_5.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_5.java index 76f16b3f..67b51b97 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_5.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_5.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_6.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_6.java index 8ae7b405..5405cea5 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_6.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_6.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_7.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_7.java index 8552ec55..c1bd977e 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_7.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_7.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2016 uniVocity Software Pty Ltd + * Copyright 2016 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ /** * Description: lenient flag was not being set in format options of @Format annotation. * - * @author uniVocity Software Pty Ltd - parsers@univocity.com + * @author Univocity Software Pty Ltd - parsers@univocity.com */ public class Ticket_7 { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_8.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_8.java index aa8614a4..13fa482f 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_8.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_8.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2015 uniVocity Software Pty Ltd + * Copyright 2015 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Ticket_8 extends Example { diff --git a/src/test/java/com/univocity/parsers/issues/support/Ticket_9.java b/src/test/java/com/univocity/parsers/issues/support/Ticket_9.java index 2b1fbb9b..f86669ec 100644 --- a/src/test/java/com/univocity/parsers/issues/support/Ticket_9.java +++ b/src/test/java/com/univocity/parsers/issues/support/Ticket_9.java @@ -8,7 +8,7 @@ import static org.testng.Assert.*; /** - * @author uniVocity Software Pty Ltd - dev@univocity.com + * @author Univocity Software Pty Ltd - dev@univocity.com */ public class Ticket_9 { diff --git a/src/test/java/com/univocity/parsers/tsv/TsvParserTest.java b/src/test/java/com/univocity/parsers/tsv/TsvParserTest.java index b22b0cb9..19bb575b 100644 --- a/src/test/java/com/univocity/parsers/tsv/TsvParserTest.java +++ b/src/test/java/com/univocity/parsers/tsv/TsvParserTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/univocity/parsers/tsv/TsvWriterTest.java b/src/test/java/com/univocity/parsers/tsv/TsvWriterTest.java index 12b4aa58..d3bdafda 100644 --- a/src/test/java/com/univocity/parsers/tsv/TsvWriterTest.java +++ b/src/test/java/com/univocity/parsers/tsv/TsvWriterTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2014 uniVocity Software Pty Ltd + * Copyright 2014 Univocity Software Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.