summaryrefslogtreecommitdiffstats
path: root/awall
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-01-31 23:49:52 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-01-31 23:49:52 +0200
commit9d40b1e8806a8d2dad70147558be28c5dd993c7b (patch)
tree910a10f15d9a8c41fb07824ab9adad86c56db95c /awall
parent6e5fc5f53ca959dbbe03a1a927c6eadc518c4cd8 (diff)
downloadawall-9d40b1e8806a8d2dad70147558be28c5dd993c7b.tar.bz2
awall-9d40b1e8806a8d2dad70147558be28c5dd993c7b.tar.xz
included GPL2 license text
Diffstat (limited to 'awall')
-rw-r--r--awall/dependency.lua2
-rw-r--r--awall/host.lua2
-rw-r--r--awall/init.lua2
-rw-r--r--awall/ipset.lua2
-rw-r--r--awall/iptables.lua2
-rw-r--r--awall/model.lua2
-rw-r--r--awall/modules/clampmss.lua2
-rw-r--r--awall/modules/filter.lua2
-rw-r--r--awall/modules/mark.lua2
-rw-r--r--awall/modules/masquerade.lua2
-rw-r--r--awall/modules/nat.lua2
-rw-r--r--awall/modules/notrack.lua2
-rw-r--r--awall/modules/tproxy.lua2
-rw-r--r--awall/object.lua2
-rw-r--r--awall/optfrag.lua2
-rw-r--r--awall/policy.lua2
-rw-r--r--awall/uerror.lua2
-rw-r--r--awall/util.lua2
18 files changed, 18 insertions, 18 deletions
diff --git a/awall/dependency.lua b/awall/dependency.lua
index 475c412..720ec44 100644
--- a/awall/dependency.lua
+++ b/awall/dependency.lua
@@ -1,7 +1,7 @@
--[[
Dependency order resolver for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
module(..., package.seeall)
diff --git a/awall/host.lua b/awall/host.lua
index 65d789e..2e94c3d 100644
--- a/awall/host.lua
+++ b/awall/host.lua
@@ -1,7 +1,7 @@
--[[
Host address resolver for Alpine Wall
Copyright (C) 2012 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/init.lua b/awall/init.lua
index 80fdf7e..645f3d6 100644
--- a/awall/init.lua
+++ b/awall/init.lua
@@ -1,7 +1,7 @@
--[[
Alpine Wall main module
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
module(..., package.seeall)
diff --git a/awall/ipset.lua b/awall/ipset.lua
index c8453af..28cc05b 100644
--- a/awall/ipset.lua
+++ b/awall/ipset.lua
@@ -1,7 +1,7 @@
--[[
Ipset file dumper for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/iptables.lua b/awall/iptables.lua
index 0be2dc4..dd65d4b 100644
--- a/awall/iptables.lua
+++ b/awall/iptables.lua
@@ -1,7 +1,7 @@
--[[
Iptables file dumper for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/model.lua b/awall/model.lua
index 2e2e61a..95c18f1 100644
--- a/awall/model.lua
+++ b/awall/model.lua
@@ -1,7 +1,7 @@
--[[
Base data model for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/clampmss.lua b/awall/modules/clampmss.lua
index dc7719e..c32707e 100644
--- a/awall/modules/clampmss.lua
+++ b/awall/modules/clampmss.lua
@@ -1,7 +1,7 @@
--[[
TCP MSS clamping module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua
index 85df460..e49ea06 100644
--- a/awall/modules/filter.lua
+++ b/awall/modules/filter.lua
@@ -1,7 +1,7 @@
--[[
Filter module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/mark.lua b/awall/modules/mark.lua
index 787ea36..97cc8cc 100644
--- a/awall/modules/mark.lua
+++ b/awall/modules/mark.lua
@@ -1,7 +1,7 @@
--[[
Packet marking module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/masquerade.lua b/awall/modules/masquerade.lua
index 98086cc..72a36bd 100644
--- a/awall/modules/masquerade.lua
+++ b/awall/modules/masquerade.lua
@@ -1,7 +1,7 @@
--[[
IPSet-based masquerading module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/nat.lua b/awall/modules/nat.lua
index 51d8446..8eefc72 100644
--- a/awall/modules/nat.lua
+++ b/awall/modules/nat.lua
@@ -1,7 +1,7 @@
--[[
NAT module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/notrack.lua b/awall/modules/notrack.lua
index a6259d3..7aef96f 100644
--- a/awall/modules/notrack.lua
+++ b/awall/modules/notrack.lua
@@ -1,7 +1,7 @@
--[[
Connection tracking bypass module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/modules/tproxy.lua b/awall/modules/tproxy.lua
index af6522f..18e207d 100644
--- a/awall/modules/tproxy.lua
+++ b/awall/modules/tproxy.lua
@@ -1,7 +1,7 @@
--[[
Transparent proxy module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/object.lua b/awall/object.lua
index 90239fd..bffd384 100644
--- a/awall/object.lua
+++ b/awall/object.lua
@@ -1,7 +1,7 @@
--[[
Class model with inheritance and morphing support for Alpine Wall
Copyright (C) 2012 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/optfrag.lua b/awall/optfrag.lua
index abd2b89..85f0683 100644
--- a/awall/optfrag.lua
+++ b/awall/optfrag.lua
@@ -1,7 +1,7 @@
--[[
Option fragment module for Alpine Wall
Copyright (C) 2012 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
diff --git a/awall/policy.lua b/awall/policy.lua
index 396a3a6..8633fb2 100644
--- a/awall/policy.lua
+++ b/awall/policy.lua
@@ -1,7 +1,7 @@
--[[
Policy file handling for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
module(..., package.seeall)
diff --git a/awall/uerror.lua b/awall/uerror.lua
index a3df48c..aed52e5 100644
--- a/awall/uerror.lua
+++ b/awall/uerror.lua
@@ -1,7 +1,7 @@
--[[
User error handling for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--
module(..., package.seeall)
diff --git a/awall/util.lua b/awall/util.lua
index d86cab9..5676f1d 100644
--- a/awall/util.lua
+++ b/awall/util.lua
@@ -1,7 +1,7 @@
--[[
Utility module for Alpine Wall
Copyright (C) 2012-2013 Kaarle Ritvanen
-Licensed under the terms of GPL2
+See LICENSE file for license details
]]--