Skip to content

Commit 2335cca

Browse files
committed
Update copyright years.
1 parent be37e46 commit 2335cca

5 files changed

+5
-5
lines changed

net_checksums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Copyright (C) 2015 by Yuri Victorovich. All rights reserved.
2+
# Copyright (C) 2015-2018 by Yuri Victorovich. All rights reserved.
33
# This code is licensed under BSD license.
44

55
## This is the module that recomputes IP and UDP packet checksums

tiny-dhcp-server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2015 by Yuri Victorovich. All rights reserved.
3+
# Copyright (C) 2015-2018 by Yuri Victorovich. All rights reserved.
44
# This code is licensed under BSD license.
55

66
##

tiny-udp-anti-nat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2015 by Yuri Victorovich. All rights reserved.
3+
# Copyright (C) 2015-2018 by Yuri Victorovich. All rights reserved.
44
# This code is licensed under BSD license.
55

66
##

tiny-udp-proxy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
# Copyright (C) 2015 by Yuri Victorovich. All rights reserved.
3+
# Copyright (C) 2015-2018 by Yuri Victorovich. All rights reserved.
44
# This code is licensed under BSD license.
55

66
# TODO fix interference with DHCP @ port 68, need to pass some ports through

tiny_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Copyright (C) 2015 by Yuri Victorovich. All rights reserved.
3+
# Copyright (C) 2015-2018 by Yuri Victorovich. All rights reserved.
44
# This code is licensed under BSD license.
55

66
## This module contains various common routibes of tiny-network-utilities package

0 commit comments

Comments
 (0)