From: Tomas Mlcoch Date: Fri, 31 May 2013 21:17:23 +0000 (+0200) Subject: xml_parser: Add license header into the xml_parser.c. X-Git-Tag: upstream/0.2.1~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08c5c2ba43cc7bab6c520e7e93a332a9678eaaca;p=services%2Fcreaterepo_c.git xml_parser: Add license header into the xml_parser.c. --- diff --git a/src/xml_parser.c b/src/xml_parser.c index d16acc4..81fe8d6 100644 --- a/src/xml_parser.c +++ b/src/xml_parser.c @@ -1,3 +1,22 @@ +/* createrepo_c - Library of routines for manipulation with repodata + * Copyright (C) 2013 Tomas Mlcoch + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. + */ + #include #include #include