diff --git a/MAINTAINERS b/MAINTAINERS index 55a783446ec..cec6cdbe0f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -265,6 +265,7 @@ F: dlls/winex11.drv/ XML parsing M: Nikolay Sivov F: dlls/msxml*/ +F: dlls/xmllite/ THE REST M: Alexandre Julliard diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c index 2dadfa22df2..0fedd91d1ad 100644 --- a/dlls/xmllite/reader.c +++ b/dlls/xmllite/reader.c @@ -1,7 +1,7 @@ /* * IXmlReader implementation * - * Copyright 2010, 2012-2013 Nikolay Sivov + * Copyright 2010, 2012-2013, 2016 Nikolay Sivov * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public