From d1a61c47d41597a040295a1ebfa4942d446b413e Mon Sep 17 00:00:00 2001 From: Sergey Morozov Date: Fri, 14 Nov 2014 22:44:44 +0300 Subject: [PATCH] Change copyright string --- include/webInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/webInterface.py b/include/webInterface.py index 0ee09ff..7cd4075 100644 --- a/include/webInterface.py +++ b/include/webInterface.py @@ -315,7 +315,7 @@ class pageParts(object): return(output) def footer(self): - output = '

© 2010 Сергей Морозов, ОАО «Промышленно - строительное товарищество»

\n' + output = '

© 2010 Сергей Морозов

\n' output += '\n' return(output)