X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fcommons%2Fdata%2Fxml%2FXmlElement.java;h=27cac0e16647bef7e667e3593de86b2560afd70b;hp=7b807ac9798e4be2b3cee465e4b73d93ebf35fdc;hb=b34ba4499cfbca09bc794a810e460bf1c86dcd34;hpb=6a9352a6edbeaa1a2b3dafc09e91f53ab1871e1c 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;