diff options
author | 2012-03-07 10:00:46 -0500 | |
---|---|---|
committer | 2012-03-07 10:00:46 -0500 | |
commit | 6ef663ee541eef65dd93b2664902afee773ae137 (patch) | |
tree | bc8acadccd135f37cc7e1a3ce23f7723ba932bcc /core | |
parent | f2e7454d5b69485cfd31fd526983a18db5d7f12b (diff) | |
download | textadept-6ef663ee541eef65dd93b2664902afee773ae137.tar.gz textadept-6ef663ee541eef65dd93b2664902afee773ae137.zip |
Updated contact email address.
Diffstat (limited to 'core')
-rw-r--r-- | core/._M.luadoc | 2 | ||||
-rw-r--r-- | core/._SCINTILLA.luadoc | 2 | ||||
-rw-r--r-- | core/.buffer.luadoc | 2 | ||||
-rw-r--r-- | core/.iconv.luadoc | 2 | ||||
-rw-r--r-- | core/.view.luadoc | 2 | ||||
-rw-r--r-- | core/args.lua | 2 | ||||
-rw-r--r-- | core/compat.lua | 2 | ||||
-rw-r--r-- | core/events.lua | 2 | ||||
-rw-r--r-- | core/file_io.lua | 2 | ||||
-rw-r--r-- | core/gui.lua | 2 | ||||
-rw-r--r-- | core/iface.lua | 2 | ||||
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | core/keys.lua | 2 | ||||
-rw-r--r-- | core/locale.conf | 2 | ||||
-rw-r--r-- | core/locale.lua | 2 | ||||
-rw-r--r-- | core/locales/locale.ru.conf | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc index bf9ed787..e11249be 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global _M table. diff --git a/core/._SCINTILLA.luadoc b/core/._SCINTILLA.luadoc index 4513bc17..7474adb7 100644 --- a/core/._SCINTILLA.luadoc +++ b/core/._SCINTILLA.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- This is a DUMMY FILE used for making Adeptsense for built-in constants in the -- global _SCINTILLA.constants table. diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 52be35cf..48a00615 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global buffer table. diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index 7e9f9aee..0aa2b3a6 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- string table. diff --git a/core/.view.luadoc b/core/.view.luadoc index 254390f2..cff00421 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- This is a DUMMY FILE used for making LuaDoc for built-in functions in the -- global view table. diff --git a/core/args.lua b/core/args.lua index f0b0fcf2..8e76b395 100644 --- a/core/args.lua +++ b/core/args.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/compat.lua b/core/compat.lua index 2cce699c..0f490748 100644 --- a/core/compat.lua +++ b/core/compat.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -- When using LuaJIT try to retain backwards compatibility (Lua 5.1). -- LuaJIT is compiled with LUAJIT_ENABLE_LUA52COMPAT for some Lua 5.2 features. diff --git a/core/events.lua b/core/events.lua index 02a1dcc5..d8772b20 100644 --- a/core/events.lua +++ b/core/events.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/file_io.lua b/core/file_io.lua index 1d31f1e6..8f067d68 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. --[[ This comment is for LuaDoc. --- diff --git a/core/gui.lua b/core/gui.lua index c11451a2..56bc1eb7 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local gui = gui diff --git a/core/iface.lua b/core/iface.lua index 8008268e..93d5b8ff 100644 --- a/core/iface.lua +++ b/core/iface.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/init.lua b/core/init.lua index 8f7fd360..0f83c85f 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. _RELEASE = "Textadept 5.1" diff --git a/core/keys.lua b/core/keys.lua index 6418b612..72144246 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/locale.conf b/core/locale.conf index 88fe88bf..18ef2927 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. % % Localization file. % The localized strings may contain UTF-8 characters, but not UTF-16 or UTF-32. diff --git a/core/locale.lua b/core/locale.lua index a89685ed..92aea70e 100644 --- a/core/locale.lua +++ b/core/locale.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index 9f24647a..e6c6f9cd 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. % Russian translation by Vladimir Lomov <irk.translatior AT gmail.com> % % Localization file. |