diff options
Diffstat (limited to 'protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua')
-rw-r--r-- | protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua b/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua index 7aed0d638..0b45dad05 100644 --- a/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua +++ b/protocols/luci-proto-ipv6/luasrc/model/network/proto_dhcpv6.lua @@ -1,4 +1,4 @@ --- Copyright 2013 Jo-Philipp Wich <xm@subsignal.org> +-- Copyright 2013 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. local proto = luci.model.network:register_protocol("dhcpv6") |