Update of /cvsroot/okernel/nrtl/jayartl
In directory sc8-pr-cvs1:/tmp/cvs-serv7044/jayartl
Modified Files:
jayartl.cpp jayartl.h jayartl.rc jayartl.rcv
Log Message:
Massive update with new MASTER PLAN. See changelog.txt and todo.txt.
Index: jayartl.cpp
===================================================================
RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jayartl.cpp 8 Feb 2003 15:45:20 -0000 1.1
--- jayartl.cpp 14 May 2003 20:36:06 -0000 1.2
***************
*** 19,23 ****
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2002 the
Initial Developer. All Rights Reserved.
--- 19,23 ----
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2003 the
Initial Developer. All Rights Reserved.
Index: jayartl.h
===================================================================
RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jayartl.h 8 Feb 2003 15:45:20 -0000 1.1
--- jayartl.h 14 May 2003 20:36:06 -0000 1.2
***************
*** 22,26 ****
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2002 the
Initial Developer. All Rights Reserved.
--- 22,26 ----
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2003 the
Initial Developer. All Rights Reserved.
Index: jayartl.rc
===================================================================
RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.rc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jayartl.rc 8 Feb 2003 15:45:20 -0000 1.1
--- jayartl.rc 14 May 2003 20:36:06 -0000 1.2
***************
*** 19,23 ****
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2002 the
Initial Developer. All Rights Reserved.
--- 19,23 ----
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2003 the
Initial Developer. All Rights Reserved.
Index: jayartl.rcv
===================================================================
RCS file: /cvsroot/okernel/nrtl/jayartl/jayartl.rcv,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jayartl.rcv 8 Feb 2003 15:45:20 -0000 1.1
--- jayartl.rcv 14 May 2003 20:36:06 -0000 1.2
***************
*** 19,23 ****
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2002 the
Initial Developer. All Rights Reserved.
--- 19,23 ----
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1999-2003 the
Initial Developer. All Rights Reserved.
***************
*** 61,65 ****
#define VER_COMPANYNAME_STR VER_AUTHOR
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Gilles Dumortier,"
! #define VER_LEGALCOPYRIGHT_YEARS "1999-2002"
#define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS
#define VER_PRODUCTNAME_STR "\256JayaRTL\0"
--- 61,65 ----
#define VER_COMPANYNAME_STR VER_AUTHOR
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Gilles Dumortier,"
! #define VER_LEGALCOPYRIGHT_YEARS "1999-2003"
#define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS
#define VER_PRODUCTNAME_STR "\256JayaRTL\0"
|