Skip to content

Commit 4f953ec

Browse files
committed
Update copyright for 2020.
1 parent 8d2d429 commit 4f953ec

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2016-2018 David Arnold
3+
Copyright (C) 2016-2020 David Arnold
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = u'SimpleFIX'
49-
copyright = u'2016-2017, David Arnold'
49+
copyright = u'2016-2020, David Arnold'
5050
author = u'David Arnold'
5151

5252
# The version info for the project you're documenting, acts as replacement for
@@ -56,7 +56,7 @@
5656
# The short X.Y version.
5757
version = u'1.0'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'1.0.7'
59+
release = u'1.0.13'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

simplefix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

simplefix/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2017-2018, David Arnold.
4+
# Copyright (C) 2017-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

simplefix/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- python -*-
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2017-2018, David Arnold.
4+
# Copyright (C) 2017-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

simplefix/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

simplefix/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

test/all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

test/test_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2017-2018, David Arnold.
4+
# Copyright (C) 2017-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

test/test_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

test/test_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

test/test_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env python
22
########################################################################
33
# SimpleFIX
4-
# Copyright (C) 2016-2018, David Arnold.
4+
# Copyright (C) 2016-2020, David Arnold.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)