Add copyright notices and some comments about status and TODO
authordagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 28 Jan 2004 17:03:02 +0000 (17:03 +0000)
committerdagenais <dagenais@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 28 Jan 2004 17:03:02 +0000 (17:03 +0000)
commit9c3123113f395e7ea634c522e340604331359e7e
treec7a162de8dd5cda335a265716fdd8dd8c3bceb92
parent292a7e63352c48ffc1ce185a31eaee5e3c076a36
Add copyright notices and some comments about status and TODO

git-svn-id: http://ltt.polymtl.ca/svn@431 04897980-b3bd-0310-b5e0-8ef037075253
41 files changed:
ltt/branches/poly/AUTHORS
ltt/branches/poly/README
ltt/branches/poly/doc/developer/coding.html [new file with mode: 0644]
ltt/branches/poly/doc/developer/format.html
ltt/branches/poly/doc/developer/index.html
ltt/branches/poly/doc/developer/library-header.txt [new file with mode: 0644]
ltt/branches/poly/doc/developer/lttv.html
ltt/branches/poly/doc/developer/program-header.txt [new file with mode: 0644]
ltt/branches/poly/doc/developer/status.html [new file with mode: 0644]
ltt/branches/poly/doc/developer/todo.html [new file with mode: 0644]
ltt/branches/poly/include/ltt/event.h
ltt/branches/poly/include/ltt/facility.h
ltt/branches/poly/include/ltt/ltt.h
ltt/branches/poly/include/ltt/time.h
ltt/branches/poly/include/ltt/trace.h
ltt/branches/poly/include/ltt/type.h
ltt/branches/poly/include/lttv/attribute.h
ltt/branches/poly/include/lttv/batchAnalysis.h
ltt/branches/poly/include/lttv/filter.h
ltt/branches/poly/include/lttv/hook.h
ltt/branches/poly/include/lttv/iattribute.h
ltt/branches/poly/include/lttv/lttv.h
ltt/branches/poly/include/lttv/module.h
ltt/branches/poly/include/lttv/option.h
ltt/branches/poly/include/lttv/processTrace.h
ltt/branches/poly/include/lttv/state.h
ltt/branches/poly/include/lttv/stats.h
ltt/branches/poly/include/lttv/traceset.h
ltt/branches/poly/lttv/main/attribute.c
ltt/branches/poly/lttv/main/filter.c
ltt/branches/poly/lttv/main/hook.c
ltt/branches/poly/lttv/main/iattribute.c
ltt/branches/poly/lttv/main/main.c
ltt/branches/poly/lttv/main/module.c
ltt/branches/poly/lttv/main/option.c
ltt/branches/poly/lttv/main/processTrace.c
ltt/branches/poly/lttv/main/state.c
ltt/branches/poly/lttv/main/stats.c
ltt/branches/poly/lttv/main/traceset.c
ltt/branches/poly/lttv/modules/text/batchAnalysis.c
ltt/branches/poly/lttv/modules/text/textDump.c
This page took 0.026622 seconds and 4 git commands to generate.