[Tinyos-2-commits] CVS: tinyos-2.x/apps/Null NullAppC.nc, 1.1.2.1, 1.1.2.2 NullC.nc, 1.1.2.4, 1.1.2.5

Kevin Klues klueska at users.sourceforge.net
Thu Jun 15 05:04:07 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/Null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28458/apps/Null

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	NullAppC.nc NullC.nc 
Log Message:
Updates to documentation to make everything show up properly in nesdoc

Index: NullAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/Attic/NullAppC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** NullAppC.nc	8 Aug 2005 22:58:24 -0000	1.1.2.1
--- NullAppC.nc	15 Jun 2006 12:04:05 -0000	1.1.2.2
***************
*** 1,5 ****
! // $Id$
! 
! /*									tab:4
   * "Copyright (c) 2000-2005 The Regents of the University  of California.  
   * All rights reserved.
--- 1,3 ----
! /*
   * "Copyright (c) 2000-2005 The Regents of the University  of California.  
   * All rights reserved.
***************
*** 20,24 ****
   * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
   * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
!  *
   * Copyright (c) 2002-2005 Intel Corporation
   * All rights reserved.
--- 18,23 ----
   * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
   * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
!  */
! /*
   * Copyright (c) 2002-2005 Intel Corporation
   * All rights reserved.
***************
*** 30,34 ****
   */
  
! //@author Cory Sharp <cssharp at eecs.berkeley.edu>
  
  configuration NullAppC{}
--- 29,40 ----
   */
  
! /**
!  * Null is an empty skeleton application.  It is useful to test that the
!  * build environment is functional in its most minimal sense, i.e., you
!  * can correctly compile an application.
!  *
!  * @author Cory Sharp <cssharp at eecs.berkeley.edu>
!  * @date February 4, 2006
!  */
  
  configuration NullAppC{}

Index: NullC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/Attic/NullC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** NullC.nc	8 Aug 2005 22:58:24 -0000	1.1.2.4
--- NullC.nc	15 Jun 2006 12:04:05 -0000	1.1.2.5
***************
*** 1,5 ****
! // $Id$
! 
! /*									tab:4
   * "Copyright (c) 2000-2005 The Regents of the University  of California.  
   * All rights reserved.
--- 1,3 ----
! /*
   * "Copyright (c) 2000-2005 The Regents of the University  of California.  
   * All rights reserved.
***************
*** 20,25 ****
   * 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.
   *
--- 18,24 ----
   * ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
   * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
!  */
! /*
!  * Copyright (c) 2002-2005 Intel Corporation
   * All rights reserved.
   *
***************
*** 30,35 ****
   */
  
! //@author Cory Sharp <cssharp at eecs.berkeley.edu>
! 
  module NullC
  {
--- 29,40 ----
   */
  
! /**
!  * Null is an empty skeleton application.  It is useful to test that the
!  * build environment is functional in its most minimal sense, i.e., you
!  * can correctly compile an application.
!  *
!  * @author Cory Sharp <cssharp at eecs.berkeley.edu>
!  * @date February 4, 2006
!  */
  module NullC
  {



More information about the Tinyos-2-commits mailing list