From 19b8847d0ff9f7c13d7dde1e1bc14505f31f86dc Mon Sep 17 00:00:00 2001 From: Thorsten Liebig Date: Tue, 17 Sep 2013 12:50:04 +0200 Subject: [PATCH] main: update copyright notice Signed-off-by: Thorsten Liebig --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b8b3481..1d5408e 100644 --- a/main.cpp +++ b/main.cpp @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) cout << " ---------------------------------------------------------------------- " << endl; cout << " | openEMS " << bits << " -- version " GIT_VERSION << endl; - cout << " | (C) 2010-2012 Thorsten Liebig GPL license" << endl; + cout << " | (C) 2010-2013 Thorsten Liebig GPL license" << endl; cout << " ---------------------------------------------------------------------- " << endl; #ifdef MPI_SUPPORT cout << openEMS_FDTD_MPI::GetExtLibsInfo() << endl;