|
From: Andre R. <and...@us...> - 2005-01-11 22:49:43
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21242/FrontierSDK/SampleCode/BarChart Modified Files: barchart.c barchart.h barchart.r buildflags.h Log Message: Added CVS keyword header to all source files. Index: buildflags.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/buildflags.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** buildflags.h 9 Oct 2004 04:50:53 -0000 1.1 --- buildflags.h 11 Jan 2005 22:48:16 -0000 1.2 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #ifndef THINK_C #include <MacHeaders.h> Index: barchart.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** barchart.h 9 Oct 2004 04:42:40 -0000 1.1 --- barchart.h 11 Jan 2005 22:48:16 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /*© copyright 1991-96 UserLand Software, Inc. All Rights Reserved.*/ Index: barchart.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** barchart.c 9 Oct 2004 04:42:11 -0000 1.1 --- barchart.c 11 Jan 2005 22:48:15 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- + /* $Id$ */ + /*© copyright 1991-96 UserLand Software, Inc. All Rights Reserved.*/ Index: barchart.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/SampleCode/BarChart/barchart.r,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** barchart.r 9 Oct 2004 04:48:05 -0000 1.1 --- barchart.r 11 Jan 2005 22:48:16 -0000 1.2 *************** *** 1,2 **** --- 1,5 ---- + + /* $Id$ */ + #include <Types.r> #include <SysTypes.r> |