From 90414c5d499f6b33e392b9ff8dd186b036fee770 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 28 Dec 2010 22:18:21 -0500 Subject: Updated copyright information. --- themes/dark/buffer.lua | 2 +- themes/dark/lexer.lua | 2 +- themes/dark/view.lua | 2 +- themes/light/buffer.lua | 2 +- themes/light/lexer.lua | 2 +- themes/light/view.lua | 2 +- themes/scite/buffer.lua | 2 +- themes/scite/lexer.lua | 2 +- themes/scite/view.lua | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'themes') diff --git a/themes/dark/buffer.lua b/themes/dark/buffer.lua index 2dd7d02f..e4fee499 100755 --- a/themes/dark/buffer.lua +++ b/themes/dark/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local buffer = buffer diff --git a/themes/dark/lexer.lua b/themes/dark/lexer.lua index cd738d42..04936944 100644 --- a/themes/dark/lexer.lua +++ b/themes/dark/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Dark lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/dark/view.lua b/themes/dark/view.lua index 66def8b9..f6a995c0 100755 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Dark editor theme for Textadept. local c = _SCINTILLA.constants diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua index 7f61ca33..29ed26d2 100755 --- a/themes/light/buffer.lua +++ b/themes/light/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light editor theme for Textadept. local buffer = buffer diff --git a/themes/light/lexer.lua b/themes/light/lexer.lua index c639060a..baa58e7a 100644 --- a/themes/light/lexer.lua +++ b/themes/light/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/light/view.lua b/themes/light/view.lua index be3c7d0d..3d055139 100755 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- Light editor theme for Textadept. local c = _SCINTILLA.constants diff --git a/themes/scite/buffer.lua b/themes/scite/buffer.lua index 9893d81f..bfc13b06 100755 --- a/themes/scite/buffer.lua +++ b/themes/scite/buffer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local buffer = buffer diff --git a/themes/scite/lexer.lua b/themes/scite/lexer.lua index 2614040b..49546be1 100644 --- a/themes/scite/lexer.lua +++ b/themes/scite/lexer.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE lexer theme for Textadept. -- Please note this theme is in a separate Lua state than Textadept's main one. diff --git a/themes/scite/view.lua b/themes/scite/view.lua index 83b092fc..57d09e0a 100755 --- a/themes/scite/view.lua +++ b/themes/scite/view.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2010 Mitchell mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. -- SciTE editor theme for Textadept. local c = _SCINTILLA.constants -- cgit v1.2.3