[complement-svn] SF.net SVN: complement: [1717] trunk/complement/explore
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-09-01 05:33:26
|
Revision: 1717 http://complement.svn.sourceforge.net/complement/?rev=1717&view=rev Author: complement Date: 2007-08-31 22:33:23 -0700 (Fri, 31 Aug 2007) Log Message: ----------- copyright info added Modified Paths: -------------- trunk/complement/explore/include/exam/logger.h trunk/complement/explore/include/exam/suite.h trunk/complement/explore/lib/exam/logger.cc trunk/complement/explore/lib/exam/suite.cc trunk/complement/explore/lib/exam/ut/dummy_test.cc trunk/complement/explore/lib/exam/ut/exam_self_test.cc trunk/complement/explore/lib/exam/ut/exam_test_suite.cc trunk/complement/explore/lib/exam/ut/exam_test_suite.h Modified: trunk/complement/explore/include/exam/logger.h =================================================================== --- trunk/complement/explore/include/exam/logger.h 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/include/exam/logger.h 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/13 11:01:52 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:08:25 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #ifndef __logger_h #define __logger_h Modified: trunk/complement/explore/include/exam/suite.h =================================================================== --- trunk/complement/explore/include/exam/suite.h 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/include/exam/suite.h 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/21 09:06:00 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:07:43 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #ifndef __suite_h #define __suite_h Modified: trunk/complement/explore/lib/exam/logger.cc =================================================================== --- trunk/complement/explore/lib/exam/logger.cc 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/logger.cc 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/13 10:53:32 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:09:27 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #include <exam/logger.h> #include <iostream> Modified: trunk/complement/explore/lib/exam/suite.cc =================================================================== --- trunk/complement/explore/lib/exam/suite.cc 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/suite.cc 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/21 09:13:17 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:09:43 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #include <exam/suite.h> #include <stack> Modified: trunk/complement/explore/lib/exam/ut/dummy_test.cc =================================================================== --- trunk/complement/explore/lib/exam/ut/dummy_test.cc 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/ut/dummy_test.cc 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,3 +1,12 @@ +// -*- C++ -*- Time-stamp: <07/09/01 09:10:32 ptr> + +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #include <exam/suite.h> int EXAM_IMPL(func) Modified: trunk/complement/explore/lib/exam/ut/exam_self_test.cc =================================================================== --- trunk/complement/explore/lib/exam/ut/exam_self_test.cc 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/ut/exam_self_test.cc 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/16 16:33:17 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:10:26 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #include "exam_test_suite.h" int main( int, char ** ) Modified: trunk/complement/explore/lib/exam/ut/exam_test_suite.cc =================================================================== --- trunk/complement/explore/lib/exam/ut/exam_test_suite.cc 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/ut/exam_test_suite.cc 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/21 09:01:26 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:10:55 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #include "exam_test_suite.h" #include "dummy_test.cc" Modified: trunk/complement/explore/lib/exam/ut/exam_test_suite.h =================================================================== --- trunk/complement/explore/lib/exam/ut/exam_test_suite.h 2007-08-30 15:44:47 UTC (rev 1716) +++ trunk/complement/explore/lib/exam/ut/exam_test_suite.h 2007-09-01 05:33:23 UTC (rev 1717) @@ -1,5 +1,12 @@ -// -*- C++ -*- Time-stamp: <07/07/16 23:40:09 ptr> +// -*- C++ -*- Time-stamp: <07/09/01 09:11:13 ptr> +/* + * Copyright (c) 2007 + * Petr Ovtchenkov + * + * Licensed under the Academic Free License Version 3.0 + */ + #ifndef __exam_test_suite_h #define __exam_test_suite_h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |