From d74036e59436fa468e8124f1df4ea60e9b0d0f72 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 10 Nov 2005 17:43:55 +0000 Subject: [PATCH] restore wine style license headers...superfolus chanes make doing a diff impossible svn path=/trunk/; revision=19122 --- reactos/lib/imagehlp/access.c | 22 +++++++++++++++++----- reactos/lib/imagehlp/imagehlp_main.c | 23 ++++++++++++++++++----- reactos/lib/imagehlp/integrity.c | 23 ++++++++++++++++++----- reactos/lib/imagehlp/modify.c | 23 ++++++++++++++++++----- 4 files changed, 71 insertions(+), 20 deletions(-) diff --git a/reactos/lib/imagehlp/access.c b/reactos/lib/imagehlp/access.c index 7f2ce9b7663..845fed4be63 100644 --- a/reactos/lib/imagehlp/access.c +++ b/reactos/lib/imagehlp/access.c @@ -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 ******************************************************************/ diff --git a/reactos/lib/imagehlp/imagehlp_main.c b/reactos/lib/imagehlp/imagehlp_main.c index 9442182a62c..cf2e2d05bd1 100644 --- a/reactos/lib/imagehlp/imagehlp_main.c +++ b/reactos/lib/imagehlp/imagehlp_main.c @@ -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" diff --git a/reactos/lib/imagehlp/integrity.c b/reactos/lib/imagehlp/integrity.c index d93dcf9e062..2af74fb48dc 100644 --- a/reactos/lib/imagehlp/integrity.c +++ b/reactos/lib/imagehlp/integrity.c @@ -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 */ /* diff --git a/reactos/lib/imagehlp/modify.c b/reactos/lib/imagehlp/modify.c index 5c524c1dea6..02a187bc626 100644 --- a/reactos/lib/imagehlp/modify.c +++ b/reactos/lib/imagehlp/modify.c @@ -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 ******************************************************************/