aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-03-03 21:58:51 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2008-03-03 21:58:51 -0500
commit63da421a2987c5d71c7adb99d0b82c32116c55ba (patch)
treecedf0a9f37522f174fe3b17498b67929460eceff
parentaa77a1a37c8f2e88957bdd8ad1b4e0476452ddd7 (diff)
Updated copyright notice to include the year 2008.
-rw-r--r--LICENSE2
-rw-r--r--core/events.lua2
-rw-r--r--core/ext/find.lua2
-rw-r--r--core/ext/key_commands.lua2
-rw-r--r--core/ext/keys.lua2
-rw-r--r--core/ext/mime_types.lua2
-rw-r--r--core/ext/pm.lua2
-rw-r--r--core/ext/pm/buffer_browser.lua2
-rw-r--r--core/ext/pm/ctags_browser.lua2
-rw-r--r--core/ext/pm/file_browser.lua2
-rw-r--r--core/ext/pm/find_browser.lua2
-rw-r--r--core/ext/pm/macro_browser.lua2
-rw-r--r--core/file_io.lua2
-rw-r--r--core/init.lua2
-rwxr-xr-xgen_iface.lua2
-rw-r--r--init.lua2
-rw-r--r--modules/cpp/commands.lua2
-rw-r--r--modules/cpp/init.lua2
-rw-r--r--modules/cpp/snippets.lua2
-rw-r--r--modules/lua/commands.lua2
-rw-r--r--modules/lua/init.lua2
-rw-r--r--modules/lua/snippets.lua2
-rwxr-xr-xmodules/new6
-rw-r--r--modules/textadept/editing.lua2
-rw-r--r--modules/textadept/init.lua2
-rw-r--r--modules/textadept/lsnippets.lua2
-rw-r--r--modules/textadept/macros.lua2
-rw-r--r--modules/textadept/mlines.lua2
-rw-r--r--modules/textadept/snippets.lua2
-rw-r--r--src/Makefile2
-rw-r--r--src/find_replace.c2
-rw-r--r--src/lua_interface.c2
-rw-r--r--src/pm.c2
-rw-r--r--src/properties.h2
-rw-r--r--src/textadept.c2
-rw-r--r--src/textadept.h2
36 files changed, 38 insertions, 38 deletions
diff --git a/LICENSE b/LICENSE
index 1d27830f..2480212c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2007 Mitchell
+Copyright (c) 2007-2008 Mitchell
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/core/events.lua b/core/events.lua
index 1fb1ab42..732b5d50 100644
--- a/core/events.lua
+++ b/core/events.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Module that handles Scintilla and Textadept notifications/events.
diff --git a/core/ext/find.lua b/core/ext/find.lua
index 3b571857..8617c274 100644
--- a/core/ext/find.lua
+++ b/core/ext/find.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local find = textadept.find
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua
index d8c99a24..ca22ff37 100644
--- a/core/ext/key_commands.lua
+++ b/core/ext/key_commands.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Defines the key commands used by the Textadept key command manager.
diff --git a/core/ext/keys.lua b/core/ext/keys.lua
index f182d044..b6749cc3 100644
--- a/core/ext/keys.lua
+++ b/core/ext/keys.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Manages key commands in Textadept.
diff --git a/core/ext/mime_types.lua b/core/ext/mime_types.lua
index 2b05bb62..68032aef 100644
--- a/core/ext/mime_types.lua
+++ b/core/ext/mime_types.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
--- Handles file-specific settings (based on file extension).
module('textadept.mime_types', package.seeall)
diff --git a/core/ext/pm.lua b/core/ext/pm.lua
index c1f0f5ae..b662adc4 100644
--- a/core/ext/pm.lua
+++ b/core/ext/pm.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Usage:
-- Interactive search:
diff --git a/core/ext/pm/buffer_browser.lua b/core/ext/pm/buffer_browser.lua
index 47cc6de6..49d5a85f 100644
--- a/core/ext/pm/buffer_browser.lua
+++ b/core/ext/pm/buffer_browser.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.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 94e10f03..fb653ea7 100644
--- a/core/ext/pm/ctags_browser.lua
+++ b/core/ext/pm/ctags_browser.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.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 f48c1346..24ace0a1 100644
--- a/core/ext/pm/file_browser.lua
+++ b/core/ext/pm/file_browser.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.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 496df1f1..bf2796b4 100644
--- a/core/ext/pm/find_browser.lua
+++ b/core/ext/pm/find_browser.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.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 de8af373..952613cf 100644
--- a/core/ext/pm/macro_browser.lua
+++ b/core/ext/pm/macro_browser.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Macro browser for the Textadept project manager.
diff --git a/core/file_io.lua b/core/file_io.lua
index 25fe2c0e..5788c509 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Provides file input/output routines for Textadept.
diff --git a/core/init.lua b/core/init.lua
index d2eff849..f25fb5e2 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Checks if the buffer being indexed is the currently focused buffer.
diff --git a/gen_iface.lua b/gen_iface.lua
index 198e0b82..9c42c097 100755
--- a/gen_iface.lua
+++ b/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local f = io.open('/usr/share/scite-st/src/scite/src/IFaceTable.cxx')
local contents = f:read('*all')
diff --git a/init.lua b/init.lua
index 1a380f55..fce4e56e 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
require 'ext/pm'
require 'ext/find'
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index 62c06be2..4b35fcac 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Commands for the cpp module.
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index 7e1d8dd9..7fb434ca 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The cpp module.
diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua
index 17fd5219..bfd12ca3 100644
--- a/modules/cpp/snippets.lua
+++ b/modules/cpp/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Snippets for the cpp module.
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 2130ff18..3e46a50a 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Commands for the lua module.
diff --git a/modules/lua/init.lua b/modules/lua/init.lua
index 1f2fe29d..763700e7 100644
--- a/modules/lua/init.lua
+++ b/modules/lua/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The lua module.
diff --git a/modules/lua/snippets.lua b/modules/lua/snippets.lua
index fcfb6871..ac085380 100644
--- a/modules/lua/snippets.lua
+++ b/modules/lua/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Snippets for the lua module.
diff --git a/modules/new b/modules/new
index 4cf334f2..746ffd54 100755
--- a/modules/new
+++ b/modules/new
@@ -6,7 +6,7 @@
mkdir $1
cat > $1/init.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The $1 module.
@@ -38,7 +38,7 @@ end
_EOF
cat > $1/snippets.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Snippets for the $1 module.
@@ -52,7 +52,7 @@ end
_EOF
cat > $1/commands.lua <<_EOF
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Commands for the $1 module.
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index a9d4f98b..1a06bae7 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Editing commands for the textadept module.
diff --git a/modules/textadept/init.lua b/modules/textadept/init.lua
index 6b807a32..86e09195 100644
--- a/modules/textadept/init.lua
+++ b/modules/textadept/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The textadept module.
diff --git a/modules/textadept/lsnippets.lua b/modules/textadept/lsnippets.lua
index 4fa73b96..bc479011 100644
--- a/modules/textadept/lsnippets.lua
+++ b/modules/textadept/lsnippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Provides Lua-centric snippets for Textadept.
diff --git a/modules/textadept/macros.lua b/modules/textadept/macros.lua
index 2514256a..67709a02 100644
--- a/modules/textadept/macros.lua
+++ b/modules/textadept/macros.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Support for recording, saving, and playing macros for the textadept module.
diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua
index 48059a64..c697502a 100644
--- a/modules/textadept/mlines.lua
+++ b/modules/textadept/mlines.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Multiple line editing for the textadept module.
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua
index 82e41f26..b4919b26 100644
--- a/modules/textadept/snippets.lua
+++ b/modules/textadept/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Provides Textmate-like snippets for the textadept module.
diff --git a/src/Makefile b/src/Makefile
index 0b4b40fc..7328b2c6 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,4 +1,4 @@
-# Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+# Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
.SUFFIXES: .c .o .h .a
diff --git a/src/find_replace.c b/src/find_replace.c
index b6c8135f..54c3f9e1 100644
--- a/src/find_replace.c
+++ b/src/find_replace.c
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/lua_interface.c b/src/lua_interface.c
index 1e989022..8f7445e6 100644
--- a/src/lua_interface.c
+++ b/src/lua_interface.c
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/pm.c b/src/pm.c
index 7737b8cb..b9d23835 100644
--- a/src/pm.c
+++ b/src/pm.c
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
diff --git a/src/properties.h b/src/properties.h
index 1786bbc4..24f10507 100644
--- a/src/properties.h
+++ b/src/properties.h
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#ifndef PROPERTIES_H
#define PROPERTIES_H
diff --git a/src/textadept.c b/src/textadept.c
index adeb89cb..8ae255f4 100644
--- a/src/textadept.c
+++ b/src/textadept.c
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#include "textadept.h"
#include "properties.h"
diff --git a/src/textadept.h b/src/textadept.h
index 5a6309a3..aae1fd8a 100644
--- a/src/textadept.h
+++ b/src/textadept.h
@@ -1,4 +1,4 @@
-// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE.
#ifndef TEXTADEPT_H
#define TEXTADEPT_H