summaryrefslogtreecommitdiff
path: root/src/lib/PictBitmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/PictBitmap.cpp')
-rw-r--r--src/lib/PictBitmap.cpp30
1 files changed, 7 insertions, 23 deletions
diff --git a/src/lib/PictBitmap.cpp b/src/lib/PictBitmap.cpp
index 69d2e64..1e538ec 100644
--- a/src/lib/PictBitmap.cpp
+++ b/src/lib/PictBitmap.cpp
@@ -1,27 +1,10 @@
-/* libpict
- * Copyright (C) 2007 Ariya Hidayat (ariya@kde.org)
- * Copyright (C) 2006 Ariya Hidayat (ariya@kde.org)
+/* -*- 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
- *
- * For further information visit http://libpict.sourceforge.net
- */
-
-/* "This product is not manufactured, approved, or supported by
- * Corel Corporation or Corel Corporation Limited."
+ * 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 "PictBitmap.h"
@@ -279,3 +262,4 @@ const librevenge::RVNGBinaryData &libpict::PictBitmap::getDIB() const
return d->dib;
}
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */