aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2010-12-28 22:18:21 -0500
commit90414c5d499f6b33e392b9ff8dd186b036fee770 (patch)
treebf8f8706a77980e2ada3302c9f896f3a532a2222 /scripts
parentb8e7a1853f481c6b4d88d3bdd0ff1ffe87ffcb92 (diff)
Updated copyright information.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_iface.lua4
-rwxr-xr-xscripts/update_doc2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 0ddd6e8f..e8f94560 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local f = io.open('../../scite-latest/scite/src/IFaceTable.cxx')
local contents = f:read('*all')
@@ -10,7 +10,7 @@ local functions = contents:match('ifaceFunctions%[%] = (%b{})')
local properties = contents:match('ifaceProperties%[%] = (%b{})')
local out = [[
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Scintilla constants, functions, and properties.
diff --git a/scripts/update_doc b/scripts/update_doc
index b2fcfbdf..9d50e5c7 100755
--- a/scripts/update_doc
+++ b/scripts/update_doc
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-- Rename *.lua.doc to *.lua so LuaDoc detects them.
local lfs = require 'lfs'