summaryrefslogtreecommitdiff
path: root/lib/main.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/main.tcl')
-rwxr-xr-xlib/main.tcl8
1 files changed, 4 insertions, 4 deletions
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 <martin.osmera@moravia-microsystems.com>"
+ puts "\tMartin Osmera <martin.osmera@gmail.com>"
} else {
puts "IMPORTANT INFORMATION :"
puts "\tThis program is distributed in the hope that it will be useful, but with \033\[31;1mABSOLUTELY NO WARRANTY !\033\[m"
@@ -159,7 +159,7 @@ 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<martin.osmera@moravia-microsystems.com>\033\[m"
+ puts "\tMartin Osmera \033\[33;1m<martin.osmera@gmail.com>\033\[m"
}
}