diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-05-17 15:01:44 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-05-17 15:01:44 +0200 |
commit | de0bef310e7397f6bdbec0f36968cbf3f3b6ac25 (patch) | |
tree | c9cc896f7ec72330a202a639bd4b8100c9ec2254 /src/conv/raw | |
parent | d9754d3c9bcfef315d28d8e405302ff5972bf6b2 (diff) |
Some header fixes
Diffstat (limited to 'src/conv/raw')
-rw-r--r-- | src/conv/raw/vsd2raw.cpp | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/conv/raw/vsd2raw.cpp b/src/conv/raw/vsd2raw.cpp index 7791520..01457c4 100644 --- a/src/conv/raw/vsd2raw.cpp +++ b/src/conv/raw/vsd2raw.cpp @@ -1,7 +1,5 @@ -/* libwpg - * Copyright (C) 2006 Ariya Hidayat (ariya@kde.org) - * Copyright (C) 2005 Fridrich Strba (fridrich.strba@bluewin.ch) - * Copyright (C) 2004 Marc Oude Kotte (marc@solcon.nl) +/* libvisio + * Copyright (C) 2011 Fridrich Strba <fridrich.strba@bluewin.ch> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -17,12 +15,6 @@ * 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://libwpg.sourceforge.net - */ - -/* "This product is not manufactured, approved, or supported by - * Corel Corporation or Corel Corporation Limited." */ #include <stdio.h> |