aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-29 22:31:36 -0400
commit4f68ee57bc8c2324a4cd7039c5411cb6f1b8d820 (patch)
tree8a14baa22aa11bb32bbe7e852a37783189e7f0c1 /scripts/gen_iface.lua
parent02ef0236c61ef9407692190cfbceeb7d5a239f05 (diff)
Updated copyright information.
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua
index 51b9e9fd..486713f0 100755
--- a/scripts/gen_iface.lua
+++ b/scripts/gen_iface.lua
@@ -1,5 +1,5 @@
#!/usr/bin/lua
--- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell. See LICENSE.
local constants, functions, properties, events = {}, {}, {}, {}
local const_patt = '^val ([%w_]+)=([-%dx%x]+)'
@@ -179,7 +179,7 @@ table.sort(events)
local f = io.open('../core/iface.lua', 'wb')
f:write([=[
--- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE.
+-- Copyright 2007-2020 Mitchell. See LICENSE.
local M = {}