summaryrefslogtreecommitdiff
path: root/src/lib/VSD6Parser.h
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-08-31 11:22:50 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-08-31 11:22:50 +0200
commit6df2631466b297dc9db542154c31d1727bde629d (patch)
treeafebd04a03c8ce3a1f91c93f655d4ea9f5827720 /src/lib/VSD6Parser.h
parent222dd651bed808cef498efcc7c75137d213e05fa (diff)
Don't procrastinate with licence headers anymore
Diffstat (limited to 'src/lib/VSD6Parser.h')
-rw-r--r--src/lib/VSD6Parser.h33
1 files changed, 21 insertions, 12 deletions
diff --git a/src/lib/VSD6Parser.h b/src/lib/VSD6Parser.h
index de61899..ffa9ce9 100644
--- a/src/lib/VSD6Parser.h
+++ b/src/lib/VSD6Parser.h
@@ -1,21 +1,30 @@
/* libvisio
+ * Version: MPL 1.1 / GPLv2+ / LGPLv2+
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License or as specified alternatively below. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * Major Contributor(s):
* Copyright (C) 2011 Fridrich Strba <fridrich.strba@bluewin.ch>
* Copyright (C) 2011 Eilidh McAdam <tibbylickle@gmail.com>
*
- * 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.
+ * All Rights Reserved.
+ *
+ * For minor contributions see the git repository.
*
- * 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
+ * Alternatively, the contents of this file may be used under the terms of
+ * either the GNU General Public License Version 2 or later (the "GPLv2+"), or
+ * the GNU Lesser General Public License Version 2 or later (the "LGPLv2+"),
+ * in which case the provisions of the GPLv2+ or the LGPLv2+ are applicable
+ * instead of those above.
*/
#ifndef __VSD6PARSER_H__