From f8d164035d1c33343e875dff368e7ab3bf9884d8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 1 Jan 2009 09:40:21 -0500 Subject: Updated copyright dates for 2009. --- core/ext/pm/buffer_browser.lua | 2 +- core/ext/pm/ctags_browser.lua | 2 +- core/ext/pm/file_browser.lua | 2 +- core/ext/pm/find_browser.lua | 2 +- core/ext/pm/macro_browser.lua | 2 +- core/ext/pm/modules_browser.lua | 8 ++++---- core/ext/pm/project_browser.lua | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) (limited to 'core/ext/pm') diff --git a/core/ext/pm/buffer_browser.lua b/core/ext/pm/buffer_browser.lua index 6c292200..c2a1b787 100644 --- a/core/ext/pm/buffer_browser.lua +++ b/core/ext/pm/buffer_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.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 61becef8..b5495008 100644 --- a/core/ext/pm/ctags_browser.lua +++ b/core/ext/pm/ctags_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.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 d2dec609..5878b067 100644 --- a/core/ext/pm/file_browser.lua +++ b/core/ext/pm/file_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.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 bf2796b4..1c4df96a 100644 --- a/core/ext/pm/find_browser.lua +++ b/core/ext/pm/find_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.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 952613cf..0dc58894 100644 --- a/core/ext/pm/macro_browser.lua +++ b/core/ext/pm/macro_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Macro browser for the Textadept project manager. diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua index e5a8ba11..fc8b79e2 100644 --- a/core/ext/pm/modules_browser.lua +++ b/core/ext/pm/modules_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Modules browser for the Textadept project manager. @@ -9,7 +9,7 @@ local lfs = require 'lfs' local os = require 'os' local INIT = [[ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- The $1 module. @@ -41,7 +41,7 @@ end ]] local SNIPPETS = [[ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Snippets for the $1 module. @@ -55,7 +55,7 @@ end ]] local COMMANDS = [[ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Commands for the $1 module. diff --git a/core/ext/pm/project_browser.lua b/core/ext/pm/project_browser.lua index 0b47a3b2..8d147369 100644 --- a/core/ext/pm/project_browser.lua +++ b/core/ext/pm/project_browser.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Browser template for the Textadept project manager. -- cgit v1.2.3