From: Jo-Philipp Wich Date: Sun, 18 Apr 2010 22:35:30 +0000 (+0000) Subject: applications/luci-wol: fix copyright X-Git-Tag: 0.10.0~710 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dc9394f94d29f88e956403c105ee2c27da3ae137;p=oweals%2Fluci.git applications/luci-wol: fix copyright --- 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 +Copyright 2010 Jo-Philipp Wich 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"