[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/tools GenPrims.java, 1.2, 1.3 genfns.pl, 1.4, 1.5 motlle-vmbuild, 1.1, 1.2

David Gay idgay at users.sourceforge.net
Mon Oct 31 18:28:13 PST 2005


Update of /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5387/languages/motlle/tools

Modified Files:
	GenPrims.java genfns.pl motlle-vmbuild 
Log Message:
copyright notices (yeah!)
misc minor bug fixes
move tsql.vmsf TinySQL VM to TinySQL directory


Index: GenPrims.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/tools/GenPrims.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** GenPrims.java	30 Nov 2004 18:52:45 -0000	1.2
--- GenPrims.java	1 Nov 2005 02:28:11 -0000	1.3
***************
*** 1,2 ****
--- 1,11 ----
+ /*
+  * Copyright (c) 2004-2005 Intel Corporation
+  * All rights reserved.
+  *
+  * This file is distributed under the terms in the attached INTEL-LICENSE     
+  * file. If you do not find these files, copies can be found by writing to
+  * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, 
+  * 94704.  Attention:  Intel License Inquiry.
+  */
  import net.tinyos.script.*;
  import java.io.*;

Index: genfns.pl
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/tools/genfns.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** genfns.pl	25 Oct 2005 22:33:21 -0000	1.4
--- genfns.pl	1 Nov 2005 02:28:11 -0000	1.5
***************
*** 1,3 ****
--- 1,11 ----
  #!/usr/bin/perl
+ #
+ # Copyright (c) 2004-2005 Intel Corporation
+ # All rights reserved.
+ #
+ # This file is distributed under the terms in the attached INTEL-LICENSE     
+ # file. If you do not find these files, copies can be found by writing to
+ # Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, 
+ # 94704.  Attention:  Intel License Inquiry.
  
  if ($ARGV[0] eq "-scheme") {

Index: motlle-vmbuild
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/tools/motlle-vmbuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** motlle-vmbuild	29 Oct 2005 20:27:16 -0000	1.1
--- motlle-vmbuild	1 Nov 2005 02:28:11 -0000	1.2
***************
*** 1,3 ****
--- 1,11 ----
  #!/bin/sh
+ #
+ # Copyright (c) 2004-2005 Intel Corporation
+ # All rights reserved.
+ #
+ # This file is distributed under the terms in the attached INTEL-LICENSE     
+ # file. If you do not find these files, copies can be found by writing to
+ # Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, Berkeley, CA, 
+ # 94704.  Attention:  Intel License Inquiry.
  java net.tinyos.script.VMBuilder -nw $1 || exit $?
  grep -q 'rep-float' $1; float=$?



More information about the Tinyos-commits mailing list