Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv17467
Modified Files:
command.c daemon.c ktcheck.c ra.sh repo.c report.c
transcript.c
Log Message:
Updated copyright info.
Index: report.c
===================================================================
RCS file: /cvsroot/radmind/radmind/report.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** report.c 19 Feb 2007 17:15:55 -0000 1.3
--- report.c 23 Feb 2007 20:21:14 -0000 1.4
***************
*** 1,4 ****
/*
! * Copyright (c) 2006 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2006, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: transcript.c
===================================================================
RCS file: /cvsroot/radmind/radmind/transcript.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** transcript.c 26 Jan 2007 18:26:08 -0000 1.116
--- transcript.c 23 Feb 2007 20:21:14 -0000 1.117
***************
*** 1,4 ****
/*
! * Copyright (c) 2003 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2003, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: daemon.c
===================================================================
RCS file: /cvsroot/radmind/radmind/daemon.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** daemon.c 18 Feb 2007 23:19:57 -0000 1.78
--- daemon.c 23 Feb 2007 20:21:14 -0000 1.79
***************
*** 1,4 ****
/*
! * Copyright (c) 2003 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2003, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: command.c
===================================================================
RCS file: /cvsroot/radmind/radmind/command.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -C2 -d -r1.136 -r1.137
*** command.c 19 Feb 2007 21:26:32 -0000 1.136
--- command.c 23 Feb 2007 20:21:14 -0000 1.137
***************
*** 1,4 ****
/*
! * Copyright (c) 2003 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2003, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: repo.c
===================================================================
RCS file: /cvsroot/radmind/radmind/repo.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** repo.c 19 Feb 2007 17:10:55 -0000 1.5
--- repo.c 23 Feb 2007 20:21:14 -0000 1.6
***************
*** 1,4 ****
/*
! * Copyright (c) 2006 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2006, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: ktcheck.c
===================================================================
RCS file: /cvsroot/radmind/radmind/ktcheck.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** ktcheck.c 19 Feb 2007 16:31:04 -0000 1.118
--- ktcheck.c 23 Feb 2007 20:21:14 -0000 1.119
***************
*** 1,4 ****
/*
! * Copyright (c) 2003 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
--- 1,4 ----
/*
! * Copyright (c) 2003, 2007 Regents of The University of Michigan.
* All Rights Reserved. See COPYRIGHT.
*/
Index: ra.sh
===================================================================
RCS file: /cvsroot/radmind/radmind/ra.sh,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** ra.sh 7 Feb 2007 15:30:20 -0000 1.38
--- ra.sh 23 Feb 2007 20:21:14 -0000 1.39
***************
*** 1,4 ****
--- 1,7 ----
#!/bin/sh
#
+ # Copyright (c) 2004, 2007 Regents of The University of Michigan.
+ # All Rights Reserved. See COPYRIGHT.
+ #
# Radmind Assistant shell script (rash)
# Basic client side functions include:
|