X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fcommons%2Fdata%2Fxml%2FXmlElement.java;h=27cac0e16647bef7e667e3593de86b2560afd70b;hb=929ec66ff0f0f684d1f06bd2eac22323a10022b1;hp=7b807ac9798e4be2b3cee465e4b73d93ebf35fdc;hpb=6a9352a6edbeaa1a2b3dafc09e91f53ab1871e1c;p=svjatoslav_commons.git diff --git a/src/main/java/eu/svjatoslav/commons/data/xml/XmlElement.java b/src/main/java/eu/svjatoslav/commons/data/xml/XmlElement.java old mode 100644 new mode 100755 index 7b807ac..27cac0e --- a/src/main/java/eu/svjatoslav/commons/data/xml/XmlElement.java +++ b/src/main/java/eu/svjatoslav/commons/data/xml/XmlElement.java @@ -1,3 +1,12 @@ +/* + * Svjatoslav Commons - shared library of common functionality. + * Copyright ©2012-2014, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 3 of the GNU Lesser General Public License + * or later as published by the Free Software Foundation. + */ + package eu.svjatoslav.commons.data.xml; import java.util.ArrayList;