Skip to content

Commit 1a63139

Browse files
committed
Update copyright date range
Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
1 parent 8f5bd09 commit 1a63139

Some content is hidden

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

66 files changed

+67
-67
lines changed

bool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

client-conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

client-sock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

client-tty.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

common.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*
@@ -42,7 +42,7 @@ const char *conman_license = \
4242
"https://dun.github.io/conman/\n" \
4343
"\n" \
4444
"Written by Chris Dunlap <cdunlap@llnl.gov>.\n" \
45-
"Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.\n" \
45+
"Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.\n" \
4646
"Copyright (C) 2001-2007 The Regents of the University of California.\n" \
4747
"\n" \
4848
"ConMan is free software: you can redistribute it and/or modify it\n" \

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22
* Written by Chris Dunlap <cdunlap@llnl.gov>.
3-
* Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
3+
* Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
44
* Copyright (C) 2001-2007 The Regents of the University of California.
55
* UCRL-CODE-2002-009.
66
*

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Process this file with autoconf to produce a configure script.
44
###############################################################################
55
# Written by Chris Dunlap <cdunlap@llnl.gov>.
6-
# Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
6+
# Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
77
# Copyright (C) 2001-2007 The Regents of the University of California.
88
# UCRL-CODE-2002-009.
99
#

conmen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# ConMen: a wrapper to aid in ConMan broadcast sessions.
55
###############################################################################
66
# Written by Chris Dunlap <cdunlap@llnl.gov>.
7-
# Copyright (C) 2007-2017 Lawrence Livermore National Security, LLC.
7+
# Copyright (C) 2007-2018 Lawrence Livermore National Security, LLC.
88
# Copyright (C) 2001-2007 The Regents of the University of California.
99
# UCRL-CODE-2002-009.
1010
#

0 commit comments

Comments
 (0)