restore wine style license headers...superfolus chanes make doing a diff impossible
Modified: trunk/reactos/lib/imagehlp/access.c
Modified: trunk/reactos/lib/imagehlp/imagehlp_main.c
Modified: trunk/reactos/lib/imagehlp/integrity.c
Modified: trunk/reactos/lib/imagehlp/modify.c

Modified: trunk/reactos/lib/imagehlp/access.c
--- trunk/reactos/lib/imagehlp/access.c	2005-11-10 17:28:23 UTC (rev 19121)
+++ trunk/reactos/lib/imagehlp/access.c	2005-11-10 17:43:55 UTC (rev 19122)
@@ -1,9 +1,21 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         Imagehlp Libary
- * FILE:            lib/imagehlp/access.c
- * PURPOSE:         Image (un)load/mapping and data directory/section access
- * PROGRAMMER:      Patrik Stridvall
+ *	IMAGEHLP library
+ *
+ *	Copyright 1998	Patrik Stridvall
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 /* INCLUDES ******************************************************************/

Modified: trunk/reactos/lib/imagehlp/imagehlp_main.c
--- trunk/reactos/lib/imagehlp/imagehlp_main.c	2005-11-10 17:28:23 UTC (rev 19121)
+++ trunk/reactos/lib/imagehlp/imagehlp_main.c	2005-11-10 17:43:55 UTC (rev 19122)
@@ -1,11 +1,24 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         Imagehlp Libary
- * FILE:            lib/imagehlp/imagehlp_main.c
- * PURPOSE:         DLL Entrypoint
- * PROGRAMMER:      Patrik Stridvall
+ *	IMAGEHLP library
+ *
+ *	Copyright 1998	Patrik Stridvall
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+
 /* INCLUDES ******************************************************************/
 
 #include "precomp.h"

Modified: trunk/reactos/lib/imagehlp/integrity.c
--- trunk/reactos/lib/imagehlp/integrity.c	2005-11-10 17:28:23 UTC (rev 19121)
+++ trunk/reactos/lib/imagehlp/integrity.c	2005-11-10 17:43:55 UTC (rev 19122)
@@ -1,9 +1,22 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         Imagehlp Libary
- * FILE:            lib/imagehlp/integrity.c
- * PURPOSE:         Image Integrity: Security Certificates and Checksums
- * PROGRAMMER:      Patrik Stridvall, Mike McCormack (WINE)
+ *	IMAGEHLP library
+ *
+ *	Copyright 1998	Patrik Stridvall
+ *	Copyright 2003	Mike McCormack
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 /*

Modified: trunk/reactos/lib/imagehlp/modify.c
--- trunk/reactos/lib/imagehlp/modify.c	2005-11-10 17:28:23 UTC (rev 19121)
+++ trunk/reactos/lib/imagehlp/modify.c	2005-11-10 17:43:55 UTC (rev 19122)
@@ -1,9 +1,22 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         Imagehlp Libary
- * FILE:            lib/imagehlp/modify.c
- * PURPOSE:         Binding, Base Fixing and Rebasing
- * PROGRAMMER:      Alex Ionescu (alex@relsoft.net)
+ * IMAGEHLP library
+ *
+ * Copyright 1998 Patrik Stridvall
+ * Copyright 2005 Alex Ionescu
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 /* INCLUDES ******************************************************************/