Skip to content

Commit 725c496

Browse files
committed
Update Copyright dates.
1 parent 50551ed commit 725c496

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+102
-49
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2006-02-14 Mark Grondona <mgrondona@llnl.gov>
2+
3+
* : Update Copyright dates.
4+
15
2006-02-13 Mark Grondona <mgrondona@llnl.gov>
26

37
* pdsh.spec : Modified to comply with rpmlint

DISCLAIMER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2002-2003 The Regents of the University of California.
1+
Copyright (C) 2002-2006 The Regents of the University of California.
22
Produced at Lawrence Livermore National Laboratory.
33
Written by Jim Garlick <garlick@llnl.gov>.
44
UCRL-CODE-2003-007.

src/common/err.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/err.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/hostlist.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*****************************************************************************
44
* $LSDId: hostlist.c,v 1.20 2005/09/13 23:32:21 grondo Exp $
55
*****************************************************************************
6-
* Copyright (C) 2002 The Regents of the University of California.
6+
* Copyright (C) 2002,2006 The Regents of the University of California.
77
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
88
* Written by Mark Grondona <mgrondona@llnl.gov>
99
* UCRL-CODE-2002-040.

src/common/list.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*****************************************************************************
44
* $LSDId: list.c,v 1.28 2003/05/20 23:53:22 dun Exp $
55
*****************************************************************************
6-
* Copyright (C) 2001-2002 The Regents of the University of California.
6+
* Copyright (C) 2001-2006 The Regents of the University of California.
77
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
88
* Written by Chris Dunlap <cdunlap@llnl.gov>.
99
*

src/common/macros.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/split.c

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
1+
/*****************************************************************************\
2+
* $Id$
3+
*****************************************************************************
4+
* Copyright (C) 2006 The Regents of the University of California.
5+
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6+
* Written by Jim Garlick <garlick@llnl.gov>.
7+
* UCRL-CODE-2003-005.
8+
*
9+
* This file is part of Pdsh, a parallel remote shell program.
10+
* For details, see <http://www.llnl.gov/linux/pdsh/>.
11+
*
12+
* Pdsh is free software; you can redistribute it and/or modify it under
13+
* the terms of the GNU General Public License as published by the Free
14+
* Software Foundation; either version 2 of the License, or (at your option)
15+
* any later version.
16+
*
17+
* Pdsh is distributed in the hope that it will be useful, but WITHOUT ANY
18+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
20+
* details.
21+
*
22+
* You should have received a copy of the GNU General Public License along
23+
* with Pdsh; if not, write to the Free Software Foundation, Inc.,
24+
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25+
\*****************************************************************************/
226
#include <string.h>
327
#include "split.h"
428

src/common/split.h

+25-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
1+
/*****************************************************************************\
2+
* $Id: err.c 868 2004-06-23 16:42:11Z grondo $
3+
*****************************************************************************
4+
* Copyright (C) 2006 The Regents of the University of California.
5+
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6+
* Written by Jim Garlick <garlick@llnl.gov>.
7+
* UCRL-CODE-2003-005.
8+
*
9+
* This file is part of Pdsh, a parallel remote shell program.
10+
* For details, see <http://www.llnl.gov/linux/pdsh/>.
11+
*
12+
* Pdsh is free software; you can redistribute it and/or modify it under
13+
* the terms of the GNU General Public License as published by the Free
14+
* Software Foundation; either version 2 of the License, or (at your option)
15+
* any later version.
16+
*
17+
* Pdsh is distributed in the hope that it will be useful, but WITHOUT ANY
18+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
19+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
20+
* details.
21+
*
22+
* You should have received a copy of the GNU General Public License along
23+
* with Pdsh; if not, write to the Free Software Foundation, Inc.,
24+
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
25+
\*****************************************************************************/
226
#ifndef _SPLIT_H
327
#define _SPLIT_H
428

@@ -7,4 +31,3 @@
731
List list_split (char *sep, char *str);
832

933
#endif /* !_SPLIT_H */
10-

src/common/xmalloc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/xpoll.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/xstring.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/common/xstring.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/dshgroup.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2005-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6+
* Written by Mark Grondona <mgrondona@llnl.gov>
67
* UCRL-CODE-2003-005.
78
*
89
* This file is part of Pdsh, a parallel remote shell program.

src/modules/genders.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/mcmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/mqcmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/netgroup.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2005-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6+
* Written by Mark Grondona <mgrondona@llnl.gov>
67
* UCRL-CODE-2003-005.
78
*
89
* This file is part of Pdsh, a parallel remote shell program.

src/modules/nodeupdown.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/qcmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/rms.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/sdr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/slurm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Mark Grondona <mgrondona@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/sshcmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/modules/xrcmd.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/dsh.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/dsh.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/mod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/mod.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Mark Grondona <mgrondona@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/opt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/opt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/pcp_server.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/pcp_server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/privsep.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/privsep.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
66
* Written by Jim Garlick <garlick@llnl.gov>.
77
* UCRL-CODE-2003-005.

src/pdsh/rcmd.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2005-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6-
* Written by Jim Garlick <garlick@llnl.gov>.
6+
* Written by Mark Grondona <mgrondona@llnl.gov>.
77
* UCRL-CODE-2003-005.
88
*
99
* This file is part of Pdsh, a parallel remote shell program.

src/pdsh/rcmd.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*****************************************************************************\
22
* $Id$
33
*****************************************************************************
4-
* Copyright (C) 2001-2002 The Regents of the University of California.
4+
* Copyright (C) 2001-2006 The Regents of the University of California.
55
* Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
6-
* Written by Jim Garlick <garlick@llnl.gov>.
6+
* Written by Mark Grondona <mgrondona@llnl.gov>.
77
* UCRL-CODE-2003-005.
88
*
99
* This file is part of Pdsh, a parallel remote shell program.

0 commit comments

Comments
 (0)