[Pntool-developers] SF.net SVN: pntool:[61] codegen/src/codegen.xcodeproj
Brought to you by:
compaqdrew,
miordache
From: <com...@us...> - 2009-06-16 22:13:32
|
Revision: 61 http://pntool.svn.sourceforge.net/pntool/?rev=61&view=rev Author: compaqdrew Date: 2009-06-16 22:13:31 +0000 (Tue, 16 Jun 2009) Log Message: ----------- Updating license/readme Modified Paths: -------------- LICENSE.txt README.txt codegen/src/codegen.xcodeproj/drew.mode1v3 codegen/src/codegen.xcodeproj/drew.pbxuser Property Changed: ---------------- codegen/src/codegen.xcodeproj/drew.mode1v3 codegen/src/codegen.xcodeproj/drew.pbxuser Modified: LICENSE.txt =================================================================== --- LICENSE.txt 2009-06-16 20:37:33 UTC (rev 60) +++ LICENSE.txt 2009-06-16 22:13:31 UTC (rev 61) @@ -1,6 +1,7 @@ MILP solver released under the LGPL. (C) Respective authors. +ANTLR released under the BSD License. (C) Respective authors. -Copyright (c) 2009 LeTourneau University and University of Notre Dame +ACTS Copyright (c) 2009 LeTourneau University and University of Notre Dame ACTS is A Concurrency Tool Suite for concurrent programming and concurrent system design developed at LeTourneau University. The support of the National Science Fundation is gratefully acknowledged (NSF CNS-0834057). Modified: README.txt =================================================================== --- README.txt 2009-06-16 20:37:33 UTC (rev 60) +++ README.txt 2009-06-16 22:13:31 UTC (rev 61) @@ -4,6 +4,8 @@ Here's the directory structure: pnheaders - these files are maintained by Dr. Iordache. Codegen (and maybe others) compile against these libraries. +translator - this code takes a high-level-language spec and turns it into a pns datastructure. Maintained by Bion Oren. Uses ANTLR. +spnbox - this code generates supervisors? Maintained by Stephen Camp. Uses MILP solver. codegen - these files are maintained by Drew Crawford and Kris Eggert. This will become the code generating portion of the petri net. Feel free to add more directories! Track your code in here! \ No newline at end of file Property changes on: codegen/src/codegen.xcodeproj/drew.mode1v3 ___________________________________________________________________ Deleted: svn:executable - * Property changes on: codegen/src/codegen.xcodeproj/drew.pbxuser ___________________________________________________________________ Deleted: svn:executable - * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |