summaryrefslogtreecommitdiff
path: root/src/lib/SDWParser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/SDWParser.cpp')
-rw-r--r--src/lib/SDWParser.cpp21
1 files changed, 4 insertions, 17 deletions
diff --git a/src/lib/SDWParser.cpp b/src/lib/SDWParser.cpp
index 5d7cc13..879e32f 100644
--- a/src/lib/SDWParser.cpp
+++ b/src/lib/SDWParser.cpp
@@ -1,23 +1,10 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
-/* libsdw
- * Version: MPL 2.0 / LGPLv2.1+
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/*
+ * This file is part of the libsdw project.
*
* 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/.
- *
- * Major Contributor(s):
- * Copyright (C) 2002 William Lachance (william.lachance@sympatico.ca)
- * Copyright (C) 2002 Marc Maurer (uwog@uwog.net)
- *
- * For minor contributions see the git repository.
- *
- * Alternatively, the contents of this file may be used under the terms
- * of the GNU Lesser General Public License Version 2.1 or later
- * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are
- * applicable instead of those above.
- *
- * For further information visit http://libsdw.sourceforge.net
*/
#include "libsdw_internal.h"
@@ -35,4 +22,4 @@ libsdw::SDWParser::SDWParser(librevenge::RVNGInputStream *input, SDWHeader *head
libsdw::SDWParser::~SDWParser()
{
}
-/* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */