From 4f953ec8473475c8813e38894671dce725b25305 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Wed, 19 Feb 2020 11:47:53 +0000 Subject: [PATCH] Update copyright for 2020. --- LICENSE | 2 +- doc/conf.py | 4 ++-- simplefix/__init__.py | 2 +- simplefix/constants.py | 2 +- simplefix/data.py | 2 +- simplefix/message.py | 2 +- simplefix/parser.py | 2 +- test/all.py | 2 +- test/test_constants.py | 2 +- test/test_init.py | 2 +- test/test_message.py | 2 +- test/test_parser.py | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 0c0d88d..a53a977 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2016-2018 David Arnold +Copyright (C) 2016-2020 David Arnold Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/doc/conf.py b/doc/conf.py index 5cfb012..531cecd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -46,7 +46,7 @@ # General information about the project. project = u'SimpleFIX' -copyright = u'2016-2017, David Arnold' +copyright = u'2016-2020, David Arnold' author = u'David Arnold' # The version info for the project you're documenting, acts as replacement for @@ -56,7 +56,7 @@ # The short X.Y version. version = u'1.0' # The full version, including alpha/beta/rc tags. -release = u'1.0.7' +release = u'1.0.13' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/simplefix/__init__.py b/simplefix/__init__.py index d41125f..f2130ff 100644 --- a/simplefix/__init__.py +++ b/simplefix/__init__.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/simplefix/constants.py b/simplefix/constants.py index cd2a5d2..e57d824 100644 --- a/simplefix/constants.py +++ b/simplefix/constants.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2017-2018, David Arnold. +# Copyright (C) 2017-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/simplefix/data.py b/simplefix/data.py index 0024cf1..e849095 100644 --- a/simplefix/data.py +++ b/simplefix/data.py @@ -1,7 +1,7 @@ # -*- python -*- ######################################################################## # SimpleFIX -# Copyright (C) 2017-2018, David Arnold. +# Copyright (C) 2017-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/simplefix/message.py b/simplefix/message.py index eba299a..15eabf9 100644 --- a/simplefix/message.py +++ b/simplefix/message.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/simplefix/parser.py b/simplefix/parser.py index 9190780..0c31812 100644 --- a/simplefix/parser.py +++ b/simplefix/parser.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/all.py b/test/all.py index c3b7d4d..7132d70 100644 --- a/test/all.py +++ b/test/all.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_constants.py b/test/test_constants.py index b719a69..b0ca237 100644 --- a/test/test_constants.py +++ b/test/test_constants.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2017-2018, David Arnold. +# Copyright (C) 2017-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_init.py b/test/test_init.py index aa1f22d..78390a3 100644 --- a/test/test_init.py +++ b/test/test_init.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_message.py b/test/test_message.py index fadd302..fa4acfd 100644 --- a/test/test_message.py +++ b/test/test_message.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_parser.py b/test/test_parser.py index 6da74c8..a07e7ab 100644 --- a/test/test_parser.py +++ b/test/test_parser.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ######################################################################## # SimpleFIX -# Copyright (C) 2016-2018, David Arnold. +# Copyright (C) 2016-2020, David Arnold. # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal