summaryrefslogtreecommitdiff
path: root/src/lib/libpict_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libpict_utils.h')
-rw-r--r--src/lib/libpict_utils.h29
1 files changed, 7 insertions, 22 deletions
diff --git a/src/lib/libpict_utils.h b/src/lib/libpict_utils.h
index 87087f6..7dd0dd3 100644
--- a/src/lib/libpict_utils.h
+++ b/src/lib/libpict_utils.h
@@ -1,26 +1,10 @@
-/* libpict
- * Copyright (C) 2004 Marc Oude Kotte (marc@solcon.nl)
+/* -*- 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/.
*/
#ifndef __LIBPICT_UTILS_H__
@@ -57,3 +41,4 @@ class EndOfStreamException
} // namespace libpict
#endif // __LIBPICT_UTILS_H__
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */