[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/tos/lib/Straw
Straw.h, 1.2, 1.3 Straw.nc, 1.1, 1.2 StrawBcast.h, 1.1,
1.2 StrawC.nc, 1.2, 1.3 StrawM.nc, 1.2, 1.3
Sukun Kim
binetude at users.sourceforge.net
Thu Nov 30 16:11:36 PST 2006
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri
CmdBcast.h, NONE, 1.1 CmdMsg.h, NONE, 1.1 DataCollector.h,
NONE, 1.1 DataCollector.nc, NONE, 1.1 DataCollectorM.nc, NONE,
1.1 Makefile, NONE, 1.1 MicroTimer.nc, NONE,
1.1 MicroTimerM.nc, NONE, 1.1 README, NONE, 1.1 ReadSendC.nc,
NONE, 1.1 ReadSendM.nc, NONE, 1.1 ReplyMsg.h, NONE,
1.1 SampleLog.nc, NONE, 1.1 SampleLogC.nc, NONE,
1.1 SampleLogM.nc, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/tos/sensorboards/ggbacltst
AccelM.nc, 1.4, 1.5 Temp.nc, 1.3, 1.4 TempM.nc, 1.2,
1.3 mADC.nc, 1.2, 1.3 sensorboard.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16001
Modified Files:
Straw.h Straw.nc StrawBcast.h StrawC.nc StrawM.nc
Log Message:
Index: Straw.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw/Straw.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Straw.h 30 Nov 2006 23:12:23 -0000 1.2
--- Straw.h 1 Dec 2006 00:11:33 -0000 1.3
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 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.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
#include "AM.h"
Index: Straw.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw/Straw.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Straw.nc 19 May 2005 03:37:03 -0000 1.1
--- Straw.nc 1 Dec 2006 00:11:33 -0000 1.2
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 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.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
/**
* Straw (Scalable Thin and Rapid Amassment Without loss)
Index: StrawBcast.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw/StrawBcast.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** StrawBcast.h 19 May 2005 03:37:03 -0000 1.1
--- StrawBcast.h 1 Dec 2006 00:11:33 -0000 1.2
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 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.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
#include "AM.h"
Index: StrawC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw/StrawC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StrawC.nc 30 Nov 2006 23:12:23 -0000 1.2
--- StrawC.nc 1 Dec 2006 00:11:33 -0000 1.3
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 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.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
includes Straw;
configuration StrawC
Index: StrawM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/GGB/tos/lib/Straw/StrawM.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StrawM.nc 30 Nov 2006 23:12:23 -0000 1.2
--- StrawM.nc 1 Dec 2006 00:11:33 -0000 1.3
***************
*** 1,2 ****
--- 1,43 ----
+ // $Id$
+
+ /* tab:4
+ * "Copyright (c) 2000-2003 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * Permission to use, copy, modify, and distribute this software and its
+ * documentation for any purpose, without fee, and without written agreement is
+ * hereby granted, provided that the above copyright notice, the following
+ * two paragraphs and the author appear in all copies of this software.
+ *
+ * IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
+ * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
+ * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
+ * CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+ * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
+ * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
+ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
+ *
+ * Copyright (c) 2002-2003 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.
+ */
+ /*
+ *
+ * Authors: Sukun Kim
+ * Date last modified: 11/30/06
+ *
+ */
+
+ /**
+ * @author Sukun Kim
+ */
+
includes Straw;
module StrawM
- Previous message: [Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/GGB/apps/Sentri
CmdBcast.h, NONE, 1.1 CmdMsg.h, NONE, 1.1 DataCollector.h,
NONE, 1.1 DataCollector.nc, NONE, 1.1 DataCollectorM.nc, NONE,
1.1 Makefile, NONE, 1.1 MicroTimer.nc, NONE,
1.1 MicroTimerM.nc, NONE, 1.1 README, NONE, 1.1 ReadSendC.nc,
NONE, 1.1 ReadSendM.nc, NONE, 1.1 ReplyMsg.h, NONE,
1.1 SampleLog.nc, NONE, 1.1 SampleLogC.nc, NONE,
1.1 SampleLogM.nc, NONE, 1.1
- Next message: [Tinyos-contrib-commits]
CVS: tinyos-1.x/contrib/GGB/tos/sensorboards/ggbacltst
AccelM.nc, 1.4, 1.5 Temp.nc, 1.3, 1.4 TempM.nc, 1.2,
1.3 mADC.nc, 1.2, 1.3 sensorboard.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-contrib-commits
mailing list