From 4c4d0948e704f439bab470de5b9ad228dc665f1f Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Thu, 14 Jan 2016 22:21:20 -0600 Subject: [PATCH] Update `root` header to current year. --- core/rint/src/TRint.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/rint/src/TRint.cxx b/core/rint/src/TRint.cxx index 274f319f2211c..95c238f2a2fd6 100644 --- a/core/rint/src/TRint.cxx +++ b/core/rint/src/TRint.cxx @@ -474,7 +474,7 @@ void TRint::PrintLogo(Bool_t lite) // Here, %%s results in %s after TString::Format(): lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern.ch", gROOT->GetVersion())); - lines.emplace_back(TString::Format("%%s(c) 1995-2014, The ROOT Team")); + lines.emplace_back(TString::Format("%%s(c) 1995-2016, The ROOT Team")); lines.emplace_back(TString::Format("Built for %s%%s", gSystem->GetBuildArch())); if (!strcmp(gROOT->GetGitBranch(), gROOT->GetGitCommit())) { static const char *months[] = {"January","February","March","April","May",