From 9d172ddc8ae922a218aaabc667e42e14cca82100 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 13 Feb 2017 16:18:47 -0800 Subject: [PATCH] Update copyright in etgtools --- etgtools/__init__.py | 2 +- etgtools/extractors.py | 2 +- etgtools/generators.py | 2 +- etgtools/item_module_map.py | 2 +- etgtools/map_generator.py | 2 +- etgtools/pi_generator.py | 6 +++--- etgtools/sip_generator.py | 8 ++++---- etgtools/sphinx_generator.py | 2 +- etgtools/swig_generator.py | 2 +- etgtools/tweaker_tools.py | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/etgtools/__init__.py b/etgtools/__init__.py index 35ad46ce..eb5918d4 100644 --- a/etgtools/__init__.py +++ b/etgtools/__init__.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/extractors.py b/etgtools/extractors.py index bedf1807..486e48a3 100644 --- a/etgtools/extractors.py +++ b/etgtools/extractors.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/generators.py b/etgtools/generators.py index 741e1fe8..ff60984d 100644 --- a/etgtools/generators.py +++ b/etgtools/generators.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/item_module_map.py b/etgtools/item_module_map.py index 9936fb54..93d2ec04 100644 --- a/etgtools/item_module_map.py +++ b/etgtools/item_module_map.py @@ -4,7 +4,7 @@ # Author: Robin Dunn # # Created: 20-May-2016 -# Copyright: (c) 2016 by Total Control Software +# Copyright: (c) 2016-2017 by Total Control Software # License: wxWindows License # --------------------------------------------------------------------------- diff --git a/etgtools/map_generator.py b/etgtools/map_generator.py index 23706af2..ffc7fbee 100644 --- a/etgtools/map_generator.py +++ b/etgtools/map_generator.py @@ -4,7 +4,7 @@ # Author: Robin Dunn # # Created: 20-May-2016 -# Copyright: (c) 2016 by Total Control Software +# Copyright: (c) 2016-2017 by Total Control Software # License: wxWindows License # --------------------------------------------------------------------------- diff --git a/etgtools/pi_generator.py b/etgtools/pi_generator.py index eec44a19..29f98033 100644 --- a/etgtools/pi_generator.py +++ b/etgtools/pi_generator.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 18-Oct-2011 -# Copyright: (c) 2011-2016 by Total Control Software +# Copyright: (c) 2011-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- @@ -44,7 +44,7 @@ header_pi = """\ # # See: https://wingware.com/doc/edit/helping-wing-analyze-code # -# Copyright: (c) 2011-2016 by Total Control Software +# Copyright: (c) 2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- @@ -63,7 +63,7 @@ header_pyi = """\ # # See: https://www.jetbrains.com/help/pycharm/2016.1/type-hinting-in-pycharm.html # -# Copyright: (c) 2011-2016 by Total Control Software +# Copyright: (c) 2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/sip_generator.py b/etgtools/sip_generator.py index 333bca2f..1668efca 100644 --- a/etgtools/sip_generator.py +++ b/etgtools/sip_generator.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2010-2016 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- @@ -61,7 +61,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase): stream.write(divider + """\ // This file is generated by wxPython's SIP generator. Do not edit by hand. // -// Copyright: (c) 2011-2016 by Total Control Software +// Copyright: (c) 2017 by Total Control Software // License: wxWindows License """) if module.name == module.module: @@ -76,7 +76,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase): }; %%Copying - Copyright: (c) 2016 by Total Control Software + Copyright: (c) 2017 by Total Control Software License: wxWindows License %%End @@ -92,7 +92,7 @@ class SipWrapperGenerator(generators.WrapperGeneratorBase): %%Extract(id=pycode%s, order=5) # This file is generated by wxPython's SIP generator. Do not edit by hand. # -# Copyright: (c) 2011-2016 by Total Control Software +# Copyright: (c) 2017 by Total Control Software # License: wxWindows License %s from .%s import * diff --git a/etgtools/sphinx_generator.py b/etgtools/sphinx_generator.py index eb8d0fb6..ec259f68 100644 --- a/etgtools/sphinx_generator.py +++ b/etgtools/sphinx_generator.py @@ -4,7 +4,7 @@ # Author: Andrea Gavana # # Created: 30-Nov-2010 -# Copyright: (c) 2010-2016 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/swig_generator.py b/etgtools/swig_generator.py index 3c367cbf..305485c4 100644 --- a/etgtools/swig_generator.py +++ b/etgtools/swig_generator.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #--------------------------------------------------------------------------- diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py index 73d55f82..d4797ab5 100644 --- a/etgtools/tweaker_tools.py +++ b/etgtools/tweaker_tools.py @@ -3,7 +3,7 @@ # Author: Robin Dunn # # Created: 3-Nov-2010 -# Copyright: (c) 2013 by Total Control Software +# Copyright: (c) 2010-2017 by Total Control Software # License: wxWindows License #---------------------------------------------------------------------------