Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Updated header.
Browse files Browse the repository at this point in the history
  • Loading branch information
zit-hb committed Jan 2, 2016
1 parent 28b1fbb commit d6f1490
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
#
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion shadowd/cgi_connector.py
@@ -1,6 +1,6 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion shadowd/connector.py
@@ -1,6 +1,6 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion shadowd/django_connector.py
@@ -1,6 +1,6 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down
2 changes: 1 addition & 1 deletion shadowd/flask_connector.py
@@ -1,6 +1,6 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down
16 changes: 16 additions & 0 deletions shadowd/tests/__init__.py
@@ -1,3 +1,19 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import unittest

def test_all():
Expand Down
16 changes: 16 additions & 0 deletions shadowd/tests/test_cgi_connector.py
@@ -1,3 +1,19 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import os
import unittest

Expand Down
16 changes: 16 additions & 0 deletions shadowd/tests/test_connector.py
@@ -1,3 +1,19 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import unittest
import shadowd.connector

Expand Down
16 changes: 16 additions & 0 deletions shadowd/tests/test_django_connector.py
@@ -1,3 +1,19 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import unittest
import shadowd.django_connector
import django.http
Expand Down
16 changes: 16 additions & 0 deletions shadowd/tests/test_werkzeug_connector.py
@@ -1,3 +1,19 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
# License as published by the Free Software Foundation, version 2.
#
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
# details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import sys
import unittest
import shadowd.werkzeug_connector
Expand Down
2 changes: 1 addition & 1 deletion shadowd/werkzeug_connector.py
@@ -1,6 +1,6 @@
# Shadow Daemon -- Web Application Firewall
#
# Copyright (C) 2014-2015 Hendrik Buchwald <hb@zecure.org>
# Copyright (C) 2014-2016 Hendrik Buchwald <hb@zecure.org>
#
# This file is part of Shadow Daemon. Shadow Daemon is free software: you can
# redistribute it and/or modify it under the terms of the GNU General Public
Expand Down

0 comments on commit d6f1490

Please sign in to comment.