summaryrefslogtreecommitdiff
path: root/src/lib/PictXParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/PictXParser.cpp')
-rw-r--r--src/lib/PictXParser.cpp23
1 files changed, 7 insertions, 16 deletions
diff --git a/src/lib/PictXParser.cpp b/src/lib/PictXParser.cpp
index 1daa5f0..120af59 100644
--- a/src/lib/PictXParser.cpp
+++ b/src/lib/PictXParser.cpp
@@ -1,20 +1,10 @@
-/* libpict
- * Copyright (C) 2011 Fridrich Strba (fridrich.strba@bluewin.ch)
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * This file is part of the libpict project.
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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
- * Library General Public License for more details.
- *
- * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02111-1301 USA
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "PictXParser.h"
@@ -105,3 +95,4 @@ PictXParser &PictXParser::operator=(const PictXParser &parser)
m_colorPalette = parser.m_colorPalette;
return *this;
}
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */