diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 22:35:30 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-18 22:35:30 +0000 |
commit | dc9394f94d29f88e956403c105ee2c27da3ae137 (patch) | |
tree | 69c3787d32300165cc46debff018114f7eeb8cf3 /applications | |
parent | c4ef5ff259967852a00a4444642f50aaef050c67 (diff) |
applications/luci-wol: fix copyright
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-wol/luasrc/model/cbi/wol.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/applications/luci-wol/luasrc/model/cbi/wol.lua b/applications/luci-wol/luasrc/model/cbi/wol.lua index 078d42e17..03598fa13 100644 --- a/applications/luci-wol/luasrc/model/cbi/wol.lua +++ b/applications/luci-wol/luasrc/model/cbi/wol.lua @@ -1,15 +1,13 @@ --[[ LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth <steven@midlink.org> +Copyright 2010 Jo-Philipp Wich <xm@subsignal.org> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 - -$Id: olsrd.lua 5560 2009-11-21 00:22:35Z jow $ ]]-- local sys = require "luci.sys" |