restore wine style license headers...superfolus chanes make doing a diff impossible

svn path=/trunk/; revision=19122
This commit is contained in:
Steven Edwards 2005-11-10 17:43:55 +00:00
parent 6f8816065e
commit d74036e594
4 changed files with 71 additions and 20 deletions

View file

@ -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 ******************************************************************/

View file

@ -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"

View file

@ -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
*/
/*

View file

@ -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 ******************************************************************/