aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/._M.luadoc2
-rw-r--r--core/._SCINTILLA.luadoc2
-rw-r--r--core/.buffer.luadoc2
-rw-r--r--core/.iconv.luadoc2
-rw-r--r--core/.ui.dialogs.luadoc2
-rw-r--r--core/.view.luadoc2
-rw-r--r--core/args.lua2
-rw-r--r--core/events.lua2
-rw-r--r--core/file_io.lua2
-rw-r--r--core/iface.lua2
-rw-r--r--core/init.lua2
-rw-r--r--core/keys.lua2
-rw-r--r--core/lfs_ext.lua2
-rw-r--r--core/locale.conf2
-rw-r--r--core/locale.lua2
-rw-r--r--core/locales/locale.de.conf2
-rw-r--r--core/locales/locale.es.conf2
-rw-r--r--core/locales/locale.fr.conf2
-rw-r--r--core/locales/locale.ru.conf2
-rw-r--r--core/ui.lua2
20 files changed, 20 insertions, 20 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index d21b66de..2afa6a5e 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 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 410f2b6d..764936f2 100644
--- a/core/._SCINTILLA.luadoc
+++ b/core/._SCINTILLA.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 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 f1b28df8..c6b4a840 100644
--- a/core/.buffer.luadoc
+++ b/core/.buffer.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Buffers.
---
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index 95e62803..e6d8fa1d 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 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/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc
index 2ff99827..002fac47 100644
--- a/core/.ui.dialogs.luadoc
+++ b/core/.ui.dialogs.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the
-- ui.dialogs table.
diff --git a/core/.view.luadoc b/core/.view.luadoc
index f5db67a8..ecdc4061 100644
--- a/core/.view.luadoc
+++ b/core/.view.luadoc
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
-- This is a DUMMY FILE used for making LuaDoc for Views.
---
diff --git a/core/args.lua b/core/args.lua
index 6f63f616..108820eb 100644
--- a/core/args.lua
+++ b/core/args.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/events.lua b/core/events.lua
index 53896cbe..127f44ed 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/file_io.lua b/core/file_io.lua
index 7c65fd1e..73b70f3f 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/iface.lua b/core/iface.lua
index b4ac1f37..c5a92a0a 100644
--- a/core/iface.lua
+++ b/core/iface.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/init.lua b/core/init.lua
index af8f60c9..f864fe9d 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 7.2 alpha"
diff --git a/core/keys.lua b/core/keys.lua
index ae986f98..4eb301f4 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/lfs_ext.lua b/core/lfs_ext.lua
index 1c19e389..b4ebe588 100644
--- a/core/lfs_ext.lua
+++ b/core/lfs_ext.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
--[[ This comment is for LuaDoc.
---
diff --git a/core/locale.conf b/core/locale.conf
index 76ab5c39..ed2b8d1c 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2014 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 f77ecf05..b2774d46 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local M = {}
diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf
index 0e20c984..40a3b746 100644
--- a/core/locales/locale.de.conf
+++ b/core/locales/locale.de.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
% German translation by Robert Gieseke.
%
% Localization file.
diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf
index ddea326e..69da3223 100644
--- a/core/locales/locale.es.conf
+++ b/core/locales/locale.es.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
% Spanish translation by Manuel Montenegro Montes <manuelmont AT gmail.com>
%
% Localization file.
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf
index 69149204..5aa43d63 100644
--- a/core/locales/locale.fr.conf
+++ b/core/locales/locale.fr.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
% French translation by Gilles Grégoire <gilles.gregoire+ta AT gmail .com>
%
% Localization file.
diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf
index f0d32f76..dcef6186 100644
--- a/core/locales/locale.ru.conf
+++ b/core/locales/locale.ru.conf
@@ -1,4 +1,4 @@
-% Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+% Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
% Russian translation by Vladimir Lomov <irk.translatior AT gmail.com>
%
% Localization file.
diff --git a/core/ui.lua b/core/ui.lua
index 09d273c0..dd0fd522 100644
--- a/core/ui.lua
+++ b/core/ui.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE.
local ui = ui