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. --- scripts/gen_iface.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gen_iface.lua') 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 mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +-- Copyright 2007-2011 Mitchell mitchellcaladbolg.net. See LICENSE. --- -- Scintilla constants, functions, and properties. -- cgit v1.2.3