From 7477c08fcb3e183de677112edd814e12f9430462 Mon Sep 17 00:00:00 2001 From: Olivier Belanger Date: Tue, 4 Sep 2018 14:54:54 -0400 Subject: [PATCH] Updated E-Pyo copyright year. --- utils/E-Pyo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/E-Pyo.py b/utils/E-Pyo.py index bb8277d8d..5adf249f8 100755 --- a/utils/E-Pyo.py +++ b/utils/E-Pyo.py @@ -5,7 +5,7 @@ You can do absolutely everything you want with this piece of software. -Olivier Belanger - 2016 +Olivier Belanger - 2018 TODO: - Fix printing to pdf. @@ -3441,7 +3441,7 @@ def onHelpAbout(self, evt): info = AboutDialogInfo() info.Name = APP_NAME info.Version = APP_VERSION - info.Copyright = u"(C) 2016 Olivier Belanger" + info.Copyright = u"(C) 2018 Olivier Belanger" info.Description = "E-Pyo is a text editor especially configured to edit pyo audio programs.\n\n" AboutBox(info)