diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/cpp/init.lua | 2 | ||||
-rw-r--r-- | modules/lua/init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/adeptsense.lua | 2 | ||||
-rw-r--r-- | modules/textadept/bookmarks.lua | 2 | ||||
-rw-r--r-- | modules/textadept/command_entry.lua | 2 | ||||
-rw-r--r-- | modules/textadept/editing.lua | 2 | ||||
-rw-r--r-- | modules/textadept/filter_through.lua | 2 | ||||
-rw-r--r-- | modules/textadept/find.lua | 2 | ||||
-rw-r--r-- | modules/textadept/init.lua | 2 | ||||
-rw-r--r-- | modules/textadept/keys.lua | 2 | ||||
-rw-r--r-- | modules/textadept/menu.lua | 2 | ||||
-rw-r--r-- | modules/textadept/mime_types.conf | 2 | ||||
-rw-r--r-- | modules/textadept/mime_types.lua | 2 | ||||
-rw-r--r-- | modules/textadept/run.lua | 2 | ||||
-rw-r--r-- | modules/textadept/session.lua | 2 | ||||
-rw-r--r-- | modules/textadept/snapopen.lua | 2 | ||||
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua index 42bc1962..1d26bf31 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/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. local M = {} diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 2a59c666..235a7e8c 100644 --- a/modules/lua/init.lua +++ b/modules/lua/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. local M = {} diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index f2b022f8..75ace0ef 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.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/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index 77f3194b..33fcf0e9 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.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/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index adccc7b9..5483ffa9 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.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. -- Modified by Jay Gould. --[[ This comment is for LuaDoc. diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index aafc358c..1a9f5f51 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.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/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua index 2ad481e9..3c43a131 100644 --- a/modules/textadept/filter_through.lua +++ b/modules/textadept/filter_through.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/modules/textadept/find.lua b/modules/textadept/find.lua index 1062e60b..8e6ef20f 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.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 find = gui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 53052a23..2f592b65 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/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. local M = {} _M.textadept = M diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index f23445de..09175dc6 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/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/modules/textadept/menu.lua b/modules/textadept/menu.lua index 40a71d70..162a6872 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.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. -- Contributions from Robert Gieseke. local M = {} diff --git a/modules/textadept/mime_types.conf b/modules/textadept/mime_types.conf index 8bf5ebc1..faefda5d 100644 --- a/modules/textadept/mime_types.conf +++ b/modules/textadept/mime_types.conf @@ -1,4 +1,4 @@ -% Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE. +% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. % % Configuration file for mime-types. % Each line defines a mime-type (by extension, shebang word, or Lua pattern) and diff --git a/modules/textadept/mime_types.lua b/modules/textadept/mime_types.lua index 7c3f55c0..1760f23d 100644 --- a/modules/textadept/mime_types.lua +++ b/modules/textadept/mime_types.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/modules/textadept/run.lua b/modules/textadept/run.lua index 56cd91ad..42423c7b 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.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/modules/textadept/session.lua b/modules/textadept/session.lua index b835c49a..5dffaaf6 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.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/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua index 3b9d6622..6f8d4772 100644 --- a/modules/textadept/snapopen.lua +++ b/modules/textadept/snapopen.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/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index 60b9402d..6e6d1806 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.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 = {} |