From 123a918d97a74439449d09b5bc50879250b354d5 Mon Sep 17 00:00:00 2001 From: Ronak Buch Date: Tue, 11 Feb 2020 12:24:58 -0600 Subject: [PATCH] Update year to 2020 in scripts and readme (#2705) --- README.md | 2 +- doc/conf.py | 2 +- src/scripts/charmc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 69ec68beb7..1ca1fb0d72 100644 --- a/README.md +++ b/README.md @@ -359,4 +359,4 @@ Ronak Buch, Michael Robson, Eric Mikida, Sam White, Juan Galvez, Nitin Bhat, Kavitha Chandrasekar, Jaemin Choi, Matthias Diener, Evan Ramos, Raghavendra Kanakagiri, and Venkatasubrahmanian Narayanan. -Copyright (C) 1989-2019 Regents of the University of Illinois +Copyright (C) 1989-2020 Regents of the University of Illinois diff --git a/doc/conf.py b/doc/conf.py index 339873eb04..74d40fba5e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'Charm++' -copyright = '2019, PPL' +copyright = '2020, PPL' author = 'PPL' # The short X.Y version diff --git a/src/scripts/charmc b/src/scripts/charmc index 643ca7f951..5cf85f1722 100755 --- a/src/scripts/charmc +++ b/src/scripts/charmc @@ -155,7 +155,7 @@ printUsage() { echo "and Charm++ programs. The flags generally match those of cc or f77." echo " Other options that are not listed here will be passed directly to the" echo "underlying compiler and/or linker." - echo "Parallel Programming Lab, UIUC, 2019." + echo "Parallel Programming Lab, UIUC, 2020." echo $* exit 1 }