diff --git a/.gitignore b/.gitignore index afbd80b6e..4fc554ede 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Eclipse .metadata +.recommenders .classpath .project .settings diff --git a/LICENSE.txt b/LICENSE.txt index e8c07cb7f..f052b4665 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/build-config/pom.xml b/build-config/pom.xml index 5a2a4058d..f85705884 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -1,7 +1,7 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/macro/CommonMacros.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/macro/CommonMacros.ftl index 34d93b827..355c7bb73 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/macro/CommonMacros.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/macro/CommonMacros.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToXmlGregorianCalendar.ftl index 327b8bb93..602c574ae 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToZonedDateTime.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToZonedDateTime.ftl index 33281db5f..3d32cb908 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToZonedDateTime.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/CalendarToZonedDateTime.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/DateToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/DateToXmlGregorianCalendar.ftl index 543f25466..677cbb579 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/DateToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/DateToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JaxbElemToValue.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JaxbElemToValue.ftl index c7fc7db5f..e140bbc03 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JaxbElemToValue.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JaxbElemToValue.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaDateTimeToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaDateTimeToXmlGregorianCalendar.ftl index 94cbf8be2..7b2e211db 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaDateTimeToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaDateTimeToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateTimeToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateTimeToXmlGregorianCalendar.ftl index 430d6e949..36357b60a 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateTimeToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateTimeToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateToXmlGregorianCalendar.ftl index c126c2eaa..96f7a78f7 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalDateToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalTimeToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalTimeToXmlGregorianCalendar.ftl index 4ab4c3727..42cc51c65 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalTimeToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/JodaLocalTimeToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/LocalDateToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/LocalDateToXmlGregorianCalendar.ftl index 5426e1eee..5a628c692 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/LocalDateToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/LocalDateToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/StringToXmlGregorianCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/StringToXmlGregorianCalendar.ftl index 660813e42..41bd59402 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/StringToXmlGregorianCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/StringToXmlGregorianCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToCalendar.ftl index 25cd460d2..820ab1fc3 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToDate.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToDate.ftl index 5393f5d18..b75c0c08d 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToDate.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToDate.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaDateTime.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaDateTime.ftl index a3add88d8..ed5d6d0c8 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaDateTime.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaDateTime.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDate.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDate.ftl index 736da1770..93d335d02 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDate.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDate.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDateTime.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDateTime.ftl index cdfe56b88..56cdaa79e 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDateTime.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalDateTime.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalTime.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalTime.ftl index dc170e747..ef7dbee62 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalTime.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToJodaLocalTime.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToLocalDate.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToLocalDate.ftl index 7ad544c45..ed37379fc 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToLocalDate.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToLocalDate.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToString.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToString.ftl index 07720e2ff..553ba83a9 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToString.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/XmlGregorianCalendarToString.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/ZonedDateTimeToCalendar.ftl b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/ZonedDateTimeToCalendar.ftl index c69b5ae5d..8703f4e53 100644 --- a/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/ZonedDateTimeToCalendar.ftl +++ b/processor/src/main/resources/org/mapstruct/ap/internal/model/source/builtin/ZonedDateTimeToCalendar.ftl @@ -1,6 +1,6 @@ <#-- - Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) and/or other contributors as indicated by the @authors tag. See the copyright.txt file in the distribution for a full listing of all contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/internal/model/common/DateFormatValidatorFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/internal/model/common/DateFormatValidatorFactoryTest.java index 373edb292..4068fcd5a 100755 --- a/processor/src/test/java/org/mapstruct/ap/internal/model/common/DateFormatValidatorFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/internal/model/common/DateFormatValidatorFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/internal/model/common/DefaultConversionContextTest.java b/processor/src/test/java/org/mapstruct/ap/internal/model/common/DefaultConversionContextTest.java index e600e1675..ec27cce95 100755 --- a/processor/src/test/java/org/mapstruct/ap/internal/model/common/DefaultConversionContextTest.java +++ b/processor/src/test/java/org/mapstruct/ap/internal/model/common/DefaultConversionContextTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/internal/model/common/TypeFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/internal/model/common/TypeFactoryTest.java index 2e2ecd444..213bcb4f9 100644 --- a/processor/src/test/java/org/mapstruct/ap/internal/model/common/TypeFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/internal/model/common/TypeFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/internal/util/NativeTypesTest.java b/processor/src/test/java/org/mapstruct/ap/internal/util/NativeTypesTest.java index d4cf6e5c1..257fce4a1 100644 --- a/processor/src/test/java/org/mapstruct/ap/internal/util/NativeTypesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/internal/util/NativeTypesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/internal/util/StringsTest.java b/processor/src/test/java/org/mapstruct/ap/internal/util/StringsTest.java index 0ac09d1e8..af88a2a0f 100644 --- a/processor/src/test/java/org/mapstruct/ap/internal/util/StringsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/internal/util/StringsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractBaseMapper.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractBaseMapper.java index 99c7c27d7..955fb2d93 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractBaseMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractBaseMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractClassTest.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractClassTest.java index 69f01f248..77441c208 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractClassTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractClassTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractDto.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractDto.java index 204c37ff2..b674d184d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractReferencedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractReferencedMapper.java index 03da09765..3b5035748 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractReferencedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AbstractReferencedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AlsoHasId.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AlsoHasId.java index 208412d13..cc0c58c05 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AlsoHasId.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/AlsoHasId.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/BaseMapperInterface.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/BaseMapperInterface.java index 2c47e0c5f..17881cfb5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/BaseMapperInterface.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/BaseMapperInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/HasId.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/HasId.java index 31fce47f2..a29ad2433 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/HasId.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/HasId.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Identifiable.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Identifiable.java index 2db5ed63e..be8c65e35 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Identifiable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Identifiable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Measurable.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Measurable.java index a57b57018..1d0775f00 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Measurable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Measurable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapper.java index 482669582..ed6980745 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapperInterface.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapperInterface.java index 676bd8dee..089932d17 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapperInterface.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/ReferencedMapperInterface.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Source.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Source.java index 41b7163b5..655704f78 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/SourceTargetMapper.java index 0d31a3b1e..547f34566 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Target.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Target.java index 0db1b9ddc..6c91111a0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractAnimal.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractAnimal.java index 2e6cf68ff..7d3d2fa12 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractAnimal.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractAnimal.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractHuman.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractHuman.java index 5ff9f9652..a3965992b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractHuman.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AbstractHuman.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AnimalKey.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AnimalKey.java index b0d709d41..9fe80557e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AnimalKey.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/AnimalKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Child.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Child.java index 91a314ca8..0ce601b65 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Child.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Child.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Elephant.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Elephant.java index e54bb54ee..60de8084f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Elephant.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Elephant.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericIdentifiable.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericIdentifiable.java index ecf6b17d1..a7e73bb71 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericIdentifiable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericIdentifiable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyMapper.java index c55a247a7..c7ede0e58 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyTest.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyTest.java index 5b33439a7..2d404d4d9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/GenericsHierarchyTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/IAnimal.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/IAnimal.java index fbb514a3b..2f585887a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/IAnimal.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/IAnimal.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Identifiable.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Identifiable.java index bd1e49998..0b2c359b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Identifiable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Identifiable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Key.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Key.java index 75d77f860..e43a551fc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Key.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Key.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/KeyOfAllBeings.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/KeyOfAllBeings.java index a29709607..75781ed94 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/KeyOfAllBeings.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/KeyOfAllBeings.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Target.java b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Target.java index 4f0de47cc..5dcf73c9c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/abstractclass/generics/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/AccessibilityTest.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/AccessibilityTest.java index ede37e1dc..f8145fab7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/AccessibilityTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/AccessibilityTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperAbstr.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperAbstr.java index 0794781ca..32bdd7355 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperAbstr.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperAbstr.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperIfc.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperIfc.java index f16bb4174..fa983c4fb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperIfc.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/DefaultSourceTargetMapperIfc.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/Source.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/Source.java index 1bf25ed45..7d07a1691 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/Target.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/Target.java index 678db37c8..a5d198127 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/AbstractSourceTargetMapperProtected.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/AbstractSourceTargetMapperProtected.java index f4190aa31..ce2bb9d5d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/AbstractSourceTargetMapperProtected.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/AbstractSourceTargetMapperProtected.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousAbstractSourceTargetMapperPrivate.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousAbstractSourceTargetMapperPrivate.java index 20a5e197e..7e2645f43 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousAbstractSourceTargetMapperPrivate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousAbstractSourceTargetMapperPrivate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperDefaultOther.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperDefaultOther.java index 6ac8ec19e..ffd74f9d6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperDefaultOther.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperDefaultOther.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperPrivate.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperPrivate.java index 2fe490392..ff5371f86 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperPrivate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ErroneousSourceTargetMapperPrivate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedAccessibilityTest.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedAccessibilityTest.java index 0bd08e029..6aaa67933 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedAccessibilityTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedAccessibilityTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperDefaultSame.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperDefaultSame.java index e3024786b..499259f95 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperDefaultSame.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperDefaultSame.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperPrivate.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperPrivate.java index 25a10af57..108af0ac2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperPrivate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperPrivate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperProtected.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperProtected.java index 2a9a4aa3a..d8a6931eb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperProtected.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedMapperProtected.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedSource.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedSource.java index e28b6f423..b0a75cf82 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedTarget.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedTarget.java index 16ef5d57f..da13c64fb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/ReferencedTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Source.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Source.java index a4a5036c6..10a0f548d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperDefaultSame.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperDefaultSame.java index cad37f747..56cc9aed0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperDefaultSame.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperDefaultSame.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperProtected.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperProtected.java index 5c6179e37..6abd59693 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperProtected.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetMapperProtected.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperPrivateBase.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperPrivateBase.java index 082642d6c..9264ac6a1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperPrivateBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperPrivateBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperProtectedBase.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperProtectedBase.java index cb10ccea3..4435e81b5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperProtectedBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/SourceTargetmapperProtectedBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Target.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Target.java index 8538b8dc8..ab2e74a02 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/a/ReferencedMapperDefaultOther.java b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/a/ReferencedMapperDefaultOther.java index b22065c23..03ce8901b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/a/ReferencedMapperDefaultOther.java +++ b/processor/src/test/java/org/mapstruct/ap/test/accessibility/referenced/a/ReferencedMapperDefaultOther.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/array/ArrayMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/array/ArrayMappingTest.java index c2e8d8e30..d908b3102 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/array/ArrayMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/array/ArrayMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/array/ScienceMapper.java b/processor/src/test/java/org/mapstruct/ap/test/array/ScienceMapper.java index 93bf76310..89dbb3402 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/array/ScienceMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/array/ScienceMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/array/_target/ScientistDto.java b/processor/src/test/java/org/mapstruct/ap/test/array/_target/ScientistDto.java index b00cdd7a7..5ff88fbaf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/array/_target/ScientistDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/array/_target/ScientistDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/array/source/Scientist.java b/processor/src/test/java/org/mapstruct/ap/test/array/source/Scientist.java index 909f070fb..3e88df977 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/array/source/Scientist.java +++ b/processor/src/test/java/org/mapstruct/ap/test/array/source/Scientist.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/BooleanMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/bool/BooleanMappingTest.java index 6bb9534dc..01dff441a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/BooleanMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/BooleanMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/Person.java b/processor/src/test/java/org/mapstruct/ap/test/bool/Person.java index cadfd91d6..939b776bb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/PersonDto.java b/processor/src/test/java/org/mapstruct/ap/test/bool/PersonDto.java index 661e67985..07c10c29a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/PersonDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/PersonDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/PersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bool/PersonMapper.java index 6f4d05628..f064f3853 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/PersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/PersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/YesNo.java b/processor/src/test/java/org/mapstruct/ap/test/bool/YesNo.java index dd27ebf7c..8a087961f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/YesNo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/YesNo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bool/YesNoMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bool/YesNoMapper.java index d82a486bf..79616caf1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bool/YesNoMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bool/YesNoMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Mapper.java index 9b504c0eb..95dad2c3b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Test.java index a6887da57..67c4dd868 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Issue289Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Source.java index fd60a9826..b9f2c3c2c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/SourceElement.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/SourceElement.java index 6e8db179a..5ba6026f4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/SourceElement.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/SourceElement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetElement.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetElement.java index c01012c2b..ee719e4e6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetElement.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetElement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithSetter.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithSetter.java index f33c914ec..1355786fe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithSetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithSetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithoutSetter.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithoutSetter.java index 9b7e55155..c25d6509d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithoutSetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_289/TargetWithoutSetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Mapper.java index c21774084..4669f7677 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Test.java index b164a6929..d775baa74 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Issue306Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Source.java index d9773e5fd..8b3c6f648 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Target.java index 41979e3e7..14092b369 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_306/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Branch.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Branch.java index f2ce0a6ba..5177c4668 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Branch.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Branch.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/BranchLocation.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/BranchLocation.java index 1e301d6f6..43efd95a0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/BranchLocation.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/BranchLocation.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Country.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Country.java index 4007f0e0b..912c1a3e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Country.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Country.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Mapper.java index 84e3228ed..66999ad90 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Test.java index bd5349a9c..bcafe2250 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/Issue373Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/ResultDto.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/ResultDto.java index ad7c85f55..a37839371 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/ResultDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_373/ResultDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Mapper.java index b64e2b86f..db3c98518 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Test.java index ef188ca5e..82d27b5b9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374VoidMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374VoidMapper.java index 160a74f94..bff99efe6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374VoidMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Issue374VoidMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Source.java index 73463159e..e57c3737f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Target.java index 821f4eed3..cdd53f038 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_374/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Case.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Case.java index 60e203b22..025fdc5a9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Case.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Case.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Int.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Int.java index 3c11e5e1d..324cd4d8a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Int.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Int.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Mapper.java index a4440e677..2e790f30c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Test.java index 7ba289027..723d74b6a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Issue375Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Source.java index 591ef5ab7..f02aefb4d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Target.java index add82f53f..c6d3abe85 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_375/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameClassNameInDifferentPackageTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameClassNameInDifferentPackageTest.java index d8e6332d9..9a0311961 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameClassNameInDifferentPackageTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameClassNameInDifferentPackageTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameNameForSourceAndTargetCarsMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameNameForSourceAndTargetCarsMapper.java index bb942d055..2364b17ca 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameNameForSourceAndTargetCarsMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/SameNameForSourceAndTargetCarsMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/AnotherCar.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/AnotherCar.java index deabd28c5..9003a7d43 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/AnotherCar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/AnotherCar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/Cars.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/Cars.java index a7d14ac06..233701bee 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/Cars.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/_target/Cars.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/AnotherCar.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/AnotherCar.java index cae02bfd1..0b0e2ecf7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/AnotherCar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/AnotherCar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/Cars.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/Cars.java index b620ccc1f..6a22c6a37 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/Cars.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_394/source/Cars.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/EntityFactory.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/EntityFactory.java index 927fe54ba..a86dd7759 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/EntityFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/EntityFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Issue405Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Issue405Test.java index edb72cd4d..0eecf7322 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Issue405Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Issue405Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/People.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/People.java index 6f9f5db2c..d59d86f6e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/People.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/People.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Person.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Person.java index 55fe69ade..7883db38b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/PersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/PersonMapper.java index 7a828e658..a1ebaf0e8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/PersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_405/PersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Mapper.java index e6ff74ccb..09df5cb25 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Test.java index 6b1bd6e50..545c1e3df 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Issue513Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingException.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingException.java index a76d2750b..2bf8c9473 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingKeyException.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingKeyException.java index 85f9a9153..af409b1d4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingKeyException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingKeyException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingValueException.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingValueException.java index 76152922e..0f536f647 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingValueException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/MappingValueException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Source.java index f6ab85890..963f63e75 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceElement.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceElement.java index 011ba4f5e..520261e0d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceElement.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceElement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceKey.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceKey.java index 87124f31f..40e691e20 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceKey.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceValue.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceValue.java index eff93ca2f..84c38938c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceValue.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/SourceValue.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Target.java index f3d161d20..ed289ef7a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetElement.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetElement.java index 9aab02680..5dd5b081d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetElement.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetElement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetKey.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetKey.java index 8306b3ff9..e06194dfd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetKey.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetValue.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetValue.java index d6d33ef2e..dbfb00501 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetValue.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_513/TargetValue.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Mapper.java index f5618671e..a753c3720 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Test.java index f8f546ce1..26e90117a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Issue515Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Source.java index 69b2ea4b2..bf269841b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Target.java index c2a803e25..ef6379de4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_515/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Issue516Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Issue516Test.java index 65b064a64..862151774 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Issue516Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Issue516Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Source.java index ba50a1df7..750711763 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/SourceTargetMapper.java index 878715279..2e5c58cdd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Target.java index ebadb0078..76b42f453 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_516/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Issue577Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Issue577Test.java index bdac1b3c9..74191a4a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Issue577Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Issue577Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Source.java index 2d0ba80bf..c5aec8532 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/SourceTargetMapper.java index 302072b06..784151666 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Target.java index f4185c7e6..b59022e87 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_577/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/Issue581Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/Issue581Test.java index f4d89e451..f557a7a79 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/Issue581Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/Issue581Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/SourceTargetMapper.java index cd4d6a553..02234dc55 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/_target/Car.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/_target/Car.java index 1faf30a93..9ac3649ae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/_target/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/_target/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/source/Car.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/source/Car.java index 6c4dad420..cef6c41d1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/source/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_581/source/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/ErroneousSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/ErroneousSourceTargetMapper.java index cc69bc16d..8300bf971 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/ErroneousSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/ErroneousSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/Issue590Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/Issue590Test.java index a1d6298f1..ef7091bc6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/Issue590Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_590/Issue590Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Issue625Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Issue625Test.java index 66f9bca04..f52dac5d2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Issue625Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Issue625Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/ObjectFactory.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/ObjectFactory.java index c1884af6b..a4fdbca8b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/ObjectFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Source.java index 53cf6dd84..64fd2df40 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/SourceTargetMapper.java index 765547a0b..af4650cab 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Target.java index 67301b1d6..bfa7af20d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_625/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base1.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base1.java index 4e05bd6e8..cfaf8fecd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base2.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base2.java index e64fae855..7b9fd40a6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Base2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/ErroneousSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/ErroneousSourceTargetMapper.java index 64d323f31..5f2a91314 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/ErroneousSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/ErroneousSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Issue631Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Issue631Test.java index d695d7ee2..2dac1dd64 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Issue631Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_631/Issue631Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Bar.java index 476be0a71..4e4b84e5a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Foo.java index b9c51a4ce..ebb28d753 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/GenericContainerTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/GenericContainerTest.java index a323a6332..551982b55 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/GenericContainerTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/GenericContainerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Source.java index f907b0ec4..895effb2c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/SourceTargetMapper.java index 694d4708f..f465934d4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Target.java index 0b4e2713b..a368b2e67 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_634/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableContainer.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableContainer.java index 1565af2ab..472e34074 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableContainer.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableContainer.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableWithBoundedElementTypeTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableWithBoundedElementTypeTest.java index b75d1dbf0..0e4e26f7a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableWithBoundedElementTypeTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/IterableWithBoundedElementTypeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/ListContainer.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/ListContainer.java index 92eafd51f..df520075e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/ListContainer.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/ListContainer.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithCustomListMapping.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithCustomListMapping.java index 2cab1fa84..1c6cdc824 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithCustomListMapping.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithCustomListMapping.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithForgedIterableMapping.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithForgedIterableMapping.java index 09a0eb31e..473f5b93d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithForgedIterableMapping.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_775/MapperWithForgedIterableMapping.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Commit.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Commit.java index 6c75350e8..b47f65f49 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Commit.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Commit.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/GitlabTag.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/GitlabTag.java index b7764edd1..922a94e08 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/GitlabTag.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/GitlabTag.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Issue843Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Issue843Test.java index b44f01488..c8d4c48a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Issue843Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/Issue843Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagInfo.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagInfo.java index 12287ab4d..5870853ca 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagInfo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagMapper.java index 86e4a30c6..5e6d20b1c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_843/TagMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/Mapper846.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/Mapper846.java index f2b83fddc..1747c94be 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/Mapper846.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/Mapper846.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/UpdateTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/UpdateTest.java index 03b379adc..63aa45a87 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/UpdateTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_846/UpdateTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Mapper.java index c80ae809c..0b0857159 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Test.java index 8c409aec5..224b0306d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Issue849Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Source.java index 47f61483c..064ffe5b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Target.java index 00458abe6..0618b10bb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_849/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderDemoMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderDemoMapper.java index 01c62de5f..5f0062aaf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderDemoMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderDemoMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedSource.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedSource.java index dbd108189..f96ca6ef0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedTarget.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedTarget.java index d62819a75..4f35b13ca 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderedTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderingBug855Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderingBug855Test.java index 148dc23b2..2729eca1c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderingBug855Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_855/OrderingBug855Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/Issue865Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/Issue865Test.java index 085ad9092..8871f6dc1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/Issue865Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/Issue865Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjCoreUserEntity.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjCoreUserEntity.java index abc5e49f3..d1865e687 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjCoreUserEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjCoreUserEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjMemberDto.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjMemberDto.java index 1101ab463..0f97e62f3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjMemberDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjMemberDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectDto.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectDto.java index abb1f4910..de288c29c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntity.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntity.java index 2327ffc74..e57b95acf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntityWithoutSetter.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntityWithoutSetter.java index c3bbffdf8..691fdcc43 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntityWithoutSetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectEntityWithoutSetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectMapper.java index 1ab8bfb27..ffa699adb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_865/ProjectMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Config.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Config.java index 960bf4e47..cf50a0a39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Config.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Config.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/DefaultsToProcessorOptionsMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/DefaultsToProcessorOptionsMapper.java index 550e49c46..d1555374c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/DefaultsToProcessorOptionsMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/DefaultsToProcessorOptionsMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Issue880Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Issue880Test.java index 7af00c5a5..b3db6c142 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Issue880Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Issue880Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Poodle.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Poodle.java index 0da9f6e7b..5974d6d4d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Poodle.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/Poodle.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/UsesConfigFromAnnotationMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/UsesConfigFromAnnotationMapper.java index 6b945419e..72e7d5784 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/UsesConfigFromAnnotationMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_880/UsesConfigFromAnnotationMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/BuggyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/BuggyMapper.java index 058ea29dc..1d39b11be 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/BuggyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/BuggyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Dest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Dest.java index 244c8e196..281c065ef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Dest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Dest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Issue891Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Issue891Test.java index 156369f2c..78ab232ae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Issue891Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Issue891Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Src.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Src.java index 96acbd2ec..3e65efab4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Src.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/Src.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/SrcNested.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/SrcNested.java index d7229d43d..c638f9d26 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/SrcNested.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_891/SrcNested.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Mapper.java index 32817ebd6..f53762ecf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Test.java index 03f9ea477..3bdb375ee 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_892/Issue892Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/Issue895Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/Issue895Test.java index d8b24c44a..1cafeaa3d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/Issue895Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/Issue895Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/MultiArrayMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/MultiArrayMapper.java index fcb29cd9f..4acc5b6e7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/MultiArrayMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_895/MultiArrayMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/Issue909Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/Issue909Test.java index c7783456e..4cbe2531f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/Issue909Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/Issue909Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/ValuesMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/ValuesMapper.java index 93becb9e5..5198104be 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/ValuesMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_909/ValuesMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Domain.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Domain.java index a26dba0bc..43bbdb499 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Domain.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Domain.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapper.java index 55a51856b..4ce109c9f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapper.java index bec349d47..e926b2c92 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapper.java index 9f28d9cbe..c7a6a3d8a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapper.java index 1a7170174..1675a7405 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetter.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetter.java index 7f9a71f59..dc761eb27 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsDefaultMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsDefaultMapper.java index c288ebee4..de537096d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsDefaultMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsDefaultMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsNullMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsNullMapper.java index 7d62dc362..d6f595163 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsNullMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithNvmsNullMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithPresenceCheckMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithPresenceCheckMapper.java index 7a8f93531..a5758ab8c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithPresenceCheckMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DomainWithoutSetterDtoWithPresenceCheckMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Dto.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Dto.java index 698eca84a..cbc01b824 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Dto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Dto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DtoWithPresenceCheck.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DtoWithPresenceCheck.java index 9173d0c75..a4a6103e4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DtoWithPresenceCheck.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/DtoWithPresenceCheck.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Helper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Helper.java index 9240eeb84..1e60807a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Helper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Helper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913GetterMapperForCollectionsTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913GetterMapperForCollectionsTest.java index c680fea3f..96ec3968f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913GetterMapperForCollectionsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913GetterMapperForCollectionsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913SetterMapperForCollectionsTest.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913SetterMapperForCollectionsTest.java index c24ca6573..dc2f15253 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913SetterMapperForCollectionsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_913/Issue913SetterMapperForCollectionsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Issue931Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Issue931Test.java index 3861ff4a4..1c333021d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Issue931Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Issue931Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Nested.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Nested.java index c88d88dde..e66ecfcf6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Nested.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Nested.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Source.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Source.java index 30715c253..92a48be77 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/SourceTargetMapper.java index 658710b8c..755edd1ba 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Target.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Target.java index 7a4e43442..f23dcfca8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_931/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CarMapper.java index afc8e16bc..afd7784b3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CustomMapper.java index 604061762..eeaccfa34 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/CustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/Issue955Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/Issue955Test.java index 72b70a7e9..e049c250b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/Issue955Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/Issue955Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Car.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Car.java index 3ebfd78b6..4226f4e39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Person.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Person.java index 040eb2205..673d36c44 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/SuperCar.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/SuperCar.java index bc2924b1a..f7920850b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/SuperCar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_955/dto/SuperCar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionSource.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionSource.java index c1bce3ab4..6041810e9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionTarget.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionTarget.java index 5a1ba0d1e..a6b225315 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/CollectionTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971CollectionMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971CollectionMapper.java index 9b5b3bf01..b8f6e7066 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971CollectionMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971CollectionMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971MapMapper.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971MapMapper.java index 875af8684..f53ed7ccd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971MapMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971MapMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971Test.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971Test.java index 8be1e4db2..7bd6afe0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971Test.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/Issue971Test.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapSource.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapSource.java index 302d1deec..5eeaca168 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapTarget.java b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapTarget.java index 40f6dd5b6..b59ff7f98 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/bugs/_971/MapTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/BuiltInTest.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/BuiltInTest.java index 3a647c01a..62e626707 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/BuiltInTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/BuiltInTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/IterableTarget.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/IterableTarget.java index af36ab07a..b3467c024 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/IterableTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/IterableTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/MapTarget.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/MapTarget.java index f79568bef..4c33ce465 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/MapTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/_target/MapTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/CalendarProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/CalendarProperty.java index 44b7965f5..90bd0f229 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/CalendarProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/CalendarProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/DateProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/DateProperty.java index 382f4f865..912ca6f98 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/DateProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/DateProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementListProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementListProperty.java index 7a4364e9d..321b32b49 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementListProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementListProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementProperty.java index 556dcaca5..3c0c616c6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/JaxbElementProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringListProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringListProperty.java index ea3fd100a..effcfea81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringListProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringListProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringProperty.java index 13cd90700..b7063cfd9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/StringProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/XmlGregorianCalendarProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/XmlGregorianCalendarProperty.java index 9d06a3ad2..bb165acb6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/XmlGregorianCalendarProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/bean/XmlGregorianCalendarProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/bean/ZonedDateTimeProperty.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/bean/ZonedDateTimeProperty.java index 4a092a8b7..ee391ff13 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/bean/ZonedDateTimeProperty.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/bean/ZonedDateTimeProperty.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/CalendarToZonedDateTimeMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/CalendarToZonedDateTimeMapper.java index 0361c8a5e..ec2be5bf1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/CalendarToZonedDateTimeMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/CalendarToZonedDateTimeMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/ZonedDateTimeToCalendarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/ZonedDateTimeToCalendarMapper.java index f2af6e38b..b1281c111 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/ZonedDateTimeToCalendarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/java8time/mapper/ZonedDateTimeToCalendarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/JodaTimeTest.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/JodaTimeTest.java index eae0a1489..6d4cc7592 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/JodaTimeTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/JodaTimeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/DateTimeBean.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/DateTimeBean.java index cf13aac06..22f08dac3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/DateTimeBean.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/DateTimeBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateBean.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateBean.java index eb34e8915..60d553e39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateBean.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateTimeBean.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateTimeBean.java index 981b4ca54..dadebd9d7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateTimeBean.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalDateTimeBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalTimeBean.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalTimeBean.java index 3bcaf16f7..f59ab320e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalTimeBean.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/LocalTimeBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/XmlGregorianCalendarBean.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/XmlGregorianCalendarBean.java index cf89c371a..e87731e3e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/XmlGregorianCalendarBean.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/bean/XmlGregorianCalendarBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/DateTimeToXmlGregorianCalendar.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/DateTimeToXmlGregorianCalendar.java index fb238c2f4..459c394c2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/DateTimeToXmlGregorianCalendar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/DateTimeToXmlGregorianCalendar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateTimeToXmlGregorianCalendar.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateTimeToXmlGregorianCalendar.java index fe8d67c72..c88ab5523 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateTimeToXmlGregorianCalendar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateTimeToXmlGregorianCalendar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateToXmlGregorianCalendar.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateToXmlGregorianCalendar.java index 6c244ec06..1eabb75bd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateToXmlGregorianCalendar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalDateToXmlGregorianCalendar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalTimeToXmlGregorianCalendar.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalTimeToXmlGregorianCalendar.java index 67f8f8e40..2180efc09 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalTimeToXmlGregorianCalendar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/LocalTimeToXmlGregorianCalendar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToDateTime.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToDateTime.java index b75a478c4..b9b0d8a9a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToDateTime.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToDateTime.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDate.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDate.java index 454f06439..d95660610 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDateTime.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDateTime.java index 61e216dbe..99ef40848 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDateTime.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalDateTime.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalTime.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalTime.java index eef150d15..17ec485b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalTime.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/jodatime/mapper/XmlGregorianCalendarToLocalTime.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToDateMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToDateMapper.java index f427e9886..be052a305 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToDateMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToDateMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToStringMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToStringMapper.java index efacf9c3d..81626f8b5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToStringMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToStringMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToXmlGregCalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToXmlGregCalMapper.java index d5e8033e5..17e72ee19 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToXmlGregCalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/CalendarToXmlGregCalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToCalendarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToCalendarMapper.java index 111fe672d..32794e0d6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToCalendarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToCalendarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToXmlGregCalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToXmlGregCalMapper.java index d2c7fb117..26d4a264c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToXmlGregCalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/DateToXmlGregCalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/IterableSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/IterableSourceTargetMapper.java index f7c4951e6..05b228cd0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/IterableSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/IterableSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbListMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbListMapper.java index 37f0afd0e..e4ebcddb3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbListMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbListMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbMapper.java index 1377f1b84..b97689c63 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/JaxbMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/MapSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/MapSourceTargetMapper.java index c27ceff3b..e7e2f1463 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/MapSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/MapSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToCalendarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToCalendarMapper.java index 722bc0e0d..385cebd2e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToCalendarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToCalendarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToXmlGregCalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToXmlGregCalMapper.java index 117fdce3e..3880f96b6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToXmlGregCalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/StringToXmlGregCalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToCalendarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToCalendarMapper.java index 198315d53..e36b273ff 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToCalendarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToCalendarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToDateMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToDateMapper.java index 4ddd0aa3e..b942602df 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToDateMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToDateMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToStringMapper.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToStringMapper.java index 0e7e2dbf8..df6e94ccc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToStringMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/mapper/XmlGregCalToStringMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/source/IterableSource.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/source/IterableSource.java index 9886c3d40..824d238a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/source/IterableSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/source/IterableSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/builtin/source/MapSource.java b/processor/src/test/java/org/mapstruct/ap/test/builtin/source/MapSource.java index 01685a240..f77cb7471 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/builtin/source/MapSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/builtin/source/MapSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/BaseMapper.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/BaseMapper.java index e3856342f..cf37085c5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/BaseMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/BaseMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/CallbackMethodTest.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/CallbackMethodTest.java index 81808b295..5a72f807f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/CallbackMethodTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/CallbackMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ClassContainingCallbacks.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ClassContainingCallbacks.java index c22ec6fc2..5c37663fa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ClassContainingCallbacks.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ClassContainingCallbacks.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Invocation.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Invocation.java index 35c3a63c6..9a560294f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Invocation.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Invocation.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Qualified.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Qualified.java index cfdf3c55b..f80a554c7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Qualified.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Qualified.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Source.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Source.java index d516b6ae9..90f7893ef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceEnum.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceEnum.java index 230efbaef..25b636cd5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceEnum.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceEnum.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetCollectionMapper.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetCollectionMapper.java index 972da56df..c8f62b540 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetCollectionMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetCollectionMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetMapper.java index 86487c4f0..a7824fb7a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Target.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Target.java index 29bc559c7..a92f0af08 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/TargetEnum.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/TargetEnum.java index dc571da2e..65242cbfc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/TargetEnum.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/TargetEnum.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Address.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Address.java index e68da235a..d56f7cf72 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Address.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Address.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/AddressDto.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/AddressDto.java index be17ed2b9..635ea83aa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/AddressDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/AddressDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Company.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Company.java index 89bd014d5..88a77ecd3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Company.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Company.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyDto.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyDto.java index f6b6fbfe1..69a7ac6a5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapper.java index d4a2f40b8..d0c848b09 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapperPostProcessing.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapperPostProcessing.java index 26e7c7a09..e202d8b46 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapperPostProcessing.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/CompanyMapperPostProcessing.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Employee.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Employee.java index 12e3a76d4..9a685565f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Employee.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/Employee.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/EmployeeDto.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/EmployeeDto.java index 62b8c67fd..8f41b760e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/EmployeeDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/EmployeeDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/MappingResultPostprocessorTest.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/MappingResultPostprocessorTest.java index b4730e97b..de84c16f2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/MappingResultPostprocessorTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/ongeneratedmethods/MappingResultPostprocessorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Attribute.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Attribute.java index 3f242e840..1fbd761dd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Attribute.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Attribute.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/AttributeDto.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/AttributeDto.java index ae6588990..4d7e3f1b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/AttributeDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/AttributeDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/CallbacksWithReturnValuesTest.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/CallbacksWithReturnValuesTest.java index f0cb5e039..c10c4c3d3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/CallbacksWithReturnValuesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/CallbacksWithReturnValuesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Node.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Node.java index 3e50d90ae..e3ef45654 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Node.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Node.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeDto.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeDto.java index 3f74866a0..d5ef75a37 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperContext.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperContext.java index 6f734b856..e1f82f555 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperDefault.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperDefault.java index 7cf98d527..f3dfe15a0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperDefault.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperDefault.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperWithContext.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperWithContext.java index 391930fd6..8830bea52 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperWithContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NodeMapperWithContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Number.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Number.java index 23b6add7c..ad7c0bda1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Number.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/Number.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperContext.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperContext.java index ad70b80f6..ddadffa7a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperDefault.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperDefault.java index 945c7a98a..13919341f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperDefault.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperDefault.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperWithContext.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperWithContext.java index d8571257e..819162e88 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperWithContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/returning/NumberMapperWithContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CallbackMethodTypeMatchingTest.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CallbackMethodTypeMatchingTest.java index a383fcedb..22ea4d620 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CallbackMethodTypeMatchingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CallbackMethodTypeMatchingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CarMapper.java index 11cefc912..ba5170570 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/callbacks/typematching/CarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/CollectionMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/CollectionMappingTest.java index 400046f25..8dfa001b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/CollectionMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/CollectionMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/Colour.java b/processor/src/test/java/org/mapstruct/ap/test/collection/Colour.java index 5f8c084ce..15da46b18 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/Colour.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/Colour.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/Source.java index c4b4b308a..d00ed3e98 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/SourceTargetMapper.java index a45735f3d..fd192d07b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolder.java b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolder.java index 0fcbdcb7c..5e1f823c1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolder.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolder.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderArrayList.java b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderArrayList.java index 1102dfe7d..56de9408e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderArrayList.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderArrayList.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderToLongMap.java b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderToLongMap.java index 6b9c38e84..2334e4feb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderToLongMap.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/StringHolderToLongMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/Target.java index b2887fb92..3b16a91b3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/TestList.java b/processor/src/test/java/org/mapstruct/ap/test/collection/TestList.java index f197b9f7d..b06da0d38 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/TestList.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/TestList.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/TestMap.java b/processor/src/test/java/org/mapstruct/ap/test/collection/TestMap.java index 3b80e405a..a9d3c74ae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/TestMap.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/TestMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/AdderTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/AdderTest.java index 09ce561e2..6f434d2db 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/AdderTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/AdderTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/CatException.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/CatException.java index 51f0dfcbb..26e8dc605 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/CatException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/CatException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/DogException.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/DogException.java index fbb1f8a9e..3e91e3d02 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/DogException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/DogException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/PetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/PetMapper.java index 41a74f328..837a4baad 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/PetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/PetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/Source2Target2Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/Source2Target2Mapper.java index 71ca73a2a..9b3a30111 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/Source2Target2Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/Source2Target2Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapper.java index dd6c3ae72..10b516745 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefault.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefault.java index 91717b7f7..08670928f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefault.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefault.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferred.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferred.java index dde6aced8..97b0551d0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferred.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferred.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/TeethMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/TeethMapper.java index fb89fca87..89d36d03c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/TeethMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/TeethMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/AdderUsageObserver.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/AdderUsageObserver.java index 41ad5c47e..71c15d632 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/AdderUsageObserver.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/AdderUsageObserver.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/IndoorPet.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/IndoorPet.java index 2379fc7c1..17c077c12 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/IndoorPet.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/IndoorPet.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/OutdoorPet.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/OutdoorPet.java index a775b6187..296f54048 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/OutdoorPet.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/OutdoorPet.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Pet.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Pet.java index 13aec5d88..8920b71dc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Pet.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Pet.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target.java index 4554b3abe..7d87d1b7e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target2.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target2.java index a4c483235..946e7f498 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/Target2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetDali.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetDali.java index 50e0ac046..5f45e150f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetDali.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetDali.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetHuman.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetHuman.java index 1ccb3c7fe..f2ff11f0f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetHuman.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetHuman.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetOnlyGetter.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetOnlyGetter.java index 15b611696..5a8dc634c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetOnlyGetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetOnlyGetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetViaTargetType.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetViaTargetType.java index c0d36810f..ec5fabad8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetViaTargetType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetViaTargetType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetWithoutSetter.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetWithoutSetter.java index 30c70a1ef..695765c0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetWithoutSetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/_target/TargetWithoutSetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Foo.java index 4ec35513e..00be6cfbe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SingleElementSource.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SingleElementSource.java index bdb2dc59d..a9cf9f5fd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SingleElementSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SingleElementSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source.java index ab04778ec..c70f549b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source2.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source2.java index d65f71f7f..356d8ea38 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/Source2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SourceTeeth.java b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SourceTeeth.java index b8978bd34..e5d02df58 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SourceTeeth.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/adder/source/SourceTeeth.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/DefaultCollectionImplementationTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/DefaultCollectionImplementationTest.java index c01561f7b..3dba235cd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/DefaultCollectionImplementationTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/DefaultCollectionImplementationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterCollectionMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterCollectionMappingTest.java index 0660cc693..5326ccbd6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterCollectionMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterCollectionMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterMapper.java index 12c014255..58eb9db20 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterSource.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterSource.java index 926a33e84..f17d6f5ef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterTarget.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterTarget.java index 9b9433806..c266f7f41 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/NoSetterTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Source.java index 356ff14be..96236406f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceFoo.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceFoo.java index 6e3db9bf0..e2d7671b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceFoo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceFoo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceTargetMapper.java index 593577bda..724c9f647 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Target.java index 22e3bbbee..1293637a3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/TargetFoo.java b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/TargetFoo.java index a41cf1718..9b2b90920 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/TargetFoo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/defaultimplementation/TargetFoo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyItererableMappingMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyItererableMappingMapper.java index d2d72e35f..94513ebe9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyItererableMappingMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyItererableMappingMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyMapMappingMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyMapMappingMapper.java index b2abc3f09..62e5a949d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyMapMappingMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/EmptyMapMappingMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionMappingTest.java index de5c0f5d3..7dfb648d0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoElementMappingFound.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoElementMappingFound.java index 1cbbda0c7..d78ce5fb3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoElementMappingFound.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoElementMappingFound.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoKeyMappingFound.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoKeyMappingFound.java index 9c8a24f1b..4b5f74956 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoKeyMappingFound.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoKeyMappingFound.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoValueMappingFound.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoValueMappingFound.java index 6730845c9..a05de5427 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoValueMappingFound.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionNoValueMappingFound.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToNonCollectionMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToNonCollectionMapper.java index abd948490..40f23f1ac 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToNonCollectionMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToNonCollectionMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToPrimitivePropertyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToPrimitivePropertyMapper.java index a5420719c..e753492da 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToPrimitivePropertyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/ErroneousCollectionToPrimitivePropertyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Source.java index 71a2b5abe..7813dfaf8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Target.java index 9ad896c8a..64c8ff77d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/erroneous/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Bar.java index 7eca2d711..930058c79 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapper.java index c9a8a2d99..19331f348 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapperNullValueMappingReturnDefault.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapperNullValueMappingReturnDefault.java index 8f4f2eb48..726dec327 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapperNullValueMappingReturnDefault.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMapperNullValueMappingReturnDefault.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMappingTest.java index 687ae9fd9..3851c94ab 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/CollectionMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableMapMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableMapMapper.java index b71e74a2d..76e021f12 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableMapMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableMapMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableSetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableSetMapper.java index 24d5b36d7..43acb68ae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableSetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousCollectionNonMappableSetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapSource.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapSource.java index ab4f9889f..dd0cf1c49 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapTarget.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapTarget.java index 29a801108..648e819b5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableMapTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetSource.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetSource.java index 2f0e9bede..e85c57322 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetTarget.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetTarget.java index f97aa0c41..7a5d307fc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/ErroneousNonMappableSetTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Foo.java index 185b925fa..aa29236f3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Source.java index a7f8a80dd..450d51bdf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Target.java index 78a96cc07..6448efa13 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/forged/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/IterableToNonIterableMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/IterableToNonIterableMappingTest.java index 3d5767e99..d20c814f7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/IterableToNonIterableMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/IterableToNonIterableMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Source.java index 04067dc52..34ca2264f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/SourceTargetMapper.java index 9a5b3207e..714f20333 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/StringListMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/StringListMapper.java index 429c60488..d89e0fe1c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/StringListMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/StringListMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Target.java index 2245dc289..2d46d4a0d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/iterabletononiterable/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/CustomNumberMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/CustomNumberMapper.java index e6eb66f23..ec6a26e3c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/CustomNumberMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/CustomNumberMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/MapMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/MapMappingTest.java index 7d8292093..c705a7ae4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/MapMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/MapMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/Source.java index f339c9096..af7fc266e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/SourceTargetMapper.java index cc0b41648..94cca06a6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/Target.java index bfbb9f462..282fb2741 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/map/other/ImportedType.java b/processor/src/test/java/org/mapstruct/ap/test/collection/map/other/ImportedType.java index 68e8d0f85..4197c678d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/map/other/ImportedType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/map/other/ImportedType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/BeanMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/BeanMapper.java index 1038f3ef0..1f94bab64 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/BeanMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/BeanMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/CunningPlan.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/CunningPlan.java index bb62a26a2..63aaadcae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/CunningPlan.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/CunningPlan.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableExtendsBoundTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableExtendsBoundTargetMapper.java index 133dd331f..c45e27aa2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableExtendsBoundTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableExtendsBoundTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableSuperBoundSourceMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableSuperBoundSourceMapper.java index 13ec564b2..d22110cb5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableSuperBoundSourceMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableSuperBoundSourceMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMapper.java index 0058e6cd5..c27fe0f90 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMethod.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMethod.java index 34420d5e8..b7f42bdfa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMethod.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ErroneousIterableTypeVarBoundMapperOnMethod.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSource.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSource.java index 2636119a5..8dad91cd1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSourceTargetMapper.java index c0d6fa1c6..3df1a5df1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/ExtendsBoundSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/GoodIdea.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/GoodIdea.java index 18eeda9bb..edfdd743e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/GoodIdea.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/GoodIdea.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Idea.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Idea.java index 9b39655fd..c09ae57a6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Idea.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Idea.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Plan.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Plan.java index 5706a883b..74724a854 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Plan.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Plan.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Source.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Source.java index 372f1fb1c..6c8e701f6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SourceSuperBoundTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SourceSuperBoundTargetMapper.java index 781f5ceb5..e80bded7b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SourceSuperBoundTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SourceSuperBoundTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SuperBoundTarget.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SuperBoundTarget.java index fa0c7d141..367872e5c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SuperBoundTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/SuperBoundTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Target.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Target.java index 1df4373f5..c1240d06e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/WildCardTest.java b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/WildCardTest.java index 2b48533ef..e35bcc668 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/WildCardTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/collection/wildcard/WildCardTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapper.java index 1044617e3..453dc657d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapperTest.java b/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapperTest.java index 8ec810dd9..aea64ae58 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapperTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/CarMapperTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/_target/CarDto.java b/processor/src/test/java/org/mapstruct/ap/test/complex/_target/CarDto.java index b3579630d..30f5166ea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/_target/CarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/_target/CarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/_target/PersonDto.java b/processor/src/test/java/org/mapstruct/ap/test/complex/_target/PersonDto.java index 16a867ff2..d544b0f0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/_target/PersonDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/_target/PersonDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/other/DateMapper.java b/processor/src/test/java/org/mapstruct/ap/test/complex/other/DateMapper.java index 9cd6e6e20..3df1a8f2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/other/DateMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/other/DateMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Car.java b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Car.java index fecbfe956..67317837b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Category.java b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Category.java index b57882b97..d5af18069 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Category.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Category.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Person.java b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Person.java index 98bf47773..9c3e20011 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/complex/source/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/complex/source/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/AutomappingNodeMapperWithContext.java b/processor/src/test/java/org/mapstruct/ap/test/context/AutomappingNodeMapperWithContext.java index 19ef75a74..773911bb9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/AutomappingNodeMapperWithContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/AutomappingNodeMapperWithContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterErroneousTest.java b/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterErroneousTest.java index 654d54807..89a226eb2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterErroneousTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterErroneousTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterTest.java b/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterTest.java index 4e0721ca8..25b74cd9f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/ContextParameterTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/CycleContext.java b/processor/src/test/java/org/mapstruct/ap/test/context/CycleContext.java index 842f42a4f..713817eb8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/CycleContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/CycleContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/CycleContextLifecycleMethods.java b/processor/src/test/java/org/mapstruct/ap/test/context/CycleContextLifecycleMethods.java index 9997cf8f3..47684f064 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/CycleContextLifecycleMethods.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/CycleContextLifecycleMethods.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/FactoryContext.java b/processor/src/test/java/org/mapstruct/ap/test/context/FactoryContext.java index cc612cb1d..1592f8807 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/FactoryContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/FactoryContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/Node.java b/processor/src/test/java/org/mapstruct/ap/test/context/Node.java index f024cdd16..07b923704 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/Node.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/Node.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/NodeDto.java b/processor/src/test/java/org/mapstruct/ap/test/context/NodeDto.java index e5f6ab1a7..2bfb2978c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/NodeDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/NodeDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/NodeMapperWithContext.java b/processor/src/test/java/org/mapstruct/ap/test/context/NodeMapperWithContext.java index bb44f1d1d..9d5a39723 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/NodeMapperWithContext.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/NodeMapperWithContext.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/context/erroneous/ErroneousNodeMapperWithNonUniqueContextTypes.java b/processor/src/test/java/org/mapstruct/ap/test/context/erroneous/ErroneousNodeMapperWithNonUniqueContextTypes.java index 2bda0290a..98ddb2e08 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/context/erroneous/ErroneousNodeMapperWithNonUniqueContextTypes.java +++ b/processor/src/test/java/org/mapstruct/ap/test/context/erroneous/ErroneousNodeMapperWithNonUniqueContextTypes.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/ConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/ConversionTest.java index 2ec3a19ee..521be1f50 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/ConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/ConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/Source.java index a5f1299f2..7c6858900 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/SourceTargetMapper.java index 4e06eac5d..683f58342 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/Target.java index 10596bb9f..23de76c88 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalMapper.java index 51c827be2..ff92d1633 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalSource.java index 04afc9a28..8413063ee 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalTarget.java index b9b1ee267..5a187c426 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigDecimalTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerMapper.java index 810f41ef6..3692ca222 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerSource.java index 2abf9dfc5..cbbe012b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerTarget.java index 4e2fe89a1..ed33131c6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigIntegerTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigNumbersConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigNumbersConversionTest.java index 9e91f0f1e..eef41167b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigNumbersConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/bignumbers/BigNumbersConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/DateConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/DateConversionTest.java index 4d9e611a9..8441510fd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/DateConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/DateConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Source.java index ed2c7c4c6..eb20d26b8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/SourceTargetMapper.java index 1e3442676..75f4d0a52 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Target.java index a2416221a..263b12d46 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/date/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Java8TimeConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Java8TimeConversionTest.java index e30638e97..7e7574d1b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Java8TimeConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Java8TimeConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/LocalDateToXMLGregorianCalendarConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/LocalDateToXMLGregorianCalendarConversionTest.java index cd4bf7c9a..9a76dd0aa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/LocalDateToXMLGregorianCalendarConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/LocalDateToXMLGregorianCalendarConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Source.java index 1c5830df1..e2ea78bde 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/SourceTargetMapper.java index d13ba37ff..e8ff00c4d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Target.java index 7041ec2ff..68c8430b8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Source.java index f45cdf23d..151888a22 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/SourceTargetMapper.java index b815afb82..3e9046b73 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Target.java index 296f7384f..5e35b98e4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/java8time/localdatetoxmlgregoriancalendarconversion/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/JodaConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/JodaConversionTest.java index 26449127d..1d9ab3cea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/JodaConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/JodaConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Source.java index 54a266d7d..1a2ababef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceTargetMapper.java index 30d56ccf1..ff6546ad3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceWithStringDate.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceWithStringDate.java index 6d7e888ae..46ef4e141 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceWithStringDate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/SourceWithStringDate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/StringToLocalDateMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/StringToLocalDateMapper.java index c7dedc6b9..7e55dfb04 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/StringToLocalDateMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/StringToLocalDateMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Target.java index af8fdfb25..a654f48ba 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/TargetWithLocalDate.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/TargetWithLocalDate.java index abf0e6fc4..8efa3c9ff 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/TargetWithLocalDate.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/jodatime/TargetWithLocalDate.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanConversionTest.java index a2b69bf12..2572c9934 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanMapper.java index 67ce45f43..80615d844 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanSource.java index 7efe85de7..583257878 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanTarget.java index 92ec4cf29..95a091af2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/BooleanTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteSource.java index 12bf13236..c76291213 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteTarget.java index 7aed81cf2..b9006d8b3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperSource.java index 8a6b5982a..8a8292c64 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperTarget.java index 2ac6ccf9a..010c2c6a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ByteWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharConversionTest.java index a318db30c..80cafea74 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharMapper.java index 458b0ad02..fdf7d48bc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharSource.java index 9540bafc1..9593524f7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharTarget.java index 87e4f6b7f..c74cef64a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/CharTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleSource.java index 428c5d463..90ce2f320 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleTarget.java index e0400ca2f..88e875472 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperSource.java index ddd440742..3565ec000 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperTarget.java index 2419a5651..56a5ebd8b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/DoubleWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatSource.java index fb87e36cf..33e139820 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatTarget.java index 9038b3f2e..de2e5f2ea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperSource.java index b9da94825..78698d328 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperTarget.java index dde84e4e8..8b4ab38f3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/FloatWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntSource.java index b872ae6ec..d804202ba 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntTarget.java index 30ab37e9c..2b8b9fe2f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperSource.java index d12fe1265..b22fcd371 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperTarget.java index 1acd00573..f7a568fff 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/IntWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongSource.java index a8f2806be..d7e5b100a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongTarget.java index e241a6960..125246784 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperSource.java index e24a546b1..093667e58 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperTarget.java index ace30d992..d5844e042 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/LongWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/NumberConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/NumberConversionTest.java index 1b231a198..2579bfc55 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/NumberConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/NumberConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortSource.java index 90135fa1d..1ba02c15e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortTarget.java index 91e583c38..e820c6fe9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperSource.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperSource.java index 2b759087a..c72f3a794 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperTarget.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperTarget.java index c7e105643..a1dc1367a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/ShortWrapperTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/SourceTargetMapper.java index fcbe2bf78..eb2acff75 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/nativetypes/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/NumberFormatConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/NumberFormatConversionTest.java index 263aa26c3..6ef67611a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/NumberFormatConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/NumberFormatConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Source.java index 4d7c0c9af..d9989bcd7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/SourceTargetMapper.java index 5e7ae3f66..e283e3c60 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Target.java index e87bbda44..876b2bf8e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/numbers/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/ConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/ConversionTest.java index be0f66837..36261ed1d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/ConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/ConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/IntegerStringMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/IntegerStringMapper.java index f0164ea0f..af368b487 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/IntegerStringMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/IntegerStringMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Source.java index 5d771dc5e..b6590a300 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/SourceTargetMapper.java index a5601efb6..fec8f56dd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Target.java index 3f4633fc6..8baa2f17d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/precedence/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Source.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Source.java index 584a0d109..0306c5a2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/SourceTargetMapper.java index 7e46c7b67..e68a1be21 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/StringConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/StringConversionTest.java index b68b31378..8d621e6c7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/StringConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/StringConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Target.java b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Target.java index 2accb89d1..75b56decc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/conversion/string/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Address.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Address.java index 331508cbf..af01a27e5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Address.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Address.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/AddressDto.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/AddressDto.java index 3b8dcf9cc..92f4d01e6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/AddressDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/AddressDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapper.java index 3811eb9b2..9a7d2c44b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapperDecorator.java index a30477add..45def49fa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/AnotherPersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/DecoratorTest.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/DecoratorTest.java index 05abcded8..cf51db200 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/DecoratorTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/DecoratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Employer.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Employer.java index cae13a84b..a53dbd9b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Employer.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Employer.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerDto.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerDto.java index 798e6a6bf..99bfe1f03 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerMapper.java index 0912744bc..ea6368c7a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/EmployerMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapper.java index d9f5fee78..38756603e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapperDecorator.java index 1af079dd3..c82e3f6c0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/ErroneousPersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person.java index 7f7537be1..b3dc9348d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2.java index aa3d8568e..56eb026fc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2Mapper.java index bf284bdc0..4f9a06e8d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2MapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2MapperDecorator.java index d52cfa51a..bd4528a2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2MapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/Person2MapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto.java index 2d9320007..5f7a41453 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto2.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto2.java index e80d5cf67..de9eacebb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonDto2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapper.java index 883ab49bb..ca809547d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapperDecorator.java index 44bddeb42..4d7a7ad54 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/PersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClub.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClub.java index 4d425fbf2..a437f4650 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClub.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClub.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClubDto.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClubDto.java index 2b1ea70a9..43f441e7e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClubDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/SportsClubDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java index 221c6bfd5..a42c016b0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapperDecorator.java index 1ae1e6cd2..e577c65d4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/Jsr330DecoratorTest.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/Jsr330DecoratorTest.java index abbeb85dc..4089b0574 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/Jsr330DecoratorTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/Jsr330DecoratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapper.java index 3d19ed192..9a2e90ae8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapperDecorator.java index 1a59bbb22..cb557348d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/jsr330/PersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapper.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapper.java index bdd7eded0..decbb04a5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapperDecorator.java index 787fc6297..9870460fb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/PersonMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/SpringDecoratorTest.java b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/SpringDecoratorTest.java index 6084b10db..ddae3084f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/SpringDecoratorTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/decorator/spring/SpringDecoratorTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryDts.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryDts.java index af505a2d1..11c581049 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryDts.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryDts.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryEntity.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryEntity.java index 33a8d96f0..ec09a9fbb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryMapper.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryMapper.java index ab66d0077..3f3b9ba7b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/CountryMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/DefaultValueTest.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/DefaultValueTest.java index fb5319252..885230f2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/DefaultValueTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/DefaultValueTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper.java index a88c32146..9e6888964 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper2.java index af99013aa..144bf4ab7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/ErroneousMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/Region.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/Region.java index 623ca9e4e..806fb93a0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/Region.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/Region.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/other/Continent.java b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/other/Continent.java index 17b6a8f40..582e2e2fe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/other/Continent.java +++ b/processor/src/test/java/org/mapstruct/ap/test/defaultvalue/other/Continent.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/Address.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/Address.java index 70679d991..795b79cd1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/Address.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/Address.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressDto.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressDto.java index d575fd2c2..79a2d117d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressMapper.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressMapper.java index c2bb58522..659e09b89 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/AddressMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithCyclicDependency.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithCyclicDependency.java index 92d421fcd..5d90ef2f0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithCyclicDependency.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithCyclicDependency.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithUnknownPropertyInDependsOn.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithUnknownPropertyInDependsOn.java index 92494ddb5..aae69336a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithUnknownPropertyInDependsOn.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/ErroneousAddressMapperWithUnknownPropertyInDependsOn.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/GraphAnalyzerTest.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/GraphAnalyzerTest.java index a9fa041c6..1f1919ca8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/GraphAnalyzerTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/GraphAnalyzerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/OrderingTest.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/OrderingTest.java index 8c4756c79..9c3fdff9a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/OrderingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/OrderingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/Person.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/Person.java index 8d8fcfc37..c2fc9fc9a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/dependency/PersonDto.java b/processor/src/test/java/org/mapstruct/ap/test/dependency/PersonDto.java index b3ca51394..4b9c42015 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/dependency/PersonDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/dependency/PersonDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationClassNameMapper.java b/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationClassNameMapper.java index dc1cc88e5..73861decc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationClassNameMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationClassNameMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationPackageNameMapper.java b/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationPackageNameMapper.java index 84b126c98..f2d59f321 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationPackageNameMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/AbstractDestinationPackageNameMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapper.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapper.java index 20bce5744..2848dbbef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperConfig.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperConfig.java index 8de482796..7c3bc5ccf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorated.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorated.java index 3ede7e298..494c876cb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorated.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorated.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorator.java index cd598f7ef..cd4ef10b9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfig.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfig.java index ae18c4258..d0fba5a6c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfigOverride.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfigOverride.java index 89933b3aa..15bdad4d2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfigOverride.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameMapperWithConfigOverride.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameTest.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameTest.java index 779c537cd..6b8006104 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameWithJsr330Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameWithJsr330Mapper.java index b2893db5e..40f4ce43e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameWithJsr330Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationClassNameWithJsr330Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapper.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapper.java index ebd4c747d..942d89089 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperConfig.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperConfig.java index 64bfc9830..3be6e29fc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorated.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorated.java index b2f320404..3b48aa4a9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorated.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorated.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorator.java index 8de22c10a..92263df6a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfig.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfig.java index 4ea68c208..9e24c6ddf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfigOverride.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfigOverride.java index 543fd0679..e55bc764c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfigOverride.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithConfigOverride.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithSuffix.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithSuffix.java index 009945def..d38afd83b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithSuffix.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameMapperWithSuffix.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameTest.java b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameTest.java index c938c15a1..b94c8326c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/destination/DestinationPackageNameTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/EnumMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/enums/EnumMappingTest.java index e30b8c13e..632c17101 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/EnumMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/EnumMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperMappingSameConstantTwice.java b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperMappingSameConstantTwice.java index 74c9a50fe..5c0f514b3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperMappingSameConstantTwice.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperMappingSameConstantTwice.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java index 07ed25552..a8e6c999b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperUsingUnknownEnumConstants.java b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperUsingUnknownEnumConstants.java index b593eb9cc..a4520b5e1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperUsingUnknownEnumConstants.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/ErroneousOrderMapperUsingUnknownEnumConstants.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/ExternalOrderType.java b/processor/src/test/java/org/mapstruct/ap/test/enums/ExternalOrderType.java index 4236d74dc..2388a05f9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/ExternalOrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/ExternalOrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderDto.java b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderDto.java index 3518d7c66..97c935971 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderEntity.java b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderEntity.java index c190d35fa..bc9136ec9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderMapper.java b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderMapper.java index 13b4401aa..c6a3e5e7e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderType.java b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderType.java index 5436a3157..e1f3625d0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/enums/OrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/enums/OrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousAnnotatedFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousAnnotatedFactoryTest.java index 94b14138f..a9ea638f1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousAnnotatedFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousAnnotatedFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousBarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousBarFactory.java index bb16039ab..80c67f79c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousBarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/AmbiguousBarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Bar.java index 6deacf9b1..ab2a15b6d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Foo.java index 5d5163a14..2560d8432 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Source.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Source.java index 10bea3f69..5b5aafdf6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/SourceTargetMapperAndBarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/SourceTargetMapperAndBarFactory.java index 2de637ad1..b55ac6e60 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/SourceTargetMapperAndBarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/SourceTargetMapperAndBarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Target.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Target.java index 4c345d8c3..708972fd4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousannotatedfactorymethod/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Bar.java index f075e89bf..654630bf1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/FactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/FactoryTest.java index 3d20b6217..2f8746fef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/FactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/FactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Foo.java index 53fc7277a..914570ac0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Source.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Source.java index 9edbe2131..df6ffab91 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/SourceTargetMapperAndBarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/SourceTargetMapperAndBarFactory.java index 5544b45bf..9c308a8a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/SourceTargetMapperAndBarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/SourceTargetMapperAndBarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Target.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Target.java index 60ee0f4de..0d240301c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/a/BarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/a/BarFactory.java index 1f032cf65..b849f8051 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/a/BarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/ambiguousfactorymethod/a/BarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/AnnotationNotFoundTest.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/AnnotationNotFoundTest.java index d0451d1cf..4b55a0bd2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/AnnotationNotFoundTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/AnnotationNotFoundTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/ErroneousMapper.java index 0c4a2ba4d..081a3e94c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/NotFoundAnnotation.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/NotFoundAnnotation.java index a57355374..c1bc59b1c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/NotFoundAnnotation.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/NotFoundAnnotation.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Source.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Source.java index 74ee35c22..ae57f63e5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Target.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Target.java index d073d8bb4..81a5267ea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/annotationnotfound/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/AnotherTarget.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/AnotherTarget.java index 97bdf49ee..d7ca42c86 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/AnotherTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/AnotherTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/DummySource.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/DummySource.java index edea618ec..6f1d88988 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/DummySource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/DummySource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper.java index 20c60fce1..57484a6e2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper1.java index 6d675d558..ce7bbeeae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper2.java index 66fe356cd..698a7509d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMappingsTest.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMappingsTest.java index 5d68b8193..1d75fa3b8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMappingsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/ErroneousMappingsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Source.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Source.java index f638828b6..1b1d13ebf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Target.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Target.java index 57f2a2c8e..e0804545b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/attributereference/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMapper.java index cd313bda7..48facfab4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMappingsTest.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMappingsTest.java index 06566a695..1b3e9cee6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMappingsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/ErroneousMappingsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Source.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Source.java index 3fd9fe9d6..28fb0ec0e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Target.java b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Target.java index efb8149f1..ae70028e4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/erroneous/typemismatch/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTest.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTest.java index f693b8b8a..fdd3d4525 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestDecorator.java index b0ec24067..76935d5c6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestMapper.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestMapper.java index 705b2e99d..9c285713f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/ExceptionTestMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/Source.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/Source.java index 87644e416..d0c71df15 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/SourceTargetMapper.java index ee6749676..58a851d32 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/Target.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/Target.java index 52104d17d..d56a25b5e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/TestException2.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/TestException2.java index 42dcf8138..1b9ff31b9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/TestException2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/TestException2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestException1.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestException1.java index e0cbe0828..b3a1d6b9d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestException1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestException1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestExceptionBase.java b/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestExceptionBase.java index 62c584458..bdf4a9450 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestExceptionBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/exceptions/imports/TestExceptionBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar1.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar1.java index ed7448ee6..0463ce50a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar2.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar2.java index 50dd189cb..64164a5bc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar3.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar3.java index 784615231..e493f9da3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar4.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar4.java index 3b089d12d..fc3e7cc22 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Bar4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Bar4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomList.java b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomList.java index 629e0d724..9ecb0eb64 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomList.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomList.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomListImpl.java b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomListImpl.java index 23da096d5..156fa870c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomListImpl.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomListImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMap.java b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMap.java index b2fae108d..748c721a8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMap.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMap.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMapImpl.java b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMapImpl.java index 77da1cdcd..54d716c77 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMapImpl.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/CustomMapImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryCreatable.java b/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryCreatable.java index 72d04856a..6a28e077b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryCreatable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryCreatable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryTest.java index 4ca2be79d..327bc16ad 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/FactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo1.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo1.java index 78a4699a2..817e65bb9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo2.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo2.java index ee5373fff..d46d7088b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo3.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo3.java index afcbbcc99..7955f89d7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo4.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo4.java index cf45610b0..ba741b9e5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Foo4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Foo4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/GenericFactory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/GenericFactory.java index 13df4628e..601ed9da7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/GenericFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/GenericFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Source.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Source.java index eb3abba2e..a3b527e6f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperAndBar2Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperAndBar2Factory.java index 21e34a3f5..80da7faa8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperAndBar2Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperAndBar2Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperWithGenericFactory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperWithGenericFactory.java index bc4facaff..aeeca0f3b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperWithGenericFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/SourceTargetMapperWithGenericFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/Target.java b/processor/src/test/java/org/mapstruct/ap/test/factories/Target.java index 6edfcf483..e5cfea36f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/a/BarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/a/BarFactory.java index aa095f1c3..cdc877735 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/a/BarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/a/BarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5.java index 08e66b700..3d0695496 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5Factory.java index 60737d3bf..68e3df1c9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar5Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6.java index ffe70e438..7cd6c93d3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6Factory.java index aae05b0d6..f3b035168 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar6Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7.java index f2c75030e..d1e69b2db 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7Factory.java index 032f6dc4a..055676692 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Bar7Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5A.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5A.java index 7a4cf71a6..bd7de6cd3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5A.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5A.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5B.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5B.java index 58fbf5f80..c78bf18a1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5B.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo5B.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6A.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6A.java index 381e5c277..a87fff17f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6A.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6A.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6B.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6B.java index ad06ce91e..eff9a25a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6B.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo6B.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7A.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7A.java index 82f7318f0..928967e70 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7A.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7A.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7B.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7B.java index 6c23f6e37..6e0d620aa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7B.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/Foo7B.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssigmentFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssigmentFactoryTest.java index 6c20c43a0..ea7a4aeb6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssigmentFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssigmentFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssignmentFactoryTestMapper.java b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssignmentFactoryTestMapper.java index 849cdb578..e45198f47 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssignmentFactoryTestMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/assignment/ParameterAssignmentFactoryTestMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/b/BarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/b/BarFactory.java index 798b52e2b..2584db522 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/b/BarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/b/BarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/c/BarFactory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/c/BarFactory.java index 78abd2adf..9793b5a53 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/c/BarFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/c/BarFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10.java index e0c2d6a14..f3f0074e9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10Factory.java index 9d378b79a..271d28d2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Bar10Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Foo10.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Foo10.java index b231e35de..5067ddfc2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Foo10.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/Foo10.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTest.java index 11d6be21c..93d117ce0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTestMapper.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTestMapper.java index 69508e237..d697f8479 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTestMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/QualifiedFactoryTestMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/TestQualifier.java b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/TestQualifier.java index d85a53c02..6d5a9bd0c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/TestQualifier.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/qualified/TestQualifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Base.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Base.java index 89962ef4f..229f1782e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Base.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Base.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Child.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Child.java index 379e3d3c7..4d397dfa9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Child.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Child.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Factory.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Factory.java index a8191baaa..e25b9e98b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Factory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Bar9Factory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Base.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Base.java index 26dff46c8..ceacf3ae7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Base.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Base.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Child.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Child.java index 2aaed5a5f..cd540eaf0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Child.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/Foo9Child.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTest.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTest.java index 2fbe5e0fc..c0b6217f2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTestMapper.java b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTestMapper.java index c9640864d..f549e4777 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTestMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/factories/targettype/TargetTypeFactoryTestMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/fields/FieldsMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/fields/FieldsMappingTest.java index ca6d44074..df6fccd51 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/fields/FieldsMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/fields/FieldsMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/fields/Source.java b/processor/src/test/java/org/mapstruct/ap/test/fields/Source.java index b82203651..e9dbfc134 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/fields/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/fields/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/fields/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/fields/SourceTargetMapper.java index 367e024ed..2f819681c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/fields/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/fields/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/fields/Target.java b/processor/src/test/java/org/mapstruct/ap/test/fields/Target.java index e54ddb3f7..871799a4d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/fields/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/fields/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractIdHoldingTo.java b/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractIdHoldingTo.java index 8d1d6e9e9..16d3a5917 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractIdHoldingTo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractIdHoldingTo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractTo.java b/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractTo.java index c2379e9f9..6fd9d24b2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractTo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/AbstractTo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/GenericsTest.java b/processor/src/test/java/org/mapstruct/ap/test/generics/GenericsTest.java index d85464477..8bf6213de 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/GenericsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/GenericsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/Source.java b/processor/src/test/java/org/mapstruct/ap/test/generics/Source.java index ae7d2daad..398a4e65e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/generics/SourceTargetMapper.java index 2c73d5b27..9c888551f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/TargetTo.java b/processor/src/test/java/org/mapstruct/ap/test/generics/TargetTo.java index 5d577066a..0ee83d724 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/TargetTo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/TargetTo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperBase.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperBase.java index 05bcb3569..13e4bfa79 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperWithGenericSuperClassTest.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperWithGenericSuperClassTest.java index 545aa7adb..68a720a78 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperWithGenericSuperClassTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/MapperWithGenericSuperClassTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/SearchResult.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/SearchResult.java index 9d4bd0863..90c1722cd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/SearchResult.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/SearchResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/Vessel.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/Vessel.java index d74b02ca5..d23cd631c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/Vessel.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/Vessel.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselDto.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselDto.java index e662be7e6..cd41e588a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselSearchResultMapper.java b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselSearchResultMapper.java index fe18edeaa..12af7b12d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselSearchResultMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/generics/genericsupertype/VesselSearchResultMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/Animal.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/Animal.java index 7b432798e..a7c43578a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/Animal.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/Animal.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalDto.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalDto.java index ac7ea4ff2..39ab114b2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalMapper.java index 2c2434ae7..97b6b79ce 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/AnimalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/ErroneousTargetHasNoWriteAccessorMapper.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/ErroneousTargetHasNoWriteAccessorMapper.java index e6fcd8966..0e2ee9635 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/ErroneousTargetHasNoWriteAccessorMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/ErroneousTargetHasNoWriteAccessorMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/IgnorePropertyTest.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/IgnorePropertyTest.java index 96fad9a14..39db8ee0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/IgnorePropertyTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/IgnorePropertyTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/Preditor.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/Preditor.java index c28019d93..449b5b272 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/Preditor.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/Preditor.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/ignore/PreditorDto.java b/processor/src/test/java/org/mapstruct/ap/test/ignore/PreditorDto.java index 3c4419fdb..816f96aed 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/ignore/PreditorDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/ignore/PreditorDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/ConflictingTypesNamesTest.java b/processor/src/test/java/org/mapstruct/ap/test/imports/ConflictingTypesNamesTest.java index 4c7aa240e..f6d42a48a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/ConflictingTypesNamesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/ConflictingTypesNamesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/InnerClassesImportsTest.java b/processor/src/test/java/org/mapstruct/ap/test/imports/InnerClassesImportsTest.java index 6cbb12242..03a7bbf39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/InnerClassesImportsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/InnerClassesImportsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/List.java b/processor/src/test/java/org/mapstruct/ap/test/imports/List.java index b796f49b6..d3c1d6a81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/List.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/List.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/Map.java b/processor/src/test/java/org/mapstruct/ap/test/imports/Map.java index 9edd5a109..db480861e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/Map.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/Map.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/Named.java b/processor/src/test/java/org/mapstruct/ap/test/imports/Named.java index 70407a329..c15b7c571 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/Named.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/Named.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/ParseException.java b/processor/src/test/java/org/mapstruct/ap/test/imports/ParseException.java index da0fcc897..d58aaaddb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/ParseException.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/ParseException.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/SecondSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/SecondSourceTargetMapper.java index 2c4e6883d..fbbe98eb5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/SecondSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/SecondSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/SourceTargetMapper.java index fedf0c563..b894ceee2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/Actor.java b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/Actor.java index af5fbf9af..0104cd6b6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/Actor.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/Actor.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorDto.java b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorDto.java index a7339369e..58159769c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorMapper.java index 1c9fa216b..ef639c971 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/ActorMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/DecoratorInAnotherPackageTest.java b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/DecoratorInAnotherPackageTest.java index 3bd00a246..9ce1f124f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/DecoratorInAnotherPackageTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/DecoratorInAnotherPackageTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/other/ActorMapperDecorator.java b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/other/ActorMapperDecorator.java index 4a3835ca2..1512c2143 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/other/ActorMapperDecorator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/decorator/other/ActorMapperDecorator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/from/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/imports/from/Foo.java index 756184cc1..a8fe60f09 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/from/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/from/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/from/FooWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/from/FooWrapper.java index 259918a60..82c34ed1e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/from/FooWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/from/FooWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanFacade.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanFacade.java index d56db82d7..c88e3114b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanFacade.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanFacade.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnum.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnum.java index f7adb5099..39cb43ca4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnum.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnum.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnumMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnumMapper.java index 2adf52f34..6390948b7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnumMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/BeanWithInnerEnumMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/InnerClassMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/InnerClassMapper.java index 4f93750de..141614e34 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/InnerClassMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/InnerClassMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/SourceWithInnerClass.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/SourceWithInnerClass.java index 8fe816598..108217f71 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/SourceWithInnerClass.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/SourceWithInnerClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/TargetWithInnerClass.java b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/TargetWithInnerClass.java index 7dc626791..86e61fe04 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/TargetWithInnerClass.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/innerclasses/TargetWithInnerClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/GenericMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/GenericMapper.java index c867e3a5a..30e7cd181 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/GenericMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/GenericMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/NotImportedDatatype.java b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/NotImportedDatatype.java index 090f20b22..ca4f3210c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/NotImportedDatatype.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/NotImportedDatatype.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Source.java b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Source.java index ad0141ffe..4b437d1d8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Target.java b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Target.java index 416aa69b4..8e413dc38 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/referenced/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SourceTypeContainsCollectionWithExtendsBoundTest.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SourceTypeContainsCollectionWithExtendsBoundTest.java index 6d6cde49b..d4b0761ce 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SourceTypeContainsCollectionWithExtendsBoundTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SourceTypeContainsCollectionWithExtendsBoundTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SpaceshipMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SpaceshipMapper.java index 50f15b8d6..1f39d8633 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SpaceshipMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/SpaceshipMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/astronautmapper/AstronautMapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/astronautmapper/AstronautMapper.java index 401728d02..28328c206 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/astronautmapper/AstronautMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/astronautmapper/AstronautMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/AstronautDto.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/AstronautDto.java index 5d7008e72..528194da5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/AstronautDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/AstronautDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/SpaceshipDto.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/SpaceshipDto.java index 40c4c0355..372e491ca 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/SpaceshipDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/dto/SpaceshipDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Astronaut.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Astronaut.java index b723f415f..3fc48833a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Astronaut.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Astronaut.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Spaceship.java b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Spaceship.java index c147c8275..f4ec1073f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Spaceship.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/sourcewithextendsbound/entity/Spaceship.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/to/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/imports/to/Foo.java index 4cb22ddf6..fd95b2243 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/to/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/to/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/imports/to/FooWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/imports/to/FooWrapper.java index 0dc44c75d..b685d8197 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/imports/to/FooWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/imports/to/FooWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/InheritanceTest.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/InheritanceTest.java index cf47b85a4..3935f8627 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/InheritanceTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/InheritanceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceBase.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceBase.java index a01d32f98..5d16ed8ad 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceExt.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceExt.java index f363abb21..71e661ac5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceExt.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceExt.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceTargetMapper.java index f0213d7b7..2a93bc072 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetBase.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetBase.java index 170378b0c..fa5966d89 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetExt.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetExt.java index 18617db29..f8fb8f824 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetExt.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/TargetExt.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/AttributeInheritanceTest.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/AttributeInheritanceTest.java index 20e93ed1a..9f2c4ab80 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/AttributeInheritanceTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/AttributeInheritanceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/ErroneousTargetSourceMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/ErroneousTargetSourceMapper.java index ab872ecff..ed5579c20 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/ErroneousTargetSourceMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/ErroneousTargetSourceMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Source.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Source.java index 8e712244c..9a167027d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/SourceTargetMapper.java index 25d4a91e6..5ffe93bb6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Target.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Target.java index f42d88f9e..68499c1d8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/attribute/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalFooSource.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalFooSource.java index df0c29044..da772b3b0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalFooSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalFooSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalMappingHelper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalMappingHelper.java index c100e8521..2db8507f7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalMappingHelper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/AdditionalMappingHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ComplexInheritanceTest.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ComplexInheritanceTest.java index 4a66b2287..544dc35ce 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ComplexInheritanceTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ComplexInheritanceTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ErroneousSourceCompositeTargetCompositeMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ErroneousSourceCompositeTargetCompositeMapper.java index 087025f65..2864c3464 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ErroneousSourceCompositeTargetCompositeMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/ErroneousSourceCompositeTargetCompositeMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/Reference.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/Reference.java index dfb22a562..81a1d3e73 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/Reference.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/Reference.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBase.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBase.java index ab3288701..cc7124fd0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBaseMappingHelper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBaseMappingHelper.java index 3aab2545a..baa2270e4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBaseMappingHelper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceBaseMappingHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceComposite.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceComposite.java index 5dc9c40d3..2578d3b90 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceComposite.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceComposite.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceCompositeTargetCompositeMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceCompositeTargetCompositeMapper.java index ce6cf2700..e4156a646 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceCompositeTargetCompositeMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceCompositeTargetCompositeMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt.java index 1a1629d48..b5a423d0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt2.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt2.java index 8b060a2a3..094343fb5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/SourceExt2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/StandaloneSourceCompositeTargetCompositeMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/StandaloneSourceCompositeTargetCompositeMapper.java index a12dd1253..36855a9a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/StandaloneSourceCompositeTargetCompositeMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/StandaloneSourceCompositeTargetCompositeMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/TargetComposite.java b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/TargetComposite.java index f25c7ca89..d14946801 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/TargetComposite.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritance/complex/TargetComposite.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/BoundMappable.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/BoundMappable.java index a51852ec2..b378a84bf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/BoundMappable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/BoundMappable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/CarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/CarMapper.java index 22f525e01..1c3411dbe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/CarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/CarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/FastCarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/FastCarMapper.java index f4f8d6761..a8917a101 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/FastCarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/FastCarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/InheritedMappingMethodTest.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/InheritedMappingMethodTest.java index 497b38743..7530d1f57 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/InheritedMappingMethodTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/InheritedMappingMethodTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/UnboundMappable.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/UnboundMappable.java index 094ab8711..9719d9ec4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/UnboundMappable.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/UnboundMappable.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/CarDto.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/CarDto.java index 4d8bac884..9df484d42 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/CarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/CarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/FastCarDto.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/FastCarDto.java index 10de4caa3..d25a34eb9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/FastCarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/_target/FastCarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/Car.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/Car.java index 4fccfaeba..570d1af03 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/FastCar.java b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/FastCar.java index 2d4d92bc7..2c463962d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/FastCar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritedmappingmethod/source/FastCar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedConfig.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedConfig.java index 8fd9888b3..84f29d9ab 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedDriverConfig.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedDriverConfig.java index 28d4066ad..3608617f9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedDriverConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/AutoInheritedDriverConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleDto.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleDto.java index ae54d8ebf..a24631503 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleEntity.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleEntity.java index 6e7132067..1dac6cc6f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/BaseVehicleEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarDto.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarDto.java index c68fc36eb..a017026e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarEntity.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarEntity.java index e80ae0870..2715a9db5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithAutoInheritance.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithAutoInheritance.java index 4ff5a727e..25c1ef96c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithAutoInheritance.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithAutoInheritance.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithExplicitInheritance.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithExplicitInheritance.java index 29463a927..c7df3a98e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithExplicitInheritance.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarMapperWithExplicitInheritance.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverEntity.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverEntity.java index 8c6dd89a6..defabd2de 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverMapperWithAutoInheritance.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverMapperWithAutoInheritance.java index 6bc8cfade..2302edfcd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverMapperWithAutoInheritance.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/CarWithDriverMapperWithAutoInheritance.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/DriverDto.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/DriverDto.java index f5728c283..e8c7c9bad 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/DriverDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/DriverDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Config.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Config.java index f88188605..437468809 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Config.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Config.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Mapper.java index 765a522ce..4502e57b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous1Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous2Mapper.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous2Mapper.java index 8f02f7b72..936d71056 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous2Mapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/Erroneous2Mapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/InheritFromConfigTest.java b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/InheritFromConfigTest.java index 00305e453..6bbbcfb85 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/InheritFromConfigTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/inheritfromconfig/InheritFromConfigTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarDto.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarDto.java index b1b83ecbf..02f74b059 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarEntity.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarEntity.java index 9e82bb027..fda7dba5d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/BarEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CentralConfig.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CentralConfig.java index bc74f5a10..a23e0ccac 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CentralConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CentralConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/ConfigTest.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/ConfigTest.java index 5f69b9d0d..84decf0c9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/ConfigTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/ConfigTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapper.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapper.java index 1e5e618ec..baebee1cb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapperConfig.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapperConfig.java index 53fc02960..69e31bb33 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapperConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/CustomMapperViaMapperConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooDto.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooDto.java index 281739e71..3313512e7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooEntity.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooEntity.java index 5f9b5e159..ca38b6d6b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/FooEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Source.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Source.java index f1ec4ed67..b85d54b52 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapper.java index 0fd6b3b8b..681f8a5fe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperErroneous.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperErroneous.java index a233db5cf..f10fe115f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperErroneous.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperErroneous.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperWarn.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperWarn.java index be5c3e362..e2acefc1f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperWarn.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/SourceTargetMapperWarn.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Target.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Target.java index 649b68a41..ecea6ef40 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/TargetNoFoo.java b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/TargetNoFoo.java index 767ccc9be..c5d79becd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/TargetNoFoo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/mapperconfig/TargetNoFoo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/Break.java b/processor/src/test/java/org/mapstruct/ap/test/naming/Break.java index b448953a6..003eefbc8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/Break.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/Break.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/Source.java b/processor/src/test/java/org/mapstruct/ap/test/naming/Source.java index 4d5530ad1..241edcee4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/naming/SourceTargetMapper.java index 08b296378..99c32d7ba 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/VariableNamingTest.java b/processor/src/test/java/org/mapstruct/ap/test/naming/VariableNamingTest.java index 8b069dfb1..df69782e1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/VariableNamingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/VariableNamingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/While.java b/processor/src/test/java/org/mapstruct/ap/test/naming/While.java index 146626a15..02f4a5e02 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/While.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/While.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomAccessorNamingStrategy.java b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomAccessorNamingStrategy.java index e3e06fa66..763d638f4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomAccessorNamingStrategy.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomAccessorNamingStrategy.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomNamingStrategyTest.java b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomNamingStrategyTest.java index d041680d2..f450a9ebb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomNamingStrategyTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/CustomNamingStrategyTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayer.java b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayer.java index bba71cfb0..22ed2953d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayer.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayer.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerDto.java b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerDto.java index bff7109b4..0b8c6a87b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerMapper.java b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerMapper.java index b90cfa6cb..d4c97fd80 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/naming/spi/GolfPlayerMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Car.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Car.java index 9b0f3422e..539017105 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/CarDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/CarDto.java index 7c8caa550..eb3cf1d6e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/CarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/CarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/House.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/House.java index 7a3159f06..dd4bb6b71 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/House.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/House.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/HouseDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/HouseDto.java index 0d13ff065..800753422 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/HouseDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/HouseDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/NestedSimpleBeansMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/NestedSimpleBeansMappingTest.java index e365e7c98..c26af1432 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/NestedSimpleBeansMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/NestedSimpleBeansMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Roof.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Roof.java index 5d4684715..52762dabb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Roof.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Roof.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/RoofDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/RoofDto.java index 102ff8a3c..3070408f5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/RoofDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/RoofDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestData.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestData.java index 607c481ca..7e602c206 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestData.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestData.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestMultipleForgedMethodsTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestMultipleForgedMethodsTest.java index 13e1537d1..73b7da5d2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestMultipleForgedMethodsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/TestMultipleForgedMethodsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/User.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/User.java index f52802212..23bf6544d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/User.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/User.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDto.java index b6d86fda6..3ff64bd9f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperClassic.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperClassic.java index 9c6b8b210..486c9bc81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperClassic.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperClassic.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperSmart.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperSmart.java index caf115b41..86598904b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperSmart.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/UserDtoMapperSmart.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Wheel.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Wheel.java index 036aaabdc..d97458ce4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Wheel.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/Wheel.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/WheelDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/WheelDto.java index 8f25508d5..c5494fb59 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/WheelDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/WheelDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/AutoMapMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/AutoMapMapper.java index 5789376f8..feffe4e16 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/AutoMapMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/AutoMapMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Bar.java index 17ed99c5d..41196cea8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/BarDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/BarDto.java index 4ce5d2314..b4d6df3e5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/BarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/BarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Dto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Dto.java index 6f1738d50..d0c84f38c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Dto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Dto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Entity.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Entity.java index c05cbfc9a..f84f1b7e2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Entity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/maps/Entity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/Garage.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/Garage.java index 5b7f112da..beab92bd3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/Garage.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/Garage.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/GarageDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/GarageDto.java index d37b52304..214e0261a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/GarageDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/GarageDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/MultipleListMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/MultipleListMapper.java index c2777eea1..e7c9dba4f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/MultipleListMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedbeans/multiplecollections/MultipleListMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/NestedMappingMethodInvocationTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/NestedMappingMethodInvocationTest.java index 17a7a6316..93ba0a6f7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/NestedMappingMethodInvocationTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/NestedMappingMethodInvocationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/ObjectFactory.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/ObjectFactory.java index 6302ec390..8d06287e3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/ObjectFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsDto.java index 0775fb58f..961cbe3a8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsType.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsType.java index 9f62b9cb3..fab5b1354 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDetailsType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDto.java index 8f63dd5d2..2ada9268f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderType.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderType.java index 2e6d0c37c..e28417f40 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderTypeToOrderDtoMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderTypeToOrderDtoMapper.java index c2fd2a2a3..cda6faf01 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderTypeToOrderDtoMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/OrderTypeToOrderDtoMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceType.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceType.java index d675642df..457819d91 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceTypeTargetDtoMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceTypeTargetDtoMapper.java index 22c18c404..aa1f0827b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceTypeTargetDtoMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/SourceTypeTargetDtoMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/TargetDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/TargetDto.java index 638e4ecb8..826d13611 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/TargetDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedmethodcall/TargetDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleMapper.java index dc4801592..e0a2f19dc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleNestedPropertiesTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleNestedPropertiesTest.java index 8555ca707..de9aa7e9e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleNestedPropertiesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/SimpleNestedPropertiesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/_target/TargetObject.java b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/_target/TargetObject.java index ef08686e3..b2936a1bb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/_target/TargetObject.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/_target/TargetObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceProps.java b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceProps.java index cc4fccb21..05d07160c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceProps.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceProps.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceRoot.java b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceRoot.java index e970eb74d..b570b326e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceRoot.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedproperties/simple/source/SourceRoot.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/FontDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/FontDto.java index 4116240dd..e7f7be185 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/FontDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/FontDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterDto.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterDto.java index 7bd32d2bc..0f5f88f18 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterEntity.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterEntity.java index 1b05e5e85..b17ebc9ea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterMapper.java index aaaf1d43c..273f7208f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/LetterMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/NormalizingTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/NormalizingTest.java index 0c02ecacc..0cd9258a8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/NormalizingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsource/parameter/NormalizingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntry.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntry.java index 2089f206e..5fb685d5c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntry.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntry.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryAdder.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryAdder.java index 8d5c1179d..4b1679886 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryAdder.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryAdder.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryComposedReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryComposedReverse.java index 129916a8b..673c03279 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryComposedReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryComposedReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryConfig.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryConfig.java index 64538b485..aebc6616a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryErroneous.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryErroneous.java index 101ae5f7a..c01772f1f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryErroneous.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryErroneous.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryGetter.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryGetter.java index c49637729..fce09b5f6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryGetter.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryGetter.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryReverse.java index b7faa6ae1..752fcb4b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryUpdateReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryUpdateReverse.java index e41fd1199..6c977c38e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryUpdateReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryUpdateReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithConfigReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithConfigReverse.java index aac9181ba..ed6eadbe1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithConfigReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithConfigReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithFactoryReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithFactoryReverse.java index 0fadcb83b..7bf288586 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithFactoryReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithFactoryReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithIgnoresReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithIgnoresReverse.java index 2736cb06b..a06749099 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithIgnoresReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithIgnoresReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithMappingReverse.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithMappingReverse.java index e1f56141d..74f5f2709 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithMappingReverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ArtistToChartEntryWithMappingReverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/NestedSourcePropertiesTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/NestedSourcePropertiesTest.java index 1f55ad2d5..e594b7c6e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/NestedSourcePropertiesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/NestedSourcePropertiesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ReversingNestedSourcePropertiesTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ReversingNestedSourcePropertiesTest.java index 7b8260217..2b67d531a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ReversingNestedSourcePropertiesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/ReversingNestedSourcePropertiesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/AdderUsageObserver.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/AdderUsageObserver.java index 929aefb82..0e458f10b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/AdderUsageObserver.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/AdderUsageObserver.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/BaseChartEntry.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/BaseChartEntry.java index 534ad4946..80c5b0f81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/BaseChartEntry.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/BaseChartEntry.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntry.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntry.java index c51ac137b..3015a3df3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntry.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntry.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryComposed.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryComposed.java index 28a636110..a17d969b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryComposed.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryComposed.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryLabel.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryLabel.java index 208d7582d..b881b77e2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryLabel.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryLabel.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithBase.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithBase.java index 4ac56fccc..9e39b89a4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithBase.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithBase.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithMapping.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithMapping.java index ca103bd3f..266341123 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithMapping.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartEntryWithMapping.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartPositions.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartPositions.java index 364fe34a8..51d6bacd3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartPositions.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/_target/ChartPositions.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Artist.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Artist.java index d06fa5b30..62a87eedb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Artist.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Artist.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Chart.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Chart.java index 3b051f91f..778721a5b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Chart.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Chart.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Label.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Label.java index d0a1d49c9..e3bc4bb23 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Label.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Label.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Song.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Song.java index d94f1c38a..8b5de5e9d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Song.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Song.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/SourceDtoFactory.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/SourceDtoFactory.java index c6baaa976..47f2874cc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/SourceDtoFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/SourceDtoFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Studio.java b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Studio.java index 92a45c576..334a47276 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Studio.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedsourceproperties/source/Studio.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/ChartEntryToArtist.java b/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/ChartEntryToArtist.java index 83f244dc0..7e81a10e9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/ChartEntryToArtist.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/ChartEntryToArtist.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/NestedTargetPropertiesTest.java b/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/NestedTargetPropertiesTest.java index 4c001e000..4f4666350 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/NestedTargetPropertiesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nestedtargetproperties/NestedTargetPropertiesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/Actor.java b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/Actor.java index 930a1415e..8faebcc39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/Actor.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/Actor.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorDto.java b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorDto.java index 113f15919..d9bd21560 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorMapper.java index e150c652d..de9ba1c9c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/ActorMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/NonVoidSettersTest.java b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/NonVoidSettersTest.java index 33c6f9837..3e8a92f30 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/NonVoidSettersTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nonvoidsetter/NonVoidSettersTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/CustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/CustomMapper.java index ddbd19b8f..31f31d828 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/CustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/CustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyBigIntWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyBigIntWrapper.java index 91e001638..70eb0a638 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyBigIntWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyBigIntWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyLongWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyLongWrapper.java index cddd63db2..f1f5ac6ac 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyLongWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/MyLongWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullCheckTest.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullCheckTest.java index 121dc1602..33d5f8fd6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullCheckTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullCheckTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObject.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObject.java index b02ed9aab..93b571bcd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObject.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObject.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObjectMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObjectMapper.java index 2cc04e1a6..37778e82e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObjectMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/NullObjectMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Source.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Source.java index 56af2bea1..02092f100 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/SourceTargetMapper.java index 1ac8e2794..e2457b35e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Target.java b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Target.java index b6088bace..34777eb28 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullcheck/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapper.java index 626a29e0d..c6f8ae518 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnConfig.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnConfig.java index b8e6b23e7..bdfacf29b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnMapper.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnMapper.java index 4487f50e4..32e56d8cb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CarMapperSettingOnMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CentralConfig.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CentralConfig.java index ca81f630d..a876ce66a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CentralConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/CentralConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/NullValueMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/NullValueMappingTest.java index 601a8671d..bc825f001 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/NullValueMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/NullValueMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/CarDto.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/CarDto.java index ba8e47b9c..aa18e3930 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/CarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/CarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/DriverAndCarDto.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/DriverAndCarDto.java index 4fdab5308..c2def9d26 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/DriverAndCarDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/_target/DriverAndCarDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Car.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Car.java index 24291f062..70d63a7b0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Car.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Car.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Driver.java b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Driver.java index 2ac2a3273..93afa27ae 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Driver.java +++ b/processor/src/test/java/org/mapstruct/ap/test/nullvaluemapping/source/Driver.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/oneway/OnewayTest.java b/processor/src/test/java/org/mapstruct/ap/test/oneway/OnewayTest.java index 9386101a5..316c1511f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/oneway/OnewayTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/oneway/OnewayTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/oneway/Source.java b/processor/src/test/java/org/mapstruct/ap/test/oneway/Source.java index 770bff715..96651cad7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/oneway/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/oneway/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/oneway/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/oneway/SourceTargetMapper.java index 71b8b32e4..6846bc0a4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/oneway/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/oneway/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/oneway/Target.java b/processor/src/test/java/org/mapstruct/ap/test/oneway/Target.java index 27d6642f4..c3e3ca2a3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/oneway/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/oneway/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/prism/ConstantTest.java b/processor/src/test/java/org/mapstruct/ap/test/prism/ConstantTest.java index e0da3c4bb..9e0d6ac18 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/prism/ConstantTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/prism/ConstantTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/prism/EnumPrismsTest.java b/processor/src/test/java/org/mapstruct/ap/test/prism/EnumPrismsTest.java index 7c5d65c7f..e91c9bf90 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/prism/EnumPrismsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/prism/EnumPrismsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/Bar.java b/processor/src/test/java/org/mapstruct/ap/test/references/Bar.java index 38b7a0d22..45546ab13 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/Bar.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/Bar.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/BaseType.java b/processor/src/test/java/org/mapstruct/ap/test/references/BaseType.java index 5bcb37e8d..9f4a33fdd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/BaseType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/BaseType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/Foo.java b/processor/src/test/java/org/mapstruct/ap/test/references/Foo.java index a4cbc675d..d6cdc1fd4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/Foo.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/Foo.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/FooMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/FooMapper.java index 2cdeb5065..d92de459a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/FooMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/FooMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/GenericWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/GenericWrapper.java index 4cc8f379d..2dd2a902a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/GenericWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/GenericWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedCustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedCustomMapper.java index 8391340d6..f3a2182b1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedCustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedCustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedMapperTest.java b/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedMapperTest.java index 645f8ab2e..4b23d7f06 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedMapperTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/ReferencedMapperTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/SomeOtherType.java b/processor/src/test/java/org/mapstruct/ap/test/references/SomeOtherType.java index 518e55714..44ca11e0a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/SomeOtherType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/SomeOtherType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/SomeType.java b/processor/src/test/java/org/mapstruct/ap/test/references/SomeType.java index 848336b30..00db06ea7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/SomeType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/SomeType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/Source.java b/processor/src/test/java/org/mapstruct/ap/test/references/Source.java index ed42570ba..6575f7bdc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapper.java index 3f5e2d2a5..08f458b58 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapperWithPrimitives.java b/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapperWithPrimitives.java index d9d2729ba..c6729fe54 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapperWithPrimitives.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/SourceTargetMapperWithPrimitives.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/SourceWithWrappers.java b/processor/src/test/java/org/mapstruct/ap/test/references/SourceWithWrappers.java index e37c9dc39..553895f8e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/SourceWithWrappers.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/SourceWithWrappers.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/Target.java b/processor/src/test/java/org/mapstruct/ap/test/references/Target.java index 5e2247748..8a6f46c7c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/TargetWithPrimitives.java b/processor/src/test/java/org/mapstruct/ap/test/references/TargetWithPrimitives.java index c6451eac6..b33d3614f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/TargetWithPrimitives.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/TargetWithPrimitives.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/Jsr330SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/Jsr330SourceTargetMapper.java index 546f254ba..fad06eca5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/Jsr330SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/Jsr330SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/SeveralReferencedMappersWithSameSimpleNameTest.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/SeveralReferencedMappersWithSameSimpleNameTest.java index 3c1e775e6..6da6c4ef5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/SeveralReferencedMappersWithSameSimpleNameTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/SeveralReferencedMappersWithSameSimpleNameTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/SourceTargetMapper.java index b508f2e67..c03687de4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/AnotherSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/AnotherSourceTargetMapper.java index 65b51cab9..7b29e8f75 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/AnotherSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/AnotherSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/CustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/CustomMapper.java index ec9117d85..188f0c11a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/CustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/a/CustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/b/CustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/b/CustomMapper.java index 81e284d6e..d80199c76 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/b/CustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/b/CustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Source.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Source.java index abb38fad9..980e92a02 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Target.java b/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Target.java index 4b58aee16..b8c6d6c81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/samename/model/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/Beer.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/Beer.java index 7954c00f1..2cc147ff1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/Beer.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/Beer.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerDto.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerDto.java index 040d7bfd7..93898d0ef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapper.java index cb782c93a..121818730 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapperWithNonUsedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapperWithNonUsedMapper.java index 28635b388..f8e650f93 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapperWithNonUsedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/BeerMapperWithNonUsedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/Category.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/Category.java index 4a83e90a7..4dd4bd4aa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/Category.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/Category.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/CustomMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/CustomMapper.java index 2e29a7fc0..9c74259a2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/CustomMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/CustomMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/StaticsTest.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/StaticsTest.java index 146b56dea..83af6346c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/StaticsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/StaticsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/references/statics/nonused/NonUsedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/references/statics/nonused/NonUsedMapper.java index 1c50e66e4..9127b9bd0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/references/statics/nonused/NonUsedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/references/statics/nonused/NonUsedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/InheritInverseConfigurationTest.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/InheritInverseConfigurationTest.java index 3f0d99a0c..2d53e43cf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/InheritInverseConfigurationTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/InheritInverseConfigurationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/Source.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/Source.java index 58abbf75e..0e7c977c0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/SourceTargetMapper.java index c0fbafae5..186668302 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/Target.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/Target.java index 7a48ea11f..a81ef2565 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous1.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous1.java index 0ab4fbd8e..6a5dff8b2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous2.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous2.java index d06688f5a..bff873d10 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous3.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous3.java index a5032a8b7..849586ac0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperAmbiguous3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperNonMatchingName.java b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperNonMatchingName.java index 8b0e3a519..0becc6383 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperNonMatchingName.java +++ b/processor/src/test/java/org/mapstruct/ap/test/reverse/erroneous/SourceTargetMapperNonMatchingName.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ArrayWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ArrayWrapper.java index 621908e6f..4682117b7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ArrayWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ArrayWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ConversionTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ConversionTest.java index 523a48d7e..b28350da1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ConversionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ConversionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource1.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource1.java index 8481e74d1..6b65f8347 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource2.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource2.java index 07a1840ba..019fbb2ba 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource3.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource3.java index d55df9806..290c5c804 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource4.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource4.java index 30bd8e2b3..b428a44ef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource5.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource5.java index 31fe5a0fa..57ed04d40 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource5.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource5.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource6.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource6.java index 4714b4cf9..c4b3adefc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource6.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSource6.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper1.java index c84b75691..58be8650e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper2.java index 90e7aff95..dc8ff8fa9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper3.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper3.java index 92d0b006a..7b8cd033b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper4.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper4.java index 9d8e5dbcd..d155c8644 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper5.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper5.java index 4adb4f4d3..04aa1c0fb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper5.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper5.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper6.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper6.java index 841d55d24..0fe789dda 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper6.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousSourceTargetMapper6.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget1.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget1.java index 5a73e7cda..fdec46ca9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget2.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget2.java index 7ba57b6f0..c2273ca81 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget3.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget3.java index e4f92fc25..9c6185833 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget4.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget4.java index c15ba632b..f6937474d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget5.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget5.java index f60d641ac..7083d2b3d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget5.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget5.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget6.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget6.java index 76a54bdb2..b2ff03d7d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget6.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/ErroneousTarget6.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/GenericTypeMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/GenericTypeMapper.java index 02fd1ad3c..8435c5e0f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/GenericTypeMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/GenericTypeMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Source.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Source.java index 798084ed3..07446a437 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/SourceTargetMapper.java index 200829ce6..c3bacec08 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Target.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Target.java index 3bb469119..597fda2a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgHolder.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgHolder.java index 996747098..9d1602f73 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgHolder.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgHolder.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgWrapper.java index 45c397d13..7394adba6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TwoArgWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeA.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeA.java index 376663264..f1d6bb14e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeA.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeA.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeB.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeB.java index 7e508fd4e..4cf973c1f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeB.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeB.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeC.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeC.java index aa3e1d561..29aec2169 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeC.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/TypeC.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/UpperBoundWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/UpperBoundWrapper.java index 6f983f05a..4ebf84197 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/UpperBoundWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/UpperBoundWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsMBWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsMBWrapper.java index ba084c272..b40f57efe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsMBWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsMBWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsWrapper.java index 5a83a6f70..c256b5390 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardExtendsWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardSuperWrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardSuperWrapper.java index ba638b0a7..a889fa96b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardSuperWrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/WildCardSuperWrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Wrapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Wrapper.java index dce033aa2..4e50d67e7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Wrapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/generics/Wrapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/JaxbFactoryMethodSelectionTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/JaxbFactoryMethodSelectionTest.java index e12b8e0c9..947d3c624 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/JaxbFactoryMethodSelectionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/JaxbFactoryMethodSelectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderDto.java index 76fe25526..b3a8d3599 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderMapper.java index 0ff04153e..d32f1098a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderShippingDetailsDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderShippingDetailsDto.java index dfdd70e73..368406d67 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderShippingDetailsDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/OrderShippingDetailsDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/UnderscoreSelectionTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/UnderscoreSelectionTest.java index f05f5ad02..831358071 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/UnderscoreSelectionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/UnderscoreSelectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/ObjectFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/ObjectFactory.java index 812ff5a78..0bced56d4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/ObjectFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/OrderType.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/OrderType.java index 1c19377ba..1cb84378b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/OrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test1/OrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/ObjectFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/ObjectFactory.java index 4b5b93742..001317b11 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/ObjectFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/OrderShippingDetailsType.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/OrderShippingDetailsType.java index 951313f5c..c86fd9a23 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/OrderShippingDetailsType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/test2/OrderShippingDetailsType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/ObjectFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/ObjectFactory.java index 935717e98..c308169a9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/ObjectFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/ObjectFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SubType.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SubType.java index f3ba0ca25..65e17768c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SubType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SubType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SuperType.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SuperType.java index 723e20974..00a76f786 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SuperType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/SuperType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreMapper.java index 6824e44ca..63fe14a17 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreType.java b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreType.java index 7f062a07a..648bdea21 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/jaxb/underscores/UnderscoreType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/MyLong.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/MyLong.java index 5cb29920c..461d86bc5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/MyLong.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/MyLong.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveMapper.java index bba49e21e..2ba445737 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveVsWrappedSelectionTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveVsWrappedSelectionTest.java index 6f9f4b845..68a85ca01 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveVsWrappedSelectionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/PrimitiveVsWrappedSelectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Source.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Source.java index b02befcda..458dc8f39 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapper.java index 7f74840d8..d56923fc7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperPrimitive.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperPrimitive.java index 75e2a63c5..f5cecc268 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperPrimitive.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperPrimitive.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperWrapped.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperWrapped.java index 915e05ac6..60b1e6e1f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperWrapped.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/SourceTargetMapperWrapped.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Target.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Target.java index a4e060575..0ea526a92 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/WrappedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/WrappedMapper.java index 42e4cd27b..089aa8113 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/WrappedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/primitives/WrappedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMapper.java index 552ec8a5c..d3fa6b312 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMovieFactoryMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMovieFactoryMapper.java index 51bf9d187..f7d6b7895 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMovieFactoryMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/ErroneousMovieFactoryMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/FactMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/FactMapper.java index d2cbf60a3..07a56d9d6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/FactMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/FactMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/KeyWordMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/KeyWordMapper.java index 69bd26eb5..70b5ecdca 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/KeyWordMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/KeyWordMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MapperWithoutQualifiedBy.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MapperWithoutQualifiedBy.java index 062c36c17..24f45fa04 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MapperWithoutQualifiedBy.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MapperWithoutQualifiedBy.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieFactoryMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieFactoryMapper.java index 4fe588b84..fd5812cfe 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieFactoryMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieFactoryMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieMapper.java index 14397a8c1..3f4096877 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/MovieMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/QualifierTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/QualifierTest.java index 0439d20a2..1591c0416 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/QualifierTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/QualifierTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/CreateGermanRelease.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/CreateGermanRelease.java index 0379760ac..d1af40bdd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/CreateGermanRelease.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/CreateGermanRelease.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/EnglishToGerman.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/EnglishToGerman.java index c04231b51..29e6ab1f6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/EnglishToGerman.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/EnglishToGerman.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/NonQualifierAnnotated.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/NonQualifierAnnotated.java index ca639321b..d50254d05 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/NonQualifierAnnotated.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/NonQualifierAnnotated.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/TitleTranslator.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/TitleTranslator.java index abc1a5f42..8b94aec47 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/TitleTranslator.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/annotation/TitleTranslator.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/AbstractEntry.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/AbstractEntry.java index 7c4ea02ea..0fd99fd33 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/AbstractEntry.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/AbstractEntry.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/GermanRelease.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/GermanRelease.java index ef4fec026..ba1319c14 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/GermanRelease.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/GermanRelease.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/OriginalRelease.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/OriginalRelease.java index d9586cbc6..c24419b91 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/OriginalRelease.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/OriginalRelease.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/ReleaseFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/ReleaseFactory.java index 7cb813025..6b52a122c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/ReleaseFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/bean/ReleaseFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Facts.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Facts.java index 334fc97f4..ad3356a28 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Facts.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Facts.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/PlotWords.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/PlotWords.java index b697fa564..10d85f991 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/PlotWords.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/PlotWords.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Reverse.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Reverse.java index fd476b53a..e3bec7d64 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Reverse.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Reverse.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/SomeOtherMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/SomeOtherMapper.java index dbf9d9426..0176db8f2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/SomeOtherMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/SomeOtherMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Titles.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Titles.java index 152babc92..25ed456f8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Titles.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/Titles.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/YetAnotherMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/YetAnotherMapper.java index 6f6eed0b9..365b05c40 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/YetAnotherMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/handwritten/YetAnotherMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/HybridTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/HybridTest.java index ac38536ac..c1b329c90 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/HybridTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/HybridTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/ReleaseMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/ReleaseMapper.java index ccb7570ab..ba5983fb7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/ReleaseMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/ReleaseMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/SourceRelease.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/SourceRelease.java index 4c80f1f05..0c8679184 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/SourceRelease.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/SourceRelease.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/TargetRelease.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/TargetRelease.java index 49ad6e296..68a0839e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/TargetRelease.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/hybrid/TargetRelease.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityDto.java index b70771a68..62b7c1f52 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityEntity.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityEntity.java index c9dc60131..1fa768e7d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/CityEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/IterableAndQualifiersTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/IterableAndQualifiersTest.java index 1fecff0b2..96efeac94 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/IterableAndQualifiersTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/IterableAndQualifiersTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverDto.java index 6455fa284..894d82da0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverEntity.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverEntity.java index 4592fcc87..6875a1b59 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/RiverEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyDto.java index d78d015ec..1b619c755 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyEntity.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyEntity.java index 8779cd85f..03b082802 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureDto.java index 58a53f6ae..81c3b2ea9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureEntity.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureEntity.java index aadbf3abb..797b03a0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyFeatureEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyMapper.java index 2d09549ef..60a185f1e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/iterable/TopologyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/ErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/ErroneousMapper.java index 5d2405aef..6b770f7ff 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/ErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/ErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/FactMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/FactMapper.java index 49da66ca4..45e9ebfed 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/FactMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/FactMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/KeyWordMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/KeyWordMapper.java index 363ea7b76..f8d8afbbf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/KeyWordMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/KeyWordMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieFactoryMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieFactoryMapper.java index 3d7289d8a..1505bf809 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieFactoryMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieFactoryMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieMapper.java index 937b23c25..a5eb2670d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/MovieMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/NamedTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/NamedTest.java index 9a30a2e53..021bbee68 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/NamedTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/qualifier/named/NamedTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Apple.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Apple.java index 6d7b66a68..53cf22a65 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Apple.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Apple.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleDto.java index d50fa6a91..f1c3561a6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFactory.java index 7d7892a09..fffb9d073 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamily.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamily.java index c2604208e..dba677a63 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamily.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamily.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamilyDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamilyDto.java index 274ddbba8..5521ffc3e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamilyDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/AppleFamilyDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Banana.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Banana.java index 3e279859c..7fbb34ba3 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Banana.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Banana.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/BananaDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/BananaDto.java index 278579e80..1cf01a549 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/BananaDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/BananaDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ConflictingFruitFactory.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ConflictingFruitFactory.java index a13c183cd..10e1c0a6b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ConflictingFruitFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ConflictingFruitFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper.java index 71763458b..d98579534 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper2.java index 509a04820..85cf4167b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ErroneousFruitMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Fruit.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Fruit.java index fb0d87197..13c08b0b7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Fruit.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/Fruit.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitDto.java index 2632b8c30..74c518327 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitFamilyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitFamilyMapper.java index f1a417382..dd0ce9ece 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitFamilyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/FruitFamilyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDelicious.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDelicious.java index 92810b143..58f405c42 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDelicious.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDelicious.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDeliciousDto.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDeliciousDto.java index 1e6a1a85b..865f764f6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDeliciousDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/GoldenDeliciousDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/InheritanceSelectionTest.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/InheritanceSelectionTest.java index 1273ac4eb..1218470db 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/InheritanceSelectionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/InheritanceSelectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/IsFruit.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/IsFruit.java index f5e1d1b88..093d62194 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/IsFruit.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/IsFruit.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceErroneousMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceErroneousMapper.java index 2afc08d33..c8a9d7d67 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceErroneousMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceErroneousMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceMapper.java index a68aaf692..4230e0aa8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitInterfaceMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitMapper.java index 25c9f0787..60ed62a1a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeConstructingFruitMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeSelectingFruitMapper.java b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeSelectingFruitMapper.java index c31757587..21e695c74 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeSelectingFruitMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/selection/resulttype/ResultTypeSelectingFruitMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/Address.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/Address.java index 6a57f3a26..e0ab3af0b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/Address.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/Address.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/DeliveryAddress.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/DeliveryAddress.java index 5a6d99866..806343dbb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/DeliveryAddress.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/DeliveryAddress.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/ErroneousSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/ErroneousSourceTargetMapper.java index 0129586a8..f52c5a7e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/ErroneousSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/ErroneousSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/Person.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/Person.java index a9ff6a919..ef8d3be99 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/Person.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/Person.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/ReferencedMapper.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/ReferencedMapper.java index 75649073b..215c7e38e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/ReferencedMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/ReferencedMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/SeveralSourceParametersTest.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/SeveralSourceParametersTest.java index 034d4c8bc..f0e66c880 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/SeveralSourceParametersTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/SeveralSourceParametersTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severalsources/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/severalsources/SourceTargetMapper.java index 2efdeedcc..1f4e04400 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severalsources/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severalsources/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Source.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Source.java index dbf7f36f7..90e6aff9e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourcePropertyMapSeveralTimesTest.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourcePropertyMapSeveralTimesTest.java index 46dfcbb89..0de9c5539 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourcePropertyMapSeveralTimesTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourcePropertyMapSeveralTimesTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourceTargetMapper.java index 3e4345d81..e821697f8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Target.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Target.java index e3690ed93..d734bee59 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormat.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormat.java index 658e3a0e8..20b5f4eed 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormat.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormat.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormatMapper.java b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormatMapper.java index c0da1d3b2..e06c39426 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormatMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/severaltargets/TimeAndFormatMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/CountryEnum.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/CountryEnum.java index 42040c206..7e32a5636 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/CountryEnum.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/CountryEnum.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper1.java index 841150b4f..482af9666 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper2.java index 00819e031..b8409e6ec 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper3.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper3.java index a4a1cb28e..b7eb7c0bb 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper4.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper4.java index 0e5eb3be9..458b58e5c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper4.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper4.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper5.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper5.java index 49b91fde6..d2a947218 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper5.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/ErroneousMapper5.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source.java index 8e155fe28..79d3ecadd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source1.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source1.java index f9f9f2af9..0f0511042 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source2.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source2.java index 73c141837..c5b84418a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Source2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceConstantsTest.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceConstantsTest.java index db87abfc2..5142bc6e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceConstantsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceConstantsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapper.java index 7e597f6f8..1005b01dd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapperSeveralSources.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapperSeveralSources.java index f7484272d..a8aef84b4 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapperSeveralSources.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/SourceTargetMapperSeveralSources.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/StringListMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/StringListMapper.java index c549ed7bd..5193d239c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/StringListMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/StringListMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target.java index 6b6b3c6a0..99e0c1954 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target2.java b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target2.java index 1cbb09c10..38b06ad37 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/constants/Target2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/BooleanWorkAroundMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/BooleanWorkAroundMapper.java index ca48ff967..743e7d1f5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/BooleanWorkAroundMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/BooleanWorkAroundMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/JavaExpressionTest.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/JavaExpressionTest.java index 2b880e0b1..dc66b15af 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/JavaExpressionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/JavaExpressionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source.java index d564719c6..be0d5d33e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source2.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source2.java index 6fa9593cd..0a2fdfc94 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Source2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceBooleanWorkAround.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceBooleanWorkAround.java index dd9ed0fe1..979ca36fc 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceBooleanWorkAround.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceBooleanWorkAround.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceList.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceList.java index cdbd4b8ef..69ce4e59f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceList.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceList.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetListMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetListMapper.java index 280055e6f..09711a91c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetListMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetListMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapper.java index b06d47fc9..18410ccdd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapperSeveralSources.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapperSeveralSources.java index d93783ee2..4ae237faa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapperSeveralSources.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/SourceTargetMapperSeveralSources.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Target.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Target.java index 3debb0a60..ee91e090f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetBooleanWorkAround.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetBooleanWorkAround.java index e671990ff..66885d2aa 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetBooleanWorkAround.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetBooleanWorkAround.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetList.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetList.java index 08e0d6ee6..a1602a73c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetList.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/TargetList.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/mapper/TimeAndFormat.java b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/mapper/TimeAndFormat.java index c1b0db4b0..f3ea3e900 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/mapper/TimeAndFormat.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/expressions/java/mapper/TimeAndFormat.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/PresenceCheckTest.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/PresenceCheckTest.java index 3e6a7ccbd..326e17542 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/PresenceCheckTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/PresenceCheckTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapper.java index abff967d2..1fea91ef0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperConfig.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperConfig.java index 23280561f..319b97fa1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperOveridingConfig.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperOveridingConfig.java index 47c56a409..c959506c8 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperOveridingConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperOveridingConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperWithConfig.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperWithConfig.java index 835f0ba3e..e55a0bc8d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperWithConfig.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalMapperWithConfig.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalSource.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalSource.java index 0cc04c9ac..5271e56f6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalTarget.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalTarget.java index 4638036f1..235969241 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/RockFestivalTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/Stage.java b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/Stage.java index 686a89daf..3cad4bc8b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/Stage.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/nullvaluecheckstrategy/Stage.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/GoalKeeper.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/GoalKeeper.java index 1b08ecdb4..c0ac6e14e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/GoalKeeper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/GoalKeeper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/PresenceCheckTest.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/PresenceCheckTest.java index 063fce3a4..6403830d7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/PresenceCheckTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/PresenceCheckTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamMapper.java index 6a1363936..fb9188284 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamSource.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamSource.java index a7e794293..b6746f976 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamTarget.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamTarget.java index 53e3a5aa2..5dc6d671d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamTarget.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SoccerTeamTarget.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Source.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Source.java index 34f325afb..73f949d4e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SourceTargetMapper.java index eb390285a..b5e5ad88c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Target.java b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Target.java index 2a2ccaab5..f42179b4d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/source/presencecheck/spi/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/InheritConfigurationTest.java b/processor/src/test/java/org/mapstruct/ap/test/template/InheritConfigurationTest.java index 80d88e3a8..e01669d04 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/InheritConfigurationTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/InheritConfigurationTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/NestedSource.java b/processor/src/test/java/org/mapstruct/ap/test/template/NestedSource.java index 0c69e2ab4..b7ad02de1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/NestedSource.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/NestedSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/Source.java b/processor/src/test/java/org/mapstruct/ap/test/template/Source.java index ec2be57b9..171e8f78c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperMultiple.java b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperMultiple.java index 2ae8d25ac..15a573bef 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperMultiple.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperMultiple.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSeveralArgs.java b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSeveralArgs.java index 938fa7b93..fec83a961 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSeveralArgs.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSeveralArgs.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSingle.java b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSingle.java index f36eb62d7..7f90618f2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSingle.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/SourceTargetMapperSingle.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/Target.java b/processor/src/test/java/org/mapstruct/ap/test/template/Target.java index 2727d664d..b840be70c 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous1.java b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous1.java index 55345c02b..f3ae08af1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous2.java b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous2.java index f62c4dc3d..30c5c3213 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous3.java b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous3.java index f0f470698..7025eccc5 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperAmbiguous3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperNonMatchingName.java b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperNonMatchingName.java index fe14296b5..2aecc5926 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperNonMatchingName.java +++ b/processor/src/test/java/org/mapstruct/ap/test/template/erroneous/SourceTargetMapperNonMatchingName.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/ErroneousStrictSourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/ErroneousStrictSourceTargetMapper.java index a2c61c0c6..8e369f262 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/ErroneousStrictSourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/ErroneousStrictSourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Source.java b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Source.java index 2db9de234..5561d15ac 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Source.java +++ b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Source.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/SourceTargetMapper.java b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/SourceTargetMapper.java index e043ec00b..5893ba460 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/SourceTargetMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/SourceTargetMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Target.java b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Target.java index 58ce0ca0f..842d7b3d9 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Target.java +++ b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/Target.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/UnmappedTargetTest.java b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/UnmappedTargetTest.java index c7645907f..cc5de42ac 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/UnmappedTargetTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/unmappedtarget/UnmappedTargetTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossDto.java index 62a947340..d16b198dd 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossEntity.java index 5864e7f66..c5823acf6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/BossEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyDto.java index 262017760..0c1f9460d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyEntity.java index 379c878da..d1c698742 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyMapper.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyMapper.java index 228097945..49f67cc62 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/CompanyMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ConstructableDepartmentEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ConstructableDepartmentEntity.java index f3ba6cdd2..4c3ec45c1 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ConstructableDepartmentEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ConstructableDepartmentEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentDto.java index abd7d008e..513c302df 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntity.java index 2bec64401..4fede2cea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntityFactory.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntityFactory.java index 668d7c9c3..d07212fd7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntityFactory.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentEntityFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentInBetween.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentInBetween.java index 2bbfd7ec0..b18be12d0 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentInBetween.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/DepartmentInBetween.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeDto.java index 8ca9df7ea..ce2ee99a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeEntity.java index 5b7a74912..2c32d3997 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/EmployeeEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousCompanyMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousCompanyMapper1.java index b76de915e..eb36aa32a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousCompanyMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousCompanyMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper1.java index b92589f29..6b357d68a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper2.java index 67e11fcad..801950650 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/ErroneousOrganizationMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationDto.java index 09c3243d1..6d1c13e8d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationEntity.java index 3638655d6..0e0a1bc5f 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationMapper.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationMapper.java index 8deaf95c3..0529fab83 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeEntity.java index a2202d245..7c6c1f03b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeNrEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeNrEntity.java index 6426f734f..31245240e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeNrEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationTypeNrEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutCompanyGetterEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutCompanyGetterEntity.java index b6389e86a..ba7bef9da 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutCompanyGetterEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutCompanyGetterEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutTypeGetterEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutTypeGetterEntity.java index 65375afb6..3c1a1b54d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutTypeGetterEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/OrganizationWithoutTypeGetterEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryDto.java index 7647130ca..93a98f879 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryEntity.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryEntity.java index 723188e42..4fd8a3fab 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/SecretaryEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableCompanyDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableCompanyDto.java index 1f36a6f32..c6215325e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableCompanyDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableCompanyDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableDepartmentDto.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableDepartmentDto.java index 1b71f840e..457b17a66 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableDepartmentDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UnmappableDepartmentDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UpdateMethodsTest.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UpdateMethodsTest.java index e2aabdda8..ebcc3948d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UpdateMethodsTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/UpdateMethodsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapper.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapper.java index e43daaf19..d8994ea71 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalHandWrittenMapper.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalHandWrittenMapper.java index 59a0041d2..7d6c5c21d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalHandWrittenMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalHandWrittenMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalMapper.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalMapper.java index 3683f1aec..a343ad314 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalSelectionTest.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalSelectionTest.java index bc0a33162..8b9db6f06 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalSelectionTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/ExternalSelectionTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1.java index d0837f51b..11293c9b6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2.java index 7ef18629f..ecdf9e2f2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3.java b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3.java index b397f1bfb..38a4de57a 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3.java +++ b/processor/src/test/java/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/DefaultOrderMapper.java b/processor/src/test/java/org/mapstruct/ap/test/value/DefaultOrderMapper.java index 460b42720..4ac99029d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/DefaultOrderMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/DefaultOrderMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/EnumToEnumMappingTest.java b/processor/src/test/java/org/mapstruct/ap/test/value/EnumToEnumMappingTest.java index a28e61363..85e03a4ff 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/EnumToEnumMappingTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/EnumToEnumMappingTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperDuplicateANY.java b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperDuplicateANY.java index 2ca2f5550..968364e78 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperDuplicateANY.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperDuplicateANY.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperMappingSameConstantTwice.java b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperMappingSameConstantTwice.java index 17dce60f0..504bbdc3d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperMappingSameConstantTwice.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperMappingSameConstantTwice.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java index 6f2f1e893..c4bdd5d7e 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperNotMappingConstantWithoutMatchInTargetType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperUsingUnknownEnumConstants.java b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperUsingUnknownEnumConstants.java index da240fe3e..33108cfb2 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperUsingUnknownEnumConstants.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/ErroneousOrderMapperUsingUnknownEnumConstants.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/ExternalOrderType.java b/processor/src/test/java/org/mapstruct/ap/test/value/ExternalOrderType.java index 54335a040..b5567936d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/ExternalOrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/ExternalOrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/OrderDto.java b/processor/src/test/java/org/mapstruct/ap/test/value/OrderDto.java index a26e8c600..22aecea6d 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/OrderDto.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/OrderDto.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/OrderEntity.java b/processor/src/test/java/org/mapstruct/ap/test/value/OrderEntity.java index f115cf41a..1b105c829 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/OrderEntity.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/OrderEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/OrderMapper.java b/processor/src/test/java/org/mapstruct/ap/test/value/OrderMapper.java index f9eb5381f..a3f148ae6 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/OrderMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/OrderMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/OrderType.java b/processor/src/test/java/org/mapstruct/ap/test/value/OrderType.java index 814962ea7..f4ae9aa2b 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/OrderType.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/OrderType.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/value/SpecialOrderMapper.java b/processor/src/test/java/org/mapstruct/ap/test/value/SpecialOrderMapper.java index eaefb2cb6..3f215b065 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/value/SpecialOrderMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/value/SpecialOrderMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/versioninfo/SimpleMapper.java b/processor/src/test/java/org/mapstruct/ap/test/versioninfo/SimpleMapper.java index 7d211b085..98c735faf 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/versioninfo/SimpleMapper.java +++ b/processor/src/test/java/org/mapstruct/ap/test/versioninfo/SimpleMapper.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/test/versioninfo/VersionInfoTest.java b/processor/src/test/java/org/mapstruct/ap/test/versioninfo/VersionInfoTest.java index 34d020cca..6eecbc4ea 100644 --- a/processor/src/test/java/org/mapstruct/ap/test/versioninfo/VersionInfoTest.java +++ b/processor/src/test/java/org/mapstruct/ap/test/versioninfo/VersionInfoTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/IssueKey.java b/processor/src/test/java/org/mapstruct/ap/testutil/IssueKey.java index 527ddb2c5..2fe1f95e0 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/IssueKey.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/IssueKey.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/WithClasses.java b/processor/src/test/java/org/mapstruct/ap/testutil/WithClasses.java index 81e8c054b..71dc1ac71 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/WithClasses.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/WithClasses.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementation.java b/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementation.java index 45e37f8c2..b94e6d937 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementation.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementation.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementations.java b/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementations.java index 357be1157..c79c5fa48 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementations.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/WithServiceImplementations.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/assertions/JavaFileAssert.java b/processor/src/test/java/org/mapstruct/ap/testutil/assertions/JavaFileAssert.java index 3a86b755d..7d832d3c8 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/assertions/JavaFileAssert.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/assertions/JavaFileAssert.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/CompilationResult.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/CompilationResult.java index cdca20529..5d1ebe2ec 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/CompilationResult.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/CompilationResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/Diagnostic.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/Diagnostic.java index bd606e1dd..3fe2b9ec5 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/Diagnostic.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/Diagnostic.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ExpectedCompilationOutcome.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ExpectedCompilationOutcome.java index 457177056..e08968d2f 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ExpectedCompilationOutcome.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ExpectedCompilationOutcome.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOption.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOption.java index 0c9da5620..c0902943a 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOption.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOption.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOptions.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOptions.java index 4744b2bbc..3a376f1a7 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOptions.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/annotation/ProcessorOptions.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/CompilationOutcomeDescriptor.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/CompilationOutcomeDescriptor.java index 5f7f76b3b..b4f494ab2 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/CompilationOutcomeDescriptor.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/CompilationOutcomeDescriptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/DiagnosticDescriptor.java b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/DiagnosticDescriptor.java index 9a473bddf..96222950e 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/DiagnosticDescriptor.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/compilation/model/DiagnosticDescriptor.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/AnnotationProcessorTestRunner.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/AnnotationProcessorTestRunner.java index 782fecac4..dd6da4da3 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/AnnotationProcessorTestRunner.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/AnnotationProcessorTestRunner.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationCache.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationCache.java index bb882ae33..a16a0cd13 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationCache.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationRequest.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationRequest.java index d162d9433..c3681e73c 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationRequest.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilationRequest.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/Compiler.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/Compiler.java index b47a52571..bc6c22c38 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/Compiler.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/Compiler.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilingStatement.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilingStatement.java index cda744a91..fc536bf98 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilingStatement.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/CompilingStatement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/EclipseCompilingStatement.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/EclipseCompilingStatement.java index c3e228a6e..53182f978 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/EclipseCompilingStatement.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/EclipseCompilingStatement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/FilteringParentClassLoader.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/FilteringParentClassLoader.java index c65aba00e..d4d2a5dbe 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/FilteringParentClassLoader.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/FilteringParentClassLoader.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/GeneratedSource.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/GeneratedSource.java index db86ca53b..ca96cef61 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/GeneratedSource.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/GeneratedSource.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/InnerAnnotationProcessorRunner.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/InnerAnnotationProcessorRunner.java index a39b0fbf8..ec05766e7 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/InnerAnnotationProcessorRunner.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/InnerAnnotationProcessorRunner.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/JdkCompilingStatement.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/JdkCompilingStatement.java index 50ec8f4fb..b71bd5ba0 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/JdkCompilingStatement.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/JdkCompilingStatement.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/ModifiableURLClassLoader.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/ModifiableURLClassLoader.java index 142de7e8f..3dd856790 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/ModifiableURLClassLoader.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/ModifiableURLClassLoader.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/ReplacableTestClass.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/ReplacableTestClass.java index 2b619ed63..da30f0739 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/ReplacableTestClass.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/ReplacableTestClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/java/org/mapstruct/ap/testutil/runner/WithSingleCompiler.java b/processor/src/test/java/org/mapstruct/ap/testutil/runner/WithSingleCompiler.java index 9a2fc7018..69e65d327 100644 --- a/processor/src/test/java/org/mapstruct/ap/testutil/runner/WithSingleCompiler.java +++ b/processor/src/test/java/org/mapstruct/ap/testutil/runner/WithSingleCompiler.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/array/ScienceMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/array/ScienceMapperImpl.java index 0aed5739e..71db5a9da 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/array/ScienceMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/array/ScienceMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapperImpl.java index 45526c1a3..46fb7e688 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNcvsAlwaysMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapperImpl.java index 25266de2d..4ba2c5e45 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsDefaultMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapperImpl.java index 7c9a2ef57..fa7f56709 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithNvmsNullMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapperImpl.java index 1a16ca48f..a6f89f31c 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/bugs/_913/DomainDtoWithPresenceCheckMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/Source2Target2MapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/Source2Target2MapperImpl.java index efafeedf3..c544ebc68 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/Source2Target2MapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/Source2Target2MapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperImpl.java index 5ebd508fc..7f6a8620f 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefaultImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefaultImpl.java index 2926f33e4..73b7a7862 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefaultImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategyDefaultImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferredImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferredImpl.java index fe9995155..dd65113eb 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferredImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/collection/adder/SourceTargetMapperStrategySetterPreferredImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/conversion/string/SourceTargetMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/conversion/string/SourceTargetMapperImpl.java index 308104644..48b137da0 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/conversion/string/SourceTargetMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/conversion/string/SourceTargetMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/CompanyMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/CompanyMapperImpl.java index 24622e86f..d2dafaee7 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/CompanyMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/CompanyMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/OrganizationMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/OrganizationMapperImpl.java index a8ccd6925..0214fc8aa 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/OrganizationMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/OrganizationMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapperImpl.java index d4e69bc65..7a28bb7a9 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/DepartmentMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/ExternalMapperImpl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/ExternalMapperImpl.java index 00a5c2228..a926291d1 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/ExternalMapperImpl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/ExternalMapperImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1Impl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1Impl.java index fd9501fac..1073c4acd 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1Impl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper1Impl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2Impl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2Impl.java index a0a426f77..24ee2ab4a 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2Impl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper2Impl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. diff --git a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3Impl.java b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3Impl.java index 830fcde81..ef2e58905 100644 --- a/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3Impl.java +++ b/processor/src/test/resources/fixtures/org/mapstruct/ap/test/updatemethods/selection/OrganizationMapper3Impl.java @@ -1,5 +1,5 @@ /** - * Copyright 2012-2016 Gunnar Morling (http://www.gunnarmorling.de/) + * Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors.