summaryrefslogtreecommitdiffstats
path: root/Project/XMLParser.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-01-04 19:11:08 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2018-01-04 19:11:08 -0200
commit76df1de5e2307229da9870306e4a1031170aaadf (patch)
tree6d7144e9982a824474279f02574c918ce8fa0e9d /Project/XMLParser.cpp
parentcef9e14b989a3ba19321e4fe215ada2ee3998037 (diff)
downloadPSP.git-76df1de5e2307229da9870306e4a1031170aaadf.tar.gz
PSP.git-76df1de5e2307229da9870306e4a1031170aaadf.tar.xz
PSP.git-76df1de5e2307229da9870306e4a1031170aaadf.zip
Control elements file handling reorganized
Diffstat (limited to 'Project/XMLParser.cpp')
-rw-r--r--Project/XMLParser.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Project/XMLParser.cpp b/Project/XMLParser.cpp
index 09fa2cc..0d1588e 100644
--- a/Project/XMLParser.cpp
+++ b/Project/XMLParser.cpp
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2018 Thales Lima Oliveira <thales@ufu.br>
+ *
+ * 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
+ * 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, see <https://www.gnu.org/licenses/>.
+ */
+
#include "XMLParser.h"
XMLParser::XMLParser() {}