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 --- applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua | 2 +- .../luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua | 2 +- applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua | 2 +- .../luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua | 2 +- applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua | 2 +- .../luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua | 2 +- applications/luci-app-firewall/luasrc/tools/firewall.lua | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'applications/luci-app-firewall/luasrc') diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua index bd2314325..968ac3624 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/custom.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 fs = require "nixio.fs" diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua index 7e06edda1..22f1c7716 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forward-details.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 sys = require "luci.sys" diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua index b185c71f1..e61ce73cd 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/forwards.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010-2012 Jo-Philipp Wich +-- Copyright 2010-2012 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local ds = require "luci.dispatcher" diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua index 2dcc4e9f2..0cb30b5cd 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rule-details.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010-2012 Jo-Philipp Wich +-- Copyright 2010-2012 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local sys = require "luci.sys" diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua index b961a515c..c53349197 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/rules.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth --- Copyright 2010-2012 Jo-Philipp Wich +-- Copyright 2010-2012 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. local ds = require "luci.dispatcher" diff --git a/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua index 42df10a43..3eb95ebb5 100644 --- a/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.lua +++ b/applications/luci-app-firewall/luasrc/model/cbi/firewall/zone-details.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. local nw = require "luci.model.network" diff --git a/applications/luci-app-firewall/luasrc/tools/firewall.lua b/applications/luci-app-firewall/luasrc/tools/firewall.lua index 8abbc14d7..6d08fe13a 100644 --- a/applications/luci-app-firewall/luasrc/tools/firewall.lua +++ b/applications/luci-app-firewall/luasrc/tools/firewall.lua @@ -1,4 +1,4 @@ --- Copyright 2011-2012 Jo-Philipp Wich +-- Copyright 2011-2012 Jo-Philipp Wich -- Licensed to the public under the Apache License 2.0. module("luci.tools.firewall", package.seeall) -- cgit v1.2.3