[Tinyos-commits] CVS: tinyos-1.x/tos/lib/VM/languages/motlle/src
mate-interface.mt, 1.3, 1.4 mload.mt, 1.5, 1.6 sf.mt, 1.2,
1.3 vmconf.mt, 1.3, 1.4
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/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5387/languages/motlle/src
Modified Files:
mate-interface.mt mload.mt sf.mt vmconf.mt
Log Message:
copyright notices (yeah!)
misc minor bug fixes
move tsql.vmsf TinySQL VM to TinySQL directory
Index: mate-interface.mt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/src/mate-interface.mt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mate-interface.mt 14 Oct 2005 00:21:21 -0000 1.3
--- mate-interface.mt 1 Nov 2005 02:28:11 -0000 1.4
***************
*** 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.
+ */
any display_error;
any mvirus_chunk_size;
Index: mload.mt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/src/mload.mt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mload.mt 25 Oct 2005 23:08:52 -0000 1.5
--- mload.mt 1 Nov 2005 02:28:11 -0000 1.6
***************
*** 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.
+ */
any usage()
{
Index: sf.mt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/src/sf.mt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** sf.mt 30 Nov 2004 18:52:43 -0000 1.2
--- sf.mt 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.
+ */
any saferead(fd, s)
{
Index: vmconf.mt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/src/vmconf.mt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** vmconf.mt 25 Oct 2005 22:33:21 -0000 1.3
--- vmconf.mt 1 Nov 2005 02:28:11 -0000 1.4
***************
*** 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.
+ */
any rbytecode_mwritec, rbytecode_mwriteg, rbytecode_mwritel, rbytecode_mwritel3, rbytecode_mwritedc, rbytecode_mwritedg, rbytecode_mwritedl, rbytecode_mwritedl3, rbytecode_mclearl, rbytecode_mreadc, rbytecode_mreadg, rbytecode_mreadl, rbytecode_mreadc3, rbytecode_mreadl3, rbytecode_mset, rbytecode_mref, rbytecode_mexec4, rbytecode_mexecg4, rbytecode_mexecprim6, rbytecode_mclosure, rbytecode_mreturn, rbytecode_halt, rbytecode_mhandler4, rbytecode_mba3, rbytecode_mbf3, rbytecode_mbt3, rbytecode_mscheck4, rbytecode_mvcheck4, rbytecode_mcst, rbytecode_mint3, rbytecode_mundefined, rbytecode_mpop, rbytecode_mexitn, rbytecode_mbitxor, rbytecode_mbitor, rbytecode_mbitnot, rbytecode_mbitand, rbytecode_mshiftright, rbytecode_mshiftleft, rbytecode_mnegate, rbytecode_madd, rbytecode_msub, rbytecode_mmultiply, rbytecode_mdivide, rbytecode_mremainder, rbytecode_meq, rbytecode_mne, rbytecode_mlt, rbytecode_mle, rbytecode_mgt, rbytecode_mge, rbytecode_mnot;
More information about the Tinyos-commits
mailing list