From 41d2b33087da393453c45f5d923d690c88ee5474 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 16 Jan 2015 23:46:42 +0100 Subject: Update my email addresses in the license headers Signed-off-by: Jo-Philipp Wich --- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua | 2 +- .../luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua | 2 +- .../luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua | 2 +- .../luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua | 2 +- .../luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua | 2 +- .../luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua | 2 +- modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'modules/luci-mod-admin-full/luasrc/model/cbi') diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua index 18f7172224..da7c1181f7 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/hosts.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010 Jo-Philipp Wich +-- Copyright 2010 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. require("luci.sys") diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua index 4c360839a2..da1e140de0 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/iface_add.lua @@ -1,4 +1,4 @@ --- Copyright 2009-2010 Jo-Philipp Wich +-- Copyright 2009-2010 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local nw = require "luci.model.network".init() diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua index d251b31374..eabb257680 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/ifaces.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2008-2011 Jo-Philipp Wich +-- Copyright 2008-2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua index 535e4a1102..2be88fcf80 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/network.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2008 Jo-Philipp Wich +-- Copyright 2008 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua index 34ca7659d0..0818199a93 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/proto_ahcp.lua @@ -1,4 +1,4 @@ --- Copyright 2011 Jo-Philipp Wich +-- Copyright 2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local map, section, net = ... diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua index 612c0fbdc8..40f8014f1a 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/vlan.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010-2011 Jo-Philipp Wich +-- Copyright 2010-2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. m = Map("network", translate("Switch"), translate("The network ports on this device can be combined to several VLANs in which computers can communicate directly with each other. VLANs are often used to separate different network segments. Often there is by default one Uplink port for a connection to the next greater network like the internet and other ports for a local network.")) diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua index d3af5699d9..96b8b4d740 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/wifi_add.lua @@ -1,4 +1,4 @@ --- Copyright 2009 Jo-Philipp Wich +-- Copyright 2009 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua index 8a95529a7e..0a6e48fd8e 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_status/processes.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2008 Jo-Philipp Wich +-- Copyright 2008 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. f = SimpleForm("processes", translate("Processes"), translate("This list gives an overview over currently running system processes and their status.")) diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua index 8e24336b55..1e475640be 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/admin.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2011 Jo-Philipp Wich +-- Copyright 2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua index b2240a37e7..ee2401e93d 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/backupfiles.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2011 Jo-Philipp Wich +-- Copyright 2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. if luci.http.formvalue("cbid.luci.1._list") then diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua index 8d3f49837c..bef9651ea1 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/crontab.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2008-2013 Jo-Philipp Wich +-- Copyright 2008-2013 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua index 14b6ff4d04..3944690071 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/mount.lua @@ -1,4 +1,4 @@ --- Copyright 2010 Jo-Philipp Wich +-- Copyright 2010 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua index 265e69ac5e..82468d5fcc 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/fstab/swap.lua @@ -1,4 +1,4 @@ --- Copyright 2010 Jo-Philipp Wich +-- Copyright 2010 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local fs = require "nixio.fs" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua index dc10e30da1..2f3c4927b3 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/ipkg.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2008-2011 Jo-Philipp Wich +-- Copyright 2008-2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local ipkgfile = "/etc/opkg.conf" diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua index b215ffd782..9e19ac50a2 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/startup.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010-2012 Jo-Philipp Wich +-- Copyright 2010-2012 Jo-Philipp Wich -- Copyright 2010 Manuel Munz -- Licensed to the public under the Apache License 2.0. diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua index f4c2ac11f0..94ba8053ad 100644 --- a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua +++ b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_system/system.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2011 Jo-Philipp Wich +-- Copyright 2011 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local sys = require "luci.sys" -- cgit v1.2.3