From a9c581cdb7cd6e67e54e85dc258765dd4d8867a9 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 13 Sep 2005 03:51:18 +0000 Subject: [PATCH] added LGPL license header to the code from Wine and Patrik Stridvall and Royce Mitchell III as authors svn path=/trunk/; revision=17828 --- reactos/tools/rbuild/backend/msvc/msvc.cpp | 1 + .../tools/rbuild/backend/msvc/msvcmaker.cpp | 19 +++++++++++++++++++ .../tools/rbuild/backend/msvc/vcprojmaker.cpp | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/reactos/tools/rbuild/backend/msvc/msvc.cpp b/reactos/tools/rbuild/backend/msvc/msvc.cpp index 04dca4e0f56..6b5c3f26dce 100644 --- a/reactos/tools/rbuild/backend/msvc/msvc.cpp +++ b/reactos/tools/rbuild/backend/msvc/msvc.cpp @@ -2,6 +2,7 @@ * Copyright (C) 2005 Trevor McCort * Copyright (C) 2005 Casper S. Hornstrup * Copyright (C) 2005 Steven Edwards + * Copyright (C) 2005 Royce Mitchell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp b/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp index a04bd49bfb3..357d5a907f2 100644 --- a/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/msvcmaker.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2002 Patrik Stridvall + * Copyright (C) 2005 Royce Mitchell III + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + #ifdef _MSC_VER #pragma warning ( disable : 4786 ) #endif//_MSC_VER diff --git a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp index 545670349aa..343f8cfc23a 100644 --- a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2002 Patrik Stridvall + * Copyright (C) 2005 Royce Mitchell III + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + #ifdef _MSC_VER #pragma warning ( disable : 4786 ) #endif//_MSC_VER