aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2016-12-31 12:17:46 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2016-12-31 12:17:46 -0500
commit0541abdd3343b51b0e89ebb054fb358b3796a67f (patch)
tree7ff699519b5db61a2fc80dfe407eada32c664d02 /core/init.lua
parent23cfc7deee3dcdb1efe6e0afa57f6cc03f7eca39 (diff)
downloadtextadept-0541abdd3343b51b0e89ebb054fb358b3796a67f.tar.gz
textadept-0541abdd3343b51b0e89ebb054fb358b3796a67f.zip
Updated copyright information.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/init.lua b/core/init.lua
index 9b6c5944..c0a21137 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,7 +1,7 @@
--- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE.
_RELEASE = "Textadept 9.2"
-_COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'..
+_COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'..
'http://foicica.com/textadept'
package.path = _HOME..'/core/?.lua;'..package.path