summaryrefslogtreecommitdiff
path: root/COPYING
diff options
context:
space:
mode:
authorCyril Jaquier <cyril.jaquier@fail2ban.org>2008-05-18 19:53:18 +0000
committerCyril Jaquier <cyril.jaquier@fail2ban.org>2008-05-18 19:53:18 +0000
commit298adc4d4323d95f9f8c1300766969caa3495d2b (patch)
treec29e5aa5502cfcfe979fbebda9ebe9a26246e7e2 /COPYING
parent7f37df4a599b6c6770eebf9bbc2c76bb5a3896d4 (diff)
downloadfail2ban-298adc4d4323d95f9f8c1300766969caa3495d2b.tar.gz
- Added ISO 8601 date/time format.
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@692 a942ae1a-1317-0410-a47c-b1dcaea8d605
Diffstat (limited to 'COPYING')
-rw-r--r--COPYING29
1 files changed, 29 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index d511905c..aae0eb8f 100644
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,7 @@
+The following copyright applies to all files present in the Fail2ban package,
+except if a different copyright is explicitly defined in this file.
+
+
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
@@ -337,3 +341,28 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.
+
+---------------------------------
+The file server/iso8601.py is licensed under the following terms.
+
+
+Copyright (c) 2007 Michael Twomey
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.