summaryrefslogtreecommitdiff
path: root/lib/editor
diff options
context:
space:
mode:
Diffstat (limited to 'lib/editor')
-rw-r--r--lib/editor/ASMsyntaxhighlight.tcl4
-rw-r--r--lib/editor/Csyntaxhighlight.tcl4
-rw-r--r--lib/editor/LSTsyntaxhighlight.tcl4
-rw-r--r--lib/editor/R_ASMsyntaxhighlight.tcl4
-rw-r--r--lib/editor/autocompletion.tcl4
-rw-r--r--lib/editor/commandline.tcl4
-rw-r--r--lib/editor/editor.tcl4
-rw-r--r--lib/editor/eventhandlers.tcl4
-rw-r--r--lib/editor/exports.tcl4
-rw-r--r--lib/editor/generalproc.tcl4
-rw-r--r--lib/editor/spell_check.tcl4
11 files changed, 22 insertions, 22 deletions
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 #