[Kde-cygwin-cvs] CVS: qt-3/tools/qconfig LICENSE.GPL,1.1.1.3,1.2 main.cpp,1.1.1.4,1.2 main.h,1.1.1.3
Status: Inactive
Brought to you by:
habacker
From: Christian E. <che...@us...> - 2005-09-23 09:40:48
|
Update of /cvsroot/kde-cygwin/qt-3/tools/qconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/tools/qconfig Modified Files: LICENSE.GPL main.cpp main.h Log Message: st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :( ttt: ---------------------------------------------------------------------- Index: LICENSE.GPL =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/LICENSE.GPL,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- LICENSE.GPL 22 Sep 2005 12:58:44 -0000 1.1.1.3 +++ LICENSE.GPL 23 Sep 2005 09:40:32 -0000 1.2 @@ -2,7 +2,7 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 51 Franklin Steet, Fifth Floor, Boston, MA 02110-1301, USA + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Index: main.cpp =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/main.cpp,v retrieving revision 1.1.1.4 retrieving revision 1.2 diff -u -r1.1.1.4 -r1.2 --- main.cpp 22 Sep 2005 12:58:43 -0000 1.1.1.4 +++ main.cpp 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1999-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1999-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded. ** @@ -677,7 +677,7 @@ "<p><b><font size=+2>Qt/Embedded build configuration</font></b></p>" "<p></p>" "<p>Version 1.0</p>" - "<p>Copyright (C) 2001-2005 Trolltech AS. All rights reserved.</p>" + "<p>Copyright (C) 2001-2002 Trolltech AS. All rights reserved.</p>" "<p></p>" "<p>This program is licensed to you under the terms of the GNU General " "Public License Version 2 as published by the Free Software Foundation. This " Index: main.h =================================================================== RCS file: /cvsroot/kde-cygwin/qt-3/tools/qconfig/main.h,v retrieving revision 1.1.1.3 retrieving revision 1.2 diff -u -r1.1.1.3 -r1.2 --- main.h 22 Sep 2005 12:58:43 -0000 1.1.1.3 +++ main.h 23 Sep 2005 09:40:32 -0000 1.2 @@ -1,5 +1,5 @@ /********************************************************************** -** Copyright (C) 1999-2005 Trolltech AS. All rights reserved. +** Copyright (C) 1999-2002 Trolltech AS. All rights reserved. ** ** This file is part of Qt/Embedded. ** |