summaryrefslogtreecommitdiff
path: root/src/lib/PictHeader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/PictHeader.h')
-rw-r--r--src/lib/PictHeader.h23
1 files changed, 7 insertions, 16 deletions
diff --git a/src/lib/PictHeader.h b/src/lib/PictHeader.h
index c60dea6..da07efb 100644
--- a/src/lib/PictHeader.h
+++ b/src/lib/PictHeader.h
@@ -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/.
*/
#ifndef __PICTHEADER_H__
@@ -82,3 +72,4 @@ private:
};
#endif // PictHEADER
+/* vim:set shiftwidth=2 softtabstop=2 expandtab: */