diff --git a/src/plugins/debugger/shared/sharedlibraryinjector.cpp b/src/plugins/debugger/shared/sharedlibraryinjector.cpp index b9e1252a5d4..c83c2a402e6 100644 --- a/src/plugins/debugger/shared/sharedlibraryinjector.cpp +++ b/src/plugins/debugger/shared/sharedlibraryinjector.cpp @@ -2,7 +2,7 @@ ** ** This file is part of Qt Creator ** -** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (c) 2010 Marius Storm-Olsen ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -27,30 +27,6 @@ ** **************************************************************************/ -// -// WinANSI - An ANSI implementation for the modern Windows -// -// Copyright (C) 2008- Marius Storm-Olsen -// -// Based on work by Robert Kuster in article -// http://software.rkuster.com/articles/winspy.htm -// -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// ------------------------------------------------------------------------------------------------- - #include "sharedlibraryinjector.h" #include diff --git a/src/plugins/debugger/shared/sharedlibraryinjector.h b/src/plugins/debugger/shared/sharedlibraryinjector.h index 644fae7ebc0..095c4377fea 100644 --- a/src/plugins/debugger/shared/sharedlibraryinjector.h +++ b/src/plugins/debugger/shared/sharedlibraryinjector.h @@ -2,7 +2,7 @@ ** ** This file is part of Qt Creator ** -** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +** Copyright (c) 2010 Marius Storm-Olsen ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** @@ -27,30 +27,6 @@ ** **************************************************************************/ -// -// WinANSI - An ANSI implementation for the modern Windows -// -// Copyright (C) 2008- Marius Storm-Olsen -// -// Based on work by Robert Kuster in article -// http://software.rkuster.com/articles/winspy.htm -// -// 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// ------------------------------------------------------------------------------------------------- - #ifndef SHAREDLIBRARYINJECTOR_H #define SHAREDLIBRARYINJECTOR_H