From: <ad...@us...> - 2003-02-25 17:23:25
|
Update of /cvsroot/bdadev/CleverTelly In directory sc8-pr-cvs1:/tmp/cvs-serv24634 Modified Files: CleverTelly.cpp MainDlg.cpp MainDlg.h StdAfx.h Log Message: Added log and id to new files Index: CleverTelly.cpp =================================================================== RCS file: /cvsroot/bdadev/CleverTelly/CleverTelly.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** CleverTelly.cpp 25 Feb 2003 17:19:02 -0000 1.6 --- CleverTelly.cpp 25 Feb 2003 17:23:16 -0000 1.7 *************** *** 1,4 **** ! // CleverTelly.cpp : main source file for CleverTelly.exe // #include "stdafx.h" --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // CleverTelly - BDA DVB TV Application ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software 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 // + ///////////////////////////////////////////////////////////////////////////// #include "stdafx.h" *************** *** 80,81 **** --- 97,107 ---- return nRet; } + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.7 2003/02/25 17:23:16 adcockj + // Added log and id to new files + // + ///////////////////////////////////////////////////////////////////////////// Index: MainDlg.cpp =================================================================== RCS file: /cvsroot/bdadev/CleverTelly/MainDlg.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** MainDlg.cpp 25 Feb 2003 17:19:04 -0000 1.4 --- MainDlg.cpp 25 Feb 2003 17:23:17 -0000 1.5 *************** *** 1,3 **** ! // maindlg.cpp : implementation of the CMainDlg class // ///////////////////////////////////////////////////////////////////////////// --- 1,19 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // CleverTelly - BDA DVB TV Application ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software 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 // ///////////////////////////////////////////////////////////////////////////// *************** *** 633,634 **** --- 649,659 ---- return FALSE; } + + ///////////////////////////////////////////////////////////////////////////// + // CVS Log + // + // $Log$ + // Revision 1.5 2003/02/25 17:23:17 adcockj + // Added log and id to new files + // + ///////////////////////////////////////////////////////////////////////////// Index: MainDlg.h =================================================================== RCS file: /cvsroot/bdadev/CleverTelly/MainDlg.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** MainDlg.h 25 Feb 2003 17:19:04 -0000 1.3 --- MainDlg.h 25 Feb 2003 17:23:18 -0000 1.4 *************** *** 1,3 **** ! // maindlg.h : interface of the CMainDlg class // ///////////////////////////////////////////////////////////////////////////// --- 1,19 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // CleverTelly - BDA DVB TV Application ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// ! // ! // This file is subject to the terms of the GNU General Public License as ! // published by the Free Software Foundation. A copy of this license is ! // included with this software distribution in the file COPYING.txt. If you ! // do not have a copy, you may obtain a copy by writing to the Free ! // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ! // ! // This software 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 // ///////////////////////////////////////////////////////////////////////////// Index: StdAfx.h =================================================================== RCS file: /cvsroot/bdadev/CleverTelly/StdAfx.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StdAfx.h 25 Feb 2003 17:19:04 -0000 1.5 --- StdAfx.h 25 Feb 2003 17:23:18 -0000 1.6 *************** *** 1,6 **** ! // stdafx.h : include file for standard system include files, ! // or project specific include files that are used frequently, but ! // are changed infrequently // #if !defined(AFX_STDAFX_H__CCE886B8_480B_11D7_B841_0002A5623377__INCLUDED_) --- 1,21 ---- ! ///////////////////////////////////////////////////////////////////////////// ! // $Id$ ! ///////////////////////////////////////////////////////////////////////////// ! // CleverTelly - BDA DVB TV Application ! // Copyright (c) 2003 John Adcock. All rights reserved. ! ///////////////////////////////////////////////////////////////////////////// // + // This file is subject to the terms of the GNU General Public License as + // published by the Free Software Foundation. A copy of this license is + // included with this software distribution in the file COPYING.txt. If you + // do not have a copy, you may obtain a copy by writing to the Free + // Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + // + // This software 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 + // + ///////////////////////////////////////////////////////////////////////////// #if !defined(AFX_STDAFX_H__CCE886B8_480B_11D7_B841_0002A5623377__INCLUDED_) |