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. --- themes/dark/buffer.lua | 2 +- themes/dark/view.lua | 2 +- themes/light/buffer.lua | 2 +- themes/light/view.lua | 2 +- themes/scite/buffer.lua | 2 +- themes/scite/view.lua | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'themes') diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua index 3253969f..bf9862fe 100644 --- a/themes/dark/buffer.lua +++ b/themes/dark/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local textadept, buffer = textadept, buffer diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 42ad776c..0a576637 100644 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local c, buffer = textadept.constants, buffer diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua index a4597ee2..9d62eb38 100644 --- a/themes/light/buffer.lua +++ b/themes/light/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light editor theme for Textadept. local textadept, buffer = textadept, buffer diff --git a/themes/light/view.lua b/themes/light/view.lua index 4e3f9539..3065fc67 100644 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light editor theme for Textadept. local c, buffer = textadept.constants, buffer diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index d46cc88a..0b70c606 100644 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local textadept, buffer = textadept, buffer diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 8bed68a0..ff068f39 100644 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local buffer, c = buffer, textadept.constants -- cgit v1.2.3