summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ntpc/luasrc/model
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ntpc/luasrc/model')
-rw-r--r--applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua2
-rw-r--r--applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua
index 00f5fb5111..21ea88e309 100644
--- a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua
+++ b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpc.lua
@@ -1,5 +1,5 @@
-- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
m = Map("ntpclient", translate("Time Synchronisation"), translate("Synchronizes the system time"))
diff --git a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua
index e54813eb90..82811cfbb8 100644
--- a/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua
+++ b/applications/luci-app-ntpc/luasrc/model/cbi/ntpc/ntpcmini.lua
@@ -1,5 +1,5 @@
-- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
+-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0.
require("luci.tools.webadmin")