summaryrefslogtreecommitdiff
path: root/debian/patches/contacts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/contacts.patch')
-rw-r--r--debian/patches/contacts.patch1962
1 files changed, 1962 insertions, 0 deletions
diff --git a/debian/patches/contacts.patch b/debian/patches/contacts.patch
new file mode 100644
index 0000000..1dd3348
--- /dev/null
+++ b/debian/patches/contacts.patch
@@ -0,0 +1,1962 @@
+--- a/README
++++ b/README
+@@ -79,10 +79,10 @@
+ -----------------------
+
+ Project web page:
+- http://www.moravia-microsystems.com/mcu8051ide
++ https://sourceforge.net/projects/mcu8051ide/
+
+ E-mail to the author:
+- martin.osmera@moravia-microsystems.com or martin.osmera@gmail.cz (Only English or Czech please)
++ martin.osmera@gmail.com (Only English or Czech please)
+
+
+ BUGS:
+--- a/mcu8051ide.appdata.xml
++++ b/mcu8051ide.appdata.xml
+@@ -14,9 +14,9 @@
+ </p>
+ </description>
+ <screenshots>
+- <screenshot type="default">http://www.moravia-microsystems.com/images/upload/mcu8051ide_screenshot.png</screenshot>
++ <screenshot type="default">https://screenshots.debian.net/screenshots/000/010/230/large.png</screenshot>
+ </screenshots>
+- <url type="homepage">http://www.moravia-microsystems.com/mcu-8051-ide/</url>
+- <updatecontact>martin.osmera@moravia-microsystems.com</updatecontact>
++ <url type="homepage">https://sourceforge.net/projects/mcu8051ide/</url>
++ <updatecontact>martin.osmera@gmail.com</updatecontact>
+ <project_group>Development</project_group>
+ </application>
+--- a/lib/X.tcl
++++ b/lib/X.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/wish
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+@@ -6586,7 +6586,7 @@
+ $about_tab.text insert end "${::APPNAME}\n"
+ $about_tab.text insert end [mc "An open source IDE for MCS-51 based microconrollers for POSIX Systems, this software is licenced under the GNU GPL v2 licence. You can find more at the project web page http://www.moravia-microsystems.com/mcu-8051-ide/\n"]
+ $about_tab.text insert end "\n(c) 2007, 2008, 2009, 2010, 2011, 2012 Martin Ošmera <mailto:martin.osmera@gmail.com>\n"
+- $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. <mailto:martin.osmera@moravia-microsystems.com>\n"
++ $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. <mailto:martin.osmera@gmail.com>\n"
+ if {$::MICROSOFT_WINDOWS} {
+ $about_tab.text insert end "\n"
+ $about_tab.text insert end [mc "You are currently using version for Microsoft® Windows®.\n"]
+--- a/lib/bottompanel/bottomnotebook.tcl
++++ b/lib/bottompanel/bottomnotebook.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/calculator.tcl
++++ b/lib/bottompanel/calculator.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/cvarsview.tcl
++++ b/lib/bottompanel/cvarsview.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/find_in_files.tcl
++++ b/lib/bottompanel/find_in_files.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/graph.tcl
++++ b/lib/bottompanel/graph.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/graph_wdg.tcl
++++ b/lib/bottompanel/graph_wdg.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/messages.tcl
++++ b/lib/bottompanel/messages.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/terminal.tcl
++++ b/lib/bottompanel/terminal.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/bottompanel/todo.tcl
++++ b/lib/bottompanel/todo.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/cli.tcl
++++ b/lib/cli.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/assembler.tcl
++++ b/lib/compiler/assembler.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/codelisting.tcl
++++ b/lib/compiler/codelisting.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/compiler.tcl
++++ b/lib/compiler/compiler.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/compilerconsts.tcl
++++ b/lib/compiler/compilerconsts.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/disassembler.tcl
++++ b/lib/compiler/disassembler.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/external_compiler.tcl
++++ b/lib/compiler/external_compiler.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/compiler/preprocessor.tcl
++++ b/lib/compiler/preprocessor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/compiler_config.tcl
++++ b/lib/configdialogues/compiler_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/configdialogues.tcl
++++ b/lib/configdialogues/configdialogues.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/custom_commands_config.tcl
++++ b/lib/configdialogues/custom_commands_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/editor_config.tcl
++++ b/lib/configdialogues/editor_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/global_config.tcl
++++ b/lib/configdialogues/global_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/rightpanel_config.tcl
++++ b/lib/configdialogues/rightpanel_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/shortcuts_config.tcl
++++ b/lib/configdialogues/shortcuts_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/simulator_config.tcl
++++ b/lib/configdialogues/simulator_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/terminal_config.tcl
++++ b/lib/configdialogues/terminal_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/configdialogues/toolbar_config.tcl
++++ b/lib/configdialogues/toolbar_config.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/custom_command.tcl
++++ b/lib/custom_command.tcl
+@@ -2,14 +2,14 @@
+ # the next line restarts using wish \
+ exec tclsh "$0" "$@"
+
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/dialogues/errorhandler.tcl
++++ b/lib/dialogues/errorhandler.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+@@ -127,7 +127,7 @@
+ # Write error message
+ $middle_frame.text insert end [mc "Program version: %s\n" "${::VERSION}"]
+ $middle_frame.text insert end [mc "Error log saved in: %s\n" "${::X::defaultDirectory}[file separator]mcu8051ide_errors.log"]
+- $middle_frame.text insert end [mc "Please send this file to %s\n\n\n" {<martin.osmera@moravia-microsystems.com>}]
++ $middle_frame.text insert end [mc "Please send this file to %s\n\n\n" {<martin.osmera@gmail.com>}]
+ create_link_tag_in_text_widget $middle_frame.text
+ convert_all_https_to_links $middle_frame.text
+ $middle_frame.text tag add tag_big_bold 1.0 4.0
+--- a/lib/dialogues/fsd.tcl
++++ b/lib/dialogues/fsd.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/dialogues/my_tk_messageBox.tcl
++++ b/lib/dialogues/my_tk_messageBox.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/dialogues/selectmcu.tcl
++++ b/lib/dialogues/selectmcu.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/dialogues/tips.tcl
++++ b/lib/dialogues/tips.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/ASMsyntaxhighlight.tcl
++++ b/lib/editor/ASMsyntaxhighlight.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/Csyntaxhighlight.tcl
++++ b/lib/editor/Csyntaxhighlight.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/LSTsyntaxhighlight.tcl
++++ b/lib/editor/LSTsyntaxhighlight.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/R_ASMsyntaxhighlight.tcl
++++ b/lib/editor/R_ASMsyntaxhighlight.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/autocompletion.tcl
++++ b/lib/editor/autocompletion.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/commandline.tcl
++++ b/lib/editor/commandline.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/editor.tcl
++++ b/lib/editor/editor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/eventhandlers.tcl
++++ b/lib/editor/eventhandlers.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/exports.tcl
++++ b/lib/editor/exports.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/generalproc.tcl
++++ b/lib/editor/generalproc.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/editor/spell_check.tcl
++++ b/lib/editor/spell_check.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/environment.tcl
++++ b/lib/environment.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/external_command.tcl
++++ b/lib/external_command.tcl
+@@ -2,14 +2,14 @@
+ # the next line restarts using wish \
+ exec tclsh "$0" "$@"
+
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/leftpanel/filelist.tcl
++++ b/lib/leftpanel/filelist.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/leftpanel/fsbrowser.tcl
++++ b/lib/leftpanel/fsbrowser.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/leftpanel/sfrwatches.tcl
++++ b/lib/leftpanel/sfrwatches.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/FSnotifications.tcl
++++ b/lib/lib/FSnotifications.tcl
+@@ -5,7 +5,7 @@
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/Math.tcl
++++ b/lib/lib/Math.tcl
+@@ -5,7 +5,7 @@
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/hexeditor.tcl
++++ b/lib/lib/hexeditor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/ihextools.tcl
++++ b/lib/lib/ihextools.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/innerwindow.tcl
++++ b/lib/lib/innerwindow.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/modern_notebook.tcl
++++ b/lib/lib/modern_notebook.tcl
+@@ -1,12 +1,12 @@
+ #! /usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/lib/settings.tcl
++++ b/lib/lib/settings.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/main.tcl
++++ b/lib/main.tcl
+@@ -2,14 +2,14 @@
+ # the next line restarts using wish \
+ exec tclsh "$0" "$@"
+
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+@@ -151,7 +151,7 @@
+ puts "\tLicense: GNU General Public License version 2 or later"
+ puts "\tPlease report bugs at http://mcu8051ide.sf.net"
+ puts "Authors:"
+- puts "\tMartin Osmera <martin.osmera@moravia-microsystems.com>"
++ puts "\tMartin Osmera <martin.osmera@gmail.com>"
+ } else {
+ puts "IMPORTANT INFORMATION :"
+ puts "\tThis program is distributed in the hope that it will be useful, but with \033\[31;1mABSOLUTELY NO WARRANTY !\033\[m"
+@@ -159,7 +159,7 @@
+ puts "\tLicense: GNU General Public License version 2 or later"
+ puts "\tPlease report bugs at \033\[34;1mhttp://mcu8051ide.sf.net\033\[m"
+ puts "Authors:"
+- puts "\tMartin Osmera \033\[33;1m<martin.osmera@moravia-microsystems.com>\033\[m"
++ puts "\tMartin Osmera \033\[33;1m<martin.osmera@gmail.com>\033\[m"
+ }
+ }
+
+--- a/lib/maintab.tcl
++++ b/lib/maintab.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/ds1620.tcl
++++ b/lib/pale/ds1620.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/file_interface.tcl
++++ b/lib/pale/file_interface.tcl
+@@ -1,13 +1,13 @@
+
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/hd44780_cgrom.tcl
++++ b/lib/pale/hd44780_cgrom.tcl
+@@ -1,5 +1,5 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+
+ ############################################################################
+@@ -7,7 +7,7 @@
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/lcd_hd44780.tcl
++++ b/lib/pale/lcd_hd44780.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/leddisplay.tcl
++++ b/lib/pale/leddisplay.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/ledmatrix.tcl
++++ b/lib/pale/ledmatrix.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/ledpanel.tcl
++++ b/lib/pale/ledpanel.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/matrixkeypad.tcl
++++ b/lib/pale/matrixkeypad.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/multiplexedleddisplay.tcl
++++ b/lib/pale/multiplexedleddisplay.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/pale.tcl
++++ b/lib/pale/pale.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/simplekeypad.tcl
++++ b/lib/pale/simplekeypad.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/virtual_hw_component.tcl
++++ b/lib/pale/virtual_hw_component.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/pale/virtual_uart_term.tcl
++++ b/lib/pale/virtual_uart_term.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/project.tcl
++++ b/lib/project.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/receive_and_print.tcl
++++ b/lib/receive_and_print.tcl
+@@ -2,14 +2,14 @@
+ # the next line restarts using wish \
+ exec tclsh "$0" "$@"
+
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/rightpanel/hwmanager.tcl
++++ b/lib/rightpanel/hwmanager.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/rightpanel/instructiondetails.tcl
++++ b/lib/rightpanel/instructiondetails.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/rightpanel/regwatches.tcl
++++ b/lib/rightpanel/regwatches.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/rightpanel/rightpanel.tcl
++++ b/lib/rightpanel/rightpanel.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/rightpanel/subprograms.tcl
++++ b/lib/rightpanel/subprograms.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/bitmap.tcl
++++ b/lib/simulator/bitmap.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_auxiliary_alo_functions.tcl
++++ b/lib/simulator/engine/engine_auxiliary_alo_functions.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_backward_stepping.tcl
++++ b/lib/simulator/engine/engine_backward_stepping.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_control.tcl
++++ b/lib/simulator/engine/engine_control.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_core.tcl
++++ b/lib/simulator/engine/engine_core.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_external_interface_management.tcl
++++ b/lib/simulator/engine/engine_external_interface_management.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_hibernation.tcl
++++ b/lib/simulator/engine/engine_hibernation.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_initialization_cleanup.tcl
++++ b/lib/simulator/engine/engine_initialization_cleanup.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_instructions.tcl
++++ b/lib/simulator/engine/engine_instructions.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_mcu_configuration.tcl
++++ b/lib/simulator/engine/engine_mcu_configuration.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_memory_management.tcl
++++ b/lib/simulator/engine/engine_memory_management.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_opcodes.tcl
++++ b/lib/simulator/engine/engine_opcodes.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_text_based_interface.tcl
++++ b/lib/simulator/engine/engine_text_based_interface.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011-2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/engine/engine_virtual_hw_controller.tcl
++++ b/lib/simulator/engine/engine_virtual_hw_controller.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/hibernate.tcl
++++ b/lib/simulator/hibernate.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/interruptmonitor.tcl
++++ b/lib/simulator/interruptmonitor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/sfrmap.tcl
++++ b/lib/simulator/sfrmap.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/simulator.tcl
++++ b/lib/simulator/simulator.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/simulator_gui.tcl
++++ b/lib/simulator/simulator_gui.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/stackmonitor.tcl
++++ b/lib/simulator/stackmonitor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/stopwatch.tcl
++++ b/lib/simulator/stopwatch.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/simulator/uart_monitor.tcl
++++ b/lib/simulator/uart_monitor.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/asciichart.tcl
++++ b/lib/utilities/asciichart.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/baseconverter.tcl
++++ b/lib/utilities/baseconverter.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/eightsegment.tcl
++++ b/lib/utilities/eightsegment.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/hexeditdlg.tcl
++++ b/lib/utilities/hexeditdlg.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/notes.tcl
++++ b/lib/utilities/notes.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/rs232debugger.tcl
++++ b/lib/utilities/rs232debugger.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/speccalc.tcl
++++ b/lib/utilities/speccalc.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/symbol_viewer.tcl
++++ b/lib/utilities/symbol_viewer.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/lib/utilities/table_of_instructions.tcl
++++ b/lib/utilities/table_of_instructions.tcl
+@@ -1,12 +1,12 @@
+ #!/usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #
+--- a/doc/handbook/mcu8051ide.en.tex
++++ b/doc/handbook/mcu8051ide.en.tex
+@@ -2,7 +2,7 @@
+ \usepackage[utf8]{inputenc}
+
+ \title{MCU 8051 IDE handbook}
+-\author{Martin Ošmera <martin.osmera@moravia-microsystems.com>}
++\author{Martin Ošmera <martin.osmera@gmail.com>}
+
+ \newcommand{\mysubject}{MCU~8051~IDE handbook}
+ \newcommand{\mykeywords}{8051, IDE, Linux}
+--- a/translations/tool.tcl
++++ b/translations/tool.tcl
+@@ -1,12 +1,12 @@
+ #! /usr/bin/tclsh
+-# Part of MCU 8051 IDE ( http://http://www.moravia-microsystems.com/mcu8051ide )
++# Part of MCU 8051 IDE ( http://https://sourceforge.net/projects/mcu8051ide/ )
+
+ ############################################################################
+ # Copyright (C) 2011 by Martin Ošmera #
+ # martin.osmera@gmail.com #
+ # #
+ # Copyright (C) 2014 by Moravia Microsystems, s.r.o. #
+-# martin.osmera@moravia-microsystems.com #
++# martin.osmera@gmail.com #
+ # #
+ # This program is free software; you can redistribute it and#or modify #
+ # it under the terms of the GNU General Public License as published by #