[Tinyos-commits]
CVS: tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-float
BaseTypes.h, 1.2, 1.3 MotlleRepM.nc, 1.4, 1.5
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/mate/rep-float
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5387/languages/motlle/mate/rep-float
Modified Files:
BaseTypes.h MotlleRepM.nc
Log Message:
copyright notices (yeah!)
misc minor bug fixes
move tsql.vmsf TinySQL VM to TinySQL directory
Index: BaseTypes.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-float/BaseTypes.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BaseTypes.h 30 Nov 2004 18:52:43 -0000 1.2
--- BaseTypes.h 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.
+ */
#ifndef BASETYPES_H
#define BASETYPES_H
Index: MotlleRepM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/tos/lib/VM/languages/motlle/mate/rep-float/MotlleRepM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** MotlleRepM.nc 23 Oct 2005 21:09:24 -0000 1.4
--- MotlleRepM.nc 1 Nov 2005 02:28:11 -0000 1.5
***************
*** 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.
+ */
module MotlleRepM
{
More information about the Tinyos-commits
mailing list