aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/cpp/init.lua2
-rw-r--r--modules/lua/init.lua4
-rw-r--r--modules/textadept/adeptsense.lua2
-rw-r--r--modules/textadept/bookmarks.lua2
-rw-r--r--modules/textadept/command_entry.lua2
-rw-r--r--modules/textadept/editing.lua2
-rw-r--r--modules/textadept/filter_through.lua2
-rw-r--r--modules/textadept/find.lua2
-rw-r--r--modules/textadept/init.lua2
-rw-r--r--modules/textadept/keys.lua4
-rw-r--r--modules/textadept/menu.lua2
-rw-r--r--modules/textadept/mime_types.conf2
-rw-r--r--modules/textadept/mime_types.lua2
-rw-r--r--modules/textadept/run.lua2
-rw-r--r--modules/textadept/session.lua2
-rw-r--r--modules/textadept/snapopen.lua2
-rw-r--r--modules/textadept/snippets.lua2
17 files changed, 19 insertions, 19 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index e8c6201c..eaa622a7 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index c608d6f6..ce22d8bb 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -1,8 +1,8 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
---[[
+--[[ This comment is for LuaDoc.
---
-- The lua module.
-- It provides utilities for editing Lua code.
diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua
index d4c86995..cdc6c126 100644
--- a/modules/textadept/adeptsense.lua
+++ b/modules/textadept/adeptsense.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua
index 0173bdcf..04170902 100644
--- a/modules/textadept/bookmarks.lua
+++ b/modules/textadept/bookmarks.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua
index 9ee6dc0e..92490ddc 100644
--- a/modules/textadept/command_entry.lua
+++ b/modules/textadept/command_entry.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Modified by Jay Gould.
--[[ This comment is for LuaDoc.
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 6907e6d7..c8850662 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/filter_through.lua b/modules/textadept/filter_through.lua
index b89a926f..2ad481e9 100644
--- a/modules/textadept/filter_through.lua
+++ b/modules/textadept/filter_through.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua
index c847bba8..31ec6d31 100644
--- a/modules/textadept/find.lua
+++ b/modules/textadept/find.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local find = gui.find
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index e21bf5bf..53052a23 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
_M.textadept = M
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 285263a3..aa88ebd3 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -1,8 +1,8 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
---[[
+--[[ This comment is for LuaDoc.
---
-- Defines key commands for Textadept.
-- This set of key commands is pretty standard among other text editors.
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua
index d5f3de53..e32af6cc 100644
--- a/modules/textadept/menu.lua
+++ b/modules/textadept/menu.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Contributions from Robert Gieseke.
local M = {}
diff --git a/modules/textadept/mime_types.conf b/modules/textadept/mime_types.conf
index b3c0f7ee..0726a9a8 100644
--- a/modules/textadept/mime_types.conf
+++ b/modules/textadept/mime_types.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+% Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. 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 b3e05317..27d08de5 100644
--- a/modules/textadept/mime_types.lua
+++ b/modules/textadept/mime_types.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua
index e62e11d0..f571a153 100644
--- a/modules/textadept/run.lua
+++ b/modules/textadept/run.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua
index 4e007674..04566a2e 100644
--- a/modules/textadept/session.lua
+++ b/modules/textadept/session.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/snapopen.lua b/modules/textadept/snapopen.lua
index 4bc72d64..8425a683 100644
--- a/modules/textadept/snapopen.lua
+++ b/modules/textadept/snapopen.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua
index 29274b5c..bbf53c36 100644
--- a/modules/textadept/snippets.lua
+++ b/modules/textadept/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local M = {}