Skip to content

Commit 18bb9b2

Browse files
committed
Make copyright statements agree with LICENSE
Add "and iptools contributors" joint copyright recognition to copyright headers and documentation.
1 parent 9940851 commit 18bb9b2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
source_suffix = '.rst'
1313
master_doc = 'index'
1414
project = 'iptools'
15-
copyright = '%s, Bryan Davis. All Rights Reserved' % date.today().year
15+
copyright = '2008-%s, Bryan Davis and iptools contributors. All Rights Reserved' % date.today().year
1616
version = iptools.__version__
1717
release = version
1818
exclude_patterns = ['_build']

iptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2008-2014, Bryan Davis
3+
# Copyright (c) 2008-2014, Bryan Davis and iptools contributors
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

iptools/ipv4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2008-2014, Bryan Davis
3+
# Copyright (c) 2008-2014, Bryan Davis and iptools contributors
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

iptools/ipv6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (c) 2008-2014, Bryan Davis
3+
# Copyright (c) 2008-2014, Bryan Davis and iptools contributors
44
# All rights reserved.
55
#
66
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)