Skip to content

Commit

Permalink
add license (MIT)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Rath committed Aug 10, 2024
1 parent cb80e00 commit 68b445f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/failover.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python3

# Source: https://github.com/O-X-L/nftables_addon_failover
# Copyright (C) 2024 Rath Pascal
# License: MIT

from socket import socket, AF_INET, AF_INET6, SOCK_STREAM

from util import validate_and_write, load_config, format_var, ensure_list
Expand Down
4 changes: 4 additions & 0 deletions lib/util.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env python3

# Source: https://github.com/O-X-L/nftables_addon_failover
# Copyright (C) 2024 Rath Pascal
# License: MIT

from os import listdir
from time import time
from pathlib import Path
Expand Down

0 comments on commit 68b445f

Please sign in to comment.