add distribution license notice to about dialog as GPL requires
authorAndrey Skvortsov <andrej.skvortzov@gmail.com>
Fri, 06 May 2016 16:16:30 +0300
changeset 1513 b7b8d29e2a2d
parent 1512 d3c8b65ad87b
child 1514 968e7898d66b
add distribution license notice to about dialog as GPL requires
Beremiz.py
doc/about.html
doc/about.ru.html
--- a/Beremiz.py	Fri May 06 14:45:06 2016 +0300
+++ b/Beremiz.py	Fri May 06 16:16:30 2016 +0300
@@ -994,7 +994,7 @@
         self.Close()
 
     def OnAboutMenu(self, event):
-        OpenHtmlFrame(self,_("About Beremiz"), Bpath("doc", _("about.html")), wx.Size(550, 500))
+        OpenHtmlFrame(self,_("About Beremiz"), Bpath("doc", _("about.html")), wx.Size(550, 550))
 
     def OnProjectTreeItemBeginEdit(self, event):
         selected = event.GetItem()
--- a/doc/about.html	Fri May 06 14:45:06 2016 +0300
+++ b/doc/about.html	Fri May 06 16:16:30 2016 +0300
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <HTML>
 <BODY>
 <CENTER>
@@ -7,7 +8,7 @@
 <BR><BR>
 <a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
 <BR><BR>
-<TABLE border="0">
+<TABLE border="0" width="480">
   <TR>
     <TD align="right" valign="top">
       Contributor :
@@ -17,7 +18,16 @@
       <a href="http://www.fe.up.pt/si/web_page.inicial">http://www.fe.up.pt/si/web_page.inicial</a>
     </TD>
   </TR>
+  <TR>
+    <TD  colspan="2" align="center">
+      <BR><BR><BR>
+      Beremiz is distrubuted under the term <BR>of the
+      <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">GNU
+        General Public License (GPL) version 2</a> or
+      <BR>(at your option) any later version.
+    </TD>
+  </TR>
 </TABLE>
 </CENTER>
 </BODY>
-</HTML>
\ No newline at end of file
+</HTML>
--- a/doc/about.ru.html	Fri May 06 14:45:06 2016 +0300
+++ b/doc/about.ru.html	Fri May 06 16:16:30 2016 +0300
@@ -11,7 +11,7 @@
       <BR><BR>
       <a href="http://www.beremiz.org/">http://www.beremiz.org/</a>
       <BR><BR>
-      <TABLE border="0">
+      <TABLE border="0" width="480">
         <TR>
           <TD align="right" valign="top">
             Спонсор разработки:
@@ -21,6 +21,15 @@
             <a href="http://www.fe.up.pt/si/web_page.inicial">http://www.fe.up.pt/si/web_page.inicial</a>
           </TD>
         </TR>
+        <TR>
+          <TD  colspan="2" align="center">
+            <BR><BR><BR>
+            Beremiz распространяется на условиях <BR>
+            <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC1">Стандартной
+              общественной лицензии GNU (GPL) версии 2</a>
+            <BR>или (на ваше усмотрение) более поздней версии.
+          </TD>
+        </TR>
       </TABLE>
     </CENTER>
   </BODY>