From 0541abdd3343b51b0e89ebb054fb358b3796a67f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 31 Dec 2016 12:17:46 -0500 Subject: Updated copyright information. --- modules/ansi_c/init.lua | 2 +- modules/lua/init.lua | 2 +- modules/lua/tadoc.lua | 2 +- modules/textadept/bookmarks.lua | 2 +- modules/textadept/command_entry.lua | 2 +- modules/textadept/editing.lua | 2 +- modules/textadept/file_types.lua | 2 +- modules/textadept/find.lua | 2 +- modules/textadept/init.lua | 2 +- modules/textadept/keys.lua | 2 +- modules/textadept/menu.lua | 2 +- modules/textadept/run.lua | 2 +- modules/textadept/session.lua | 2 +- modules/textadept/snippets.lua | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'modules') diff --git a/modules/ansi_c/init.lua b/modules/ansi_c/init.lua index a8f7ef7f..6ba97199 100644 --- a/modules/ansi_c/init.lua +++ b/modules/ansi_c/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/lua/init.lua b/modules/lua/init.lua index 978884bb..02f9f7a6 100644 --- a/modules/lua/init.lua +++ b/modules/lua/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/lua/tadoc.lua b/modules/lua/tadoc.lua index ff72b09d..74028226 100644 --- a/modules/lua/tadoc.lua +++ b/modules/lua/tadoc.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -- Textadept autocompletions and API documentation doclet for LuaDoc. -- This module is used by LuaDoc to create Lua autocompletion and API diff --git a/modules/textadept/bookmarks.lua b/modules/textadept/bookmarks.lua index c11f0fa5..a4268396 100644 --- a/modules/textadept/bookmarks.lua +++ b/modules/textadept/bookmarks.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 696f17d4..066c4213 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -- Abbreviated environment and commands from Jay Gould. local M = ui.command_entry diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index 5afabf19..32989206 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/file_types.lua b/modules/textadept/file_types.lua index dca28243..ad1f7d97 100644 --- a/modules/textadept/file_types.lua +++ b/modules/textadept/file_types.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/find.lua b/modules/textadept/find.lua index 949b6b07..ec8b95e0 100644 --- a/modules/textadept/find.lua +++ b/modules/textadept/find.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = ui.find diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua index 457cfa4e..90bb888f 100644 --- a/modules/textadept/init.lua +++ b/modules/textadept/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} textadept = M diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 8221a5d4..4d8e9ad5 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 76d0b5bf..ac979715 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -- Contributions from Robert Gieseke. local M = {} diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index beffff74..7d43ccc3 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/session.lua b/modules/textadept/session.lua index 89ee042c..34551505 100644 --- a/modules/textadept/session.lua +++ b/modules/textadept/session.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index f519f07e..b258cc7d 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. +-- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. local M = {} -- cgit v1.2.3