From 4c1cec5bbd9b5ea0582a8cb18bfde0c9b77c8ad9 Mon Sep 17 00:00:00 2001 From: Debian QA Group Date: Tue, 8 May 2018 17:12:11 +0200 Subject: contacts Gbp-Pq: Name contacts.patch --- lib/X.tcl | 6 +++--- lib/bottompanel/bottomnotebook.tcl | 4 ++-- lib/bottompanel/calculator.tcl | 4 ++-- lib/bottompanel/cvarsview.tcl | 4 ++-- lib/bottompanel/find_in_files.tcl | 4 ++-- lib/bottompanel/graph.tcl | 4 ++-- lib/bottompanel/graph_wdg.tcl | 4 ++-- lib/bottompanel/messages.tcl | 4 ++-- lib/bottompanel/terminal.tcl | 4 ++-- lib/bottompanel/todo.tcl | 4 ++-- lib/cli.tcl | 4 ++-- lib/compiler/assembler.tcl | 4 ++-- lib/compiler/codelisting.tcl | 4 ++-- lib/compiler/compiler.tcl | 4 ++-- lib/compiler/compilerconsts.tcl | 4 ++-- lib/compiler/disassembler.tcl | 4 ++-- lib/compiler/external_compiler.tcl | 4 ++-- lib/compiler/preprocessor.tcl | 4 ++-- lib/configdialogues/compiler_config.tcl | 4 ++-- lib/configdialogues/configdialogues.tcl | 4 ++-- lib/configdialogues/custom_commands_config.tcl | 4 ++-- lib/configdialogues/editor_config.tcl | 4 ++-- lib/configdialogues/global_config.tcl | 4 ++-- lib/configdialogues/rightpanel_config.tcl | 4 ++-- lib/configdialogues/shortcuts_config.tcl | 4 ++-- lib/configdialogues/simulator_config.tcl | 4 ++-- lib/configdialogues/terminal_config.tcl | 4 ++-- lib/configdialogues/toolbar_config.tcl | 4 ++-- lib/custom_command.tcl | 4 ++-- lib/dialogues/errorhandler.tcl | 6 +++--- lib/dialogues/fsd.tcl | 4 ++-- lib/dialogues/my_tk_messageBox.tcl | 4 ++-- lib/dialogues/selectmcu.tcl | 4 ++-- lib/dialogues/tips.tcl | 4 ++-- lib/editor/ASMsyntaxhighlight.tcl | 4 ++-- lib/editor/Csyntaxhighlight.tcl | 4 ++-- lib/editor/LSTsyntaxhighlight.tcl | 4 ++-- lib/editor/R_ASMsyntaxhighlight.tcl | 4 ++-- lib/editor/autocompletion.tcl | 4 ++-- lib/editor/commandline.tcl | 4 ++-- lib/editor/editor.tcl | 4 ++-- lib/editor/eventhandlers.tcl | 4 ++-- lib/editor/exports.tcl | 4 ++-- lib/editor/generalproc.tcl | 4 ++-- lib/editor/spell_check.tcl | 4 ++-- lib/environment.tcl | 4 ++-- lib/external_command.tcl | 4 ++-- lib/leftpanel/filelist.tcl | 4 ++-- lib/leftpanel/fsbrowser.tcl | 4 ++-- lib/leftpanel/sfrwatches.tcl | 4 ++-- lib/lib/FSnotifications.tcl | 2 +- lib/lib/Math.tcl | 2 +- lib/lib/hexeditor.tcl | 4 ++-- lib/lib/ihextools.tcl | 4 ++-- lib/lib/innerwindow.tcl | 4 ++-- lib/lib/modern_notebook.tcl | 4 ++-- lib/lib/settings.tcl | 4 ++-- lib/main.tcl | 8 ++++---- lib/maintab.tcl | 4 ++-- lib/pale/ds1620.tcl | 4 ++-- lib/pale/file_interface.tcl | 4 ++-- lib/pale/hd44780_cgrom.tcl | 4 ++-- lib/pale/lcd_hd44780.tcl | 4 ++-- lib/pale/leddisplay.tcl | 4 ++-- lib/pale/ledmatrix.tcl | 4 ++-- lib/pale/ledpanel.tcl | 4 ++-- lib/pale/matrixkeypad.tcl | 4 ++-- lib/pale/multiplexedleddisplay.tcl | 4 ++-- lib/pale/pale.tcl | 4 ++-- lib/pale/simplekeypad.tcl | 4 ++-- lib/pale/virtual_hw_component.tcl | 4 ++-- lib/pale/virtual_uart_term.tcl | 4 ++-- lib/project.tcl | 4 ++-- lib/receive_and_print.tcl | 4 ++-- lib/rightpanel/hwmanager.tcl | 4 ++-- lib/rightpanel/instructiondetails.tcl | 4 ++-- lib/rightpanel/regwatches.tcl | 4 ++-- lib/rightpanel/rightpanel.tcl | 4 ++-- lib/rightpanel/subprograms.tcl | 4 ++-- lib/simulator/bitmap.tcl | 4 ++-- lib/simulator/engine/engine_auxiliary_alo_functions.tcl | 4 ++-- lib/simulator/engine/engine_backward_stepping.tcl | 4 ++-- lib/simulator/engine/engine_control.tcl | 4 ++-- lib/simulator/engine/engine_core.tcl | 4 ++-- lib/simulator/engine/engine_external_interface_management.tcl | 4 ++-- lib/simulator/engine/engine_hibernation.tcl | 4 ++-- lib/simulator/engine/engine_initialization_cleanup.tcl | 4 ++-- lib/simulator/engine/engine_instructions.tcl | 4 ++-- lib/simulator/engine/engine_mcu_configuration.tcl | 4 ++-- lib/simulator/engine/engine_memory_management.tcl | 4 ++-- lib/simulator/engine/engine_opcodes.tcl | 4 ++-- lib/simulator/engine/engine_text_based_interface.tcl | 4 ++-- lib/simulator/engine/engine_virtual_hw_controller.tcl | 4 ++-- lib/simulator/hibernate.tcl | 4 ++-- lib/simulator/interruptmonitor.tcl | 4 ++-- lib/simulator/sfrmap.tcl | 4 ++-- lib/simulator/simulator.tcl | 4 ++-- lib/simulator/simulator_gui.tcl | 4 ++-- lib/simulator/stackmonitor.tcl | 4 ++-- lib/simulator/stopwatch.tcl | 4 ++-- lib/simulator/uart_monitor.tcl | 4 ++-- lib/utilities/asciichart.tcl | 4 ++-- lib/utilities/baseconverter.tcl | 4 ++-- lib/utilities/eightsegment.tcl | 4 ++-- lib/utilities/hexeditdlg.tcl | 4 ++-- lib/utilities/notes.tcl | 4 ++-- lib/utilities/rs232debugger.tcl | 4 ++-- lib/utilities/speccalc.tcl | 4 ++-- lib/utilities/symbol_viewer.tcl | 4 ++-- lib/utilities/table_of_instructions.tcl | 4 ++-- 110 files changed, 222 insertions(+), 222 deletions(-) (limited to 'lib') diff --git a/lib/X.tcl b/lib/X.tcl index 5b7f812..8344427 100644 --- 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 @@ namespace eval X { $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 \n" - $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. \n" + $about_tab.text insert end "\n(c) 2014 Moravia Micorsystems, s.r.o. \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"] diff --git a/lib/bottompanel/bottomnotebook.tcl b/lib/bottompanel/bottomnotebook.tcl index 14c5e20..7a2b5b3 100644 --- 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 # diff --git a/lib/bottompanel/calculator.tcl b/lib/bottompanel/calculator.tcl index f311cce..7bd603f 100644 --- 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 # diff --git a/lib/bottompanel/cvarsview.tcl b/lib/bottompanel/cvarsview.tcl index f95ed32..eb5d370 100644 --- 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 # diff --git a/lib/bottompanel/find_in_files.tcl b/lib/bottompanel/find_in_files.tcl index e34ab0f..826e4f4 100644 --- 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 # diff --git a/lib/bottompanel/graph.tcl b/lib/bottompanel/graph.tcl index ea6061b..0fb669a 100644 --- 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 # diff --git a/lib/bottompanel/graph_wdg.tcl b/lib/bottompanel/graph_wdg.tcl index 45dbd3c..2935a40 100644 --- 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 # diff --git a/lib/bottompanel/messages.tcl b/lib/bottompanel/messages.tcl index bb945ba..be5240a 100644 --- 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 # diff --git a/lib/bottompanel/terminal.tcl b/lib/bottompanel/terminal.tcl index 13dc40b..1d21a35 100644 --- 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 # diff --git a/lib/bottompanel/todo.tcl b/lib/bottompanel/todo.tcl index 1258b33..6bf03dc 100644 --- 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 # diff --git a/lib/cli.tcl b/lib/cli.tcl index 7c2f54c..a41b4a3 100644 --- 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 # diff --git a/lib/compiler/assembler.tcl b/lib/compiler/assembler.tcl index ffd7078..f139fdb 100644 --- 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 # diff --git a/lib/compiler/codelisting.tcl b/lib/compiler/codelisting.tcl index a8cab90..ebf279c 100644 --- 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 # diff --git a/lib/compiler/compiler.tcl b/lib/compiler/compiler.tcl index 1222a0f..df21614 100644 --- 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 # diff --git a/lib/compiler/compilerconsts.tcl b/lib/compiler/compilerconsts.tcl index ce9a507..b27ff1e 100644 --- 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 # diff --git a/lib/compiler/disassembler.tcl b/lib/compiler/disassembler.tcl index c34777e..6fe6c85 100644 --- 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 # diff --git a/lib/compiler/external_compiler.tcl b/lib/compiler/external_compiler.tcl index 0b310d7..76e1db3 100644 --- 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 # diff --git a/lib/compiler/preprocessor.tcl b/lib/compiler/preprocessor.tcl index c12e790..1cdb84e 100644 --- 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 # diff --git a/lib/configdialogues/compiler_config.tcl b/lib/configdialogues/compiler_config.tcl index bcadabc..94d8345 100644 --- 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 # diff --git a/lib/configdialogues/configdialogues.tcl b/lib/configdialogues/configdialogues.tcl index 4c03d3c..8296615 100644 --- 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 # diff --git a/lib/configdialogues/custom_commands_config.tcl b/lib/configdialogues/custom_commands_config.tcl index 0127583..2cd545b 100644 --- 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 # diff --git a/lib/configdialogues/editor_config.tcl b/lib/configdialogues/editor_config.tcl index 509d559..e8db920 100644 --- 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 # diff --git a/lib/configdialogues/global_config.tcl b/lib/configdialogues/global_config.tcl index b173c53..fcef38f 100644 --- 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 # diff --git a/lib/configdialogues/rightpanel_config.tcl b/lib/configdialogues/rightpanel_config.tcl index 95845f7..f9e0f7b 100644 --- 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 # diff --git a/lib/configdialogues/shortcuts_config.tcl b/lib/configdialogues/shortcuts_config.tcl index 886e42e..18fecf7 100644 --- 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 # diff --git a/lib/configdialogues/simulator_config.tcl b/lib/configdialogues/simulator_config.tcl index e1a7a3c..a21046e 100644 --- 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 # diff --git a/lib/configdialogues/terminal_config.tcl b/lib/configdialogues/terminal_config.tcl index 3f158bf..affebc2 100644 --- 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 # diff --git a/lib/configdialogues/toolbar_config.tcl b/lib/configdialogues/toolbar_config.tcl index d3f2be7..dfceaa5 100644 --- 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 # diff --git a/lib/custom_command.tcl b/lib/custom_command.tcl index d0772d3..09521aa 100644 --- 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 # diff --git a/lib/dialogues/errorhandler.tcl b/lib/dialogues/errorhandler.tcl index e829e9d..1c8ffbb 100644 --- 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 @@ namespace eval ErrorHandler { # 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" {}] + $middle_frame.text insert end [mc "Please send this file to %s\n\n\n" {}] 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 diff --git a/lib/dialogues/fsd.tcl b/lib/dialogues/fsd.tcl index 4733426..16ccb23 100644 --- 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 # diff --git a/lib/dialogues/my_tk_messageBox.tcl b/lib/dialogues/my_tk_messageBox.tcl index 42de741..63f2f65 100644 --- 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 # diff --git a/lib/dialogues/selectmcu.tcl b/lib/dialogues/selectmcu.tcl index 711b9c7..0db337c 100644 --- 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 # diff --git a/lib/dialogues/tips.tcl b/lib/dialogues/tips.tcl index 469b9e1..e56093d 100644 --- 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 # diff --git a/lib/editor/ASMsyntaxhighlight.tcl b/lib/editor/ASMsyntaxhighlight.tcl index 8de9476..14b02d4 100644 --- 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 # diff --git a/lib/editor/Csyntaxhighlight.tcl b/lib/editor/Csyntaxhighlight.tcl index 2e1d16a..2b2909b 100644 --- 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 # diff --git a/lib/editor/LSTsyntaxhighlight.tcl b/lib/editor/LSTsyntaxhighlight.tcl index cff3afb..11429da 100644 --- 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 # diff --git a/lib/editor/R_ASMsyntaxhighlight.tcl b/lib/editor/R_ASMsyntaxhighlight.tcl index 7b83384..eae0ef8 100644 --- 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 # diff --git a/lib/editor/autocompletion.tcl b/lib/editor/autocompletion.tcl index 9d9b05c..f96b706 100644 --- 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 # diff --git a/lib/editor/commandline.tcl b/lib/editor/commandline.tcl index 6a13cf2..f267d7a 100644 --- 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 # diff --git a/lib/editor/editor.tcl b/lib/editor/editor.tcl index a89c63a..710fba7 100644 --- 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 # diff --git a/lib/editor/eventhandlers.tcl b/lib/editor/eventhandlers.tcl index 85190a5..1841855 100644 --- 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 # diff --git a/lib/editor/exports.tcl b/lib/editor/exports.tcl index b49b2b7..5132bf4 100644 --- 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 # diff --git a/lib/editor/generalproc.tcl b/lib/editor/generalproc.tcl index 55209d1..a947854 100644 --- 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 # diff --git a/lib/editor/spell_check.tcl b/lib/editor/spell_check.tcl index c3901d7..b6f9807 100644 --- 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 # diff --git a/lib/environment.tcl b/lib/environment.tcl index 0f0a7db..364404b 100644 --- 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 # diff --git a/lib/external_command.tcl b/lib/external_command.tcl index 2322f06..ec24d0b 100644 --- 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 # diff --git a/lib/leftpanel/filelist.tcl b/lib/leftpanel/filelist.tcl index 2eee961..7e2e35d 100644 --- 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 # diff --git a/lib/leftpanel/fsbrowser.tcl b/lib/leftpanel/fsbrowser.tcl index 1bd9afc..62607cf 100644 --- 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 # diff --git a/lib/leftpanel/sfrwatches.tcl b/lib/leftpanel/sfrwatches.tcl index 0f9f1c6..90f1fa9 100644 --- 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 # diff --git a/lib/lib/FSnotifications.tcl b/lib/lib/FSnotifications.tcl index 33a2699..6e3bdb2 100644 --- 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 # diff --git a/lib/lib/Math.tcl b/lib/lib/Math.tcl index c59f2a8..8e171b0 100644 --- 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 # diff --git a/lib/lib/hexeditor.tcl b/lib/lib/hexeditor.tcl index f51dc95..d940dca 100644 --- 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 # diff --git a/lib/lib/ihextools.tcl b/lib/lib/ihextools.tcl index 1b2aa89..ce5bb38 100644 --- 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 # diff --git a/lib/lib/innerwindow.tcl b/lib/lib/innerwindow.tcl index 41ad6a0..5d2be95 100644 --- 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 # diff --git a/lib/lib/modern_notebook.tcl b/lib/lib/modern_notebook.tcl index 5585f8f..41f672b 100644 --- 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 # diff --git a/lib/lib/settings.tcl b/lib/lib/settings.tcl index 9cfa881..374934d 100644 --- 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 # diff --git a/lib/main.tcl b/lib/main.tcl index 57d2035..6924fd6 100755 --- 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 @@ if {!$::CLI_OPTION(quiet)} { puts "\tLicense: GNU General Public License version 2 or later" puts "\tPlease report bugs at http://mcu8051ide.sf.net" puts "Authors:" - puts "\tMartin Osmera " + puts "\tMartin Osmera " } 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 @@ if {!$::CLI_OPTION(quiet)} { 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\033\[m" + puts "\tMartin Osmera \033\[33;1m\033\[m" } } diff --git a/lib/maintab.tcl b/lib/maintab.tcl index f5e87bc..87526aa 100644 --- 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 # diff --git a/lib/pale/ds1620.tcl b/lib/pale/ds1620.tcl index 5fd15ae..4b21cd5 100644 --- 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 # diff --git a/lib/pale/file_interface.tcl b/lib/pale/file_interface.tcl index c130b3c..ac9237a 100644 --- 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 # diff --git a/lib/pale/hd44780_cgrom.tcl b/lib/pale/hd44780_cgrom.tcl index b2c2f0c..b2641e7 100644 --- 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 # diff --git a/lib/pale/lcd_hd44780.tcl b/lib/pale/lcd_hd44780.tcl index 15ad262..234e58d 100644 --- 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 # diff --git a/lib/pale/leddisplay.tcl b/lib/pale/leddisplay.tcl index d5a8a7f..ddf2740 100644 --- 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 # diff --git a/lib/pale/ledmatrix.tcl b/lib/pale/ledmatrix.tcl index 5a11a22..55bf0ac 100644 --- 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 # diff --git a/lib/pale/ledpanel.tcl b/lib/pale/ledpanel.tcl index bfa4c25..0b2c8a2 100644 --- 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 # diff --git a/lib/pale/matrixkeypad.tcl b/lib/pale/matrixkeypad.tcl index 076369b..e3d668b 100644 --- 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 # diff --git a/lib/pale/multiplexedleddisplay.tcl b/lib/pale/multiplexedleddisplay.tcl index 81d86bd..6ca0771 100644 --- 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 # diff --git a/lib/pale/pale.tcl b/lib/pale/pale.tcl index eb52672..da7543d 100644 --- 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 # diff --git a/lib/pale/simplekeypad.tcl b/lib/pale/simplekeypad.tcl index 0500fb5..932eef0 100644 --- 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 # diff --git a/lib/pale/virtual_hw_component.tcl b/lib/pale/virtual_hw_component.tcl index 4ad3be9..f16ddac 100644 --- 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 # diff --git a/lib/pale/virtual_uart_term.tcl b/lib/pale/virtual_uart_term.tcl index 0eaf35c..ab601d8 100644 --- 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 # diff --git a/lib/project.tcl b/lib/project.tcl index 6e7023a..d8274d5 100644 --- 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 # diff --git a/lib/receive_and_print.tcl b/lib/receive_and_print.tcl index 0d18bb4..05d40b7 100644 --- 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 # diff --git a/lib/rightpanel/hwmanager.tcl b/lib/rightpanel/hwmanager.tcl index 0e66fc8..fd4842a 100644 --- 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 # diff --git a/lib/rightpanel/instructiondetails.tcl b/lib/rightpanel/instructiondetails.tcl index 711ada7..5fa9705 100644 --- 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 # diff --git a/lib/rightpanel/regwatches.tcl b/lib/rightpanel/regwatches.tcl index 2ff6d8a..6135bc6 100644 --- 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 # diff --git a/lib/rightpanel/rightpanel.tcl b/lib/rightpanel/rightpanel.tcl index c5a95cd..6d41e75 100644 --- 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 # diff --git a/lib/rightpanel/subprograms.tcl b/lib/rightpanel/subprograms.tcl index 28f34e6..6625ee2 100644 --- 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 # diff --git a/lib/simulator/bitmap.tcl b/lib/simulator/bitmap.tcl index 0090bcb..e0f2af1 100644 --- 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 # diff --git a/lib/simulator/engine/engine_auxiliary_alo_functions.tcl b/lib/simulator/engine/engine_auxiliary_alo_functions.tcl index 44392c3..cc2a549 100644 --- 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 # diff --git a/lib/simulator/engine/engine_backward_stepping.tcl b/lib/simulator/engine/engine_backward_stepping.tcl index af5e7d9..36e9f2c 100644 --- 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 # diff --git a/lib/simulator/engine/engine_control.tcl b/lib/simulator/engine/engine_control.tcl index 33fbe84..7f51d9f 100644 --- 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 # diff --git a/lib/simulator/engine/engine_core.tcl b/lib/simulator/engine/engine_core.tcl index 6b169f1..08d9a34 100644 --- 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 # diff --git a/lib/simulator/engine/engine_external_interface_management.tcl b/lib/simulator/engine/engine_external_interface_management.tcl index 028e824..ee77886 100644 --- 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 # diff --git a/lib/simulator/engine/engine_hibernation.tcl b/lib/simulator/engine/engine_hibernation.tcl index b34d828..d621f85 100644 --- 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 # diff --git a/lib/simulator/engine/engine_initialization_cleanup.tcl b/lib/simulator/engine/engine_initialization_cleanup.tcl index d0a238c..ad079dc 100644 --- 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 # diff --git a/lib/simulator/engine/engine_instructions.tcl b/lib/simulator/engine/engine_instructions.tcl index a606f93..8f5de21 100644 --- 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 # diff --git a/lib/simulator/engine/engine_mcu_configuration.tcl b/lib/simulator/engine/engine_mcu_configuration.tcl index 3fc12dd..45e75d6 100644 --- 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 # diff --git a/lib/simulator/engine/engine_memory_management.tcl b/lib/simulator/engine/engine_memory_management.tcl index 5d74906..9a31d06 100644 --- 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 # diff --git a/lib/simulator/engine/engine_opcodes.tcl b/lib/simulator/engine/engine_opcodes.tcl index 17bca3d..4ec0d50 100644 --- 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 # diff --git a/lib/simulator/engine/engine_text_based_interface.tcl b/lib/simulator/engine/engine_text_based_interface.tcl index ef61a61..e702a6a 100644 --- 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 # diff --git a/lib/simulator/engine/engine_virtual_hw_controller.tcl b/lib/simulator/engine/engine_virtual_hw_controller.tcl index 3413eb3..6748e21 100644 --- 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 # diff --git a/lib/simulator/hibernate.tcl b/lib/simulator/hibernate.tcl index 7966b3b..fab7f51 100644 --- 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 # diff --git a/lib/simulator/interruptmonitor.tcl b/lib/simulator/interruptmonitor.tcl index 6ab3335..b7ccd97 100644 --- 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 # diff --git a/lib/simulator/sfrmap.tcl b/lib/simulator/sfrmap.tcl index 5a3895c..771349b 100644 --- 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 # diff --git a/lib/simulator/simulator.tcl b/lib/simulator/simulator.tcl index e85ea6b..70914a1 100644 --- 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 # diff --git a/lib/simulator/simulator_gui.tcl b/lib/simulator/simulator_gui.tcl index 52adb34..1e1be77 100644 --- 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 # diff --git a/lib/simulator/stackmonitor.tcl b/lib/simulator/stackmonitor.tcl index ca99fc8..0363a9c 100644 --- 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 # diff --git a/lib/simulator/stopwatch.tcl b/lib/simulator/stopwatch.tcl index 824e9b9..70e58c5 100644 --- 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 # diff --git a/lib/simulator/uart_monitor.tcl b/lib/simulator/uart_monitor.tcl index d6febbc..c36038b 100644 --- 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 # diff --git a/lib/utilities/asciichart.tcl b/lib/utilities/asciichart.tcl index bb6cdf5..17608e9 100644 --- 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 # diff --git a/lib/utilities/baseconverter.tcl b/lib/utilities/baseconverter.tcl index 8c605a6..07bbaaa 100644 --- 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 # diff --git a/lib/utilities/eightsegment.tcl b/lib/utilities/eightsegment.tcl index 6bbefbb..43b5402 100644 --- 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 # diff --git a/lib/utilities/hexeditdlg.tcl b/lib/utilities/hexeditdlg.tcl index a93f736..e6d8f59 100644 --- 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 # diff --git a/lib/utilities/notes.tcl b/lib/utilities/notes.tcl index 333dba9..c1b4022 100644 --- 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 # diff --git a/lib/utilities/rs232debugger.tcl b/lib/utilities/rs232debugger.tcl index 0f26901..70bc4ad 100644 --- 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 # diff --git a/lib/utilities/speccalc.tcl b/lib/utilities/speccalc.tcl index d13e1ed..0b47db9 100644 --- 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 # diff --git a/lib/utilities/symbol_viewer.tcl b/lib/utilities/symbol_viewer.tcl index f67a8ac..9a23bfd 100644 --- 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 # diff --git a/lib/utilities/table_of_instructions.tcl b/lib/utilities/table_of_instructions.tcl index 3dc1597..b0b9688 100644 --- 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 # -- cgit v1.2.3