Skip to content

Commit 123a918

Browse files
committed
Update year to 2020 in scripts and readme (#2705)
1 parent 175b65b commit 123a918

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,4 @@ Ronak Buch, Michael Robson, Eric Mikida, Sam White, Juan Galvez, Nitin Bhat,
359359
Kavitha Chandrasekar, Jaemin Choi, Matthias Diener, Evan Ramos,
360360
Raghavendra Kanakagiri, and Venkatasubrahmanian Narayanan.
361361

362-
Copyright (C) 1989-2019 Regents of the University of Illinois
362+
Copyright (C) 1989-2020 Regents of the University of Illinois

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'Charm++'
23-
copyright = '2019, PPL'
23+
copyright = '2020, PPL'
2424
author = 'PPL'
2525

2626
# The short X.Y version

src/scripts/charmc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ printUsage() {
155155
echo "and Charm++ programs. The flags generally match those of cc or f77."
156156
echo " Other options that are not listed here will be passed directly to the"
157157
echo "underlying compiler and/or linker."
158-
echo "Parallel Programming Lab, UIUC, 2019."
158+
echo "Parallel Programming Lab, UIUC, 2020."
159159
echo $*
160160
exit 1
161161
}

0 commit comments

Comments
 (0)