diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/events.lua | 2 | ||||
-rw-r--r-- | core/ext/find.lua | 2 | ||||
-rw-r--r-- | core/ext/key_commands.lua | 2 | ||||
-rw-r--r-- | core/ext/keys.lua | 2 | ||||
-rw-r--r-- | core/ext/mime_types.lua | 2 | ||||
-rw-r--r-- | core/ext/pm.lua | 2 | ||||
-rw-r--r-- | core/ext/pm/buffer_browser.lua | 2 | ||||
-rw-r--r-- | core/ext/pm/ctags_browser.lua | 2 | ||||
-rw-r--r-- | core/ext/pm/file_browser.lua | 2 | ||||
-rw-r--r-- | core/ext/pm/find_browser.lua | 2 | ||||
-rw-r--r-- | core/ext/pm/macro_browser.lua | 2 | ||||
-rw-r--r-- | core/file_io.lua | 2 | ||||
-rw-r--r-- | core/init.lua | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/core/events.lua b/core/events.lua index 1fb1ab42..732b5d50 100644 --- a/core/events.lua +++ b/core/events.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Module that handles Scintilla and Textadept notifications/events. diff --git a/core/ext/find.lua b/core/ext/find.lua index 3b571857..8617c274 100644 --- a/core/ext/find.lua +++ b/core/ext/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. local find = textadept.find diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index d8c99a24..ca22ff37 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Defines the key commands used by the Textadept key command manager. diff --git a/core/ext/keys.lua b/core/ext/keys.lua index f182d044..b6749cc3 100644 --- a/core/ext/keys.lua +++ b/core/ext/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Manages key commands in Textadept. diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua index 2b05bb62..68032aef 100644 --- a/core/ext/mime_types.lua +++ b/core/ext/mime_types.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- Handles file-specific settings (based on file extension). module('textadept.mime_types', package.seeall) diff --git a/core/ext/pm.lua b/core/ext/pm.lua index c1f0f5ae..b662adc4 100644 --- a/core/ext/pm.lua +++ b/core/ext/pm.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. -- Usage: -- Interactive search: diff --git a/core/ext/pm/buffer_browser.lua b/core/ext/pm/buffer_browser.lua index 47cc6de6..49d5a85f 100644 --- a/core/ext/pm/buffer_browser.lua +++ b/core/ext/pm/buffer_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Buffer browser for the Textadept project manager. diff --git a/core/ext/pm/ctags_browser.lua b/core/ext/pm/ctags_browser.lua index 94e10f03..fb653ea7 100644 --- a/core/ext/pm/ctags_browser.lua +++ b/core/ext/pm/ctags_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- CTags Browser for the Textadept project manager. diff --git a/core/ext/pm/file_browser.lua b/core/ext/pm/file_browser.lua index f48c1346..24ace0a1 100644 --- a/core/ext/pm/file_browser.lua +++ b/core/ext/pm/file_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- File browser for the Textadept project manager. diff --git a/core/ext/pm/find_browser.lua b/core/ext/pm/find_browser.lua index 496df1f1..bf2796b4 100644 --- a/core/ext/pm/find_browser.lua +++ b/core/ext/pm/find_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Find in files browser for the Textadept project manager. diff --git a/core/ext/pm/macro_browser.lua b/core/ext/pm/macro_browser.lua index de8af373..952613cf 100644 --- a/core/ext/pm/macro_browser.lua +++ b/core/ext/pm/macro_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Macro browser for the Textadept project manager. diff --git a/core/file_io.lua b/core/file_io.lua index 25fe2c0e..5788c509 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Provides file input/output routines for Textadept. diff --git a/core/init.lua b/core/init.lua index d2eff849..f25fb5e2 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Checks if the buffer being indexed is the currently focused buffer. |