From 47c99d377e6b48542323466b8ab5be83ebf1f988 Mon Sep 17 00:00:00 2001 From: Kay Hayen Date: Thu, 24 Jan 2019 09:31:01 +0100 Subject: [PATCH] Bump copyright year to 2019. --- Developer_Manual.rst | 2 +- LICENSE.txt | 2 +- bin/autoformat-nuitka-source | 2 +- bin/check-nuitka-with-pylint | 2 +- bin/check-nuitka-with-pylint3 | 2 +- bin/check-nuitka-with-restlint | 2 +- bin/compare_with_cpython | 2 +- bin/compare_with_xml | 2 +- bin/find_sxs_modules | 2 +- bin/measure-construct-performance | 2 +- bin/nuitka | 2 +- bin/nuitka-run | 2 +- bin/nuitka3 | 2 +- bin/nuitka3-run | 2 +- bin/sort-nuitka-import-statements | 2 +- doc/Doxyfile | 2 +- lib/hints.py | 2 +- misc/create-pbuilder-image.py | 2 +- misc/make-deb-mentors-release.py | 2 +- misc/make-deb-release.py | 2 +- misc/make-dependency-graph.py | 2 +- misc/make-msi-package.py | 2 +- misc/make-msi-upload.py | 2 +- misc/make-pypi-upload.py | 2 +- misc/make-release.py | 2 +- misc/make-upload.py | 2 +- misc/make-version-bump.py | 2 +- misc/nuitka-run.bat | 2 +- misc/nuitka.bat | 2 +- misc/print-all-sources.sh | 2 +- misc/run-valgrind.py | 2 +- misc/update-doc.py | 2 +- nuitka/Builtins.py | 2 +- nuitka/Constants.py | 2 +- nuitka/Errors.py | 2 +- nuitka/MainControl.py | 2 +- nuitka/ModuleRegistry.py | 2 +- nuitka/OptionParsing.py | 2 +- nuitka/Options.py | 2 +- nuitka/PythonOperators.py | 2 +- nuitka/PythonVersions.py | 2 +- nuitka/SourceCodeReferences.py | 2 +- nuitka/Tracing.py | 2 +- nuitka/TreeXML.py | 2 +- nuitka/Variables.py | 2 +- nuitka/Version.py | 6 +++--- nuitka/__init__.py | 2 +- nuitka/__main__.py | 2 +- nuitka/__past__.py | 2 +- nuitka/build/SconsInterface.py | 2 +- nuitka/build/SingleExe.scons | 2 +- nuitka/build/__init__.py | 2 +- nuitka/build/include/nuitka/allocator.h | 2 +- nuitka/build/include/nuitka/builtins.h | 2 +- nuitka/build/include/nuitka/calling.h | 2 +- nuitka/build/include/nuitka/compiled_asyncgen.h | 2 +- nuitka/build/include/nuitka/compiled_cell.h | 2 +- nuitka/build/include/nuitka/compiled_coroutine.h | 2 +- nuitka/build/include/nuitka/compiled_frame.h | 2 +- nuitka/build/include/nuitka/compiled_function.h | 2 +- nuitka/build/include/nuitka/compiled_generator.h | 2 +- nuitka/build/include/nuitka/compiled_method.h | 2 +- nuitka/build/include/nuitka/constants_blob.h | 2 +- nuitka/build/include/nuitka/exceptions.h | 2 +- nuitka/build/include/nuitka/freelists.h | 2 +- nuitka/build/include/nuitka/helper/attributes.h | 2 +- nuitka/build/include/nuitka/helper/boolean.h | 2 +- nuitka/build/include/nuitka/helper/bytearrays.h | 2 +- nuitka/build/include/nuitka/helper/complex.h | 2 +- nuitka/build/include/nuitka/helper/dictionaries.h | 2 +- nuitka/build/include/nuitka/helper/ints.h | 2 +- nuitka/build/include/nuitka/helper/iterators.h | 2 +- nuitka/build/include/nuitka/helper/lists.h | 2 +- nuitka/build/include/nuitka/helper/mappings.h | 2 +- nuitka/build/include/nuitka/helper/operations.h | 2 +- nuitka/build/include/nuitka/helper/printing.h | 2 +- nuitka/build/include/nuitka/helper/raising.h | 2 +- nuitka/build/include/nuitka/helper/rangeobjects.h | 2 +- nuitka/build/include/nuitka/helper/richcomparisons.h | 2 +- nuitka/build/include/nuitka/helper/sequences.h | 2 +- nuitka/build/include/nuitka/helper/slices.h | 2 +- nuitka/build/include/nuitka/helper/subscripts.h | 2 +- nuitka/build/include/nuitka/helper/tuples.h | 2 +- nuitka/build/include/nuitka/helpers.h | 2 +- nuitka/build/include/nuitka/importing.h | 2 +- nuitka/build/include/nuitka/prelude.h | 2 +- nuitka/build/include/nuitka/threading.h | 2 +- nuitka/build/include/nuitka/tracing.h | 2 +- nuitka/build/include/nuitka/unfreezing.h | 2 +- nuitka/build/static_src/CompiledAsyncgenType.c | 2 +- nuitka/build/static_src/CompiledCellType.c | 2 +- nuitka/build/static_src/CompiledCodeHelpers.c | 2 +- nuitka/build/static_src/CompiledCoroutineType.c | 2 +- nuitka/build/static_src/CompiledFrameType.c | 2 +- nuitka/build/static_src/CompiledFunctionType.c | 2 +- nuitka/build/static_src/CompiledGeneratorType.c | 2 +- .../static_src/CompiledGeneratorTypeUncompiledIntegration.c | 2 +- nuitka/build/static_src/CompiledMethodType.c | 2 +- nuitka/build/static_src/HelpersAttributes.c | 2 +- nuitka/build/static_src/HelpersBuiltin.c | 2 +- nuitka/build/static_src/HelpersCalling.c | 2 +- nuitka/build/static_src/HelpersClasses.c | 2 +- nuitka/build/static_src/HelpersComparison.c | 2 +- nuitka/build/static_src/HelpersDeepcopy.c | 2 +- nuitka/build/static_src/HelpersHeapStorage.c | 2 +- nuitka/build/static_src/HelpersImport.c | 2 +- nuitka/build/static_src/HelpersOperationBinaryAdd.c | 2 +- nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c | 2 +- nuitka/build/static_src/HelpersPathTools.c | 2 +- nuitka/build/static_src/HelpersProfiling.c | 2 +- nuitka/build/static_src/HelpersStrings.c | 2 +- nuitka/build/static_src/InspectPatcher.c | 2 +- nuitka/build/static_src/MainProgram.c | 2 +- nuitka/build/static_src/MetaPathBasedLoader.c | 2 +- nuitka/codegen/AsyncgenCodes.py | 2 +- nuitka/codegen/AttributeCodes.py | 2 +- nuitka/codegen/BlobCodes.py | 2 +- nuitka/codegen/BranchCodes.py | 2 +- nuitka/codegen/BuiltinCodes.py | 2 +- nuitka/codegen/CallCodes.py | 2 +- nuitka/codegen/ClassCodes.py | 2 +- nuitka/codegen/CodeGeneration.py | 2 +- nuitka/codegen/CodeHelpers.py | 2 +- nuitka/codegen/CodeObjectCodes.py | 2 +- nuitka/codegen/ComparisonCodes.py | 2 +- nuitka/codegen/ConditionalCodes.py | 2 +- nuitka/codegen/ConstantCodes.py | 2 +- nuitka/codegen/Contexts.py | 2 +- nuitka/codegen/CoroutineCodes.py | 2 +- nuitka/codegen/DictCodes.py | 2 +- nuitka/codegen/Emission.py | 2 +- nuitka/codegen/ErrorCodes.py | 2 +- nuitka/codegen/EvalCodes.py | 2 +- nuitka/codegen/ExceptionCodes.py | 2 +- nuitka/codegen/ExpressionCodes.py | 2 +- nuitka/codegen/FrameCodes.py | 2 +- nuitka/codegen/FunctionCodes.py | 2 +- nuitka/codegen/GeneratorCodes.py | 2 +- nuitka/codegen/GlobalsLocalsCodes.py | 2 +- nuitka/codegen/IdCodes.py | 2 +- nuitka/codegen/ImportCodes.py | 2 +- nuitka/codegen/Indentation.py | 2 +- nuitka/codegen/IndexCodes.py | 2 +- nuitka/codegen/IntegerCodes.py | 2 +- nuitka/codegen/IteratorCodes.py | 2 +- nuitka/codegen/LabelCodes.py | 2 +- nuitka/codegen/LineNumberCodes.py | 2 +- nuitka/codegen/ListCodes.py | 2 +- nuitka/codegen/LoaderCodes.py | 2 +- nuitka/codegen/LocalsDictCodes.py | 2 +- nuitka/codegen/LoopCodes.py | 2 +- nuitka/codegen/ModuleCodes.py | 2 +- nuitka/codegen/Namify.py | 2 +- nuitka/codegen/OperationCodes.py | 2 +- nuitka/codegen/OperatorCodes.py | 2 +- nuitka/codegen/PrintCodes.py | 2 +- nuitka/codegen/PythonAPICodes.py | 2 +- nuitka/codegen/RaisingCodes.py | 2 +- nuitka/codegen/Reports.py | 2 +- nuitka/codegen/ReturnCodes.py | 2 +- nuitka/codegen/SetCodes.py | 2 +- nuitka/codegen/SliceCodes.py | 2 +- nuitka/codegen/StringCodes.py | 2 +- nuitka/codegen/SubscriptCodes.py | 2 +- nuitka/codegen/TryCodes.py | 2 +- nuitka/codegen/TupleCodes.py | 2 +- nuitka/codegen/VariableCodes.py | 2 +- nuitka/codegen/VariableDeclarations.py | 2 +- nuitka/codegen/YieldCodes.py | 2 +- nuitka/codegen/__init__.py | 2 +- nuitka/codegen/c_types/CTypeBases.py | 2 +- nuitka/codegen/c_types/CTypeModuleDictVariables.py | 2 +- nuitka/codegen/c_types/CTypeNuitkaBools.py | 2 +- nuitka/codegen/c_types/CTypeNuitkaInts.py | 2 +- nuitka/codegen/c_types/CTypePyObjectPtrs.py | 2 +- nuitka/codegen/c_types/CTypeVoids.py | 2 +- nuitka/codegen/c_types/__init__.py | 2 +- nuitka/codegen/templates/CodeTemplatesAsyncgens.py | 2 +- nuitka/codegen/templates/CodeTemplatesCalls.py | 2 +- nuitka/codegen/templates/CodeTemplatesConstants.py | 2 +- nuitka/codegen/templates/CodeTemplatesCoroutines.py | 2 +- nuitka/codegen/templates/CodeTemplatesExceptions.py | 2 +- nuitka/codegen/templates/CodeTemplatesFrames.py | 2 +- nuitka/codegen/templates/CodeTemplatesFreezer.py | 2 +- nuitka/codegen/templates/CodeTemplatesFunction.py | 2 +- nuitka/codegen/templates/CodeTemplatesGeneratorFunction.py | 2 +- nuitka/codegen/templates/CodeTemplatesIterators.py | 2 +- nuitka/codegen/templates/CodeTemplatesLoader.py | 2 +- nuitka/codegen/templates/CodeTemplatesModules.py | 2 +- nuitka/codegen/templates/CodeTemplatesVariables.py | 2 +- nuitka/codegen/templates/TemplateDebugWrapper.py | 2 +- nuitka/codegen/templates/__init__.py | 2 +- nuitka/containers/__init__.py | 2 +- nuitka/distutils/__init__.py | 2 +- nuitka/distutils/bdist_nuitka.py | 2 +- nuitka/finalizations/Finalization.py | 2 +- nuitka/finalizations/FinalizeBase.py | 2 +- nuitka/finalizations/FinalizeMarkups.py | 2 +- nuitka/finalizations/__init__.py | 2 +- nuitka/freezer/BytecodeModuleFreezer.py | 2 +- nuitka/freezer/DependsExe.py | 2 +- nuitka/freezer/Standalone.py | 2 +- nuitka/freezer/__init__.py | 2 +- nuitka/importing/ImportCache.py | 2 +- nuitka/importing/Importing.py | 2 +- nuitka/importing/PreloadedPackages.py | 2 +- nuitka/importing/Recursion.py | 2 +- nuitka/importing/StandardLibrary.py | 2 +- nuitka/importing/Whitelisting.py | 2 +- nuitka/importing/__init__.py | 2 +- nuitka/nodes/AssignNodes.py | 2 +- nuitka/nodes/AsyncgenNodes.py | 2 +- nuitka/nodes/AttributeNodes.py | 2 +- nuitka/nodes/BuiltinComplexNodes.py | 2 +- nuitka/nodes/BuiltinDecodingNodes.py | 2 +- nuitka/nodes/BuiltinDecoratorNodes.py | 2 +- nuitka/nodes/BuiltinDictNodes.py | 2 +- nuitka/nodes/BuiltinFormatNodes.py | 2 +- nuitka/nodes/BuiltinHashNodes.py | 2 +- nuitka/nodes/BuiltinIntegerNodes.py | 2 +- nuitka/nodes/BuiltinIteratorNodes.py | 2 +- nuitka/nodes/BuiltinLenNodes.py | 2 +- nuitka/nodes/BuiltinNextNodes.py | 2 +- nuitka/nodes/BuiltinOpenNodes.py | 2 +- nuitka/nodes/BuiltinRangeNodes.py | 2 +- nuitka/nodes/BuiltinRefNodes.py | 2 +- nuitka/nodes/BuiltinSumNodes.py | 2 +- nuitka/nodes/BuiltinTypeNodes.py | 2 +- nuitka/nodes/BuiltinVarsNodes.py | 2 +- nuitka/nodes/CallNodes.py | 2 +- nuitka/nodes/Checkers.py | 2 +- nuitka/nodes/ClassNodes.py | 2 +- nuitka/nodes/CodeObjectSpecs.py | 2 +- nuitka/nodes/ComparisonNodes.py | 2 +- nuitka/nodes/ConditionalNodes.py | 2 +- nuitka/nodes/ConstantRefNodes.py | 2 +- nuitka/nodes/ContainerMakingNodes.py | 2 +- nuitka/nodes/ContainerOperationNodes.py | 2 +- nuitka/nodes/CoroutineNodes.py | 2 +- nuitka/nodes/DictionaryNodes.py | 2 +- nuitka/nodes/ExceptionNodes.py | 2 +- nuitka/nodes/ExecEvalNodes.py | 2 +- nuitka/nodes/ExpressionBases.py | 2 +- nuitka/nodes/FrameNodes.py | 2 +- nuitka/nodes/FunctionNodes.py | 2 +- nuitka/nodes/FutureSpecs.py | 2 +- nuitka/nodes/GeneratorNodes.py | 2 +- nuitka/nodes/GlobalsLocalsNodes.py | 2 +- nuitka/nodes/ImportNodes.py | 2 +- nuitka/nodes/IndicatorMixins.py | 2 +- nuitka/nodes/LocalsDictNodes.py | 2 +- nuitka/nodes/LocalsScopes.py | 2 +- nuitka/nodes/LoopNodes.py | 2 +- nuitka/nodes/ModuleAttributeNodes.py | 2 +- nuitka/nodes/ModuleNodes.py | 2 +- nuitka/nodes/NodeBases.py | 2 +- nuitka/nodes/NodeMakingHelpers.py | 2 +- nuitka/nodes/NodeMetaClasses.py | 2 +- nuitka/nodes/OperatorNodes.py | 2 +- nuitka/nodes/OutlineNodes.py | 2 +- nuitka/nodes/PrintNodes.py | 2 +- nuitka/nodes/ReturnNodes.py | 2 +- nuitka/nodes/SideEffectNodes.py | 2 +- nuitka/nodes/SliceNodes.py | 2 +- nuitka/nodes/StatementNodes.py | 2 +- nuitka/nodes/StringConcatenationNodes.py | 2 +- nuitka/nodes/SubscriptNodes.py | 2 +- nuitka/nodes/TryNodes.py | 2 +- nuitka/nodes/TypeNodes.py | 2 +- nuitka/nodes/VariableRefNodes.py | 2 +- nuitka/nodes/YieldNodes.py | 2 +- nuitka/nodes/__init__.py | 2 +- nuitka/nodes/shapes/BuiltinTypeShapes.py | 2 +- nuitka/nodes/shapes/ControlFlowEscapeDescriptions.py | 2 +- nuitka/nodes/shapes/StandardShapes.py | 2 +- nuitka/nodes/shapes/__init__.py | 2 +- nuitka/optimizations/BytecodeDemotion.py | 2 +- nuitka/optimizations/FunctionInlining.py | 2 +- nuitka/optimizations/Graphs.py | 2 +- nuitka/optimizations/Optimization.py | 2 +- nuitka/optimizations/OptimizeBuiltinCalls.py | 2 +- nuitka/optimizations/Tags.py | 2 +- nuitka/optimizations/TraceCollections.py | 2 +- nuitka/optimizations/ValueTraces.py | 2 +- nuitka/optimizations/__init__.py | 2 +- nuitka/plugins/PluginBase.py | 2 +- nuitka/plugins/Plugins.py | 2 +- nuitka/plugins/__init__.py | 2 +- nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py | 2 +- nuitka/plugins/standard/DataFileCollectorPlugin.py | 2 +- nuitka/plugins/standard/ImplicitImports.py | 2 +- nuitka/plugins/standard/MultiprocessingPlugin.py | 2 +- nuitka/plugins/standard/PmwPlugin.py | 2 +- nuitka/plugins/standard/PySidePyQtPlugin.py | 2 +- nuitka/plugins/standard/__init__.py | 2 +- nuitka/plugins/user/__init__.py | 2 +- nuitka/specs/BuiltinParameterSpecs.py | 2 +- nuitka/specs/ParameterSpecs.py | 2 +- nuitka/specs/__init__.py | 2 +- nuitka/tools/Basics.py | 2 +- nuitka/tools/__init__.py | 2 +- nuitka/tools/profiler/__init__.py | 2 +- nuitka/tools/profiler/__main__.py | 2 +- nuitka/tools/quality/ScanSources.py | 2 +- nuitka/tools/quality/__init__.py | 2 +- nuitka/tools/quality/autoformat/Autoformat.py | 2 +- nuitka/tools/quality/autoformat/__init__.py | 2 +- nuitka/tools/quality/autoformat/__main__.py | 2 +- nuitka/tools/quality/isort/__init__.py | 2 +- nuitka/tools/quality/isort/__main__.py | 2 +- nuitka/tools/quality/pylint/PyLint.py | 2 +- nuitka/tools/quality/pylint/__init__.py | 2 +- nuitka/tools/quality/pylint/__main__.py | 2 +- nuitka/tools/quality/restlint/__init__.py | 2 +- nuitka/tools/quality/restlint/__main__.py | 2 +- nuitka/tools/release/Debian.py | 2 +- nuitka/tools/release/Documentation.py | 2 +- nuitka/tools/release/MSI.py | 2 +- nuitka/tools/release/Release.py | 2 +- nuitka/tools/release/__init__.py | 2 +- nuitka/tools/release/bump/__init__.py | 2 +- nuitka/tools/release/bump/__main__.py | 2 +- nuitka/tools/release/msi_create/__init__.py | 2 +- nuitka/tools/release/msi_create/__main__.py | 2 +- nuitka/tools/release/msi_upload/__init__.py | 2 +- nuitka/tools/release/msi_upload/__main__.py | 2 +- nuitka/tools/release/osc_check/__init__.py | 2 +- nuitka/tools/release/osc_check/__main__.py | 2 +- nuitka/tools/release/osc_upload/__init__.py | 2 +- nuitka/tools/release/osc_upload/__main__.py | 2 +- nuitka/tools/release/pypi/__init__.py | 2 +- nuitka/tools/release/pypi/__main__.py | 2 +- nuitka/tools/release/sync_doc/__init__.py | 2 +- nuitka/tools/release/sync_doc/__main__.py | 2 +- nuitka/tools/testing/Common.py | 2 +- nuitka/tools/testing/Constructs.py | 2 +- nuitka/tools/testing/OutputComparison.py | 2 +- nuitka/tools/testing/SearchModes.py | 2 +- nuitka/tools/testing/Valgrind.py | 2 +- nuitka/tools/testing/Virtualenv.py | 2 +- nuitka/tools/testing/__init__.py | 2 +- nuitka/tools/testing/compare_with_cpython/__init__.py | 2 +- nuitka/tools/testing/compare_with_cpython/__main__.py | 2 +- nuitka/tools/testing/find_sxs_modules/__init__.py | 2 +- nuitka/tools/testing/find_sxs_modules/__main__.py | 2 +- .../tools/testing/measure_construct_performance/__init__.py | 2 +- .../tools/testing/measure_construct_performance/__main__.py | 2 +- nuitka/tools/testing/run_nuitka_tests/__init__.py | 2 +- nuitka/tools/testing/run_nuitka_tests/__main__.py | 2 +- nuitka/tree/Building.py | 2 +- nuitka/tree/ComplexCallHelperFunctions.py | 2 +- nuitka/tree/Extractions.py | 2 +- nuitka/tree/InternalModule.py | 2 +- nuitka/tree/Operations.py | 2 +- nuitka/tree/ReformulationAssertStatements.py | 2 +- nuitka/tree/ReformulationAssignmentStatements.py | 2 +- nuitka/tree/ReformulationBooleanExpressions.py | 2 +- nuitka/tree/ReformulationCallExpressions.py | 2 +- nuitka/tree/ReformulationClasses.py | 2 +- nuitka/tree/ReformulationClasses3.py | 2 +- nuitka/tree/ReformulationComparisonExpressions.py | 2 +- nuitka/tree/ReformulationContractionExpressions.py | 2 +- nuitka/tree/ReformulationDictionaryCreation.py | 2 +- nuitka/tree/ReformulationExecStatements.py | 2 +- nuitka/tree/ReformulationForLoopStatements.py | 2 +- nuitka/tree/ReformulationFunctionStatements.py | 2 +- nuitka/tree/ReformulationImportStatements.py | 2 +- nuitka/tree/ReformulationLambdaExpressions.py | 2 +- nuitka/tree/ReformulationNamespacePackages.py | 2 +- nuitka/tree/ReformulationPrintStatements.py | 2 +- nuitka/tree/ReformulationSequenceCreation.py | 2 +- nuitka/tree/ReformulationSubscriptExpressions.py | 2 +- nuitka/tree/ReformulationTryExceptStatements.py | 2 +- nuitka/tree/ReformulationTryFinallyStatements.py | 2 +- nuitka/tree/ReformulationWhileLoopStatements.py | 2 +- nuitka/tree/ReformulationWithStatements.py | 2 +- nuitka/tree/ReformulationYieldExpressions.py | 2 +- nuitka/tree/SourceReading.py | 2 +- nuitka/tree/SyntaxErrors.py | 2 +- nuitka/tree/TreeHelpers.py | 2 +- nuitka/tree/VariableClosure.py | 2 +- nuitka/tree/__init__.py | 2 +- nuitka/utils/AppDirs.py | 2 +- nuitka/utils/CStrings.py | 2 +- nuitka/utils/Execution.py | 2 +- nuitka/utils/FileOperations.py | 2 +- nuitka/utils/InstanceCounters.py | 2 +- nuitka/utils/MemoryUsage.py | 2 +- nuitka/utils/SharedLibraries.py | 2 +- nuitka/utils/Shebang.py | 2 +- nuitka/utils/ThreadedExecutor.py | 2 +- nuitka/utils/Timing.py | 2 +- nuitka/utils/Utils.py | 2 +- nuitka/utils/__init__.py | 2 +- rpm/check-osc-status.py | 2 +- rpm/make-osc-upload.py | 2 +- setup.py | 2 +- tests/basics/Asserts.py | 2 +- tests/basics/Assignments.py | 2 +- tests/basics/Assignments32.py | 2 +- tests/basics/Branching.py | 2 +- tests/basics/BuiltinOverload.py | 2 +- tests/basics/BuiltinSuper.py | 2 +- tests/basics/BuiltinsTest.py | 2 +- tests/basics/ClassMinimal.py | 2 +- tests/basics/Classes.py | 2 +- tests/basics/Classes32.py | 2 +- tests/basics/Classes34.py | 2 +- tests/basics/ComparisonChains.py | 2 +- tests/basics/Constants.py | 2 +- tests/basics/Constants27.py | 2 +- tests/basics/Crashers.py | 2 +- tests/basics/Decorators.py | 2 +- tests/basics/DefaultParameters.py | 2 +- tests/basics/DoubleDeletions.py | 2 +- tests/basics/Empty.py | 2 +- tests/basics/ExceptionRaising.py | 2 +- tests/basics/ExceptionRaising32.py | 2 +- tests/basics/ExceptionRaising33.py | 2 +- tests/basics/ExecEval.py | 2 +- tests/basics/ExtremeClosure.py | 2 +- tests/basics/FunctionObjects.py | 2 +- tests/basics/Functions.py | 2 +- tests/basics/Functions32.py | 2 +- tests/basics/Functions_2.py | 2 +- tests/basics/Future32.py | 2 +- tests/basics/GeneratorExpressions.py | 2 +- tests/basics/GlobalStatement.py | 2 +- tests/basics/HelloWorld_2.py | 2 +- tests/basics/Importing.py | 2 +- tests/basics/InplaceOperations.py | 2 +- tests/basics/Inspection.py | 2 +- tests/basics/Lamdas.py | 2 +- tests/basics/LateClosureAssignment.py | 2 +- tests/basics/ListContractions.py | 2 +- tests/basics/Looping.py | 2 +- tests/basics/MainPrograms.py | 2 +- tests/basics/ModuleAttributes.py | 2 +- tests/basics/Operators.py | 2 +- tests/basics/OrderChecks.py | 2 +- tests/basics/OrderChecks27.py | 2 +- tests/basics/OverflowFunctions_2.py | 2 +- tests/basics/ParameterErrors.py | 2 +- tests/basics/ParameterErrors32.py | 2 +- tests/basics/PrintFuture.py | 2 +- tests/basics/Printing_2.py | 2 +- tests/basics/Recursion.py | 2 +- tests/basics/Referencing.py | 2 +- tests/basics/Referencing27.py | 2 +- tests/basics/Referencing32.py | 2 +- tests/basics/Referencing33.py | 2 +- tests/basics/Referencing35.py | 2 +- tests/basics/Referencing36.py | 2 +- tests/basics/Referencing_2.py | 2 +- tests/basics/Slots.py | 2 +- tests/basics/ThreadedGenerators.py | 2 +- tests/basics/TrickAssignments32.py | 2 +- tests/basics/TrickAssignments35.py | 2 +- tests/basics/TrickAssignments_2.py | 2 +- tests/basics/TryContinueFinally.py | 2 +- tests/basics/TryExceptContinue.py | 2 +- tests/basics/TryExceptFinally.py | 2 +- tests/basics/TryExceptFrames.py | 2 +- tests/basics/TryReturnFinally.py | 2 +- tests/basics/TryYieldFinally.py | 2 +- tests/basics/Unicode.py | 2 +- tests/basics/Unpacking35.py | 2 +- tests/basics/Varargs.py | 2 +- tests/basics/WithStatements.py | 2 +- tests/basics/YieldFrom33.py | 2 +- tests/basics/run_all.py | 2 +- tests/basics/run_xml.py | 2 +- tests/benchmarks/binary-trees.py | 2 +- .../comparisons/GeneratorFunctionVsGeneratorExpression.py | 2 +- tests/benchmarks/constructs/BuiltinSumWithGenerator.py | 2 +- tests/benchmarks/constructs/BuiltinSumWithList.py | 2 +- tests/benchmarks/constructs/BuiltinSumWithTuple.py | 2 +- .../constructs/CallCompiledFunctionPosArgsConstant.py | 2 +- .../constructs/CallCompiledFunctionPosArgsDefaults.py | 2 +- .../constructs/CallCompiledFunctionPosArgsVariable.py | 2 +- .../constructs/CallCompiledInstanceMethodNoArgs_27.py | 2 +- .../CallCompiledInstanceMethodPosArgsConstant1_27.py | 2 +- .../CallCompiledInstanceMethodPosArgsConstant6_27.py | 2 +- .../CallCompiledInstanceMethodPosArgsDefaults_27.py | 2 +- .../CallCompiledInstanceMethodPosArgsVariable_27.py | 2 +- .../benchmarks/constructs/CallCompiledObjectMethodNoArgs.py | 2 +- .../constructs/CallCompiledObjectMethodPosArgsConstant1.py | 2 +- .../constructs/CallCompiledObjectMethodPosArgsConstant6.py | 2 +- .../constructs/CallCompiledObjectMethodPosArgsDefaults.py | 2 +- .../constructs/CallCompiledObjectMethodPosArgsVariable.py | 2 +- tests/benchmarks/constructs/CallLambdaExpressionDirectly.py | 2 +- .../constructs/CallUncompiledFunctionComplexArgs.py | 2 +- .../benchmarks/constructs/CallUncompiledFunctionPosArgs.py | 2 +- tests/benchmarks/constructs/ClosureVariableAccess.py | 2 +- tests/benchmarks/constructs/DictCreation.py | 2 +- tests/benchmarks/constructs/FunctionCreationClosure.py | 2 +- .../constructs/FunctionCreationGeneratorClosure.py | 2 +- .../benchmarks/constructs/FunctionCreationGeneratorLocal.py | 2 +- tests/benchmarks/constructs/FunctionCreationLocal.py | 2 +- tests/benchmarks/constructs/FunctionEmpty.py | 2 +- tests/benchmarks/constructs/FunctionRaise.py | 2 +- tests/benchmarks/constructs/GeneratorExit.py | 2 +- tests/benchmarks/constructs/GeneratorExpressionCreation.py | 2 +- tests/benchmarks/constructs/GeneratorExpressionExit.py | 2 +- tests/benchmarks/constructs/GeneratorExpressionUsage.py | 2 +- tests/benchmarks/constructs/GeneratorUsage.py | 2 +- tests/benchmarks/constructs/GlobalVariableAccess.py | 2 +- tests/benchmarks/constructs/InplaceOperationFloatAdd.py | 2 +- .../constructs/InplaceOperationInstanceStringAdd.py | 2 +- tests/benchmarks/constructs/InplaceOperationIntegerAdd.py | 2 +- tests/benchmarks/constructs/InplaceOperationIntegerMul.py | 2 +- tests/benchmarks/constructs/InplaceOperationListAdd.py | 2 +- tests/benchmarks/constructs/InplaceOperationStringAdd.py | 2 +- tests/benchmarks/constructs/InplaceOperationTupleAdd.py | 2 +- .../benchmarks/constructs/InplaceOperationUnicodeAdd_27.py | 2 +- tests/benchmarks/constructs/ListContraction.py | 2 +- tests/benchmarks/constructs/ListCreation.py | 2 +- tests/benchmarks/constructs/LocalVariableAccess.py | 2 +- tests/benchmarks/constructs/LocalVariableAssign.py | 2 +- tests/benchmarks/constructs/LocalVariableDeletion.py | 2 +- tests/benchmarks/constructs/LoopSmallRange.py | 2 +- tests/benchmarks/constructs/LoopSmallXrange.py | 2 +- tests/benchmarks/constructs/OperationAttributeLookup.py | 2 +- tests/benchmarks/constructs/OperationIntegerAdd.py | 2 +- tests/benchmarks/constructs/OperationIntegerMul.py | 2 +- tests/benchmarks/constructs/OperationIntegerPower.py | 2 +- .../constructs/OperationListIntegerIndexLookup.py | 2 +- .../benchmarks/constructs/RichComparisonConditionStrings.py | 2 +- tests/benchmarks/constructs/RichComparisonStrings.py | 2 +- tests/benchmarks/constructs/SetCreation.py | 2 +- tests/benchmarks/constructs/TupleCreation.py | 2 +- tests/benchmarks/constructs/UnpackIterator.py | 2 +- tests/benchmarks/mandelbrot.py | 2 +- tests/benchmarks/micro/FunctionComparison.py | 2 +- tests/benchmarks/micro/FunctionHashing.py | 2 +- tests/benchmarks/micro/GeneratorComparison.py | 2 +- tests/benchmarks/micro/IntegerSmaller.py | 2 +- tests/benchmarks/micro/KeeperCall.py | 2 +- tests/benchmarks/micro/ListContraction1.py | 2 +- tests/benchmarks/micro/NestedFunctionClosure.py | 2 +- tests/benchmarks/micro/PyBenchExtract1.py | 2 +- tests/benchmarks/micro/PyBenchExtract2.py | 2 +- tests/benchmarks/micro/PyBenchExtract3.py | 2 +- tests/benchmarks/micro/PyBenchExtract4.py | 2 +- tests/benchmarks/micro/PyStoneExtract1.py | 2 +- tests/benchmarks/micro/PyStoneExtract2.py | 2 +- tests/benchmarks/micro/PyStoneExtract3.py | 2 +- tests/benchmarks/micro/TryFinallyStopOver.py | 2 +- tests/benchmarks/micro/UnpackPerformance.py | 2 +- tests/benchmarks/pybench/Arithmetic.py | 2 +- tests/benchmarks/pybench/Calls.py | 2 +- tests/benchmarks/pybench/CommandLine.py | 2 +- tests/benchmarks/pybench/Constructs.py | 2 +- tests/benchmarks/pybench/Dict.py | 2 +- tests/benchmarks/pybench/Exceptions.py | 2 +- tests/benchmarks/pybench/Imports.py | 2 +- tests/benchmarks/pybench/Instances.py | 2 +- tests/benchmarks/pybench/Lists.py | 2 +- tests/benchmarks/pybench/Lookups.py | 2 +- tests/benchmarks/pybench/NewInstances.py | 2 +- tests/benchmarks/pybench/Numbers.py | 2 +- tests/benchmarks/pybench/Setup.py | 2 +- tests/benchmarks/pybench/Strings.py | 2 +- tests/benchmarks/pybench/Tuples.py | 2 +- tests/benchmarks/pybench/Unicode.py | 2 +- tests/benchmarks/pybench/With.py | 2 +- tests/benchmarks/pybench/clockres.py | 2 +- tests/benchmarks/pybench/package/__init__.py | 2 +- tests/benchmarks/pybench/package/submodule.py | 2 +- tests/benchmarks/pybench/pybench.py | 2 +- tests/benchmarks/pybench/systimes.py | 2 +- tests/benchmarks/pystone.py | 2 +- tests/benchmarks/pystone3.py | 2 +- tests/benchmarks/recipe-577834-1.py | 2 +- tests/codegen-analysis/context_performance.cpp | 2 +- tests/distutils/example_1/example1_package/__init__.py | 2 +- tests/distutils/example_1/setup.py | 2 +- tests/distutils/run_all.py | 2 +- tests/library/compile_extension_modules.py | 2 +- tests/library/compile_python_modules.py | 2 +- tests/optimizations/Attributes.py | 2 +- tests/optimizations/Calls.py | 2 +- tests/optimizations/Conditions.py | 2 +- tests/optimizations/DecodingOperations.py | 2 +- tests/optimizations/FormatStrings36.py | 2 +- tests/optimizations/Iterations.py | 2 +- tests/optimizations/Len.py | 2 +- tests/optimizations/Operations.py | 2 +- tests/optimizations/Subscripts.py | 2 +- tests/optimizations/run_all.py | 2 +- tests/packages/run_all.py | 2 +- tests/packages/sub_package/kitty/__init__.py | 2 +- tests/packages/sub_package/kitty/bigkitty.py | 2 +- tests/packages/sub_package/kitty/smallkitty.py | 2 +- tests/packages/sub_package/kitty/speak/__init__.py | 2 +- tests/packages/sub_package/kitty/speak/hello.py | 2 +- tests/packages/sub_package/kitty/speak/miau.py | 2 +- tests/packages/sub_package/kitty/speak/purr.py | 2 +- tests/programs/absolute_import/AbsoluteImportMain.py | 2 +- tests/programs/absolute_import/foobar/__init__.py | 2 +- tests/programs/absolute_import/foobar/foobar.py | 2 +- tests/programs/absolute_import/foobar/local.py | 2 +- tests/programs/absolute_import/foobar/util.py | 2 +- tests/programs/case_imports1/CasedImportingMain.py | 2 +- tests/programs/case_imports1/path1/Some_Module.py | 2 +- tests/programs/case_imports1/path1/Some_Package/__init__.py | 2 +- tests/programs/case_imports1/path2/some_module.py | 2 +- tests/programs/case_imports1/path2/some_package/__init__.py | 2 +- tests/programs/case_imports2/CasedImportingMain.py | 2 +- tests/programs/case_imports2/path1/some_module.py | 2 +- tests/programs/case_imports2/path1/some_package/__init__.py | 2 +- tests/programs/case_imports2/path2/Some_Module.py | 2 +- tests/programs/case_imports2/path2/Some_Package/__init__.py | 2 +- tests/programs/case_imports3/CasedImportingMain.py | 2 +- tests/programs/case_imports3/path1/Some_Module.py | 2 +- tests/programs/case_imports3/path1/Some_Package/__init__.py | 2 +- tests/programs/case_imports3/path2/Some_Module.py | 2 +- tests/programs/case_imports3/path2/Some_Package/__init__.py | 2 +- tests/programs/cyclic_imports/CyclicImportsMain.py | 2 +- .../cyclic_imports/cyclic_importing_package/Child1.py | 2 +- .../cyclic_imports/cyclic_importing_package/Child2.py | 2 +- .../cyclic_imports/cyclic_importing_package/__init__.py | 2 +- tests/programs/dash_import/DashImportMain.py | 2 +- tests/programs/dash_import/dash-module.py | 2 +- tests/programs/dash_import/plus+module.py | 2 +- tests/programs/dash_main/Dash-Main.py | 2 +- tests/programs/deep/DeepProgramMain.py | 2 +- tests/programs/deep/some_package/DeepBrother.py | 2 +- tests/programs/deep/some_package/DeepChild.py | 2 +- tests/programs/deep/some_package/__init__.py | 2 +- .../deep/some_package/deep_package/DeepDeepChild.py | 2 +- tests/programs/deep/some_package/deep_package/__init__.py | 2 +- tests/programs/dunderinit_imports/DunderInitImportsMain.py | 2 +- tests/programs/dunderinit_imports/package/SubModule.py | 2 +- tests/programs/dunderinit_imports/package/__init__.py | 2 +- tests/programs/import_variants/ImportVariationsMain.py | 2 +- tests/programs/import_variants/some_package/Child1.py | 2 +- tests/programs/import_variants/some_package/Child2.py | 2 +- tests/programs/import_variants/some_package/Child3.py | 2 +- tests/programs/import_variants/some_package/__init__.py | 2 +- tests/programs/main_raises/ErrorMain.py | 2 +- tests/programs/main_raises/ErrorRaising.py | 2 +- tests/programs/main_raises2/ErrorInFunctionMain.py | 2 +- tests/programs/main_raises2/ErrorRaising.py | 2 +- tests/programs/module_attributes/ModuleAttributesMain.py | 2 +- tests/programs/module_attributes/package_level1/Nearby1.py | 2 +- tests/programs/module_attributes/package_level1/__init__.py | 2 +- .../package_level1/package_level2/Nearby2.py | 2 +- .../package_level1/package_level2/__init__.py | 2 +- .../package_level1/package_level2/package_level3/Nearby3.py | 2 +- .../package_level2/package_level3/__init__.py | 2 +- tests/programs/module_exits/ErrorExitingModule.py | 2 +- tests/programs/module_exits/Main.py | 2 +- .../multiprocessing_using/MultiprocessingUsingMain.py | 2 +- tests/programs/multiprocessing_using/foo/__init__.py | 2 +- tests/programs/multiprocessing_using/foo/__main__.py | 2 +- tests/programs/multiprocessing_using/foo/entry.py | 2 +- tests/programs/package_code/PackageInitCodeMain.py | 2 +- tests/programs/package_code/some_package/SomeModule.py | 2 +- tests/programs/package_code/some_package/__init__.py | 2 +- tests/programs/package_contains_main/PackageContainsMain.py | 2 +- tests/programs/package_contains_main/__init__.py | 2 +- tests/programs/package_contains_main/local.py | 2 +- tests/programs/package_init_import/PackageInitImportMain.py | 2 +- .../package_init_import/some_package/PackageLocal.py | 2 +- tests/programs/package_init_import/some_package/__init__.py | 2 +- .../programs/package_missing_init/PackageMissingInitMain.py | 2 +- .../package_missing_init/some_package/some_module.py | 2 +- .../some_package/sub_package/some_sub_module.py | 2 +- .../PackageAndModuleNamedSameMain.py | 2 +- .../programs/package_module_collision/Something/__init__.py | 2 +- tests/programs/package_module_collision/something.py | 2 +- tests/programs/package_overload/Main.py | 2 +- tests/programs/package_overload/foo/__init__.py | 2 +- tests/programs/package_overload/foo/bar.py | 2 +- tests/programs/package_overload/foo/bar2.py | 2 +- tests/programs/package_program/PackageAsMain/__main__.py | 2 +- .../programs/pkgutil_itermodules/PkgUtilIterModulesMain.py | 2 +- tests/programs/pkgutil_itermodules/some_package/__init__.py | 2 +- .../some_package/sub_package1/SomeModuleC.py | 2 +- .../some_package/sub_package1/SomeModuleD.py | 2 +- .../some_package/sub_package1/__init__.py | 2 +- .../some_package/sub_package2/SomeModuleA.py | 2 +- .../some_package/sub_package2/SomeModuleB.py | 2 +- .../some_package/sub_package2/__init__.py | 2 +- tests/programs/pkgutil_usage/PkgUtilUsageMain.py | 2 +- tests/programs/pkgutil_usage/package/__init__.py | 2 +- tests/programs/plugin_import/PluginImportMain.py | 2 +- tests/programs/plugin_import/some_package/__init__.py | 2 +- tests/programs/plugin_import/some_package/some_module.py | 2 +- .../reimport_main_dynamic/ImportItselfDynamicMain.py | 2 +- .../programs/reimport_main_static/ImportItselfStaticMain.py | 2 +- tests/programs/relative_import/RelativeImportMain.py | 2 +- tests/programs/relative_import/dircache.py | 2 +- tests/programs/run_all.py | 2 +- tests/programs/stdlib_overload/StdlibOverloadMain.py | 2 +- tests/programs/stdlib_overload/pyexpat.py | 2 +- tests/programs/stdlib_overload/some_package/__init__.py | 2 +- .../stdlib_overload/some_package/normal_importing.py | 2 +- tests/programs/stdlib_overload/some_package/pyexpat.py | 2 +- .../programs/stdlib_overload/some_package/star_importing.py | 2 +- tests/programs/syntax_errors/IndentationErroring.py | 2 +- tests/programs/syntax_errors/Main.py | 2 +- tests/programs/syntax_errors/SyntaxErroring.py | 2 +- tests/programs/unicode_bom/UnicodeBomMain.py | 2 +- tests/programs/unicode_bom/unicode_bom.py | 2 +- tests/programs/with space/Space Main.py | 2 +- tests/reflected/compile_itself.py | 2 +- tests/run-tests | 2 +- tests/standalone/CtypesUsing.py | 2 +- tests/standalone/FlaskUsing.py | 2 +- tests/standalone/GtkUsing.py | 2 +- tests/standalone/IdnaUsing.py | 2 +- tests/standalone/Issue116_2.py | 2 +- tests/standalone/LxmlUsing.py | 2 +- tests/standalone/NumpyUsing.py | 2 +- tests/standalone/OpenGLUsing.py | 2 +- tests/standalone/PyQt4Plugins.py | 2 +- tests/standalone/PyQt4Using.py | 2 +- tests/standalone/PyQt5Plugins.py | 2 +- tests/standalone/PyQt5Using.py | 2 +- tests/standalone/PySideUsing.py | 2 +- tests/standalone/PythonExecuting.py | 2 +- tests/standalone/ShlibUsing.py | 2 +- tests/standalone/SocketUsing.py | 2 +- tests/standalone/TkInterUsing.py | 2 +- tests/standalone/Win32ComUsing.py | 2 +- tests/standalone/run_all.py | 2 +- tests/standalone/run_pbuilder.py | 2 +- tests/standalone/run_pbuilder_all.py | 2 +- tests/syntax/AsyncgenReturn36.py | 2 +- tests/syntax/BreakWithoutLoop.py | 2 +- tests/syntax/ClassReturn.py | 2 +- tests/syntax/ClosureDel_2.py | 2 +- tests/syntax/ContinueWithoutLoop.py | 2 +- tests/syntax/DuplicateArgument.py | 2 +- tests/syntax/ExecWithNesting_2.py | 2 +- tests/syntax/FutureBraces.py | 2 +- tests/syntax/FutureUnknown.py | 2 +- tests/syntax/GeneratorReturn_2.py | 2 +- tests/syntax/GlobalForParameter.py | 2 +- tests/syntax/Importing32.py | 2 +- tests/syntax/IndentationError.py | 2 +- tests/syntax/LateFutureImport.py | 2 +- tests/syntax/MisplacedFutureImport.py | 2 +- tests/syntax/ModuleReturn.py | 2 +- tests/syntax/NonAsciiWithoutEncoding_2.py | 2 +- tests/syntax/NonlocalForParameter32.py | 2 +- tests/syntax/NonlocalNotFound32.py | 2 +- tests/syntax/StarImportExtra.py | 2 +- tests/syntax/SyntaxError.py | 2 +- tests/syntax/TryExceptAllNotLast.py | 2 +- tests/syntax/TryFinallyContinue.py | 2 +- tests/syntax/UnpackNoTuple.py | 2 +- tests/syntax/UnpackTwoStars32.py | 2 +- tests/syntax/YieldFromInModule.py | 2 +- tests/syntax/YieldInAsync35.py | 2 +- tests/syntax/YieldInModule.py | 2 +- tests/syntax/run_all.py | 2 +- tests/test-runners/run_all.py | 2 +- tests/test-runners/subject/package/Something.py | 2 +- tests/test-runners/subject/package/__init__.py | 2 +- .../subject/package/sub_package1/SubSomething1.py | 2 +- tests/test-runners/subject/package/sub_package1/__init__.py | 2 +- .../subject/package/sub_package1/tests/__init__.py | 2 +- .../package/sub_package1/tests/test_subsomething1.py | 2 +- .../subject/package/sub_package2/SubSomething2.py | 2 +- tests/test-runners/subject/package/sub_package2/__init__.py | 2 +- .../subject/package/sub_package2/tests/__init__.py | 2 +- .../package/sub_package2/tests/test_subsomething2.py | 2 +- tests/test-runners/subject/package/tests/__init__.py | 2 +- tests/test-runners/subject/package/tests/test_something.py | 2 +- tests/type_inference/Test1.py | 2 +- tests/type_inference/Test2.py | 2 +- tests/type_inference/Test3.py | 2 +- tests/type_inference/Test4.py | 2 +- 776 files changed, 778 insertions(+), 778 deletions(-) diff --git a/Developer_Manual.rst b/Developer_Manual.rst index 29e7d9e3a..849e366f1 100644 --- a/Developer_Manual.rst +++ b/Developer_Manual.rst @@ -91,7 +91,7 @@ should express which of these, we consider done. - Final: We will then round it up and call it Nuitka ``1.0`` when this works as expected - for a bunch of people. The plan is to reach this goal during 2018. This is + for a bunch of people. The plan is to reach this goal during 2019. This is based on positive assumptions that may not hold up though. Of course, all of this may be subject to change. diff --git a/LICENSE.txt b/LICENSE.txt index 06096622b..7101d7783 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright © 2010-2018 Kay Hayen + Copyright © 2010-2019 Kay Hayen Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bin/autoformat-nuitka-source b/bin/autoformat-nuitka-source index 8c7689557..e9c9f89d6 100755 --- a/bin/autoformat-nuitka-source +++ b/bin/autoformat-nuitka-source @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/check-nuitka-with-pylint b/bin/check-nuitka-with-pylint index fe71a8955..dbed817ef 100755 --- a/bin/check-nuitka-with-pylint +++ b/bin/check-nuitka-with-pylint @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/check-nuitka-with-pylint3 b/bin/check-nuitka-with-pylint3 index 1702f43d8..054ca783f 100755 --- a/bin/check-nuitka-with-pylint3 +++ b/bin/check-nuitka-with-pylint3 @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/check-nuitka-with-restlint b/bin/check-nuitka-with-restlint index bf7782997..d3e832feb 100755 --- a/bin/check-nuitka-with-restlint +++ b/bin/check-nuitka-with-restlint @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/compare_with_cpython b/bin/compare_with_cpython index 18f913cd1..950ff3acd 100755 --- a/bin/compare_with_cpython +++ b/bin/compare_with_cpython @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/compare_with_xml b/bin/compare_with_xml index 1bf381c2f..744a7e3e9 100755 --- a/bin/compare_with_xml +++ b/bin/compare_with_xml @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/find_sxs_modules b/bin/find_sxs_modules index 7d55a8960..bcbede444 100755 --- a/bin/find_sxs_modules +++ b/bin/find_sxs_modules @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/measure-construct-performance b/bin/measure-construct-performance index 90744fba8..2f30efecb 100755 --- a/bin/measure-construct-performance +++ b/bin/measure-construct-performance @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/nuitka b/bin/nuitka index 97a655b16..83c2540df 100755 --- a/bin/nuitka +++ b/bin/nuitka @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/nuitka-run b/bin/nuitka-run index 97a655b16..83c2540df 100755 --- a/bin/nuitka-run +++ b/bin/nuitka-run @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/nuitka3 b/bin/nuitka3 index 685663013..b2447ca55 100755 --- a/bin/nuitka3 +++ b/bin/nuitka3 @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/nuitka3-run b/bin/nuitka3-run index 685663013..b2447ca55 100755 --- a/bin/nuitka3-run +++ b/bin/nuitka3-run @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/bin/sort-nuitka-import-statements b/bin/sort-nuitka-import-statements index 7ea69e14e..b5482bf7f 100755 --- a/bin/sort-nuitka-import-statements +++ b/bin/sort-nuitka-import-statements @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/doc/Doxyfile b/doc/Doxyfile index 67c155f4e..0725ecc3d 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/lib/hints.py b/lib/hints.py index 84a9d2048..2d2ae6d66 100644 --- a/lib/hints.py +++ b/lib/hints.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/create-pbuilder-image.py b/misc/create-pbuilder-image.py index eec11287d..0c548223d 100755 --- a/misc/create-pbuilder-image.py +++ b/misc/create-pbuilder-image.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-deb-mentors-release.py b/misc/make-deb-mentors-release.py index 26157a862..86ae67c8f 100755 --- a/misc/make-deb-mentors-release.py +++ b/misc/make-deb-mentors-release.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-deb-release.py b/misc/make-deb-release.py index 7300ed6b1..ba9522b0e 100755 --- a/misc/make-deb-release.py +++ b/misc/make-deb-release.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-dependency-graph.py b/misc/make-dependency-graph.py index b4593ca34..3ae43b683 100755 --- a/misc/make-dependency-graph.py +++ b/misc/make-dependency-graph.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-msi-package.py b/misc/make-msi-package.py index c0f98cdd2..20902e5a7 100644 --- a/misc/make-msi-package.py +++ b/misc/make-msi-package.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-msi-upload.py b/misc/make-msi-upload.py index 90d21ce64..f12b483d3 100644 --- a/misc/make-msi-upload.py +++ b/misc/make-msi-upload.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-pypi-upload.py b/misc/make-pypi-upload.py index e57f97387..41decc70b 100755 --- a/misc/make-pypi-upload.py +++ b/misc/make-pypi-upload.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-release.py b/misc/make-release.py index d2ae85976..dfd672b63 100755 --- a/misc/make-release.py +++ b/misc/make-release.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-upload.py b/misc/make-upload.py index bdb3d001e..139e6405a 100755 --- a/misc/make-upload.py +++ b/misc/make-upload.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/make-version-bump.py b/misc/make-version-bump.py index 71575be4c..33b9f6994 100755 --- a/misc/make-version-bump.py +++ b/misc/make-version-bump.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/nuitka-run.bat b/misc/nuitka-run.bat index a4ff84740..07cf9ee94 100644 --- a/misc/nuitka-run.bat +++ b/misc/nuitka-run.bat @@ -1,5 +1,5 @@ @echo off -rem Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +rem Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com rem rem Part of "Nuitka", an optimizing Python compiler that is compatible and rem integrates with CPython, but also works on its own. diff --git a/misc/nuitka.bat b/misc/nuitka.bat index 890bc045d..429420251 100644 --- a/misc/nuitka.bat +++ b/misc/nuitka.bat @@ -1,5 +1,5 @@ @echo off -rem Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +rem Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com rem rem Part of "Nuitka", an optimizing Python compiler that is compatible and rem integrates with CPython, but also works on its own. diff --git a/misc/print-all-sources.sh b/misc/print-all-sources.sh index 981c00cf7..5ada19152 100755 --- a/misc/print-all-sources.sh +++ b/misc/print-all-sources.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/run-valgrind.py b/misc/run-valgrind.py index d7a166044..32fdd6cc7 100755 --- a/misc/run-valgrind.py +++ b/misc/run-valgrind.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/misc/update-doc.py b/misc/update-doc.py index 7df9fa402..041595520 100755 --- a/misc/update-doc.py +++ b/misc/update-doc.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Builtins.py b/nuitka/Builtins.py index 686b8f6a5..4b412b7a9 100644 --- a/nuitka/Builtins.py +++ b/nuitka/Builtins.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Constants.py b/nuitka/Constants.py index a0d277015..8a8a124fa 100644 --- a/nuitka/Constants.py +++ b/nuitka/Constants.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Errors.py b/nuitka/Errors.py index b9d7e0547..e3bcc5c2b 100644 --- a/nuitka/Errors.py +++ b/nuitka/Errors.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/MainControl.py b/nuitka/MainControl.py index 4d3b3b56a..2ddf823ae 100644 --- a/nuitka/MainControl.py +++ b/nuitka/MainControl.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/ModuleRegistry.py b/nuitka/ModuleRegistry.py index 4f65090ea..ca5b77622 100644 --- a/nuitka/ModuleRegistry.py +++ b/nuitka/ModuleRegistry.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/OptionParsing.py b/nuitka/OptionParsing.py index 35b68b236..002aa0ef3 100644 --- a/nuitka/OptionParsing.py +++ b/nuitka/OptionParsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Options.py b/nuitka/Options.py index ae26c5911..bb67c907d 100644 --- a/nuitka/Options.py +++ b/nuitka/Options.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/PythonOperators.py b/nuitka/PythonOperators.py index 2f87579dc..b950be27a 100644 --- a/nuitka/PythonOperators.py +++ b/nuitka/PythonOperators.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/PythonVersions.py b/nuitka/PythonVersions.py index b3e1ea6b7..e007d0a39 100644 --- a/nuitka/PythonVersions.py +++ b/nuitka/PythonVersions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/SourceCodeReferences.py b/nuitka/SourceCodeReferences.py index 30617a80b..094109066 100644 --- a/nuitka/SourceCodeReferences.py +++ b/nuitka/SourceCodeReferences.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Tracing.py b/nuitka/Tracing.py index 3146017fc..0fd3e974d 100644 --- a/nuitka/Tracing.py +++ b/nuitka/Tracing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/TreeXML.py b/nuitka/TreeXML.py index f34a2d30e..fb81a5017 100644 --- a/nuitka/TreeXML.py +++ b/nuitka/TreeXML.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Variables.py b/nuitka/Variables.py index 024b54202..1203e231e 100644 --- a/nuitka/Variables.py +++ b/nuitka/Variables.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/Version.py b/nuitka/Version.py index 5b06c1943..67ac2e00f 100644 --- a/nuitka/Version.py +++ b/nuitka/Version.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. @@ -20,8 +20,8 @@ """ version_string = """\ -Nuitka V0.6.1.1 -Copyright (C) 2018 Kay Hayen.""" +Nuitka V0.6.2rc1 +Copyright (C) 2019 Kay Hayen.""" def getNuitkaVersion(): return version_string.split()[1][1:] diff --git a/nuitka/__init__.py b/nuitka/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/__init__.py +++ b/nuitka/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/__main__.py b/nuitka/__main__.py index e13062608..00bbc4be5 100644 --- a/nuitka/__main__.py +++ b/nuitka/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/__past__.py b/nuitka/__past__.py index 0a97ccaf7..639f72c3b 100644 --- a/nuitka/__past__.py +++ b/nuitka/__past__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/build/SconsInterface.py b/nuitka/build/SconsInterface.py index e79d85015..9d899a06d 100644 --- a/nuitka/build/SconsInterface.py +++ b/nuitka/build/SconsInterface.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/build/SingleExe.scons b/nuitka/build/SingleExe.scons index 243a0febc..2d1f883b1 100644 --- a/nuitka/build/SingleExe.scons +++ b/nuitka/build/SingleExe.scons @@ -1,5 +1,5 @@ # -*- python -*- -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/build/__init__.py b/nuitka/build/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/build/__init__.py +++ b/nuitka/build/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/allocator.h b/nuitka/build/include/nuitka/allocator.h index a9493eb7a..d3b07bc37 100644 --- a/nuitka/build/include/nuitka/allocator.h +++ b/nuitka/build/include/nuitka/allocator.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/builtins.h b/nuitka/build/include/nuitka/builtins.h index 12bfe9732..7511feace 100644 --- a/nuitka/build/include/nuitka/builtins.h +++ b/nuitka/build/include/nuitka/builtins.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/calling.h b/nuitka/build/include/nuitka/calling.h index 123d760ba..32e7d4d34 100644 --- a/nuitka/build/include/nuitka/calling.h +++ b/nuitka/build/include/nuitka/calling.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_asyncgen.h b/nuitka/build/include/nuitka/compiled_asyncgen.h index 92078f731..da0680c77 100644 --- a/nuitka/build/include/nuitka/compiled_asyncgen.h +++ b/nuitka/build/include/nuitka/compiled_asyncgen.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_cell.h b/nuitka/build/include/nuitka/compiled_cell.h index b87117ed5..9f098a835 100644 --- a/nuitka/build/include/nuitka/compiled_cell.h +++ b/nuitka/build/include/nuitka/compiled_cell.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_coroutine.h b/nuitka/build/include/nuitka/compiled_coroutine.h index fa47aa96b..27e2a2b31 100644 --- a/nuitka/build/include/nuitka/compiled_coroutine.h +++ b/nuitka/build/include/nuitka/compiled_coroutine.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_frame.h b/nuitka/build/include/nuitka/compiled_frame.h index 30eef768a..c785184f2 100644 --- a/nuitka/build/include/nuitka/compiled_frame.h +++ b/nuitka/build/include/nuitka/compiled_frame.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_function.h b/nuitka/build/include/nuitka/compiled_function.h index 383cf26cd..eb158d225 100644 --- a/nuitka/build/include/nuitka/compiled_function.h +++ b/nuitka/build/include/nuitka/compiled_function.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_generator.h b/nuitka/build/include/nuitka/compiled_generator.h index 974954361..00a1d8ae5 100644 --- a/nuitka/build/include/nuitka/compiled_generator.h +++ b/nuitka/build/include/nuitka/compiled_generator.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/compiled_method.h b/nuitka/build/include/nuitka/compiled_method.h index 95bcf7847..ad89979b1 100644 --- a/nuitka/build/include/nuitka/compiled_method.h +++ b/nuitka/build/include/nuitka/compiled_method.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/constants_blob.h b/nuitka/build/include/nuitka/constants_blob.h index 10be07c88..5a62d299a 100644 --- a/nuitka/build/include/nuitka/constants_blob.h +++ b/nuitka/build/include/nuitka/constants_blob.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/exceptions.h b/nuitka/build/include/nuitka/exceptions.h index ded50aa21..2cc01e95e 100644 --- a/nuitka/build/include/nuitka/exceptions.h +++ b/nuitka/build/include/nuitka/exceptions.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/freelists.h b/nuitka/build/include/nuitka/freelists.h index 05104b992..01cef69a2 100644 --- a/nuitka/build/include/nuitka/freelists.h +++ b/nuitka/build/include/nuitka/freelists.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/attributes.h b/nuitka/build/include/nuitka/helper/attributes.h index 1f55d92be..bc91820bd 100644 --- a/nuitka/build/include/nuitka/helper/attributes.h +++ b/nuitka/build/include/nuitka/helper/attributes.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/boolean.h b/nuitka/build/include/nuitka/helper/boolean.h index 9977860af..da8eafa6e 100644 --- a/nuitka/build/include/nuitka/helper/boolean.h +++ b/nuitka/build/include/nuitka/helper/boolean.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/bytearrays.h b/nuitka/build/include/nuitka/helper/bytearrays.h index 2c24076fb..56f76f195 100644 --- a/nuitka/build/include/nuitka/helper/bytearrays.h +++ b/nuitka/build/include/nuitka/helper/bytearrays.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/complex.h b/nuitka/build/include/nuitka/helper/complex.h index a6bd919ff..fff75856b 100644 --- a/nuitka/build/include/nuitka/helper/complex.h +++ b/nuitka/build/include/nuitka/helper/complex.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/dictionaries.h b/nuitka/build/include/nuitka/helper/dictionaries.h index 487baaa69..b10fbd08c 100644 --- a/nuitka/build/include/nuitka/helper/dictionaries.h +++ b/nuitka/build/include/nuitka/helper/dictionaries.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/ints.h b/nuitka/build/include/nuitka/helper/ints.h index d02125e2e..e6907b159 100644 --- a/nuitka/build/include/nuitka/helper/ints.h +++ b/nuitka/build/include/nuitka/helper/ints.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/iterators.h b/nuitka/build/include/nuitka/helper/iterators.h index afebc091c..328f7ecc9 100644 --- a/nuitka/build/include/nuitka/helper/iterators.h +++ b/nuitka/build/include/nuitka/helper/iterators.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/lists.h b/nuitka/build/include/nuitka/helper/lists.h index e498f52a8..c22407169 100644 --- a/nuitka/build/include/nuitka/helper/lists.h +++ b/nuitka/build/include/nuitka/helper/lists.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/mappings.h b/nuitka/build/include/nuitka/helper/mappings.h index 53b8adb89..82f470cd2 100644 --- a/nuitka/build/include/nuitka/helper/mappings.h +++ b/nuitka/build/include/nuitka/helper/mappings.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/operations.h b/nuitka/build/include/nuitka/helper/operations.h index f88e3e7f7..6dc467300 100644 --- a/nuitka/build/include/nuitka/helper/operations.h +++ b/nuitka/build/include/nuitka/helper/operations.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/printing.h b/nuitka/build/include/nuitka/helper/printing.h index e7af6e427..f17bdff0f 100644 --- a/nuitka/build/include/nuitka/helper/printing.h +++ b/nuitka/build/include/nuitka/helper/printing.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/raising.h b/nuitka/build/include/nuitka/helper/raising.h index c4d757514..c4dd32555 100644 --- a/nuitka/build/include/nuitka/helper/raising.h +++ b/nuitka/build/include/nuitka/helper/raising.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/rangeobjects.h b/nuitka/build/include/nuitka/helper/rangeobjects.h index 03a3ac740..8b06df174 100644 --- a/nuitka/build/include/nuitka/helper/rangeobjects.h +++ b/nuitka/build/include/nuitka/helper/rangeobjects.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/richcomparisons.h b/nuitka/build/include/nuitka/helper/richcomparisons.h index f3006c0df..67549ea74 100644 --- a/nuitka/build/include/nuitka/helper/richcomparisons.h +++ b/nuitka/build/include/nuitka/helper/richcomparisons.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/sequences.h b/nuitka/build/include/nuitka/helper/sequences.h index 4776d0920..cd352eb78 100644 --- a/nuitka/build/include/nuitka/helper/sequences.h +++ b/nuitka/build/include/nuitka/helper/sequences.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/slices.h b/nuitka/build/include/nuitka/helper/slices.h index 7bdc39c81..456d4d3c4 100644 --- a/nuitka/build/include/nuitka/helper/slices.h +++ b/nuitka/build/include/nuitka/helper/slices.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/subscripts.h b/nuitka/build/include/nuitka/helper/subscripts.h index d29f2a606..0acfe895a 100644 --- a/nuitka/build/include/nuitka/helper/subscripts.h +++ b/nuitka/build/include/nuitka/helper/subscripts.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helper/tuples.h b/nuitka/build/include/nuitka/helper/tuples.h index 7849072b4..638f7387c 100644 --- a/nuitka/build/include/nuitka/helper/tuples.h +++ b/nuitka/build/include/nuitka/helper/tuples.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/helpers.h b/nuitka/build/include/nuitka/helpers.h index 31e611e7b..fea8e64ab 100644 --- a/nuitka/build/include/nuitka/helpers.h +++ b/nuitka/build/include/nuitka/helpers.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/importing.h b/nuitka/build/include/nuitka/importing.h index 70ecacdef..b56b50c3c 100644 --- a/nuitka/build/include/nuitka/importing.h +++ b/nuitka/build/include/nuitka/importing.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/prelude.h b/nuitka/build/include/nuitka/prelude.h index 25efe3b0f..11bc61d90 100644 --- a/nuitka/build/include/nuitka/prelude.h +++ b/nuitka/build/include/nuitka/prelude.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/threading.h b/nuitka/build/include/nuitka/threading.h index a2d11ab58..172ee520d 100644 --- a/nuitka/build/include/nuitka/threading.h +++ b/nuitka/build/include/nuitka/threading.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/tracing.h b/nuitka/build/include/nuitka/tracing.h index 64f509ed3..335332551 100644 --- a/nuitka/build/include/nuitka/tracing.h +++ b/nuitka/build/include/nuitka/tracing.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/include/nuitka/unfreezing.h b/nuitka/build/include/nuitka/unfreezing.h index 7db011d68..aad5cac5b 100644 --- a/nuitka/build/include/nuitka/unfreezing.h +++ b/nuitka/build/include/nuitka/unfreezing.h @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledAsyncgenType.c b/nuitka/build/static_src/CompiledAsyncgenType.c index c7ab6f2ce..fcfa28dd0 100644 --- a/nuitka/build/static_src/CompiledAsyncgenType.c +++ b/nuitka/build/static_src/CompiledAsyncgenType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledCellType.c b/nuitka/build/static_src/CompiledCellType.c index 82fbfa1de..b45245d18 100644 --- a/nuitka/build/static_src/CompiledCellType.c +++ b/nuitka/build/static_src/CompiledCellType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledCodeHelpers.c b/nuitka/build/static_src/CompiledCodeHelpers.c index 1124e6a20..82183794d 100644 --- a/nuitka/build/static_src/CompiledCodeHelpers.c +++ b/nuitka/build/static_src/CompiledCodeHelpers.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledCoroutineType.c b/nuitka/build/static_src/CompiledCoroutineType.c index adac25bd3..6504aeec8 100644 --- a/nuitka/build/static_src/CompiledCoroutineType.c +++ b/nuitka/build/static_src/CompiledCoroutineType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledFrameType.c b/nuitka/build/static_src/CompiledFrameType.c index 55e488ef3..514070eae 100644 --- a/nuitka/build/static_src/CompiledFrameType.c +++ b/nuitka/build/static_src/CompiledFrameType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledFunctionType.c b/nuitka/build/static_src/CompiledFunctionType.c index 3ff2b7692..3dbfcc0c2 100644 --- a/nuitka/build/static_src/CompiledFunctionType.c +++ b/nuitka/build/static_src/CompiledFunctionType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledGeneratorType.c b/nuitka/build/static_src/CompiledGeneratorType.c index 0c79be3bd..08d65f5a2 100644 --- a/nuitka/build/static_src/CompiledGeneratorType.c +++ b/nuitka/build/static_src/CompiledGeneratorType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c b/nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c index 1e326f1f9..9240db079 100644 --- a/nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c +++ b/nuitka/build/static_src/CompiledGeneratorTypeUncompiledIntegration.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/CompiledMethodType.c b/nuitka/build/static_src/CompiledMethodType.c index bcc5a6bb4..37a4e7325 100644 --- a/nuitka/build/static_src/CompiledMethodType.c +++ b/nuitka/build/static_src/CompiledMethodType.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersAttributes.c b/nuitka/build/static_src/HelpersAttributes.c index ecf995395..518473e41 100644 --- a/nuitka/build/static_src/HelpersAttributes.c +++ b/nuitka/build/static_src/HelpersAttributes.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersBuiltin.c b/nuitka/build/static_src/HelpersBuiltin.c index 13ef1923d..ec348da35 100644 --- a/nuitka/build/static_src/HelpersBuiltin.c +++ b/nuitka/build/static_src/HelpersBuiltin.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersCalling.c b/nuitka/build/static_src/HelpersCalling.c index e32babbe9..36dbea80d 100644 --- a/nuitka/build/static_src/HelpersCalling.c +++ b/nuitka/build/static_src/HelpersCalling.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersClasses.c b/nuitka/build/static_src/HelpersClasses.c index 863ccdb38..7ca0e16f4 100644 --- a/nuitka/build/static_src/HelpersClasses.c +++ b/nuitka/build/static_src/HelpersClasses.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersComparison.c b/nuitka/build/static_src/HelpersComparison.c index 0c290f8e4..2d2efb004 100644 --- a/nuitka/build/static_src/HelpersComparison.c +++ b/nuitka/build/static_src/HelpersComparison.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersDeepcopy.c b/nuitka/build/static_src/HelpersDeepcopy.c index 90a78179c..7d6299839 100644 --- a/nuitka/build/static_src/HelpersDeepcopy.c +++ b/nuitka/build/static_src/HelpersDeepcopy.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersHeapStorage.c b/nuitka/build/static_src/HelpersHeapStorage.c index f4c72e5b6..a7bd66597 100644 --- a/nuitka/build/static_src/HelpersHeapStorage.c +++ b/nuitka/build/static_src/HelpersHeapStorage.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersImport.c b/nuitka/build/static_src/HelpersImport.c index 175670fbf..90a0fb169 100644 --- a/nuitka/build/static_src/HelpersImport.c +++ b/nuitka/build/static_src/HelpersImport.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersOperationBinaryAdd.c b/nuitka/build/static_src/HelpersOperationBinaryAdd.c index 83df25fd0..2a9819b7f 100644 --- a/nuitka/build/static_src/HelpersOperationBinaryAdd.c +++ b/nuitka/build/static_src/HelpersOperationBinaryAdd.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c b/nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c index 7fccd8448..39f240f4f 100644 --- a/nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c +++ b/nuitka/build/static_src/HelpersOperationBinaryInplaceAdd.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersPathTools.c b/nuitka/build/static_src/HelpersPathTools.c index 903c5dbb7..b9d4f1b22 100644 --- a/nuitka/build/static_src/HelpersPathTools.c +++ b/nuitka/build/static_src/HelpersPathTools.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersProfiling.c b/nuitka/build/static_src/HelpersProfiling.c index 1c7501ee2..946300433 100644 --- a/nuitka/build/static_src/HelpersProfiling.c +++ b/nuitka/build/static_src/HelpersProfiling.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/HelpersStrings.c b/nuitka/build/static_src/HelpersStrings.c index 901abacb4..f0049a0f4 100644 --- a/nuitka/build/static_src/HelpersStrings.c +++ b/nuitka/build/static_src/HelpersStrings.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/InspectPatcher.c b/nuitka/build/static_src/InspectPatcher.c index c813f5271..026676010 100644 --- a/nuitka/build/static_src/InspectPatcher.c +++ b/nuitka/build/static_src/InspectPatcher.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/MainProgram.c b/nuitka/build/static_src/MainProgram.c index 31812def2..9ed8d7a85 100644 --- a/nuitka/build/static_src/MainProgram.c +++ b/nuitka/build/static_src/MainProgram.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/build/static_src/MetaPathBasedLoader.c b/nuitka/build/static_src/MetaPathBasedLoader.c index 62563ad20..933b3b423 100644 --- a/nuitka/build/static_src/MetaPathBasedLoader.c +++ b/nuitka/build/static_src/MetaPathBasedLoader.c @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/AsyncgenCodes.py b/nuitka/codegen/AsyncgenCodes.py index cb8adcf89..6de7bb1df 100644 --- a/nuitka/codegen/AsyncgenCodes.py +++ b/nuitka/codegen/AsyncgenCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/AttributeCodes.py b/nuitka/codegen/AttributeCodes.py index b811b182a..2df9f6a96 100644 --- a/nuitka/codegen/AttributeCodes.py +++ b/nuitka/codegen/AttributeCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/BlobCodes.py b/nuitka/codegen/BlobCodes.py index e5c27e699..b1d5394cb 100644 --- a/nuitka/codegen/BlobCodes.py +++ b/nuitka/codegen/BlobCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/BranchCodes.py b/nuitka/codegen/BranchCodes.py index 8d94149a6..6f8cc51ee 100644 --- a/nuitka/codegen/BranchCodes.py +++ b/nuitka/codegen/BranchCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/BuiltinCodes.py b/nuitka/codegen/BuiltinCodes.py index 1bb7429a4..89fd7953c 100644 --- a/nuitka/codegen/BuiltinCodes.py +++ b/nuitka/codegen/BuiltinCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/CallCodes.py b/nuitka/codegen/CallCodes.py index 9ede8114d..82b1988b2 100644 --- a/nuitka/codegen/CallCodes.py +++ b/nuitka/codegen/CallCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ClassCodes.py b/nuitka/codegen/ClassCodes.py index 1fa307a20..99d34e672 100644 --- a/nuitka/codegen/ClassCodes.py +++ b/nuitka/codegen/ClassCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/CodeGeneration.py b/nuitka/codegen/CodeGeneration.py index 734a438a0..5b271fe58 100644 --- a/nuitka/codegen/CodeGeneration.py +++ b/nuitka/codegen/CodeGeneration.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/CodeHelpers.py b/nuitka/codegen/CodeHelpers.py index d09244b29..c24450293 100644 --- a/nuitka/codegen/CodeHelpers.py +++ b/nuitka/codegen/CodeHelpers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/CodeObjectCodes.py b/nuitka/codegen/CodeObjectCodes.py index 16953f836..2efa24775 100644 --- a/nuitka/codegen/CodeObjectCodes.py +++ b/nuitka/codegen/CodeObjectCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ComparisonCodes.py b/nuitka/codegen/ComparisonCodes.py index f6b5a2333..aea507bb2 100644 --- a/nuitka/codegen/ComparisonCodes.py +++ b/nuitka/codegen/ComparisonCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ConditionalCodes.py b/nuitka/codegen/ConditionalCodes.py index 0cf0da7b0..2fd723790 100644 --- a/nuitka/codegen/ConditionalCodes.py +++ b/nuitka/codegen/ConditionalCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ConstantCodes.py b/nuitka/codegen/ConstantCodes.py index 5736a9f31..deae6d5ae 100644 --- a/nuitka/codegen/ConstantCodes.py +++ b/nuitka/codegen/ConstantCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/Contexts.py b/nuitka/codegen/Contexts.py index 953d63c1c..da1b6f7bd 100644 --- a/nuitka/codegen/Contexts.py +++ b/nuitka/codegen/Contexts.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/CoroutineCodes.py b/nuitka/codegen/CoroutineCodes.py index e33c9751f..4aca02a61 100644 --- a/nuitka/codegen/CoroutineCodes.py +++ b/nuitka/codegen/CoroutineCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/DictCodes.py b/nuitka/codegen/DictCodes.py index bcaed0bec..26339839a 100644 --- a/nuitka/codegen/DictCodes.py +++ b/nuitka/codegen/DictCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/Emission.py b/nuitka/codegen/Emission.py index 7acd1c42f..ab4a41613 100644 --- a/nuitka/codegen/Emission.py +++ b/nuitka/codegen/Emission.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ErrorCodes.py b/nuitka/codegen/ErrorCodes.py index 96a0cbeb6..6966fb35a 100644 --- a/nuitka/codegen/ErrorCodes.py +++ b/nuitka/codegen/ErrorCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/EvalCodes.py b/nuitka/codegen/EvalCodes.py index 6cc2495a0..b2572fe6f 100644 --- a/nuitka/codegen/EvalCodes.py +++ b/nuitka/codegen/EvalCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ExceptionCodes.py b/nuitka/codegen/ExceptionCodes.py index 970304e4c..ff1578eb1 100644 --- a/nuitka/codegen/ExceptionCodes.py +++ b/nuitka/codegen/ExceptionCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ExpressionCodes.py b/nuitka/codegen/ExpressionCodes.py index 0f34e3265..899950993 100644 --- a/nuitka/codegen/ExpressionCodes.py +++ b/nuitka/codegen/ExpressionCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/FrameCodes.py b/nuitka/codegen/FrameCodes.py index ad2eeaac4..e613d030f 100644 --- a/nuitka/codegen/FrameCodes.py +++ b/nuitka/codegen/FrameCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/FunctionCodes.py b/nuitka/codegen/FunctionCodes.py index 155a18a6b..daec0e0de 100644 --- a/nuitka/codegen/FunctionCodes.py +++ b/nuitka/codegen/FunctionCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/GeneratorCodes.py b/nuitka/codegen/GeneratorCodes.py index d8ba021a2..571771c1b 100644 --- a/nuitka/codegen/GeneratorCodes.py +++ b/nuitka/codegen/GeneratorCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/GlobalsLocalsCodes.py b/nuitka/codegen/GlobalsLocalsCodes.py index 7aad9082e..a1a2fc2cf 100644 --- a/nuitka/codegen/GlobalsLocalsCodes.py +++ b/nuitka/codegen/GlobalsLocalsCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/IdCodes.py b/nuitka/codegen/IdCodes.py index 3cb524b04..10b70b5e1 100644 --- a/nuitka/codegen/IdCodes.py +++ b/nuitka/codegen/IdCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ImportCodes.py b/nuitka/codegen/ImportCodes.py index 83de98f33..5756bb71d 100644 --- a/nuitka/codegen/ImportCodes.py +++ b/nuitka/codegen/ImportCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/Indentation.py b/nuitka/codegen/Indentation.py index 806694b9f..6e5bfdb8a 100644 --- a/nuitka/codegen/Indentation.py +++ b/nuitka/codegen/Indentation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/IndexCodes.py b/nuitka/codegen/IndexCodes.py index 1e70db4cf..2fe445609 100644 --- a/nuitka/codegen/IndexCodes.py +++ b/nuitka/codegen/IndexCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/IntegerCodes.py b/nuitka/codegen/IntegerCodes.py index 6a9ed55bb..b69427731 100644 --- a/nuitka/codegen/IntegerCodes.py +++ b/nuitka/codegen/IntegerCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/IteratorCodes.py b/nuitka/codegen/IteratorCodes.py index 54ed37ad7..c2448a1f9 100644 --- a/nuitka/codegen/IteratorCodes.py +++ b/nuitka/codegen/IteratorCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/LabelCodes.py b/nuitka/codegen/LabelCodes.py index c4bcce0a7..c5a5a44af 100644 --- a/nuitka/codegen/LabelCodes.py +++ b/nuitka/codegen/LabelCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/LineNumberCodes.py b/nuitka/codegen/LineNumberCodes.py index aa9f7826e..17212280a 100644 --- a/nuitka/codegen/LineNumberCodes.py +++ b/nuitka/codegen/LineNumberCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ListCodes.py b/nuitka/codegen/ListCodes.py index 7007869a7..8653f5a77 100644 --- a/nuitka/codegen/ListCodes.py +++ b/nuitka/codegen/ListCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/LoaderCodes.py b/nuitka/codegen/LoaderCodes.py index 90c2d1eee..f409c2bfa 100644 --- a/nuitka/codegen/LoaderCodes.py +++ b/nuitka/codegen/LoaderCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/LocalsDictCodes.py b/nuitka/codegen/LocalsDictCodes.py index 6744d19d8..ba215fc10 100644 --- a/nuitka/codegen/LocalsDictCodes.py +++ b/nuitka/codegen/LocalsDictCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/LoopCodes.py b/nuitka/codegen/LoopCodes.py index 756f7634b..0faad31e6 100644 --- a/nuitka/codegen/LoopCodes.py +++ b/nuitka/codegen/LoopCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ModuleCodes.py b/nuitka/codegen/ModuleCodes.py index 1aef098ab..f4e2f8677 100644 --- a/nuitka/codegen/ModuleCodes.py +++ b/nuitka/codegen/ModuleCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/Namify.py b/nuitka/codegen/Namify.py index 3abe9bc02..0e93e2ee9 100644 --- a/nuitka/codegen/Namify.py +++ b/nuitka/codegen/Namify.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/OperationCodes.py b/nuitka/codegen/OperationCodes.py index c54edbb0b..321508f06 100644 --- a/nuitka/codegen/OperationCodes.py +++ b/nuitka/codegen/OperationCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/OperatorCodes.py b/nuitka/codegen/OperatorCodes.py index 219ec672d..890e5a15f 100644 --- a/nuitka/codegen/OperatorCodes.py +++ b/nuitka/codegen/OperatorCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/PrintCodes.py b/nuitka/codegen/PrintCodes.py index 078244290..507d72b7f 100644 --- a/nuitka/codegen/PrintCodes.py +++ b/nuitka/codegen/PrintCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/PythonAPICodes.py b/nuitka/codegen/PythonAPICodes.py index 4817a59d4..311936fa3 100644 --- a/nuitka/codegen/PythonAPICodes.py +++ b/nuitka/codegen/PythonAPICodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/RaisingCodes.py b/nuitka/codegen/RaisingCodes.py index ec595304f..54d59a013 100644 --- a/nuitka/codegen/RaisingCodes.py +++ b/nuitka/codegen/RaisingCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/Reports.py b/nuitka/codegen/Reports.py index e91f706d3..2d7546e9a 100644 --- a/nuitka/codegen/Reports.py +++ b/nuitka/codegen/Reports.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/ReturnCodes.py b/nuitka/codegen/ReturnCodes.py index 4b5ed514f..93b835422 100644 --- a/nuitka/codegen/ReturnCodes.py +++ b/nuitka/codegen/ReturnCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/SetCodes.py b/nuitka/codegen/SetCodes.py index d9a6fa755..157e5e7e1 100644 --- a/nuitka/codegen/SetCodes.py +++ b/nuitka/codegen/SetCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/SliceCodes.py b/nuitka/codegen/SliceCodes.py index 513e7d937..b426b32b8 100644 --- a/nuitka/codegen/SliceCodes.py +++ b/nuitka/codegen/SliceCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/StringCodes.py b/nuitka/codegen/StringCodes.py index 049f2d66a..57bd70069 100644 --- a/nuitka/codegen/StringCodes.py +++ b/nuitka/codegen/StringCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/SubscriptCodes.py b/nuitka/codegen/SubscriptCodes.py index e1b41a67e..34cea1feb 100644 --- a/nuitka/codegen/SubscriptCodes.py +++ b/nuitka/codegen/SubscriptCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/TryCodes.py b/nuitka/codegen/TryCodes.py index 700f34f24..fa701a380 100644 --- a/nuitka/codegen/TryCodes.py +++ b/nuitka/codegen/TryCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/TupleCodes.py b/nuitka/codegen/TupleCodes.py index 29b6f6af6..2714334df 100644 --- a/nuitka/codegen/TupleCodes.py +++ b/nuitka/codegen/TupleCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/VariableCodes.py b/nuitka/codegen/VariableCodes.py index dcff2cc86..c013015f8 100644 --- a/nuitka/codegen/VariableCodes.py +++ b/nuitka/codegen/VariableCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/VariableDeclarations.py b/nuitka/codegen/VariableDeclarations.py index e882d31e4..9a26a31c0 100644 --- a/nuitka/codegen/VariableDeclarations.py +++ b/nuitka/codegen/VariableDeclarations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/YieldCodes.py b/nuitka/codegen/YieldCodes.py index ca7babe8f..ce2a804e1 100644 --- a/nuitka/codegen/YieldCodes.py +++ b/nuitka/codegen/YieldCodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/__init__.py b/nuitka/codegen/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/codegen/__init__.py +++ b/nuitka/codegen/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypeBases.py b/nuitka/codegen/c_types/CTypeBases.py index 6bd575983..c25e1d3ef 100644 --- a/nuitka/codegen/c_types/CTypeBases.py +++ b/nuitka/codegen/c_types/CTypeBases.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypeModuleDictVariables.py b/nuitka/codegen/c_types/CTypeModuleDictVariables.py index 2d1ba0d2a..8da82737e 100644 --- a/nuitka/codegen/c_types/CTypeModuleDictVariables.py +++ b/nuitka/codegen/c_types/CTypeModuleDictVariables.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypeNuitkaBools.py b/nuitka/codegen/c_types/CTypeNuitkaBools.py index 1e40ede1a..8cd4ce752 100644 --- a/nuitka/codegen/c_types/CTypeNuitkaBools.py +++ b/nuitka/codegen/c_types/CTypeNuitkaBools.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypeNuitkaInts.py b/nuitka/codegen/c_types/CTypeNuitkaInts.py index f83d22256..3f4260500 100644 --- a/nuitka/codegen/c_types/CTypeNuitkaInts.py +++ b/nuitka/codegen/c_types/CTypeNuitkaInts.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypePyObjectPtrs.py b/nuitka/codegen/c_types/CTypePyObjectPtrs.py index cc88aa638..5ced3dfbb 100644 --- a/nuitka/codegen/c_types/CTypePyObjectPtrs.py +++ b/nuitka/codegen/c_types/CTypePyObjectPtrs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/CTypeVoids.py b/nuitka/codegen/c_types/CTypeVoids.py index 5883773f0..c00a97a90 100644 --- a/nuitka/codegen/c_types/CTypeVoids.py +++ b/nuitka/codegen/c_types/CTypeVoids.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/c_types/__init__.py b/nuitka/codegen/c_types/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/codegen/c_types/__init__.py +++ b/nuitka/codegen/c_types/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesAsyncgens.py b/nuitka/codegen/templates/CodeTemplatesAsyncgens.py index b63bed0bf..4bd5fda60 100644 --- a/nuitka/codegen/templates/CodeTemplatesAsyncgens.py +++ b/nuitka/codegen/templates/CodeTemplatesAsyncgens.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesCalls.py b/nuitka/codegen/templates/CodeTemplatesCalls.py index 038c61943..b929e7062 100644 --- a/nuitka/codegen/templates/CodeTemplatesCalls.py +++ b/nuitka/codegen/templates/CodeTemplatesCalls.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesConstants.py b/nuitka/codegen/templates/CodeTemplatesConstants.py index 7642f2e9e..36d8540fc 100644 --- a/nuitka/codegen/templates/CodeTemplatesConstants.py +++ b/nuitka/codegen/templates/CodeTemplatesConstants.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesCoroutines.py b/nuitka/codegen/templates/CodeTemplatesCoroutines.py index 70b08265d..59b3b6c4c 100644 --- a/nuitka/codegen/templates/CodeTemplatesCoroutines.py +++ b/nuitka/codegen/templates/CodeTemplatesCoroutines.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesExceptions.py b/nuitka/codegen/templates/CodeTemplatesExceptions.py index a85153d0d..7e48b31bd 100644 --- a/nuitka/codegen/templates/CodeTemplatesExceptions.py +++ b/nuitka/codegen/templates/CodeTemplatesExceptions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesFrames.py b/nuitka/codegen/templates/CodeTemplatesFrames.py index 865028a95..b64dcec40 100644 --- a/nuitka/codegen/templates/CodeTemplatesFrames.py +++ b/nuitka/codegen/templates/CodeTemplatesFrames.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesFreezer.py b/nuitka/codegen/templates/CodeTemplatesFreezer.py index 23e8ce9d8..1c8bad066 100644 --- a/nuitka/codegen/templates/CodeTemplatesFreezer.py +++ b/nuitka/codegen/templates/CodeTemplatesFreezer.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesFunction.py b/nuitka/codegen/templates/CodeTemplatesFunction.py index f6de0caac..8cdf43040 100644 --- a/nuitka/codegen/templates/CodeTemplatesFunction.py +++ b/nuitka/codegen/templates/CodeTemplatesFunction.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesGeneratorFunction.py b/nuitka/codegen/templates/CodeTemplatesGeneratorFunction.py index c83dc0c7b..2d99264d4 100644 --- a/nuitka/codegen/templates/CodeTemplatesGeneratorFunction.py +++ b/nuitka/codegen/templates/CodeTemplatesGeneratorFunction.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesIterators.py b/nuitka/codegen/templates/CodeTemplatesIterators.py index 13ee5baa1..68e7e7e80 100644 --- a/nuitka/codegen/templates/CodeTemplatesIterators.py +++ b/nuitka/codegen/templates/CodeTemplatesIterators.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesLoader.py b/nuitka/codegen/templates/CodeTemplatesLoader.py index 40c2ff1e1..1c8b1610f 100644 --- a/nuitka/codegen/templates/CodeTemplatesLoader.py +++ b/nuitka/codegen/templates/CodeTemplatesLoader.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesModules.py b/nuitka/codegen/templates/CodeTemplatesModules.py index 03930a683..9b238324b 100644 --- a/nuitka/codegen/templates/CodeTemplatesModules.py +++ b/nuitka/codegen/templates/CodeTemplatesModules.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/CodeTemplatesVariables.py b/nuitka/codegen/templates/CodeTemplatesVariables.py index d6ac6dd5f..947489291 100644 --- a/nuitka/codegen/templates/CodeTemplatesVariables.py +++ b/nuitka/codegen/templates/CodeTemplatesVariables.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/TemplateDebugWrapper.py b/nuitka/codegen/templates/TemplateDebugWrapper.py index 190776d94..127cd7b80 100644 --- a/nuitka/codegen/templates/TemplateDebugWrapper.py +++ b/nuitka/codegen/templates/TemplateDebugWrapper.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/codegen/templates/__init__.py b/nuitka/codegen/templates/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/codegen/templates/__init__.py +++ b/nuitka/codegen/templates/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/containers/__init__.py b/nuitka/containers/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/containers/__init__.py +++ b/nuitka/containers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/distutils/__init__.py b/nuitka/distutils/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/distutils/__init__.py +++ b/nuitka/distutils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/distutils/bdist_nuitka.py b/nuitka/distutils/bdist_nuitka.py index 125f7e0c6..f620b1b21 100644 --- a/nuitka/distutils/bdist_nuitka.py +++ b/nuitka/distutils/bdist_nuitka.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/finalizations/Finalization.py b/nuitka/finalizations/Finalization.py index 7af01c76f..747fc42ba 100644 --- a/nuitka/finalizations/Finalization.py +++ b/nuitka/finalizations/Finalization.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/finalizations/FinalizeBase.py b/nuitka/finalizations/FinalizeBase.py index 46e4979b2..67dd3de24 100644 --- a/nuitka/finalizations/FinalizeBase.py +++ b/nuitka/finalizations/FinalizeBase.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/finalizations/FinalizeMarkups.py b/nuitka/finalizations/FinalizeMarkups.py index f2aeb5067..01988e760 100644 --- a/nuitka/finalizations/FinalizeMarkups.py +++ b/nuitka/finalizations/FinalizeMarkups.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/finalizations/__init__.py b/nuitka/finalizations/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/finalizations/__init__.py +++ b/nuitka/finalizations/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/freezer/BytecodeModuleFreezer.py b/nuitka/freezer/BytecodeModuleFreezer.py index 560c86bf6..6626ff328 100644 --- a/nuitka/freezer/BytecodeModuleFreezer.py +++ b/nuitka/freezer/BytecodeModuleFreezer.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/freezer/DependsExe.py b/nuitka/freezer/DependsExe.py index abf8427f5..bb7c4b210 100644 --- a/nuitka/freezer/DependsExe.py +++ b/nuitka/freezer/DependsExe.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/freezer/Standalone.py b/nuitka/freezer/Standalone.py index a951f68d9..29f671888 100644 --- a/nuitka/freezer/Standalone.py +++ b/nuitka/freezer/Standalone.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/freezer/__init__.py b/nuitka/freezer/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/freezer/__init__.py +++ b/nuitka/freezer/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/ImportCache.py b/nuitka/importing/ImportCache.py index 4778a6902..2e88c5984 100644 --- a/nuitka/importing/ImportCache.py +++ b/nuitka/importing/ImportCache.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/Importing.py b/nuitka/importing/Importing.py index 91f197811..fe9ced7e2 100644 --- a/nuitka/importing/Importing.py +++ b/nuitka/importing/Importing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/PreloadedPackages.py b/nuitka/importing/PreloadedPackages.py index 3f026c973..bf5ec1159 100644 --- a/nuitka/importing/PreloadedPackages.py +++ b/nuitka/importing/PreloadedPackages.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/Recursion.py b/nuitka/importing/Recursion.py index 07c2aadb2..e2e33f515 100644 --- a/nuitka/importing/Recursion.py +++ b/nuitka/importing/Recursion.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/StandardLibrary.py b/nuitka/importing/StandardLibrary.py index 2320d0c7b..da251ed5f 100644 --- a/nuitka/importing/StandardLibrary.py +++ b/nuitka/importing/StandardLibrary.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/Whitelisting.py b/nuitka/importing/Whitelisting.py index 1f9693371..9cd738724 100644 --- a/nuitka/importing/Whitelisting.py +++ b/nuitka/importing/Whitelisting.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/importing/__init__.py b/nuitka/importing/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/importing/__init__.py +++ b/nuitka/importing/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/AssignNodes.py b/nuitka/nodes/AssignNodes.py index f203438eb..a46170ff8 100644 --- a/nuitka/nodes/AssignNodes.py +++ b/nuitka/nodes/AssignNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/AsyncgenNodes.py b/nuitka/nodes/AsyncgenNodes.py index 5a0726a55..618fc59ab 100644 --- a/nuitka/nodes/AsyncgenNodes.py +++ b/nuitka/nodes/AsyncgenNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/AttributeNodes.py b/nuitka/nodes/AttributeNodes.py index a20dbcd29..6deb51c1f 100644 --- a/nuitka/nodes/AttributeNodes.py +++ b/nuitka/nodes/AttributeNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinComplexNodes.py b/nuitka/nodes/BuiltinComplexNodes.py index 7e20644bd..615dcbe18 100644 --- a/nuitka/nodes/BuiltinComplexNodes.py +++ b/nuitka/nodes/BuiltinComplexNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinDecodingNodes.py b/nuitka/nodes/BuiltinDecodingNodes.py index 0b5f09d1a..c942925e1 100644 --- a/nuitka/nodes/BuiltinDecodingNodes.py +++ b/nuitka/nodes/BuiltinDecodingNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinDecoratorNodes.py b/nuitka/nodes/BuiltinDecoratorNodes.py index 8d27edb00..e206f0c3c 100644 --- a/nuitka/nodes/BuiltinDecoratorNodes.py +++ b/nuitka/nodes/BuiltinDecoratorNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinDictNodes.py b/nuitka/nodes/BuiltinDictNodes.py index 8b98e6b98..eed4045ec 100644 --- a/nuitka/nodes/BuiltinDictNodes.py +++ b/nuitka/nodes/BuiltinDictNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinFormatNodes.py b/nuitka/nodes/BuiltinFormatNodes.py index 0914159e8..a8ed26815 100644 --- a/nuitka/nodes/BuiltinFormatNodes.py +++ b/nuitka/nodes/BuiltinFormatNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinHashNodes.py b/nuitka/nodes/BuiltinHashNodes.py index a67341a6e..45eeba40d 100644 --- a/nuitka/nodes/BuiltinHashNodes.py +++ b/nuitka/nodes/BuiltinHashNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinIntegerNodes.py b/nuitka/nodes/BuiltinIntegerNodes.py index 13638a96b..02a4835a4 100644 --- a/nuitka/nodes/BuiltinIntegerNodes.py +++ b/nuitka/nodes/BuiltinIntegerNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinIteratorNodes.py b/nuitka/nodes/BuiltinIteratorNodes.py index 918c1621d..b7b2957ca 100644 --- a/nuitka/nodes/BuiltinIteratorNodes.py +++ b/nuitka/nodes/BuiltinIteratorNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinLenNodes.py b/nuitka/nodes/BuiltinLenNodes.py index 5b9d9135d..9a5a5d1e8 100644 --- a/nuitka/nodes/BuiltinLenNodes.py +++ b/nuitka/nodes/BuiltinLenNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinNextNodes.py b/nuitka/nodes/BuiltinNextNodes.py index abe8c2bf7..58a61306c 100644 --- a/nuitka/nodes/BuiltinNextNodes.py +++ b/nuitka/nodes/BuiltinNextNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinOpenNodes.py b/nuitka/nodes/BuiltinOpenNodes.py index 29f27db07..67f132151 100644 --- a/nuitka/nodes/BuiltinOpenNodes.py +++ b/nuitka/nodes/BuiltinOpenNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinRangeNodes.py b/nuitka/nodes/BuiltinRangeNodes.py index 768410c08..bc5580319 100644 --- a/nuitka/nodes/BuiltinRangeNodes.py +++ b/nuitka/nodes/BuiltinRangeNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinRefNodes.py b/nuitka/nodes/BuiltinRefNodes.py index d3fad8f70..c706398ff 100644 --- a/nuitka/nodes/BuiltinRefNodes.py +++ b/nuitka/nodes/BuiltinRefNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinSumNodes.py b/nuitka/nodes/BuiltinSumNodes.py index 08e5f7618..60da086c6 100644 --- a/nuitka/nodes/BuiltinSumNodes.py +++ b/nuitka/nodes/BuiltinSumNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinTypeNodes.py b/nuitka/nodes/BuiltinTypeNodes.py index bef4bbe36..723b1c5b1 100644 --- a/nuitka/nodes/BuiltinTypeNodes.py +++ b/nuitka/nodes/BuiltinTypeNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/BuiltinVarsNodes.py b/nuitka/nodes/BuiltinVarsNodes.py index cdbf8c925..fb9558dc3 100644 --- a/nuitka/nodes/BuiltinVarsNodes.py +++ b/nuitka/nodes/BuiltinVarsNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/CallNodes.py b/nuitka/nodes/CallNodes.py index 476e54360..5097b1c4e 100644 --- a/nuitka/nodes/CallNodes.py +++ b/nuitka/nodes/CallNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/Checkers.py b/nuitka/nodes/Checkers.py index 49b06eee2..9e4adee34 100644 --- a/nuitka/nodes/Checkers.py +++ b/nuitka/nodes/Checkers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ClassNodes.py b/nuitka/nodes/ClassNodes.py index 21f81c7d9..5687e28f1 100644 --- a/nuitka/nodes/ClassNodes.py +++ b/nuitka/nodes/ClassNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/CodeObjectSpecs.py b/nuitka/nodes/CodeObjectSpecs.py index 6cd8283ab..0125c3ae6 100644 --- a/nuitka/nodes/CodeObjectSpecs.py +++ b/nuitka/nodes/CodeObjectSpecs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ComparisonNodes.py b/nuitka/nodes/ComparisonNodes.py index 5f71253b3..1e9c0a212 100644 --- a/nuitka/nodes/ComparisonNodes.py +++ b/nuitka/nodes/ComparisonNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ConditionalNodes.py b/nuitka/nodes/ConditionalNodes.py index 64a181ca9..8b1a88ab3 100644 --- a/nuitka/nodes/ConditionalNodes.py +++ b/nuitka/nodes/ConditionalNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ConstantRefNodes.py b/nuitka/nodes/ConstantRefNodes.py index d7a4cfb2c..a11908e48 100644 --- a/nuitka/nodes/ConstantRefNodes.py +++ b/nuitka/nodes/ConstantRefNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ContainerMakingNodes.py b/nuitka/nodes/ContainerMakingNodes.py index dc33cb56f..28414a271 100644 --- a/nuitka/nodes/ContainerMakingNodes.py +++ b/nuitka/nodes/ContainerMakingNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ContainerOperationNodes.py b/nuitka/nodes/ContainerOperationNodes.py index e9b3ec465..36b78b22b 100644 --- a/nuitka/nodes/ContainerOperationNodes.py +++ b/nuitka/nodes/ContainerOperationNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/CoroutineNodes.py b/nuitka/nodes/CoroutineNodes.py index dd1192a56..dbecae37e 100644 --- a/nuitka/nodes/CoroutineNodes.py +++ b/nuitka/nodes/CoroutineNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/DictionaryNodes.py b/nuitka/nodes/DictionaryNodes.py index 5940aac42..19ab3257e 100644 --- a/nuitka/nodes/DictionaryNodes.py +++ b/nuitka/nodes/DictionaryNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ExceptionNodes.py b/nuitka/nodes/ExceptionNodes.py index 3931d133f..d75a45185 100644 --- a/nuitka/nodes/ExceptionNodes.py +++ b/nuitka/nodes/ExceptionNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ExecEvalNodes.py b/nuitka/nodes/ExecEvalNodes.py index 3315fbe8b..2361dc846 100644 --- a/nuitka/nodes/ExecEvalNodes.py +++ b/nuitka/nodes/ExecEvalNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ExpressionBases.py b/nuitka/nodes/ExpressionBases.py index e5ff92d5a..c38df553d 100644 --- a/nuitka/nodes/ExpressionBases.py +++ b/nuitka/nodes/ExpressionBases.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/FrameNodes.py b/nuitka/nodes/FrameNodes.py index 183271ccb..f06d74d29 100644 --- a/nuitka/nodes/FrameNodes.py +++ b/nuitka/nodes/FrameNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/FunctionNodes.py b/nuitka/nodes/FunctionNodes.py index 7973e5011..e00cc6e4e 100644 --- a/nuitka/nodes/FunctionNodes.py +++ b/nuitka/nodes/FunctionNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/FutureSpecs.py b/nuitka/nodes/FutureSpecs.py index 2e4be1f57..1194af8f3 100644 --- a/nuitka/nodes/FutureSpecs.py +++ b/nuitka/nodes/FutureSpecs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/GeneratorNodes.py b/nuitka/nodes/GeneratorNodes.py index e35f27584..7e8c86bda 100644 --- a/nuitka/nodes/GeneratorNodes.py +++ b/nuitka/nodes/GeneratorNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/GlobalsLocalsNodes.py b/nuitka/nodes/GlobalsLocalsNodes.py index ab0dad0f0..ca130dfbe 100644 --- a/nuitka/nodes/GlobalsLocalsNodes.py +++ b/nuitka/nodes/GlobalsLocalsNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ImportNodes.py b/nuitka/nodes/ImportNodes.py index 584a246e1..ba4acaf62 100644 --- a/nuitka/nodes/ImportNodes.py +++ b/nuitka/nodes/ImportNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/IndicatorMixins.py b/nuitka/nodes/IndicatorMixins.py index 1737044ec..3756fb2f7 100644 --- a/nuitka/nodes/IndicatorMixins.py +++ b/nuitka/nodes/IndicatorMixins.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/LocalsDictNodes.py b/nuitka/nodes/LocalsDictNodes.py index edd808fe4..388990c2f 100644 --- a/nuitka/nodes/LocalsDictNodes.py +++ b/nuitka/nodes/LocalsDictNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/LocalsScopes.py b/nuitka/nodes/LocalsScopes.py index b4cc441e6..40179f474 100644 --- a/nuitka/nodes/LocalsScopes.py +++ b/nuitka/nodes/LocalsScopes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/LoopNodes.py b/nuitka/nodes/LoopNodes.py index 661093df4..dda29e1da 100644 --- a/nuitka/nodes/LoopNodes.py +++ b/nuitka/nodes/LoopNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ModuleAttributeNodes.py b/nuitka/nodes/ModuleAttributeNodes.py index ed3781e09..6f0223418 100644 --- a/nuitka/nodes/ModuleAttributeNodes.py +++ b/nuitka/nodes/ModuleAttributeNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ModuleNodes.py b/nuitka/nodes/ModuleNodes.py index 43eb4979b..17f58fa85 100644 --- a/nuitka/nodes/ModuleNodes.py +++ b/nuitka/nodes/ModuleNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/NodeBases.py b/nuitka/nodes/NodeBases.py index 0ff84a9f2..266088875 100644 --- a/nuitka/nodes/NodeBases.py +++ b/nuitka/nodes/NodeBases.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/NodeMakingHelpers.py b/nuitka/nodes/NodeMakingHelpers.py index 0afe61e76..05185f2fd 100644 --- a/nuitka/nodes/NodeMakingHelpers.py +++ b/nuitka/nodes/NodeMakingHelpers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/NodeMetaClasses.py b/nuitka/nodes/NodeMetaClasses.py index 2efd0ab07..88d1c0308 100644 --- a/nuitka/nodes/NodeMetaClasses.py +++ b/nuitka/nodes/NodeMetaClasses.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/OperatorNodes.py b/nuitka/nodes/OperatorNodes.py index 38c30179b..c921b5b3f 100644 --- a/nuitka/nodes/OperatorNodes.py +++ b/nuitka/nodes/OperatorNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/OutlineNodes.py b/nuitka/nodes/OutlineNodes.py index 75df5cd88..8d551562c 100644 --- a/nuitka/nodes/OutlineNodes.py +++ b/nuitka/nodes/OutlineNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/PrintNodes.py b/nuitka/nodes/PrintNodes.py index 1ef7cd2d3..ff1a0aa0c 100644 --- a/nuitka/nodes/PrintNodes.py +++ b/nuitka/nodes/PrintNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/ReturnNodes.py b/nuitka/nodes/ReturnNodes.py index f5540278f..975ad0055 100644 --- a/nuitka/nodes/ReturnNodes.py +++ b/nuitka/nodes/ReturnNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/SideEffectNodes.py b/nuitka/nodes/SideEffectNodes.py index 4d7e1e275..bcea57709 100644 --- a/nuitka/nodes/SideEffectNodes.py +++ b/nuitka/nodes/SideEffectNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/SliceNodes.py b/nuitka/nodes/SliceNodes.py index 10ab543b8..0d24a7f0a 100644 --- a/nuitka/nodes/SliceNodes.py +++ b/nuitka/nodes/SliceNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/StatementNodes.py b/nuitka/nodes/StatementNodes.py index d3139c306..0f0ee52e7 100644 --- a/nuitka/nodes/StatementNodes.py +++ b/nuitka/nodes/StatementNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/StringConcatenationNodes.py b/nuitka/nodes/StringConcatenationNodes.py index 329ee585b..7edf6a41e 100644 --- a/nuitka/nodes/StringConcatenationNodes.py +++ b/nuitka/nodes/StringConcatenationNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/SubscriptNodes.py b/nuitka/nodes/SubscriptNodes.py index cc3b20f6e..250d3474b 100644 --- a/nuitka/nodes/SubscriptNodes.py +++ b/nuitka/nodes/SubscriptNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/TryNodes.py b/nuitka/nodes/TryNodes.py index d768d7752..1e90c0ad3 100644 --- a/nuitka/nodes/TryNodes.py +++ b/nuitka/nodes/TryNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/TypeNodes.py b/nuitka/nodes/TypeNodes.py index e197638d2..7d38c5091 100644 --- a/nuitka/nodes/TypeNodes.py +++ b/nuitka/nodes/TypeNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/VariableRefNodes.py b/nuitka/nodes/VariableRefNodes.py index 5a9cbed96..e0e23723e 100644 --- a/nuitka/nodes/VariableRefNodes.py +++ b/nuitka/nodes/VariableRefNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/YieldNodes.py b/nuitka/nodes/YieldNodes.py index cb4d6cdb7..c9f653cde 100644 --- a/nuitka/nodes/YieldNodes.py +++ b/nuitka/nodes/YieldNodes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/__init__.py b/nuitka/nodes/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/nodes/__init__.py +++ b/nuitka/nodes/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/shapes/BuiltinTypeShapes.py b/nuitka/nodes/shapes/BuiltinTypeShapes.py index 10acb01c2..701b8bc54 100644 --- a/nuitka/nodes/shapes/BuiltinTypeShapes.py +++ b/nuitka/nodes/shapes/BuiltinTypeShapes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/shapes/ControlFlowEscapeDescriptions.py b/nuitka/nodes/shapes/ControlFlowEscapeDescriptions.py index acb1dc1a5..54acddf14 100644 --- a/nuitka/nodes/shapes/ControlFlowEscapeDescriptions.py +++ b/nuitka/nodes/shapes/ControlFlowEscapeDescriptions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/shapes/StandardShapes.py b/nuitka/nodes/shapes/StandardShapes.py index b2e6a6f4d..dda571da8 100644 --- a/nuitka/nodes/shapes/StandardShapes.py +++ b/nuitka/nodes/shapes/StandardShapes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/nodes/shapes/__init__.py b/nuitka/nodes/shapes/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/nodes/shapes/__init__.py +++ b/nuitka/nodes/shapes/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/BytecodeDemotion.py b/nuitka/optimizations/BytecodeDemotion.py index 955159693..c020a5d43 100644 --- a/nuitka/optimizations/BytecodeDemotion.py +++ b/nuitka/optimizations/BytecodeDemotion.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/FunctionInlining.py b/nuitka/optimizations/FunctionInlining.py index 7eb130ce8..7c1a2bf44 100644 --- a/nuitka/optimizations/FunctionInlining.py +++ b/nuitka/optimizations/FunctionInlining.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/Graphs.py b/nuitka/optimizations/Graphs.py index 25c143d2d..9492c5177 100644 --- a/nuitka/optimizations/Graphs.py +++ b/nuitka/optimizations/Graphs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/Optimization.py b/nuitka/optimizations/Optimization.py index e5bfd8a5b..99234a925 100644 --- a/nuitka/optimizations/Optimization.py +++ b/nuitka/optimizations/Optimization.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/OptimizeBuiltinCalls.py b/nuitka/optimizations/OptimizeBuiltinCalls.py index 345df7bf9..4da5da0b3 100644 --- a/nuitka/optimizations/OptimizeBuiltinCalls.py +++ b/nuitka/optimizations/OptimizeBuiltinCalls.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/Tags.py b/nuitka/optimizations/Tags.py index f2e19a40b..76a4a9ba9 100644 --- a/nuitka/optimizations/Tags.py +++ b/nuitka/optimizations/Tags.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/TraceCollections.py b/nuitka/optimizations/TraceCollections.py index 5033e50ae..3f3745ee9 100644 --- a/nuitka/optimizations/TraceCollections.py +++ b/nuitka/optimizations/TraceCollections.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/ValueTraces.py b/nuitka/optimizations/ValueTraces.py index 160a1b1d1..7da52ad18 100644 --- a/nuitka/optimizations/ValueTraces.py +++ b/nuitka/optimizations/ValueTraces.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/optimizations/__init__.py b/nuitka/optimizations/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/optimizations/__init__.py +++ b/nuitka/optimizations/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/PluginBase.py b/nuitka/plugins/PluginBase.py index 9c09d0940..3b895eca4 100644 --- a/nuitka/plugins/PluginBase.py +++ b/nuitka/plugins/PluginBase.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/Plugins.py b/nuitka/plugins/Plugins.py index 771e81928..b3effbf66 100644 --- a/nuitka/plugins/Plugins.py +++ b/nuitka/plugins/Plugins.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/__init__.py b/nuitka/plugins/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/plugins/__init__.py +++ b/nuitka/plugins/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py b/nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py index 8f16e52bb..330978e34 100644 --- a/nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py +++ b/nuitka/plugins/standard/ConsiderPyLintAnnotationsPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/DataFileCollectorPlugin.py b/nuitka/plugins/standard/DataFileCollectorPlugin.py index 028be8a45..b810c4b16 100644 --- a/nuitka/plugins/standard/DataFileCollectorPlugin.py +++ b/nuitka/plugins/standard/DataFileCollectorPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/ImplicitImports.py b/nuitka/plugins/standard/ImplicitImports.py index 6f2b4cb19..22ae2f96c 100644 --- a/nuitka/plugins/standard/ImplicitImports.py +++ b/nuitka/plugins/standard/ImplicitImports.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/MultiprocessingPlugin.py b/nuitka/plugins/standard/MultiprocessingPlugin.py index 2355df8e4..522ebff5a 100644 --- a/nuitka/plugins/standard/MultiprocessingPlugin.py +++ b/nuitka/plugins/standard/MultiprocessingPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/PmwPlugin.py b/nuitka/plugins/standard/PmwPlugin.py index e622466ca..d392a6f99 100644 --- a/nuitka/plugins/standard/PmwPlugin.py +++ b/nuitka/plugins/standard/PmwPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/PySidePyQtPlugin.py b/nuitka/plugins/standard/PySidePyQtPlugin.py index 91eae0512..84e19f7c7 100644 --- a/nuitka/plugins/standard/PySidePyQtPlugin.py +++ b/nuitka/plugins/standard/PySidePyQtPlugin.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/standard/__init__.py b/nuitka/plugins/standard/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/plugins/standard/__init__.py +++ b/nuitka/plugins/standard/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/plugins/user/__init__.py b/nuitka/plugins/user/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/plugins/user/__init__.py +++ b/nuitka/plugins/user/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/specs/BuiltinParameterSpecs.py b/nuitka/specs/BuiltinParameterSpecs.py index 552b09b08..48e99e940 100644 --- a/nuitka/specs/BuiltinParameterSpecs.py +++ b/nuitka/specs/BuiltinParameterSpecs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/specs/ParameterSpecs.py b/nuitka/specs/ParameterSpecs.py index 4ccb58006..50833b9a0 100644 --- a/nuitka/specs/ParameterSpecs.py +++ b/nuitka/specs/ParameterSpecs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/specs/__init__.py b/nuitka/specs/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/specs/__init__.py +++ b/nuitka/specs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/Basics.py b/nuitka/tools/Basics.py index 47887510b..bcdc4c84c 100644 --- a/nuitka/tools/Basics.py +++ b/nuitka/tools/Basics.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/__init__.py b/nuitka/tools/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/__init__.py +++ b/nuitka/tools/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/profiler/__init__.py b/nuitka/tools/profiler/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/profiler/__init__.py +++ b/nuitka/tools/profiler/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/profiler/__main__.py b/nuitka/tools/profiler/__main__.py index 541f205c8..c07844d2c 100644 --- a/nuitka/tools/profiler/__main__.py +++ b/nuitka/tools/profiler/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/ScanSources.py b/nuitka/tools/quality/ScanSources.py index 247d107b0..b37a95c39 100755 --- a/nuitka/tools/quality/ScanSources.py +++ b/nuitka/tools/quality/ScanSources.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/__init__.py b/nuitka/tools/quality/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/quality/__init__.py +++ b/nuitka/tools/quality/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/autoformat/Autoformat.py b/nuitka/tools/quality/autoformat/Autoformat.py index 5f05c8c79..4821912f7 100755 --- a/nuitka/tools/quality/autoformat/Autoformat.py +++ b/nuitka/tools/quality/autoformat/Autoformat.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/autoformat/__init__.py b/nuitka/tools/quality/autoformat/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/quality/autoformat/__init__.py +++ b/nuitka/tools/quality/autoformat/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/autoformat/__main__.py b/nuitka/tools/quality/autoformat/__main__.py index 337624345..1e5915bec 100644 --- a/nuitka/tools/quality/autoformat/__main__.py +++ b/nuitka/tools/quality/autoformat/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/isort/__init__.py b/nuitka/tools/quality/isort/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/quality/isort/__init__.py +++ b/nuitka/tools/quality/isort/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/isort/__main__.py b/nuitka/tools/quality/isort/__main__.py index 5233fe240..56dd87424 100755 --- a/nuitka/tools/quality/isort/__main__.py +++ b/nuitka/tools/quality/isort/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/pylint/PyLint.py b/nuitka/tools/quality/pylint/PyLint.py index 4631e7025..97f3e274e 100755 --- a/nuitka/tools/quality/pylint/PyLint.py +++ b/nuitka/tools/quality/pylint/PyLint.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/pylint/__init__.py b/nuitka/tools/quality/pylint/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/quality/pylint/__init__.py +++ b/nuitka/tools/quality/pylint/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/pylint/__main__.py b/nuitka/tools/quality/pylint/__main__.py index 706569a94..3aafafa07 100644 --- a/nuitka/tools/quality/pylint/__main__.py +++ b/nuitka/tools/quality/pylint/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/restlint/__init__.py b/nuitka/tools/quality/restlint/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/quality/restlint/__init__.py +++ b/nuitka/tools/quality/restlint/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/quality/restlint/__main__.py b/nuitka/tools/quality/restlint/__main__.py index 5fce4d924..de86edf2a 100644 --- a/nuitka/tools/quality/restlint/__main__.py +++ b/nuitka/tools/quality/restlint/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/Debian.py b/nuitka/tools/release/Debian.py index 6b2c24ebb..c44cbc9b7 100644 --- a/nuitka/tools/release/Debian.py +++ b/nuitka/tools/release/Debian.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/Documentation.py b/nuitka/tools/release/Documentation.py index 7d1341a9f..16b4bd197 100644 --- a/nuitka/tools/release/Documentation.py +++ b/nuitka/tools/release/Documentation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/MSI.py b/nuitka/tools/release/MSI.py index 4dd8bea6f..0a5287ca9 100644 --- a/nuitka/tools/release/MSI.py +++ b/nuitka/tools/release/MSI.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/Release.py b/nuitka/tools/release/Release.py index b393f5179..8976230ed 100644 --- a/nuitka/tools/release/Release.py +++ b/nuitka/tools/release/Release.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/__init__.py b/nuitka/tools/release/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/__init__.py +++ b/nuitka/tools/release/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/bump/__init__.py b/nuitka/tools/release/bump/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/bump/__init__.py +++ b/nuitka/tools/release/bump/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/bump/__main__.py b/nuitka/tools/release/bump/__main__.py index b598940fc..08a99a609 100755 --- a/nuitka/tools/release/bump/__main__.py +++ b/nuitka/tools/release/bump/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/msi_create/__init__.py b/nuitka/tools/release/msi_create/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/msi_create/__init__.py +++ b/nuitka/tools/release/msi_create/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/msi_create/__main__.py b/nuitka/tools/release/msi_create/__main__.py index 092eecf76..ac1f0bff0 100644 --- a/nuitka/tools/release/msi_create/__main__.py +++ b/nuitka/tools/release/msi_create/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/msi_upload/__init__.py b/nuitka/tools/release/msi_upload/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/msi_upload/__init__.py +++ b/nuitka/tools/release/msi_upload/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/msi_upload/__main__.py b/nuitka/tools/release/msi_upload/__main__.py index 0e433479b..7bdf1440b 100644 --- a/nuitka/tools/release/msi_upload/__main__.py +++ b/nuitka/tools/release/msi_upload/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/osc_check/__init__.py b/nuitka/tools/release/osc_check/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/osc_check/__init__.py +++ b/nuitka/tools/release/osc_check/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/osc_check/__main__.py b/nuitka/tools/release/osc_check/__main__.py index 8ea2fe6eb..a4b77ce37 100755 --- a/nuitka/tools/release/osc_check/__main__.py +++ b/nuitka/tools/release/osc_check/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/osc_upload/__init__.py b/nuitka/tools/release/osc_upload/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/osc_upload/__init__.py +++ b/nuitka/tools/release/osc_upload/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/osc_upload/__main__.py b/nuitka/tools/release/osc_upload/__main__.py index fed2a0341..8f1fd8ac4 100755 --- a/nuitka/tools/release/osc_upload/__main__.py +++ b/nuitka/tools/release/osc_upload/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/pypi/__init__.py b/nuitka/tools/release/pypi/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/pypi/__init__.py +++ b/nuitka/tools/release/pypi/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/pypi/__main__.py b/nuitka/tools/release/pypi/__main__.py index 88fe78cb6..657e5f053 100755 --- a/nuitka/tools/release/pypi/__main__.py +++ b/nuitka/tools/release/pypi/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -u -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/sync_doc/__init__.py b/nuitka/tools/release/sync_doc/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/release/sync_doc/__init__.py +++ b/nuitka/tools/release/sync_doc/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/release/sync_doc/__main__.py b/nuitka/tools/release/sync_doc/__main__.py index f94d4e70c..db4c14d08 100644 --- a/nuitka/tools/release/sync_doc/__main__.py +++ b/nuitka/tools/release/sync_doc/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/Common.py b/nuitka/tools/testing/Common.py index 1c8f78b4b..862d898d0 100644 --- a/nuitka/tools/testing/Common.py +++ b/nuitka/tools/testing/Common.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/Constructs.py b/nuitka/tools/testing/Constructs.py index 88031cfd3..f2405c565 100644 --- a/nuitka/tools/testing/Constructs.py +++ b/nuitka/tools/testing/Constructs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/OutputComparison.py b/nuitka/tools/testing/OutputComparison.py index 17f47f046..b668cd6f9 100644 --- a/nuitka/tools/testing/OutputComparison.py +++ b/nuitka/tools/testing/OutputComparison.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/SearchModes.py b/nuitka/tools/testing/SearchModes.py index 4a3cbd005..553906f14 100644 --- a/nuitka/tools/testing/SearchModes.py +++ b/nuitka/tools/testing/SearchModes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/Valgrind.py b/nuitka/tools/testing/Valgrind.py index 0079d2ac7..95a2695f3 100644 --- a/nuitka/tools/testing/Valgrind.py +++ b/nuitka/tools/testing/Valgrind.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/Virtualenv.py b/nuitka/tools/testing/Virtualenv.py index 24d272b22..46f904b6f 100644 --- a/nuitka/tools/testing/Virtualenv.py +++ b/nuitka/tools/testing/Virtualenv.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/__init__.py b/nuitka/tools/testing/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/testing/__init__.py +++ b/nuitka/tools/testing/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/compare_with_cpython/__init__.py b/nuitka/tools/testing/compare_with_cpython/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/testing/compare_with_cpython/__init__.py +++ b/nuitka/tools/testing/compare_with_cpython/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/compare_with_cpython/__main__.py b/nuitka/tools/testing/compare_with_cpython/__main__.py index 123ef8a87..fc83ee03a 100755 --- a/nuitka/tools/testing/compare_with_cpython/__main__.py +++ b/nuitka/tools/testing/compare_with_cpython/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/find_sxs_modules/__init__.py b/nuitka/tools/testing/find_sxs_modules/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/testing/find_sxs_modules/__init__.py +++ b/nuitka/tools/testing/find_sxs_modules/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/find_sxs_modules/__main__.py b/nuitka/tools/testing/find_sxs_modules/__main__.py index caf75521e..c97f755e0 100644 --- a/nuitka/tools/testing/find_sxs_modules/__main__.py +++ b/nuitka/tools/testing/find_sxs_modules/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/measure_construct_performance/__init__.py b/nuitka/tools/testing/measure_construct_performance/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/testing/measure_construct_performance/__init__.py +++ b/nuitka/tools/testing/measure_construct_performance/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/measure_construct_performance/__main__.py b/nuitka/tools/testing/measure_construct_performance/__main__.py index de103fdf8..b9d141b31 100755 --- a/nuitka/tools/testing/measure_construct_performance/__main__.py +++ b/nuitka/tools/testing/measure_construct_performance/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/run_nuitka_tests/__init__.py b/nuitka/tools/testing/run_nuitka_tests/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tools/testing/run_nuitka_tests/__init__.py +++ b/nuitka/tools/testing/run_nuitka_tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tools/testing/run_nuitka_tests/__main__.py b/nuitka/tools/testing/run_nuitka_tests/__main__.py index 33fc48a53..fdd2d72f7 100755 --- a/nuitka/tools/testing/run_nuitka_tests/__main__.py +++ b/nuitka/tools/testing/run_nuitka_tests/__main__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/Building.py b/nuitka/tree/Building.py index bef915429..f9f6ea836 100644 --- a/nuitka/tree/Building.py +++ b/nuitka/tree/Building.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ComplexCallHelperFunctions.py b/nuitka/tree/ComplexCallHelperFunctions.py index a99caffcc..1f2f9cf99 100644 --- a/nuitka/tree/ComplexCallHelperFunctions.py +++ b/nuitka/tree/ComplexCallHelperFunctions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/Extractions.py b/nuitka/tree/Extractions.py index ed484d158..744a15ea2 100644 --- a/nuitka/tree/Extractions.py +++ b/nuitka/tree/Extractions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/InternalModule.py b/nuitka/tree/InternalModule.py index 7c17fdf9d..30569c97b 100644 --- a/nuitka/tree/InternalModule.py +++ b/nuitka/tree/InternalModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/Operations.py b/nuitka/tree/Operations.py index 65689062f..e101397f1 100644 --- a/nuitka/tree/Operations.py +++ b/nuitka/tree/Operations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationAssertStatements.py b/nuitka/tree/ReformulationAssertStatements.py index fe0e7194d..79a3138d4 100644 --- a/nuitka/tree/ReformulationAssertStatements.py +++ b/nuitka/tree/ReformulationAssertStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationAssignmentStatements.py b/nuitka/tree/ReformulationAssignmentStatements.py index ead898d57..a5b426681 100644 --- a/nuitka/tree/ReformulationAssignmentStatements.py +++ b/nuitka/tree/ReformulationAssignmentStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationBooleanExpressions.py b/nuitka/tree/ReformulationBooleanExpressions.py index bc13b6f3b..4e85cc488 100644 --- a/nuitka/tree/ReformulationBooleanExpressions.py +++ b/nuitka/tree/ReformulationBooleanExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationCallExpressions.py b/nuitka/tree/ReformulationCallExpressions.py index 43edc2c49..1ad21a671 100644 --- a/nuitka/tree/ReformulationCallExpressions.py +++ b/nuitka/tree/ReformulationCallExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationClasses.py b/nuitka/tree/ReformulationClasses.py index 4e0386b1d..9b112f9a2 100644 --- a/nuitka/tree/ReformulationClasses.py +++ b/nuitka/tree/ReformulationClasses.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationClasses3.py b/nuitka/tree/ReformulationClasses3.py index 49b6a9ca8..8652c7600 100644 --- a/nuitka/tree/ReformulationClasses3.py +++ b/nuitka/tree/ReformulationClasses3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationComparisonExpressions.py b/nuitka/tree/ReformulationComparisonExpressions.py index cb5a22311..d026150de 100644 --- a/nuitka/tree/ReformulationComparisonExpressions.py +++ b/nuitka/tree/ReformulationComparisonExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationContractionExpressions.py b/nuitka/tree/ReformulationContractionExpressions.py index d03845866..43aad7951 100644 --- a/nuitka/tree/ReformulationContractionExpressions.py +++ b/nuitka/tree/ReformulationContractionExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationDictionaryCreation.py b/nuitka/tree/ReformulationDictionaryCreation.py index ff0c5ab9b..aefaf3a9a 100644 --- a/nuitka/tree/ReformulationDictionaryCreation.py +++ b/nuitka/tree/ReformulationDictionaryCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationExecStatements.py b/nuitka/tree/ReformulationExecStatements.py index 36db3b370..3d3ab7a36 100644 --- a/nuitka/tree/ReformulationExecStatements.py +++ b/nuitka/tree/ReformulationExecStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationForLoopStatements.py b/nuitka/tree/ReformulationForLoopStatements.py index 168544db9..18e1545d6 100644 --- a/nuitka/tree/ReformulationForLoopStatements.py +++ b/nuitka/tree/ReformulationForLoopStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationFunctionStatements.py b/nuitka/tree/ReformulationFunctionStatements.py index 6544639c2..3fb863554 100644 --- a/nuitka/tree/ReformulationFunctionStatements.py +++ b/nuitka/tree/ReformulationFunctionStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationImportStatements.py b/nuitka/tree/ReformulationImportStatements.py index e494d9baa..78797b5ad 100644 --- a/nuitka/tree/ReformulationImportStatements.py +++ b/nuitka/tree/ReformulationImportStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationLambdaExpressions.py b/nuitka/tree/ReformulationLambdaExpressions.py index 647dc3b3e..6771302b0 100644 --- a/nuitka/tree/ReformulationLambdaExpressions.py +++ b/nuitka/tree/ReformulationLambdaExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationNamespacePackages.py b/nuitka/tree/ReformulationNamespacePackages.py index 2c4a56cc3..4a1e94d5e 100644 --- a/nuitka/tree/ReformulationNamespacePackages.py +++ b/nuitka/tree/ReformulationNamespacePackages.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationPrintStatements.py b/nuitka/tree/ReformulationPrintStatements.py index 5c802a75e..8b48cedab 100644 --- a/nuitka/tree/ReformulationPrintStatements.py +++ b/nuitka/tree/ReformulationPrintStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationSequenceCreation.py b/nuitka/tree/ReformulationSequenceCreation.py index 627a59765..dd9c801fb 100644 --- a/nuitka/tree/ReformulationSequenceCreation.py +++ b/nuitka/tree/ReformulationSequenceCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationSubscriptExpressions.py b/nuitka/tree/ReformulationSubscriptExpressions.py index 504fb443f..ae2c33041 100644 --- a/nuitka/tree/ReformulationSubscriptExpressions.py +++ b/nuitka/tree/ReformulationSubscriptExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationTryExceptStatements.py b/nuitka/tree/ReformulationTryExceptStatements.py index 21bc263d6..fc2594df7 100644 --- a/nuitka/tree/ReformulationTryExceptStatements.py +++ b/nuitka/tree/ReformulationTryExceptStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationTryFinallyStatements.py b/nuitka/tree/ReformulationTryFinallyStatements.py index 23834b36d..5a951a0bb 100644 --- a/nuitka/tree/ReformulationTryFinallyStatements.py +++ b/nuitka/tree/ReformulationTryFinallyStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationWhileLoopStatements.py b/nuitka/tree/ReformulationWhileLoopStatements.py index 8b7e7634b..47fd4fa5e 100644 --- a/nuitka/tree/ReformulationWhileLoopStatements.py +++ b/nuitka/tree/ReformulationWhileLoopStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationWithStatements.py b/nuitka/tree/ReformulationWithStatements.py index 83957d608..8c54ed9c4 100644 --- a/nuitka/tree/ReformulationWithStatements.py +++ b/nuitka/tree/ReformulationWithStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/ReformulationYieldExpressions.py b/nuitka/tree/ReformulationYieldExpressions.py index 82da245b3..93cc8b819 100644 --- a/nuitka/tree/ReformulationYieldExpressions.py +++ b/nuitka/tree/ReformulationYieldExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/SourceReading.py b/nuitka/tree/SourceReading.py index fdd7329ad..f0cb49b08 100644 --- a/nuitka/tree/SourceReading.py +++ b/nuitka/tree/SourceReading.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/SyntaxErrors.py b/nuitka/tree/SyntaxErrors.py index a95e0c1e4..fe06eba68 100644 --- a/nuitka/tree/SyntaxErrors.py +++ b/nuitka/tree/SyntaxErrors.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/TreeHelpers.py b/nuitka/tree/TreeHelpers.py index 7f281105c..bbc9edfa6 100644 --- a/nuitka/tree/TreeHelpers.py +++ b/nuitka/tree/TreeHelpers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/VariableClosure.py b/nuitka/tree/VariableClosure.py index 09132519c..f4611a1a3 100644 --- a/nuitka/tree/VariableClosure.py +++ b/nuitka/tree/VariableClosure.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/tree/__init__.py b/nuitka/tree/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/tree/__init__.py +++ b/nuitka/tree/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/AppDirs.py b/nuitka/utils/AppDirs.py index d2647ac42..1b4dce212 100644 --- a/nuitka/utils/AppDirs.py +++ b/nuitka/utils/AppDirs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/CStrings.py b/nuitka/utils/CStrings.py index 3b69da534..19f31806a 100644 --- a/nuitka/utils/CStrings.py +++ b/nuitka/utils/CStrings.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/Execution.py b/nuitka/utils/Execution.py index 5a25d82a8..41b30f3d7 100644 --- a/nuitka/utils/Execution.py +++ b/nuitka/utils/Execution.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/FileOperations.py b/nuitka/utils/FileOperations.py index fe79e9b98..63bcadf7b 100644 --- a/nuitka/utils/FileOperations.py +++ b/nuitka/utils/FileOperations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/InstanceCounters.py b/nuitka/utils/InstanceCounters.py index debc6c79b..32df7fe69 100644 --- a/nuitka/utils/InstanceCounters.py +++ b/nuitka/utils/InstanceCounters.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/MemoryUsage.py b/nuitka/utils/MemoryUsage.py index 9ff3cde51..7b26794e6 100644 --- a/nuitka/utils/MemoryUsage.py +++ b/nuitka/utils/MemoryUsage.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/SharedLibraries.py b/nuitka/utils/SharedLibraries.py index 8c99879dc..864c502ea 100644 --- a/nuitka/utils/SharedLibraries.py +++ b/nuitka/utils/SharedLibraries.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/Shebang.py b/nuitka/utils/Shebang.py index 4f1dfa192..1b5931573 100644 --- a/nuitka/utils/Shebang.py +++ b/nuitka/utils/Shebang.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/ThreadedExecutor.py b/nuitka/utils/ThreadedExecutor.py index 981e0ab6a..a85d3c6b9 100644 --- a/nuitka/utils/ThreadedExecutor.py +++ b/nuitka/utils/ThreadedExecutor.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/Timing.py b/nuitka/utils/Timing.py index d4e566b10..54d431cdc 100644 --- a/nuitka/utils/Timing.py +++ b/nuitka/utils/Timing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/Utils.py b/nuitka/utils/Utils.py index 7ecbc6bf8..07c85d5c4 100644 --- a/nuitka/utils/Utils.py +++ b/nuitka/utils/Utils.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/nuitka/utils/__init__.py b/nuitka/utils/__init__.py index 8142837da..fb6525ec1 100644 --- a/nuitka/utils/__init__.py +++ b/nuitka/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/rpm/check-osc-status.py b/rpm/check-osc-status.py index 65a408a68..fd80c4569 100755 --- a/rpm/check-osc-status.py +++ b/rpm/check-osc-status.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/rpm/make-osc-upload.py b/rpm/make-osc-upload.py index c5747126f..687f87b8a 100755 --- a/rpm/make-osc-upload.py +++ b/rpm/make-osc-upload.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/setup.py b/setup.py index 7e373c20e..371903f59 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/tests/basics/Asserts.py b/tests/basics/Asserts.py index 59556b2c4..ca29cacb2 100644 --- a/tests/basics/Asserts.py +++ b/tests/basics/Asserts.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Assignments.py b/tests/basics/Assignments.py index cb932806e..9c57bfe83 100644 --- a/tests/basics/Assignments.py +++ b/tests/basics/Assignments.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Assignments32.py b/tests/basics/Assignments32.py index d5675b051..70772a472 100644 --- a/tests/basics/Assignments32.py +++ b/tests/basics/Assignments32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Branching.py b/tests/basics/Branching.py index d7c6c7b4a..0140856f0 100644 --- a/tests/basics/Branching.py +++ b/tests/basics/Branching.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/BuiltinOverload.py b/tests/basics/BuiltinOverload.py index cc0c1bb22..2c78013cd 100644 --- a/tests/basics/BuiltinOverload.py +++ b/tests/basics/BuiltinOverload.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/BuiltinSuper.py b/tests/basics/BuiltinSuper.py index d49618c85..8cdba368c 100644 --- a/tests/basics/BuiltinSuper.py +++ b/tests/basics/BuiltinSuper.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/BuiltinsTest.py b/tests/basics/BuiltinsTest.py index 5cbe912a9..d964d73f9 100644 --- a/tests/basics/BuiltinsTest.py +++ b/tests/basics/BuiltinsTest.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ClassMinimal.py b/tests/basics/ClassMinimal.py index 5d1a47f1b..d4f998664 100644 --- a/tests/basics/ClassMinimal.py +++ b/tests/basics/ClassMinimal.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Classes.py b/tests/basics/Classes.py index 6de773a73..f4f3db970 100644 --- a/tests/basics/Classes.py +++ b/tests/basics/Classes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Classes32.py b/tests/basics/Classes32.py index 347a4448d..903895202 100644 --- a/tests/basics/Classes32.py +++ b/tests/basics/Classes32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Classes34.py b/tests/basics/Classes34.py index 9ead466d5..90417ea54 100644 --- a/tests/basics/Classes34.py +++ b/tests/basics/Classes34.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ComparisonChains.py b/tests/basics/ComparisonChains.py index 03b7bf961..c2d39694a 100644 --- a/tests/basics/ComparisonChains.py +++ b/tests/basics/ComparisonChains.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Constants.py b/tests/basics/Constants.py index b13952c89..bd3ef6fd5 100644 --- a/tests/basics/Constants.py +++ b/tests/basics/Constants.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Constants27.py b/tests/basics/Constants27.py index b181ff8f3..0bb877ae1 100644 --- a/tests/basics/Constants27.py +++ b/tests/basics/Constants27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Crashers.py b/tests/basics/Crashers.py index 2900618eb..2f100778d 100644 --- a/tests/basics/Crashers.py +++ b/tests/basics/Crashers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Decorators.py b/tests/basics/Decorators.py index e94f19f19..c454f1ad2 100644 --- a/tests/basics/Decorators.py +++ b/tests/basics/Decorators.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/DefaultParameters.py b/tests/basics/DefaultParameters.py index 5e90e1f56..6a807f048 100644 --- a/tests/basics/DefaultParameters.py +++ b/tests/basics/DefaultParameters.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/DoubleDeletions.py b/tests/basics/DoubleDeletions.py index d2c92de13..069067ab0 100644 --- a/tests/basics/DoubleDeletions.py +++ b/tests/basics/DoubleDeletions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Empty.py b/tests/basics/Empty.py index 62302c376..eabb923cb 100644 --- a/tests/basics/Empty.py +++ b/tests/basics/Empty.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ExceptionRaising.py b/tests/basics/ExceptionRaising.py index 05841e113..6da4a51ce 100644 --- a/tests/basics/ExceptionRaising.py +++ b/tests/basics/ExceptionRaising.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ExceptionRaising32.py b/tests/basics/ExceptionRaising32.py index 4acf5a3e4..8d4c4396a 100644 --- a/tests/basics/ExceptionRaising32.py +++ b/tests/basics/ExceptionRaising32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ExceptionRaising33.py b/tests/basics/ExceptionRaising33.py index 7f2cf8d64..52eeb1e1a 100644 --- a/tests/basics/ExceptionRaising33.py +++ b/tests/basics/ExceptionRaising33.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ExecEval.py b/tests/basics/ExecEval.py index f90c923d2..4662b790b 100644 --- a/tests/basics/ExecEval.py +++ b/tests/basics/ExecEval.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ExtremeClosure.py b/tests/basics/ExtremeClosure.py index df6cc716b..08952f828 100644 --- a/tests/basics/ExtremeClosure.py +++ b/tests/basics/ExtremeClosure.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/FunctionObjects.py b/tests/basics/FunctionObjects.py index 596162810..40b88eea2 100644 --- a/tests/basics/FunctionObjects.py +++ b/tests/basics/FunctionObjects.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Functions.py b/tests/basics/Functions.py index b5b4aa681..85f0f7568 100644 --- a/tests/basics/Functions.py +++ b/tests/basics/Functions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Functions32.py b/tests/basics/Functions32.py index c747eba1b..4ab2a7099 100644 --- a/tests/basics/Functions32.py +++ b/tests/basics/Functions32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Functions_2.py b/tests/basics/Functions_2.py index 66be4065d..7302ad670 100644 --- a/tests/basics/Functions_2.py +++ b/tests/basics/Functions_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Future32.py b/tests/basics/Future32.py index d403884c6..54715670a 100644 --- a/tests/basics/Future32.py +++ b/tests/basics/Future32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/GeneratorExpressions.py b/tests/basics/GeneratorExpressions.py index f8540eda2..4f1a6fa31 100644 --- a/tests/basics/GeneratorExpressions.py +++ b/tests/basics/GeneratorExpressions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/GlobalStatement.py b/tests/basics/GlobalStatement.py index afac72bc2..76f081564 100644 --- a/tests/basics/GlobalStatement.py +++ b/tests/basics/GlobalStatement.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/HelloWorld_2.py b/tests/basics/HelloWorld_2.py index 12c7e6d9a..9d6aac6de 100644 --- a/tests/basics/HelloWorld_2.py +++ b/tests/basics/HelloWorld_2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Importing.py b/tests/basics/Importing.py index 348e46b89..8178b0cfa 100644 --- a/tests/basics/Importing.py +++ b/tests/basics/Importing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/InplaceOperations.py b/tests/basics/InplaceOperations.py index 7bfd49a6b..b907ed292 100644 --- a/tests/basics/InplaceOperations.py +++ b/tests/basics/InplaceOperations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Inspection.py b/tests/basics/Inspection.py index 8f25d47cb..2272c3895 100644 --- a/tests/basics/Inspection.py +++ b/tests/basics/Inspection.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Lamdas.py b/tests/basics/Lamdas.py index f8c9ebb3c..8d97ed515 100644 --- a/tests/basics/Lamdas.py +++ b/tests/basics/Lamdas.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/LateClosureAssignment.py b/tests/basics/LateClosureAssignment.py index 79002fc8e..7e46b5ad8 100644 --- a/tests/basics/LateClosureAssignment.py +++ b/tests/basics/LateClosureAssignment.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ListContractions.py b/tests/basics/ListContractions.py index d05440f19..795875562 100644 --- a/tests/basics/ListContractions.py +++ b/tests/basics/ListContractions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Looping.py b/tests/basics/Looping.py index 8afbe59c6..92c584b79 100644 --- a/tests/basics/Looping.py +++ b/tests/basics/Looping.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/MainPrograms.py b/tests/basics/MainPrograms.py index 7240b45a6..c9ae90e63 100644 --- a/tests/basics/MainPrograms.py +++ b/tests/basics/MainPrograms.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ModuleAttributes.py b/tests/basics/ModuleAttributes.py index 75dc83c69..412f80782 100644 --- a/tests/basics/ModuleAttributes.py +++ b/tests/basics/ModuleAttributes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Operators.py b/tests/basics/Operators.py index 3e2665cd0..42e3eb893 100644 --- a/tests/basics/Operators.py +++ b/tests/basics/Operators.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/OrderChecks.py b/tests/basics/OrderChecks.py index 53362f8a9..7e7b684a3 100644 --- a/tests/basics/OrderChecks.py +++ b/tests/basics/OrderChecks.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/OrderChecks27.py b/tests/basics/OrderChecks27.py index 576d591fa..28893a18a 100644 --- a/tests/basics/OrderChecks27.py +++ b/tests/basics/OrderChecks27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/OverflowFunctions_2.py b/tests/basics/OverflowFunctions_2.py index fe7d90d7c..377b197f2 100644 --- a/tests/basics/OverflowFunctions_2.py +++ b/tests/basics/OverflowFunctions_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ParameterErrors.py b/tests/basics/ParameterErrors.py index 42690b19f..056a2d711 100644 --- a/tests/basics/ParameterErrors.py +++ b/tests/basics/ParameterErrors.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ParameterErrors32.py b/tests/basics/ParameterErrors32.py index efab67935..ad6cb4332 100644 --- a/tests/basics/ParameterErrors32.py +++ b/tests/basics/ParameterErrors32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/PrintFuture.py b/tests/basics/PrintFuture.py index 35b411032..173b9b8e7 100644 --- a/tests/basics/PrintFuture.py +++ b/tests/basics/PrintFuture.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Printing_2.py b/tests/basics/Printing_2.py index f10d7e802..d857372e5 100644 --- a/tests/basics/Printing_2.py +++ b/tests/basics/Printing_2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Recursion.py b/tests/basics/Recursion.py index 7ba04787a..5beb175c5 100644 --- a/tests/basics/Recursion.py +++ b/tests/basics/Recursion.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing.py b/tests/basics/Referencing.py index 018bdfc1c..c02d825d7 100644 --- a/tests/basics/Referencing.py +++ b/tests/basics/Referencing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing27.py b/tests/basics/Referencing27.py index fce47f5d9..55d48f775 100644 --- a/tests/basics/Referencing27.py +++ b/tests/basics/Referencing27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing32.py b/tests/basics/Referencing32.py index fffdc5445..bc36a9ac5 100644 --- a/tests/basics/Referencing32.py +++ b/tests/basics/Referencing32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing33.py b/tests/basics/Referencing33.py index 4c88234c5..9572db640 100644 --- a/tests/basics/Referencing33.py +++ b/tests/basics/Referencing33.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing35.py b/tests/basics/Referencing35.py index a623a82c9..9654c49c5 100644 --- a/tests/basics/Referencing35.py +++ b/tests/basics/Referencing35.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing36.py b/tests/basics/Referencing36.py index 7b6b52c09..f339e17d3 100644 --- a/tests/basics/Referencing36.py +++ b/tests/basics/Referencing36.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Referencing_2.py b/tests/basics/Referencing_2.py index b19f56244..aaa7ef1c2 100644 --- a/tests/basics/Referencing_2.py +++ b/tests/basics/Referencing_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Slots.py b/tests/basics/Slots.py index de4312989..00c0e712d 100644 --- a/tests/basics/Slots.py +++ b/tests/basics/Slots.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/ThreadedGenerators.py b/tests/basics/ThreadedGenerators.py index 1e0db5c93..d3051d99e 100644 --- a/tests/basics/ThreadedGenerators.py +++ b/tests/basics/ThreadedGenerators.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TrickAssignments32.py b/tests/basics/TrickAssignments32.py index ae24e7a6b..9b79e7a47 100644 --- a/tests/basics/TrickAssignments32.py +++ b/tests/basics/TrickAssignments32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TrickAssignments35.py b/tests/basics/TrickAssignments35.py index 404d98f5f..105442921 100644 --- a/tests/basics/TrickAssignments35.py +++ b/tests/basics/TrickAssignments35.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TrickAssignments_2.py b/tests/basics/TrickAssignments_2.py index 0a415b34f..cb0f93c9c 100644 --- a/tests/basics/TrickAssignments_2.py +++ b/tests/basics/TrickAssignments_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryContinueFinally.py b/tests/basics/TryContinueFinally.py index c6604ffc3..aa2c44b60 100644 --- a/tests/basics/TryContinueFinally.py +++ b/tests/basics/TryContinueFinally.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryExceptContinue.py b/tests/basics/TryExceptContinue.py index 024067551..6510219df 100644 --- a/tests/basics/TryExceptContinue.py +++ b/tests/basics/TryExceptContinue.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryExceptFinally.py b/tests/basics/TryExceptFinally.py index 6198e7641..9c2c858ff 100644 --- a/tests/basics/TryExceptFinally.py +++ b/tests/basics/TryExceptFinally.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryExceptFrames.py b/tests/basics/TryExceptFrames.py index ff340f45f..f9571251d 100644 --- a/tests/basics/TryExceptFrames.py +++ b/tests/basics/TryExceptFrames.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryReturnFinally.py b/tests/basics/TryReturnFinally.py index cfba90cbd..6b3d46039 100644 --- a/tests/basics/TryReturnFinally.py +++ b/tests/basics/TryReturnFinally.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/TryYieldFinally.py b/tests/basics/TryYieldFinally.py index d70e986d6..96bce5d50 100644 --- a/tests/basics/TryYieldFinally.py +++ b/tests/basics/TryYieldFinally.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Unicode.py b/tests/basics/Unicode.py index 863db37a9..db9e810a1 100644 --- a/tests/basics/Unicode.py +++ b/tests/basics/Unicode.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Unpacking35.py b/tests/basics/Unpacking35.py index 79026fabd..65ee68623 100644 --- a/tests/basics/Unpacking35.py +++ b/tests/basics/Unpacking35.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/Varargs.py b/tests/basics/Varargs.py index 0a3d9c60a..316deb942 100644 --- a/tests/basics/Varargs.py +++ b/tests/basics/Varargs.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/WithStatements.py b/tests/basics/WithStatements.py index 968ebc24a..204764cdd 100644 --- a/tests/basics/WithStatements.py +++ b/tests/basics/WithStatements.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/YieldFrom33.py b/tests/basics/YieldFrom33.py index a64f948b7..3be7ba3e6 100644 --- a/tests/basics/YieldFrom33.py +++ b/tests/basics/YieldFrom33.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/run_all.py b/tests/basics/run_all.py index 2cd66a312..b41cc7eef 100755 --- a/tests/basics/run_all.py +++ b/tests/basics/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/basics/run_xml.py b/tests/basics/run_xml.py index 75fad1120..1fe81cb99 100755 --- a/tests/basics/run_xml.py +++ b/tests/basics/run_xml.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/benchmarks/binary-trees.py b/tests/benchmarks/binary-trees.py index a397019a5..9131a8113 100644 --- a/tests/benchmarks/binary-trees.py +++ b/tests/benchmarks/binary-trees.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py b/tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py index d51be1b2c..1078cfe40 100644 --- a/tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py +++ b/tests/benchmarks/comparisons/GeneratorFunctionVsGeneratorExpression.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/BuiltinSumWithGenerator.py b/tests/benchmarks/constructs/BuiltinSumWithGenerator.py index a908e6e74..fb59fe179 100644 --- a/tests/benchmarks/constructs/BuiltinSumWithGenerator.py +++ b/tests/benchmarks/constructs/BuiltinSumWithGenerator.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/BuiltinSumWithList.py b/tests/benchmarks/constructs/BuiltinSumWithList.py index 8b665715e..2a9359192 100644 --- a/tests/benchmarks/constructs/BuiltinSumWithList.py +++ b/tests/benchmarks/constructs/BuiltinSumWithList.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/BuiltinSumWithTuple.py b/tests/benchmarks/constructs/BuiltinSumWithTuple.py index 49e07e3a1..cea40f34a 100644 --- a/tests/benchmarks/constructs/BuiltinSumWithTuple.py +++ b/tests/benchmarks/constructs/BuiltinSumWithTuple.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsConstant.py b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsConstant.py index 4ba1b1da2..a98558d8c 100644 --- a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsConstant.py +++ b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsConstant.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsDefaults.py b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsDefaults.py index 0b5373924..cece8c4b4 100644 --- a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsDefaults.py +++ b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsDefaults.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsVariable.py b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsVariable.py index cf8ae19a4..7d5100c45 100644 --- a/tests/benchmarks/constructs/CallCompiledFunctionPosArgsVariable.py +++ b/tests/benchmarks/constructs/CallCompiledFunctionPosArgsVariable.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledInstanceMethodNoArgs_27.py b/tests/benchmarks/constructs/CallCompiledInstanceMethodNoArgs_27.py index fa889c39d..251762a74 100644 --- a/tests/benchmarks/constructs/CallCompiledInstanceMethodNoArgs_27.py +++ b/tests/benchmarks/constructs/CallCompiledInstanceMethodNoArgs_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant1_27.py b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant1_27.py index d1c3a6d94..4b020b6ba 100644 --- a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant1_27.py +++ b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant1_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant6_27.py b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant6_27.py index 44fe033ec..976c6b936 100644 --- a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant6_27.py +++ b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsConstant6_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsDefaults_27.py b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsDefaults_27.py index 069ad61e1..8882153de 100644 --- a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsDefaults_27.py +++ b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsDefaults_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsVariable_27.py b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsVariable_27.py index bd751f75b..050aa5840 100644 --- a/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsVariable_27.py +++ b/tests/benchmarks/constructs/CallCompiledInstanceMethodPosArgsVariable_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledObjectMethodNoArgs.py b/tests/benchmarks/constructs/CallCompiledObjectMethodNoArgs.py index 964ada06a..9717fb1a0 100644 --- a/tests/benchmarks/constructs/CallCompiledObjectMethodNoArgs.py +++ b/tests/benchmarks/constructs/CallCompiledObjectMethodNoArgs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant1.py b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant1.py index 0dd6ba31f..16b832040 100644 --- a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant1.py +++ b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant6.py b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant6.py index 1289d18b6..6de2f368a 100644 --- a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant6.py +++ b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsConstant6.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsDefaults.py b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsDefaults.py index 419faae5b..1518fab23 100644 --- a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsDefaults.py +++ b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsDefaults.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsVariable.py b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsVariable.py index 2328b59f2..ad6fee938 100644 --- a/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsVariable.py +++ b/tests/benchmarks/constructs/CallCompiledObjectMethodPosArgsVariable.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallLambdaExpressionDirectly.py b/tests/benchmarks/constructs/CallLambdaExpressionDirectly.py index b13b28929..a1f6c9dad 100644 --- a/tests/benchmarks/constructs/CallLambdaExpressionDirectly.py +++ b/tests/benchmarks/constructs/CallLambdaExpressionDirectly.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallUncompiledFunctionComplexArgs.py b/tests/benchmarks/constructs/CallUncompiledFunctionComplexArgs.py index 4cd1f4316..c0d9dcb76 100644 --- a/tests/benchmarks/constructs/CallUncompiledFunctionComplexArgs.py +++ b/tests/benchmarks/constructs/CallUncompiledFunctionComplexArgs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/CallUncompiledFunctionPosArgs.py b/tests/benchmarks/constructs/CallUncompiledFunctionPosArgs.py index fa46573a2..67aee11ff 100644 --- a/tests/benchmarks/constructs/CallUncompiledFunctionPosArgs.py +++ b/tests/benchmarks/constructs/CallUncompiledFunctionPosArgs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/ClosureVariableAccess.py b/tests/benchmarks/constructs/ClosureVariableAccess.py index b02a90a92..e77c9800d 100644 --- a/tests/benchmarks/constructs/ClosureVariableAccess.py +++ b/tests/benchmarks/constructs/ClosureVariableAccess.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/DictCreation.py b/tests/benchmarks/constructs/DictCreation.py index 4098eec84..b615b6735 100644 --- a/tests/benchmarks/constructs/DictCreation.py +++ b/tests/benchmarks/constructs/DictCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionCreationClosure.py b/tests/benchmarks/constructs/FunctionCreationClosure.py index bba2825b0..26e1ce1f3 100644 --- a/tests/benchmarks/constructs/FunctionCreationClosure.py +++ b/tests/benchmarks/constructs/FunctionCreationClosure.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionCreationGeneratorClosure.py b/tests/benchmarks/constructs/FunctionCreationGeneratorClosure.py index 1e5be1969..bed9fb9a3 100644 --- a/tests/benchmarks/constructs/FunctionCreationGeneratorClosure.py +++ b/tests/benchmarks/constructs/FunctionCreationGeneratorClosure.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionCreationGeneratorLocal.py b/tests/benchmarks/constructs/FunctionCreationGeneratorLocal.py index 386110f67..e1e6fcec8 100644 --- a/tests/benchmarks/constructs/FunctionCreationGeneratorLocal.py +++ b/tests/benchmarks/constructs/FunctionCreationGeneratorLocal.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionCreationLocal.py b/tests/benchmarks/constructs/FunctionCreationLocal.py index 831dd4715..826d19f13 100644 --- a/tests/benchmarks/constructs/FunctionCreationLocal.py +++ b/tests/benchmarks/constructs/FunctionCreationLocal.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionEmpty.py b/tests/benchmarks/constructs/FunctionEmpty.py index 7fa011a2c..7dff0e163 100644 --- a/tests/benchmarks/constructs/FunctionEmpty.py +++ b/tests/benchmarks/constructs/FunctionEmpty.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/FunctionRaise.py b/tests/benchmarks/constructs/FunctionRaise.py index 8911aaf29..7a8d197f5 100644 --- a/tests/benchmarks/constructs/FunctionRaise.py +++ b/tests/benchmarks/constructs/FunctionRaise.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GeneratorExit.py b/tests/benchmarks/constructs/GeneratorExit.py index 5d1417dc0..3f325f003 100644 --- a/tests/benchmarks/constructs/GeneratorExit.py +++ b/tests/benchmarks/constructs/GeneratorExit.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GeneratorExpressionCreation.py b/tests/benchmarks/constructs/GeneratorExpressionCreation.py index 6b3eaf8cf..c241fe9fe 100644 --- a/tests/benchmarks/constructs/GeneratorExpressionCreation.py +++ b/tests/benchmarks/constructs/GeneratorExpressionCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GeneratorExpressionExit.py b/tests/benchmarks/constructs/GeneratorExpressionExit.py index eb0d3dd2f..9cf59db65 100644 --- a/tests/benchmarks/constructs/GeneratorExpressionExit.py +++ b/tests/benchmarks/constructs/GeneratorExpressionExit.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GeneratorExpressionUsage.py b/tests/benchmarks/constructs/GeneratorExpressionUsage.py index ccb1b74bb..2b762e045 100644 --- a/tests/benchmarks/constructs/GeneratorExpressionUsage.py +++ b/tests/benchmarks/constructs/GeneratorExpressionUsage.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GeneratorUsage.py b/tests/benchmarks/constructs/GeneratorUsage.py index b210bc2c8..263081b10 100644 --- a/tests/benchmarks/constructs/GeneratorUsage.py +++ b/tests/benchmarks/constructs/GeneratorUsage.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/GlobalVariableAccess.py b/tests/benchmarks/constructs/GlobalVariableAccess.py index 2d05ab88c..d78ac4691 100644 --- a/tests/benchmarks/constructs/GlobalVariableAccess.py +++ b/tests/benchmarks/constructs/GlobalVariableAccess.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationFloatAdd.py b/tests/benchmarks/constructs/InplaceOperationFloatAdd.py index 3feb6eec5..7c35c4781 100644 --- a/tests/benchmarks/constructs/InplaceOperationFloatAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationFloatAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationInstanceStringAdd.py b/tests/benchmarks/constructs/InplaceOperationInstanceStringAdd.py index 3ec938f45..b1cbc1f1a 100644 --- a/tests/benchmarks/constructs/InplaceOperationInstanceStringAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationInstanceStringAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationIntegerAdd.py b/tests/benchmarks/constructs/InplaceOperationIntegerAdd.py index cb6c2ea94..3d22043b9 100644 --- a/tests/benchmarks/constructs/InplaceOperationIntegerAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationIntegerAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationIntegerMul.py b/tests/benchmarks/constructs/InplaceOperationIntegerMul.py index 8594fa8df..8a35a7031 100644 --- a/tests/benchmarks/constructs/InplaceOperationIntegerMul.py +++ b/tests/benchmarks/constructs/InplaceOperationIntegerMul.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationListAdd.py b/tests/benchmarks/constructs/InplaceOperationListAdd.py index 003020346..bb61b790c 100644 --- a/tests/benchmarks/constructs/InplaceOperationListAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationListAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationStringAdd.py b/tests/benchmarks/constructs/InplaceOperationStringAdd.py index 33faafcf9..c2bd43435 100644 --- a/tests/benchmarks/constructs/InplaceOperationStringAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationStringAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationTupleAdd.py b/tests/benchmarks/constructs/InplaceOperationTupleAdd.py index a3e7cfb15..cd182e5ba 100644 --- a/tests/benchmarks/constructs/InplaceOperationTupleAdd.py +++ b/tests/benchmarks/constructs/InplaceOperationTupleAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/InplaceOperationUnicodeAdd_27.py b/tests/benchmarks/constructs/InplaceOperationUnicodeAdd_27.py index e36aa00a1..98d2b5a75 100644 --- a/tests/benchmarks/constructs/InplaceOperationUnicodeAdd_27.py +++ b/tests/benchmarks/constructs/InplaceOperationUnicodeAdd_27.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/ListContraction.py b/tests/benchmarks/constructs/ListContraction.py index c9d3cbea6..f4f06666a 100644 --- a/tests/benchmarks/constructs/ListContraction.py +++ b/tests/benchmarks/constructs/ListContraction.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/ListCreation.py b/tests/benchmarks/constructs/ListCreation.py index 156e78c7c..64f6c3c40 100644 --- a/tests/benchmarks/constructs/ListCreation.py +++ b/tests/benchmarks/constructs/ListCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/LocalVariableAccess.py b/tests/benchmarks/constructs/LocalVariableAccess.py index 62dd89b42..1cd5b919b 100644 --- a/tests/benchmarks/constructs/LocalVariableAccess.py +++ b/tests/benchmarks/constructs/LocalVariableAccess.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/LocalVariableAssign.py b/tests/benchmarks/constructs/LocalVariableAssign.py index f72ba1d77..6af3de51a 100644 --- a/tests/benchmarks/constructs/LocalVariableAssign.py +++ b/tests/benchmarks/constructs/LocalVariableAssign.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/LocalVariableDeletion.py b/tests/benchmarks/constructs/LocalVariableDeletion.py index a80cd0c69..4e465efa2 100644 --- a/tests/benchmarks/constructs/LocalVariableDeletion.py +++ b/tests/benchmarks/constructs/LocalVariableDeletion.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/LoopSmallRange.py b/tests/benchmarks/constructs/LoopSmallRange.py index 4c45e3f59..6b02becd0 100644 --- a/tests/benchmarks/constructs/LoopSmallRange.py +++ b/tests/benchmarks/constructs/LoopSmallRange.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/LoopSmallXrange.py b/tests/benchmarks/constructs/LoopSmallXrange.py index 3d68797d6..3e9e34ebb 100644 --- a/tests/benchmarks/constructs/LoopSmallXrange.py +++ b/tests/benchmarks/constructs/LoopSmallXrange.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/OperationAttributeLookup.py b/tests/benchmarks/constructs/OperationAttributeLookup.py index 39ec84685..08421ee76 100644 --- a/tests/benchmarks/constructs/OperationAttributeLookup.py +++ b/tests/benchmarks/constructs/OperationAttributeLookup.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/OperationIntegerAdd.py b/tests/benchmarks/constructs/OperationIntegerAdd.py index ff6a7aa84..2dbc2ea30 100644 --- a/tests/benchmarks/constructs/OperationIntegerAdd.py +++ b/tests/benchmarks/constructs/OperationIntegerAdd.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/OperationIntegerMul.py b/tests/benchmarks/constructs/OperationIntegerMul.py index d66f34d36..51504c790 100644 --- a/tests/benchmarks/constructs/OperationIntegerMul.py +++ b/tests/benchmarks/constructs/OperationIntegerMul.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/OperationIntegerPower.py b/tests/benchmarks/constructs/OperationIntegerPower.py index 290f74a5b..eca3fd8ff 100644 --- a/tests/benchmarks/constructs/OperationIntegerPower.py +++ b/tests/benchmarks/constructs/OperationIntegerPower.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/OperationListIntegerIndexLookup.py b/tests/benchmarks/constructs/OperationListIntegerIndexLookup.py index 3d1fd3ed9..fe1b563a3 100644 --- a/tests/benchmarks/constructs/OperationListIntegerIndexLookup.py +++ b/tests/benchmarks/constructs/OperationListIntegerIndexLookup.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/RichComparisonConditionStrings.py b/tests/benchmarks/constructs/RichComparisonConditionStrings.py index da98f1e4a..855a597b4 100644 --- a/tests/benchmarks/constructs/RichComparisonConditionStrings.py +++ b/tests/benchmarks/constructs/RichComparisonConditionStrings.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/RichComparisonStrings.py b/tests/benchmarks/constructs/RichComparisonStrings.py index 00c226f47..f9416e1e2 100644 --- a/tests/benchmarks/constructs/RichComparisonStrings.py +++ b/tests/benchmarks/constructs/RichComparisonStrings.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/SetCreation.py b/tests/benchmarks/constructs/SetCreation.py index ff8999798..4f2403f97 100644 --- a/tests/benchmarks/constructs/SetCreation.py +++ b/tests/benchmarks/constructs/SetCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/TupleCreation.py b/tests/benchmarks/constructs/TupleCreation.py index ec70cdae0..c46a6eea7 100644 --- a/tests/benchmarks/constructs/TupleCreation.py +++ b/tests/benchmarks/constructs/TupleCreation.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/constructs/UnpackIterator.py b/tests/benchmarks/constructs/UnpackIterator.py index 51f74649b..2cab1e4fb 100644 --- a/tests/benchmarks/constructs/UnpackIterator.py +++ b/tests/benchmarks/constructs/UnpackIterator.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/mandelbrot.py b/tests/benchmarks/mandelbrot.py index 4059baac0..6cbff5d9d 100644 --- a/tests/benchmarks/mandelbrot.py +++ b/tests/benchmarks/mandelbrot.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/FunctionComparison.py b/tests/benchmarks/micro/FunctionComparison.py index 0684826d9..2b6e41107 100644 --- a/tests/benchmarks/micro/FunctionComparison.py +++ b/tests/benchmarks/micro/FunctionComparison.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/FunctionHashing.py b/tests/benchmarks/micro/FunctionHashing.py index 19530559b..140780cd4 100644 --- a/tests/benchmarks/micro/FunctionHashing.py +++ b/tests/benchmarks/micro/FunctionHashing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/GeneratorComparison.py b/tests/benchmarks/micro/GeneratorComparison.py index 5b52b239d..8dbee0fed 100644 --- a/tests/benchmarks/micro/GeneratorComparison.py +++ b/tests/benchmarks/micro/GeneratorComparison.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/IntegerSmaller.py b/tests/benchmarks/micro/IntegerSmaller.py index 83410fb1a..ec9efd1e7 100644 --- a/tests/benchmarks/micro/IntegerSmaller.py +++ b/tests/benchmarks/micro/IntegerSmaller.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/KeeperCall.py b/tests/benchmarks/micro/KeeperCall.py index 142b8824e..d0acbfcbc 100644 --- a/tests/benchmarks/micro/KeeperCall.py +++ b/tests/benchmarks/micro/KeeperCall.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/ListContraction1.py b/tests/benchmarks/micro/ListContraction1.py index 911f51ec1..a16ee3854 100644 --- a/tests/benchmarks/micro/ListContraction1.py +++ b/tests/benchmarks/micro/ListContraction1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/NestedFunctionClosure.py b/tests/benchmarks/micro/NestedFunctionClosure.py index ef5e1e6b1..56d12d43e 100644 --- a/tests/benchmarks/micro/NestedFunctionClosure.py +++ b/tests/benchmarks/micro/NestedFunctionClosure.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyBenchExtract1.py b/tests/benchmarks/micro/PyBenchExtract1.py index 8cb2f1bf6..4595edae9 100644 --- a/tests/benchmarks/micro/PyBenchExtract1.py +++ b/tests/benchmarks/micro/PyBenchExtract1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyBenchExtract2.py b/tests/benchmarks/micro/PyBenchExtract2.py index 736c3a215..2d222df0f 100644 --- a/tests/benchmarks/micro/PyBenchExtract2.py +++ b/tests/benchmarks/micro/PyBenchExtract2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyBenchExtract3.py b/tests/benchmarks/micro/PyBenchExtract3.py index 06a45a2f3..904f82d2c 100644 --- a/tests/benchmarks/micro/PyBenchExtract3.py +++ b/tests/benchmarks/micro/PyBenchExtract3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyBenchExtract4.py b/tests/benchmarks/micro/PyBenchExtract4.py index 177d488fb..33e3a931a 100644 --- a/tests/benchmarks/micro/PyBenchExtract4.py +++ b/tests/benchmarks/micro/PyBenchExtract4.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyStoneExtract1.py b/tests/benchmarks/micro/PyStoneExtract1.py index fa3192d34..2965d216d 100644 --- a/tests/benchmarks/micro/PyStoneExtract1.py +++ b/tests/benchmarks/micro/PyStoneExtract1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyStoneExtract2.py b/tests/benchmarks/micro/PyStoneExtract2.py index 8d27d66f9..e4faaba2e 100644 --- a/tests/benchmarks/micro/PyStoneExtract2.py +++ b/tests/benchmarks/micro/PyStoneExtract2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/PyStoneExtract3.py b/tests/benchmarks/micro/PyStoneExtract3.py index 719448e19..b91ad247d 100644 --- a/tests/benchmarks/micro/PyStoneExtract3.py +++ b/tests/benchmarks/micro/PyStoneExtract3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/TryFinallyStopOver.py b/tests/benchmarks/micro/TryFinallyStopOver.py index 3368b3b6e..338d4c4ef 100644 --- a/tests/benchmarks/micro/TryFinallyStopOver.py +++ b/tests/benchmarks/micro/TryFinallyStopOver.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/micro/UnpackPerformance.py b/tests/benchmarks/micro/UnpackPerformance.py index 8bfb05ec3..9cf13359f 100644 --- a/tests/benchmarks/micro/UnpackPerformance.py +++ b/tests/benchmarks/micro/UnpackPerformance.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Arithmetic.py b/tests/benchmarks/pybench/Arithmetic.py index 49ac4c4a2..79f14096e 100644 --- a/tests/benchmarks/pybench/Arithmetic.py +++ b/tests/benchmarks/pybench/Arithmetic.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Calls.py b/tests/benchmarks/pybench/Calls.py index 98cf14d05..d4dc6f84e 100644 --- a/tests/benchmarks/pybench/Calls.py +++ b/tests/benchmarks/pybench/Calls.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/CommandLine.py b/tests/benchmarks/pybench/CommandLine.py index e0b214e42..0c1d77399 100644 --- a/tests/benchmarks/pybench/CommandLine.py +++ b/tests/benchmarks/pybench/CommandLine.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Constructs.py b/tests/benchmarks/pybench/Constructs.py index 5f18fa237..c8bda4e78 100644 --- a/tests/benchmarks/pybench/Constructs.py +++ b/tests/benchmarks/pybench/Constructs.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Dict.py b/tests/benchmarks/pybench/Dict.py index 79df4bcd6..d15802338 100644 --- a/tests/benchmarks/pybench/Dict.py +++ b/tests/benchmarks/pybench/Dict.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Exceptions.py b/tests/benchmarks/pybench/Exceptions.py index ae1051f15..c1879968f 100644 --- a/tests/benchmarks/pybench/Exceptions.py +++ b/tests/benchmarks/pybench/Exceptions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Imports.py b/tests/benchmarks/pybench/Imports.py index f4136ce23..17955c7bf 100644 --- a/tests/benchmarks/pybench/Imports.py +++ b/tests/benchmarks/pybench/Imports.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Instances.py b/tests/benchmarks/pybench/Instances.py index b9e93a575..d36f86fa7 100644 --- a/tests/benchmarks/pybench/Instances.py +++ b/tests/benchmarks/pybench/Instances.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Lists.py b/tests/benchmarks/pybench/Lists.py index a65af0a49..b9b8de6c3 100644 --- a/tests/benchmarks/pybench/Lists.py +++ b/tests/benchmarks/pybench/Lists.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Lookups.py b/tests/benchmarks/pybench/Lookups.py index 6b07290d6..35f9ff542 100644 --- a/tests/benchmarks/pybench/Lookups.py +++ b/tests/benchmarks/pybench/Lookups.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/NewInstances.py b/tests/benchmarks/pybench/NewInstances.py index 6926b3494..d70aaff4a 100644 --- a/tests/benchmarks/pybench/NewInstances.py +++ b/tests/benchmarks/pybench/NewInstances.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Numbers.py b/tests/benchmarks/pybench/Numbers.py index 822c4b701..8da7f6df9 100644 --- a/tests/benchmarks/pybench/Numbers.py +++ b/tests/benchmarks/pybench/Numbers.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Setup.py b/tests/benchmarks/pybench/Setup.py index 3fe726a88..3e92e9c82 100644 --- a/tests/benchmarks/pybench/Setup.py +++ b/tests/benchmarks/pybench/Setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Strings.py b/tests/benchmarks/pybench/Strings.py index a83d0e67f..0fae3eacd 100644 --- a/tests/benchmarks/pybench/Strings.py +++ b/tests/benchmarks/pybench/Strings.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Tuples.py b/tests/benchmarks/pybench/Tuples.py index 1a4eff018..c82360eb1 100644 --- a/tests/benchmarks/pybench/Tuples.py +++ b/tests/benchmarks/pybench/Tuples.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/Unicode.py b/tests/benchmarks/pybench/Unicode.py index 5ad5c8c24..8b166fe8c 100644 --- a/tests/benchmarks/pybench/Unicode.py +++ b/tests/benchmarks/pybench/Unicode.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/With.py b/tests/benchmarks/pybench/With.py index d08ea1f10..9ad588300 100644 --- a/tests/benchmarks/pybench/With.py +++ b/tests/benchmarks/pybench/With.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/clockres.py b/tests/benchmarks/pybench/clockres.py index 0c336abe5..a36de9cd7 100644 --- a/tests/benchmarks/pybench/clockres.py +++ b/tests/benchmarks/pybench/clockres.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/package/__init__.py b/tests/benchmarks/pybench/package/__init__.py index 03eeba7a2..68fe42e71 100644 --- a/tests/benchmarks/pybench/package/__init__.py +++ b/tests/benchmarks/pybench/package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/package/submodule.py b/tests/benchmarks/pybench/package/submodule.py index 03eeba7a2..68fe42e71 100644 --- a/tests/benchmarks/pybench/package/submodule.py +++ b/tests/benchmarks/pybench/package/submodule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/pybench.py b/tests/benchmarks/pybench/pybench.py index 57c2e169e..f9464f910 100755 --- a/tests/benchmarks/pybench/pybench.py +++ b/tests/benchmarks/pybench/pybench.py @@ -1,5 +1,5 @@ #!/usr/bin/python -O -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pybench/systimes.py b/tests/benchmarks/pybench/systimes.py index 50d54fd71..502ae5d3e 100644 --- a/tests/benchmarks/pybench/systimes.py +++ b/tests/benchmarks/pybench/systimes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pystone.py b/tests/benchmarks/pystone.py index 9b04286a5..a9f111c54 100755 --- a/tests/benchmarks/pystone.py +++ b/tests/benchmarks/pystone.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/pystone3.py b/tests/benchmarks/pystone3.py index e39ed1a53..2b1da89d8 100755 --- a/tests/benchmarks/pystone3.py +++ b/tests/benchmarks/pystone3.py @@ -1,5 +1,5 @@ #! /usr/bin/env python3 -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/benchmarks/recipe-577834-1.py b/tests/benchmarks/recipe-577834-1.py index 3030df4e2..ca902602f 100644 --- a/tests/benchmarks/recipe-577834-1.py +++ b/tests/benchmarks/recipe-577834-1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/codegen-analysis/context_performance.cpp b/tests/codegen-analysis/context_performance.cpp index a5a66503f..adecd1888 100644 --- a/tests/codegen-analysis/context_performance.cpp +++ b/tests/codegen-analysis/context_performance.cpp @@ -1,4 +1,4 @@ -// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +// Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com // // Python test originally created or extracted from other peoples work. The // parts from me are licensed as below. It is at least Free Software where diff --git a/tests/distutils/example_1/example1_package/__init__.py b/tests/distutils/example_1/example1_package/__init__.py index 03eeba7a2..68fe42e71 100644 --- a/tests/distutils/example_1/example1_package/__init__.py +++ b/tests/distutils/example_1/example1_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/distutils/example_1/setup.py b/tests/distutils/example_1/setup.py index b7bf30359..484eac3dc 100644 --- a/tests/distutils/example_1/setup.py +++ b/tests/distutils/example_1/setup.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/distutils/run_all.py b/tests/distutils/run_all.py index 972eea13a..7d4d322c8 100755 --- a/tests/distutils/run_all.py +++ b/tests/distutils/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/library/compile_extension_modules.py b/tests/library/compile_extension_modules.py index 53a98f725..3c58fba44 100755 --- a/tests/library/compile_extension_modules.py +++ b/tests/library/compile_extension_modules.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/library/compile_python_modules.py b/tests/library/compile_python_modules.py index 0e564d445..6f51190ef 100755 --- a/tests/library/compile_python_modules.py +++ b/tests/library/compile_python_modules.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Attributes.py b/tests/optimizations/Attributes.py index 91d1e459e..be56250a4 100644 --- a/tests/optimizations/Attributes.py +++ b/tests/optimizations/Attributes.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Calls.py b/tests/optimizations/Calls.py index e2db8a771..ea8108c7f 100644 --- a/tests/optimizations/Calls.py +++ b/tests/optimizations/Calls.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Conditions.py b/tests/optimizations/Conditions.py index e9259b161..2e069110b 100644 --- a/tests/optimizations/Conditions.py +++ b/tests/optimizations/Conditions.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/DecodingOperations.py b/tests/optimizations/DecodingOperations.py index 3edeb5f74..fe594c742 100644 --- a/tests/optimizations/DecodingOperations.py +++ b/tests/optimizations/DecodingOperations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/FormatStrings36.py b/tests/optimizations/FormatStrings36.py index baf5cfcab..8665906f6 100644 --- a/tests/optimizations/FormatStrings36.py +++ b/tests/optimizations/FormatStrings36.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Iterations.py b/tests/optimizations/Iterations.py index 3deba1269..6a515cb57 100644 --- a/tests/optimizations/Iterations.py +++ b/tests/optimizations/Iterations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Len.py b/tests/optimizations/Len.py index 4a7195ea2..f2edd03c8 100644 --- a/tests/optimizations/Len.py +++ b/tests/optimizations/Len.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Operations.py b/tests/optimizations/Operations.py index 8c8cca068..d12c59e34 100644 --- a/tests/optimizations/Operations.py +++ b/tests/optimizations/Operations.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/Subscripts.py b/tests/optimizations/Subscripts.py index 364ceef2b..6967270c1 100644 --- a/tests/optimizations/Subscripts.py +++ b/tests/optimizations/Subscripts.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/optimizations/run_all.py b/tests/optimizations/run_all.py index c0c247fca..d4f68db9c 100755 --- a/tests/optimizations/run_all.py +++ b/tests/optimizations/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/run_all.py b/tests/packages/run_all.py index 7cee10d0f..da74a563d 100755 --- a/tests/packages/run_all.py +++ b/tests/packages/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/__init__.py b/tests/packages/sub_package/kitty/__init__.py index abae06552..f40948741 100644 --- a/tests/packages/sub_package/kitty/__init__.py +++ b/tests/packages/sub_package/kitty/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/bigkitty.py b/tests/packages/sub_package/kitty/bigkitty.py index 3fea0d73b..1e5f08bdf 100644 --- a/tests/packages/sub_package/kitty/bigkitty.py +++ b/tests/packages/sub_package/kitty/bigkitty.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/smallkitty.py b/tests/packages/sub_package/kitty/smallkitty.py index f772216c6..1ce5109a6 100644 --- a/tests/packages/sub_package/kitty/smallkitty.py +++ b/tests/packages/sub_package/kitty/smallkitty.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/speak/__init__.py b/tests/packages/sub_package/kitty/speak/__init__.py index 27ea88036..85af24caf 100644 --- a/tests/packages/sub_package/kitty/speak/__init__.py +++ b/tests/packages/sub_package/kitty/speak/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/speak/hello.py b/tests/packages/sub_package/kitty/speak/hello.py index 9d55ad540..c1f618484 100644 --- a/tests/packages/sub_package/kitty/speak/hello.py +++ b/tests/packages/sub_package/kitty/speak/hello.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/speak/miau.py b/tests/packages/sub_package/kitty/speak/miau.py index bb3650fff..bf13831b9 100644 --- a/tests/packages/sub_package/kitty/speak/miau.py +++ b/tests/packages/sub_package/kitty/speak/miau.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/packages/sub_package/kitty/speak/purr.py b/tests/packages/sub_package/kitty/speak/purr.py index ae2b64dbb..d8ebe925b 100644 --- a/tests/packages/sub_package/kitty/speak/purr.py +++ b/tests/packages/sub_package/kitty/speak/purr.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/programs/absolute_import/AbsoluteImportMain.py b/tests/programs/absolute_import/AbsoluteImportMain.py index 2235d834f..e081f4b17 100644 --- a/tests/programs/absolute_import/AbsoluteImportMain.py +++ b/tests/programs/absolute_import/AbsoluteImportMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/absolute_import/foobar/__init__.py b/tests/programs/absolute_import/foobar/__init__.py index 95eebcf01..bacb00abe 100644 --- a/tests/programs/absolute_import/foobar/__init__.py +++ b/tests/programs/absolute_import/foobar/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/absolute_import/foobar/foobar.py b/tests/programs/absolute_import/foobar/foobar.py index e28b2d81f..627211ba6 100644 --- a/tests/programs/absolute_import/foobar/foobar.py +++ b/tests/programs/absolute_import/foobar/foobar.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/absolute_import/foobar/local.py b/tests/programs/absolute_import/foobar/local.py index fd4122176..139f417d3 100644 --- a/tests/programs/absolute_import/foobar/local.py +++ b/tests/programs/absolute_import/foobar/local.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/absolute_import/foobar/util.py b/tests/programs/absolute_import/foobar/util.py index 2accccfdc..f6bff0e82 100644 --- a/tests/programs/absolute_import/foobar/util.py +++ b/tests/programs/absolute_import/foobar/util.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports1/CasedImportingMain.py b/tests/programs/case_imports1/CasedImportingMain.py index ea20f92e6..dd21b2060 100644 --- a/tests/programs/case_imports1/CasedImportingMain.py +++ b/tests/programs/case_imports1/CasedImportingMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports1/path1/Some_Module.py b/tests/programs/case_imports1/path1/Some_Module.py index 74dbb3e67..5132f730a 100644 --- a/tests/programs/case_imports1/path1/Some_Module.py +++ b/tests/programs/case_imports1/path1/Some_Module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports1/path1/Some_Package/__init__.py b/tests/programs/case_imports1/path1/Some_Package/__init__.py index a2a180525..49f73dac5 100644 --- a/tests/programs/case_imports1/path1/Some_Package/__init__.py +++ b/tests/programs/case_imports1/path1/Some_Package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports1/path2/some_module.py b/tests/programs/case_imports1/path2/some_module.py index 20d41b928..bfcac58dc 100644 --- a/tests/programs/case_imports1/path2/some_module.py +++ b/tests/programs/case_imports1/path2/some_module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports1/path2/some_package/__init__.py b/tests/programs/case_imports1/path2/some_package/__init__.py index 014eeb750..b1e994793 100644 --- a/tests/programs/case_imports1/path2/some_package/__init__.py +++ b/tests/programs/case_imports1/path2/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports2/CasedImportingMain.py b/tests/programs/case_imports2/CasedImportingMain.py index ea20f92e6..dd21b2060 100644 --- a/tests/programs/case_imports2/CasedImportingMain.py +++ b/tests/programs/case_imports2/CasedImportingMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports2/path1/some_module.py b/tests/programs/case_imports2/path1/some_module.py index 62302c376..eabb923cb 100644 --- a/tests/programs/case_imports2/path1/some_module.py +++ b/tests/programs/case_imports2/path1/some_module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports2/path1/some_package/__init__.py b/tests/programs/case_imports2/path1/some_package/__init__.py index 62302c376..eabb923cb 100644 --- a/tests/programs/case_imports2/path1/some_package/__init__.py +++ b/tests/programs/case_imports2/path1/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports2/path2/Some_Module.py b/tests/programs/case_imports2/path2/Some_Module.py index 74dbb3e67..5132f730a 100644 --- a/tests/programs/case_imports2/path2/Some_Module.py +++ b/tests/programs/case_imports2/path2/Some_Module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports2/path2/Some_Package/__init__.py b/tests/programs/case_imports2/path2/Some_Package/__init__.py index a2a180525..49f73dac5 100644 --- a/tests/programs/case_imports2/path2/Some_Package/__init__.py +++ b/tests/programs/case_imports2/path2/Some_Package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports3/CasedImportingMain.py b/tests/programs/case_imports3/CasedImportingMain.py index 275982c65..e7f44a215 100644 --- a/tests/programs/case_imports3/CasedImportingMain.py +++ b/tests/programs/case_imports3/CasedImportingMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports3/path1/Some_Module.py b/tests/programs/case_imports3/path1/Some_Module.py index 5311cc39c..31fed9ad1 100644 --- a/tests/programs/case_imports3/path1/Some_Module.py +++ b/tests/programs/case_imports3/path1/Some_Module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports3/path1/Some_Package/__init__.py b/tests/programs/case_imports3/path1/Some_Package/__init__.py index 94e3b5a4b..7f5ead282 100644 --- a/tests/programs/case_imports3/path1/Some_Package/__init__.py +++ b/tests/programs/case_imports3/path1/Some_Package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports3/path2/Some_Module.py b/tests/programs/case_imports3/path2/Some_Module.py index 5fcf53432..fe2b5a4f0 100644 --- a/tests/programs/case_imports3/path2/Some_Module.py +++ b/tests/programs/case_imports3/path2/Some_Module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/case_imports3/path2/Some_Package/__init__.py b/tests/programs/case_imports3/path2/Some_Package/__init__.py index f1f410df0..3656ba030 100644 --- a/tests/programs/case_imports3/path2/Some_Package/__init__.py +++ b/tests/programs/case_imports3/path2/Some_Package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/cyclic_imports/CyclicImportsMain.py b/tests/programs/cyclic_imports/CyclicImportsMain.py index 8715f264e..0d6ff6e62 100644 --- a/tests/programs/cyclic_imports/CyclicImportsMain.py +++ b/tests/programs/cyclic_imports/CyclicImportsMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/cyclic_imports/cyclic_importing_package/Child1.py b/tests/programs/cyclic_imports/cyclic_importing_package/Child1.py index fe9407efe..36fc7eb26 100644 --- a/tests/programs/cyclic_imports/cyclic_importing_package/Child1.py +++ b/tests/programs/cyclic_imports/cyclic_importing_package/Child1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/cyclic_imports/cyclic_importing_package/Child2.py b/tests/programs/cyclic_imports/cyclic_importing_package/Child2.py index a71c1a789..cdd60804f 100644 --- a/tests/programs/cyclic_imports/cyclic_importing_package/Child2.py +++ b/tests/programs/cyclic_imports/cyclic_importing_package/Child2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/cyclic_imports/cyclic_importing_package/__init__.py b/tests/programs/cyclic_imports/cyclic_importing_package/__init__.py index 2f1bf7b60..81625f37d 100644 --- a/tests/programs/cyclic_imports/cyclic_importing_package/__init__.py +++ b/tests/programs/cyclic_imports/cyclic_importing_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dash_import/DashImportMain.py b/tests/programs/dash_import/DashImportMain.py index db12dffa4..563d40b69 100644 --- a/tests/programs/dash_import/DashImportMain.py +++ b/tests/programs/dash_import/DashImportMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dash_import/dash-module.py b/tests/programs/dash_import/dash-module.py index a73c59c0f..876925b47 100644 --- a/tests/programs/dash_import/dash-module.py +++ b/tests/programs/dash_import/dash-module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dash_import/plus+module.py b/tests/programs/dash_import/plus+module.py index 338b6b4cd..6472339a3 100644 --- a/tests/programs/dash_import/plus+module.py +++ b/tests/programs/dash_import/plus+module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dash_main/Dash-Main.py b/tests/programs/dash_main/Dash-Main.py index 5e887e3a1..62e993a1e 100644 --- a/tests/programs/dash_main/Dash-Main.py +++ b/tests/programs/dash_main/Dash-Main.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/DeepProgramMain.py b/tests/programs/deep/DeepProgramMain.py index c14fae28e..f0fa7718b 100644 --- a/tests/programs/deep/DeepProgramMain.py +++ b/tests/programs/deep/DeepProgramMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/some_package/DeepBrother.py b/tests/programs/deep/some_package/DeepBrother.py index 0073f5f7f..e13478146 100644 --- a/tests/programs/deep/some_package/DeepBrother.py +++ b/tests/programs/deep/some_package/DeepBrother.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/some_package/DeepChild.py b/tests/programs/deep/some_package/DeepChild.py index 345d909d3..c6ffd9c2c 100644 --- a/tests/programs/deep/some_package/DeepChild.py +++ b/tests/programs/deep/some_package/DeepChild.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/some_package/__init__.py b/tests/programs/deep/some_package/__init__.py index 62302c376..eabb923cb 100644 --- a/tests/programs/deep/some_package/__init__.py +++ b/tests/programs/deep/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/some_package/deep_package/DeepDeepChild.py b/tests/programs/deep/some_package/deep_package/DeepDeepChild.py index 28da78268..d332930c2 100644 --- a/tests/programs/deep/some_package/deep_package/DeepDeepChild.py +++ b/tests/programs/deep/some_package/deep_package/DeepDeepChild.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/deep/some_package/deep_package/__init__.py b/tests/programs/deep/some_package/deep_package/__init__.py index 63b7f3fe0..dde57c077 100644 --- a/tests/programs/deep/some_package/deep_package/__init__.py +++ b/tests/programs/deep/some_package/deep_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dunderinit_imports/DunderInitImportsMain.py b/tests/programs/dunderinit_imports/DunderInitImportsMain.py index 786d39086..742a64fc1 100644 --- a/tests/programs/dunderinit_imports/DunderInitImportsMain.py +++ b/tests/programs/dunderinit_imports/DunderInitImportsMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dunderinit_imports/package/SubModule.py b/tests/programs/dunderinit_imports/package/SubModule.py index a48daa3a7..f05905d44 100644 --- a/tests/programs/dunderinit_imports/package/SubModule.py +++ b/tests/programs/dunderinit_imports/package/SubModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/dunderinit_imports/package/__init__.py b/tests/programs/dunderinit_imports/package/__init__.py index 163004f3c..838d456aa 100644 --- a/tests/programs/dunderinit_imports/package/__init__.py +++ b/tests/programs/dunderinit_imports/package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/import_variants/ImportVariationsMain.py b/tests/programs/import_variants/ImportVariationsMain.py index 3e083836f..4ed999717 100644 --- a/tests/programs/import_variants/ImportVariationsMain.py +++ b/tests/programs/import_variants/ImportVariationsMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/import_variants/some_package/Child1.py b/tests/programs/import_variants/some_package/Child1.py index 6817efd4d..f97b177fc 100644 --- a/tests/programs/import_variants/some_package/Child1.py +++ b/tests/programs/import_variants/some_package/Child1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/import_variants/some_package/Child2.py b/tests/programs/import_variants/some_package/Child2.py index db366674a..c9e0d3e67 100644 --- a/tests/programs/import_variants/some_package/Child2.py +++ b/tests/programs/import_variants/some_package/Child2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/import_variants/some_package/Child3.py b/tests/programs/import_variants/some_package/Child3.py index bfd312e7b..ec5409a3f 100644 --- a/tests/programs/import_variants/some_package/Child3.py +++ b/tests/programs/import_variants/some_package/Child3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/import_variants/some_package/__init__.py b/tests/programs/import_variants/some_package/__init__.py index 081c1a640..56b8bc45f 100644 --- a/tests/programs/import_variants/some_package/__init__.py +++ b/tests/programs/import_variants/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/main_raises/ErrorMain.py b/tests/programs/main_raises/ErrorMain.py index 8138c7ba4..d1f489b25 100644 --- a/tests/programs/main_raises/ErrorMain.py +++ b/tests/programs/main_raises/ErrorMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/main_raises/ErrorRaising.py b/tests/programs/main_raises/ErrorRaising.py index 702b70f05..918677eb8 100644 --- a/tests/programs/main_raises/ErrorRaising.py +++ b/tests/programs/main_raises/ErrorRaising.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/main_raises2/ErrorInFunctionMain.py b/tests/programs/main_raises2/ErrorInFunctionMain.py index ebf74c436..8f994aedd 100644 --- a/tests/programs/main_raises2/ErrorInFunctionMain.py +++ b/tests/programs/main_raises2/ErrorInFunctionMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/main_raises2/ErrorRaising.py b/tests/programs/main_raises2/ErrorRaising.py index 702b70f05..918677eb8 100644 --- a/tests/programs/main_raises2/ErrorRaising.py +++ b/tests/programs/main_raises2/ErrorRaising.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/ModuleAttributesMain.py b/tests/programs/module_attributes/ModuleAttributesMain.py index 996ec088d..c844aad46 100644 --- a/tests/programs/module_attributes/ModuleAttributesMain.py +++ b/tests/programs/module_attributes/ModuleAttributesMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/Nearby1.py b/tests/programs/module_attributes/package_level1/Nearby1.py index e83225194..00796d86d 100644 --- a/tests/programs/module_attributes/package_level1/Nearby1.py +++ b/tests/programs/module_attributes/package_level1/Nearby1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/__init__.py b/tests/programs/module_attributes/package_level1/__init__.py index df676e262..c5ed2cc30 100644 --- a/tests/programs/module_attributes/package_level1/__init__.py +++ b/tests/programs/module_attributes/package_level1/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/package_level2/Nearby2.py b/tests/programs/module_attributes/package_level1/package_level2/Nearby2.py index e83225194..00796d86d 100644 --- a/tests/programs/module_attributes/package_level1/package_level2/Nearby2.py +++ b/tests/programs/module_attributes/package_level1/package_level2/Nearby2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/package_level2/__init__.py b/tests/programs/module_attributes/package_level1/package_level2/__init__.py index df676e262..c5ed2cc30 100644 --- a/tests/programs/module_attributes/package_level1/package_level2/__init__.py +++ b/tests/programs/module_attributes/package_level1/package_level2/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/package_level2/package_level3/Nearby3.py b/tests/programs/module_attributes/package_level1/package_level2/package_level3/Nearby3.py index e83225194..00796d86d 100644 --- a/tests/programs/module_attributes/package_level1/package_level2/package_level3/Nearby3.py +++ b/tests/programs/module_attributes/package_level1/package_level2/package_level3/Nearby3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_attributes/package_level1/package_level2/package_level3/__init__.py b/tests/programs/module_attributes/package_level1/package_level2/package_level3/__init__.py index df676e262..c5ed2cc30 100644 --- a/tests/programs/module_attributes/package_level1/package_level2/package_level3/__init__.py +++ b/tests/programs/module_attributes/package_level1/package_level2/package_level3/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_exits/ErrorExitingModule.py b/tests/programs/module_exits/ErrorExitingModule.py index 303907b89..537b5feca 100644 --- a/tests/programs/module_exits/ErrorExitingModule.py +++ b/tests/programs/module_exits/ErrorExitingModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/module_exits/Main.py b/tests/programs/module_exits/Main.py index a91bb710f..f65d356ac 100644 --- a/tests/programs/module_exits/Main.py +++ b/tests/programs/module_exits/Main.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/multiprocessing_using/MultiprocessingUsingMain.py b/tests/programs/multiprocessing_using/MultiprocessingUsingMain.py index eb7f1ea14..87d0d6739 100644 --- a/tests/programs/multiprocessing_using/MultiprocessingUsingMain.py +++ b/tests/programs/multiprocessing_using/MultiprocessingUsingMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/multiprocessing_using/foo/__init__.py b/tests/programs/multiprocessing_using/foo/__init__.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/multiprocessing_using/foo/__init__.py +++ b/tests/programs/multiprocessing_using/foo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/multiprocessing_using/foo/__main__.py b/tests/programs/multiprocessing_using/foo/__main__.py index f68d39e3d..6ec2bc220 100644 --- a/tests/programs/multiprocessing_using/foo/__main__.py +++ b/tests/programs/multiprocessing_using/foo/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/multiprocessing_using/foo/entry.py b/tests/programs/multiprocessing_using/foo/entry.py index 84d7d1734..354942f5e 100644 --- a/tests/programs/multiprocessing_using/foo/entry.py +++ b/tests/programs/multiprocessing_using/foo/entry.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_code/PackageInitCodeMain.py b/tests/programs/package_code/PackageInitCodeMain.py index 7186f323b..0d0b63f1d 100644 --- a/tests/programs/package_code/PackageInitCodeMain.py +++ b/tests/programs/package_code/PackageInitCodeMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_code/some_package/SomeModule.py b/tests/programs/package_code/some_package/SomeModule.py index c5c9d90e5..a486bbe84 100644 --- a/tests/programs/package_code/some_package/SomeModule.py +++ b/tests/programs/package_code/some_package/SomeModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_code/some_package/__init__.py b/tests/programs/package_code/some_package/__init__.py index cf50e2077..929cb15db 100644 --- a/tests/programs/package_code/some_package/__init__.py +++ b/tests/programs/package_code/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_contains_main/PackageContainsMain.py b/tests/programs/package_contains_main/PackageContainsMain.py index 2a0ac9845..5c2e9f77b 100644 --- a/tests/programs/package_contains_main/PackageContainsMain.py +++ b/tests/programs/package_contains_main/PackageContainsMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_contains_main/__init__.py b/tests/programs/package_contains_main/__init__.py index 62302c376..eabb923cb 100644 --- a/tests/programs/package_contains_main/__init__.py +++ b/tests/programs/package_contains_main/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_contains_main/local.py b/tests/programs/package_contains_main/local.py index a2e7aba49..ffa263082 100644 --- a/tests/programs/package_contains_main/local.py +++ b/tests/programs/package_contains_main/local.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_init_import/PackageInitImportMain.py b/tests/programs/package_init_import/PackageInitImportMain.py index 74d5b5013..e7128bb3f 100644 --- a/tests/programs/package_init_import/PackageInitImportMain.py +++ b/tests/programs/package_init_import/PackageInitImportMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_init_import/some_package/PackageLocal.py b/tests/programs/package_init_import/some_package/PackageLocal.py index 06e5713bd..d884277b5 100644 --- a/tests/programs/package_init_import/some_package/PackageLocal.py +++ b/tests/programs/package_init_import/some_package/PackageLocal.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_init_import/some_package/__init__.py b/tests/programs/package_init_import/some_package/__init__.py index 34e2c9c31..3c23c627d 100644 --- a/tests/programs/package_init_import/some_package/__init__.py +++ b/tests/programs/package_init_import/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_missing_init/PackageMissingInitMain.py b/tests/programs/package_missing_init/PackageMissingInitMain.py index 50393d14f..eeed1ff60 100644 --- a/tests/programs/package_missing_init/PackageMissingInitMain.py +++ b/tests/programs/package_missing_init/PackageMissingInitMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_missing_init/some_package/some_module.py b/tests/programs/package_missing_init/some_package/some_module.py index 0ca0081c0..59dd76573 100644 --- a/tests/programs/package_missing_init/some_package/some_module.py +++ b/tests/programs/package_missing_init/some_package/some_module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_missing_init/some_package/sub_package/some_sub_module.py b/tests/programs/package_missing_init/some_package/sub_package/some_sub_module.py index 68fe46638..f35fd22df 100644 --- a/tests/programs/package_missing_init/some_package/sub_package/some_sub_module.py +++ b/tests/programs/package_missing_init/some_package/sub_package/some_sub_module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_module_collision/PackageAndModuleNamedSameMain.py b/tests/programs/package_module_collision/PackageAndModuleNamedSameMain.py index e48b423ba..88115cc87 100644 --- a/tests/programs/package_module_collision/PackageAndModuleNamedSameMain.py +++ b/tests/programs/package_module_collision/PackageAndModuleNamedSameMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_module_collision/Something/__init__.py b/tests/programs/package_module_collision/Something/__init__.py index 2795a25d2..03490d8b4 100644 --- a/tests/programs/package_module_collision/Something/__init__.py +++ b/tests/programs/package_module_collision/Something/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_module_collision/something.py b/tests/programs/package_module_collision/something.py index 52897698f..17961da76 100644 --- a/tests/programs/package_module_collision/something.py +++ b/tests/programs/package_module_collision/something.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_overload/Main.py b/tests/programs/package_overload/Main.py index 9e49e2fd3..9101d21e9 100644 --- a/tests/programs/package_overload/Main.py +++ b/tests/programs/package_overload/Main.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_overload/foo/__init__.py b/tests/programs/package_overload/foo/__init__.py index 6e0c5f849..3f607eebb 100644 --- a/tests/programs/package_overload/foo/__init__.py +++ b/tests/programs/package_overload/foo/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_overload/foo/bar.py b/tests/programs/package_overload/foo/bar.py index 62302c376..eabb923cb 100644 --- a/tests/programs/package_overload/foo/bar.py +++ b/tests/programs/package_overload/foo/bar.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_overload/foo/bar2.py b/tests/programs/package_overload/foo/bar2.py index 62302c376..eabb923cb 100644 --- a/tests/programs/package_overload/foo/bar2.py +++ b/tests/programs/package_overload/foo/bar2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/package_program/PackageAsMain/__main__.py b/tests/programs/package_program/PackageAsMain/__main__.py index 341dfe774..618590e9b 100644 --- a/tests/programs/package_program/PackageAsMain/__main__.py +++ b/tests/programs/package_program/PackageAsMain/__main__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/PkgUtilIterModulesMain.py b/tests/programs/pkgutil_itermodules/PkgUtilIterModulesMain.py index aaac5f45a..242071bb6 100644 --- a/tests/programs/pkgutil_itermodules/PkgUtilIterModulesMain.py +++ b/tests/programs/pkgutil_itermodules/PkgUtilIterModulesMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/__init__.py b/tests/programs/pkgutil_itermodules/some_package/__init__.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/__init__.py +++ b/tests/programs/pkgutil_itermodules/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleC.py b/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleC.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleC.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleC.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleD.py b/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleD.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleD.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package1/SomeModuleD.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package1/__init__.py b/tests/programs/pkgutil_itermodules/some_package/sub_package1/__init__.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package1/__init__.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package1/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleA.py b/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleA.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleA.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleA.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleB.py b/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleB.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleB.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package2/SomeModuleB.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_itermodules/some_package/sub_package2/__init__.py b/tests/programs/pkgutil_itermodules/some_package/sub_package2/__init__.py index 107c921dd..5560c89c4 100644 --- a/tests/programs/pkgutil_itermodules/some_package/sub_package2/__init__.py +++ b/tests/programs/pkgutil_itermodules/some_package/sub_package2/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_usage/PkgUtilUsageMain.py b/tests/programs/pkgutil_usage/PkgUtilUsageMain.py index 11d05cfb3..f2e2db90d 100644 --- a/tests/programs/pkgutil_usage/PkgUtilUsageMain.py +++ b/tests/programs/pkgutil_usage/PkgUtilUsageMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/pkgutil_usage/package/__init__.py b/tests/programs/pkgutil_usage/package/__init__.py index fcbdc3170..5d480b98f 100644 --- a/tests/programs/pkgutil_usage/package/__init__.py +++ b/tests/programs/pkgutil_usage/package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/plugin_import/PluginImportMain.py b/tests/programs/plugin_import/PluginImportMain.py index 6f96ca08c..ac87cd687 100644 --- a/tests/programs/plugin_import/PluginImportMain.py +++ b/tests/programs/plugin_import/PluginImportMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/plugin_import/some_package/__init__.py b/tests/programs/plugin_import/some_package/__init__.py index bf35e75c8..4afcba261 100644 --- a/tests/programs/plugin_import/some_package/__init__.py +++ b/tests/programs/plugin_import/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/plugin_import/some_package/some_module.py b/tests/programs/plugin_import/some_package/some_module.py index e95f4fba7..1c27ff1c4 100644 --- a/tests/programs/plugin_import/some_package/some_module.py +++ b/tests/programs/plugin_import/some_package/some_module.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/reimport_main_dynamic/ImportItselfDynamicMain.py b/tests/programs/reimport_main_dynamic/ImportItselfDynamicMain.py index c6f9aee84..896023880 100644 --- a/tests/programs/reimport_main_dynamic/ImportItselfDynamicMain.py +++ b/tests/programs/reimport_main_dynamic/ImportItselfDynamicMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/reimport_main_static/ImportItselfStaticMain.py b/tests/programs/reimport_main_static/ImportItselfStaticMain.py index dcebcaafe..7f8bc2451 100644 --- a/tests/programs/reimport_main_static/ImportItselfStaticMain.py +++ b/tests/programs/reimport_main_static/ImportItselfStaticMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/relative_import/RelativeImportMain.py b/tests/programs/relative_import/RelativeImportMain.py index 0a4c5fcbf..81f0e1cb9 100644 --- a/tests/programs/relative_import/RelativeImportMain.py +++ b/tests/programs/relative_import/RelativeImportMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/relative_import/dircache.py b/tests/programs/relative_import/dircache.py index 62302c376..eabb923cb 100644 --- a/tests/programs/relative_import/dircache.py +++ b/tests/programs/relative_import/dircache.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/run_all.py b/tests/programs/run_all.py index ccc6637d5..f0097399c 100755 --- a/tests/programs/run_all.py +++ b/tests/programs/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/StdlibOverloadMain.py b/tests/programs/stdlib_overload/StdlibOverloadMain.py index 13a22fe84..616d6934b 100644 --- a/tests/programs/stdlib_overload/StdlibOverloadMain.py +++ b/tests/programs/stdlib_overload/StdlibOverloadMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/pyexpat.py b/tests/programs/stdlib_overload/pyexpat.py index 90de59100..521d2e57b 100644 --- a/tests/programs/stdlib_overload/pyexpat.py +++ b/tests/programs/stdlib_overload/pyexpat.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/some_package/__init__.py b/tests/programs/stdlib_overload/some_package/__init__.py index 62302c376..eabb923cb 100644 --- a/tests/programs/stdlib_overload/some_package/__init__.py +++ b/tests/programs/stdlib_overload/some_package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/some_package/normal_importing.py b/tests/programs/stdlib_overload/some_package/normal_importing.py index 014105b42..b4e737440 100644 --- a/tests/programs/stdlib_overload/some_package/normal_importing.py +++ b/tests/programs/stdlib_overload/some_package/normal_importing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/some_package/pyexpat.py b/tests/programs/stdlib_overload/some_package/pyexpat.py index ac9a55135..573f90fb6 100644 --- a/tests/programs/stdlib_overload/some_package/pyexpat.py +++ b/tests/programs/stdlib_overload/some_package/pyexpat.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/stdlib_overload/some_package/star_importing.py b/tests/programs/stdlib_overload/some_package/star_importing.py index b5be85232..f899d1c05 100644 --- a/tests/programs/stdlib_overload/some_package/star_importing.py +++ b/tests/programs/stdlib_overload/some_package/star_importing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/syntax_errors/IndentationErroring.py b/tests/programs/syntax_errors/IndentationErroring.py index 4970b5889..988b2d15a 100644 --- a/tests/programs/syntax_errors/IndentationErroring.py +++ b/tests/programs/syntax_errors/IndentationErroring.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/syntax_errors/Main.py b/tests/programs/syntax_errors/Main.py index f78c6b859..405128ba2 100644 --- a/tests/programs/syntax_errors/Main.py +++ b/tests/programs/syntax_errors/Main.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/syntax_errors/SyntaxErroring.py b/tests/programs/syntax_errors/SyntaxErroring.py index 57d63f36d..5d2ac9886 100644 --- a/tests/programs/syntax_errors/SyntaxErroring.py +++ b/tests/programs/syntax_errors/SyntaxErroring.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/unicode_bom/UnicodeBomMain.py b/tests/programs/unicode_bom/UnicodeBomMain.py index eb6949d94..0746da707 100644 --- a/tests/programs/unicode_bom/UnicodeBomMain.py +++ b/tests/programs/unicode_bom/UnicodeBomMain.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/unicode_bom/unicode_bom.py b/tests/programs/unicode_bom/unicode_bom.py index 58bae2ff5..20d019ac0 100644 --- a/tests/programs/unicode_bom/unicode_bom.py +++ b/tests/programs/unicode_bom/unicode_bom.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/programs/with space/Space Main.py b/tests/programs/with space/Space Main.py index 06bb5cf5c..23debd0fd 100755 --- a/tests/programs/with space/Space Main.py +++ b/tests/programs/with space/Space Main.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/reflected/compile_itself.py b/tests/reflected/compile_itself.py index ca3c7f49d..2465f8163 100755 --- a/tests/reflected/compile_itself.py +++ b/tests/reflected/compile_itself.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/run-tests b/tests/run-tests index 9ff446d06..dc89b811f 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Part of "Nuitka", an optimizing Python compiler that is compatible and # integrates with CPython, but also works on its own. diff --git a/tests/standalone/CtypesUsing.py b/tests/standalone/CtypesUsing.py index 8772f63b1..cb4609f08 100644 --- a/tests/standalone/CtypesUsing.py +++ b/tests/standalone/CtypesUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/FlaskUsing.py b/tests/standalone/FlaskUsing.py index 655757d0c..622cb08b0 100644 --- a/tests/standalone/FlaskUsing.py +++ b/tests/standalone/FlaskUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/GtkUsing.py b/tests/standalone/GtkUsing.py index 326db6de8..3519ffc97 100644 --- a/tests/standalone/GtkUsing.py +++ b/tests/standalone/GtkUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/IdnaUsing.py b/tests/standalone/IdnaUsing.py index afb5be0c7..a02180d30 100644 --- a/tests/standalone/IdnaUsing.py +++ b/tests/standalone/IdnaUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/Issue116_2.py b/tests/standalone/Issue116_2.py index 366dd8a28..b85d1b6d9 100644 --- a/tests/standalone/Issue116_2.py +++ b/tests/standalone/Issue116_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/LxmlUsing.py b/tests/standalone/LxmlUsing.py index f79a67f58..420b62f86 100644 --- a/tests/standalone/LxmlUsing.py +++ b/tests/standalone/LxmlUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/NumpyUsing.py b/tests/standalone/NumpyUsing.py index c9f13c141..e820dbd16 100644 --- a/tests/standalone/NumpyUsing.py +++ b/tests/standalone/NumpyUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/OpenGLUsing.py b/tests/standalone/OpenGLUsing.py index 9718c70d3..b6cb2a619 100644 --- a/tests/standalone/OpenGLUsing.py +++ b/tests/standalone/OpenGLUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PyQt4Plugins.py b/tests/standalone/PyQt4Plugins.py index ed60fa183..d62ccde03 100644 --- a/tests/standalone/PyQt4Plugins.py +++ b/tests/standalone/PyQt4Plugins.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PyQt4Using.py b/tests/standalone/PyQt4Using.py index c906e9d13..42caa0103 100644 --- a/tests/standalone/PyQt4Using.py +++ b/tests/standalone/PyQt4Using.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PyQt5Plugins.py b/tests/standalone/PyQt5Plugins.py index 83a1a4dd7..73fda8ae1 100644 --- a/tests/standalone/PyQt5Plugins.py +++ b/tests/standalone/PyQt5Plugins.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PyQt5Using.py b/tests/standalone/PyQt5Using.py index c31805ff7..2a9c0d343 100644 --- a/tests/standalone/PyQt5Using.py +++ b/tests/standalone/PyQt5Using.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PySideUsing.py b/tests/standalone/PySideUsing.py index 0102057ec..0b1aa00f7 100644 --- a/tests/standalone/PySideUsing.py +++ b/tests/standalone/PySideUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/PythonExecuting.py b/tests/standalone/PythonExecuting.py index 35a7ff796..3d8dbdc29 100644 --- a/tests/standalone/PythonExecuting.py +++ b/tests/standalone/PythonExecuting.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/ShlibUsing.py b/tests/standalone/ShlibUsing.py index 5a6172b0c..1dd67871f 100644 --- a/tests/standalone/ShlibUsing.py +++ b/tests/standalone/ShlibUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/SocketUsing.py b/tests/standalone/SocketUsing.py index 4874cce5a..5ed34e370 100644 --- a/tests/standalone/SocketUsing.py +++ b/tests/standalone/SocketUsing.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/TkInterUsing.py b/tests/standalone/TkInterUsing.py index 47b2e61b7..796f186a5 100644 --- a/tests/standalone/TkInterUsing.py +++ b/tests/standalone/TkInterUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/Win32ComUsing.py b/tests/standalone/Win32ComUsing.py index 49fd6de00..7f6668946 100644 --- a/tests/standalone/Win32ComUsing.py +++ b/tests/standalone/Win32ComUsing.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/run_all.py b/tests/standalone/run_all.py index 70c8c9f79..80cde5cc2 100755 --- a/tests/standalone/run_all.py +++ b/tests/standalone/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/run_pbuilder.py b/tests/standalone/run_pbuilder.py index 1e70c342f..90a5a685b 100755 --- a/tests/standalone/run_pbuilder.py +++ b/tests/standalone/run_pbuilder.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/standalone/run_pbuilder_all.py b/tests/standalone/run_pbuilder_all.py index 394e343af..a655c5d1d 100755 --- a/tests/standalone/run_pbuilder_all.py +++ b/tests/standalone/run_pbuilder_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/syntax/AsyncgenReturn36.py b/tests/syntax/AsyncgenReturn36.py index 9ffe02758..890d4019a 100644 --- a/tests/syntax/AsyncgenReturn36.py +++ b/tests/syntax/AsyncgenReturn36.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/BreakWithoutLoop.py b/tests/syntax/BreakWithoutLoop.py index 6b9cd97d9..860b954f5 100644 --- a/tests/syntax/BreakWithoutLoop.py +++ b/tests/syntax/BreakWithoutLoop.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/ClassReturn.py b/tests/syntax/ClassReturn.py index 09db4bf47..f54371d56 100644 --- a/tests/syntax/ClassReturn.py +++ b/tests/syntax/ClassReturn.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/ClosureDel_2.py b/tests/syntax/ClosureDel_2.py index 47b3f6e91..a41bd4cb9 100644 --- a/tests/syntax/ClosureDel_2.py +++ b/tests/syntax/ClosureDel_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/ContinueWithoutLoop.py b/tests/syntax/ContinueWithoutLoop.py index 4ba63f8c5..392d431a7 100644 --- a/tests/syntax/ContinueWithoutLoop.py +++ b/tests/syntax/ContinueWithoutLoop.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/DuplicateArgument.py b/tests/syntax/DuplicateArgument.py index 829138564..7fda1d014 100644 --- a/tests/syntax/DuplicateArgument.py +++ b/tests/syntax/DuplicateArgument.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/ExecWithNesting_2.py b/tests/syntax/ExecWithNesting_2.py index acc889677..cd579bcf1 100644 --- a/tests/syntax/ExecWithNesting_2.py +++ b/tests/syntax/ExecWithNesting_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/FutureBraces.py b/tests/syntax/FutureBraces.py index b3ad1989f..fa1d4bcc5 100644 --- a/tests/syntax/FutureBraces.py +++ b/tests/syntax/FutureBraces.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/FutureUnknown.py b/tests/syntax/FutureUnknown.py index cb74db403..955e4ed97 100644 --- a/tests/syntax/FutureUnknown.py +++ b/tests/syntax/FutureUnknown.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/GeneratorReturn_2.py b/tests/syntax/GeneratorReturn_2.py index 55642323a..5c248ceae 100644 --- a/tests/syntax/GeneratorReturn_2.py +++ b/tests/syntax/GeneratorReturn_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/GlobalForParameter.py b/tests/syntax/GlobalForParameter.py index 20b0a454b..4b797c3cb 100644 --- a/tests/syntax/GlobalForParameter.py +++ b/tests/syntax/GlobalForParameter.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/Importing32.py b/tests/syntax/Importing32.py index 9c6bd28ca..94fe3999f 100644 --- a/tests/syntax/Importing32.py +++ b/tests/syntax/Importing32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/IndentationError.py b/tests/syntax/IndentationError.py index d4795d2aa..1b748d691 100644 --- a/tests/syntax/IndentationError.py +++ b/tests/syntax/IndentationError.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/LateFutureImport.py b/tests/syntax/LateFutureImport.py index 2c367d55a..dac5d320e 100644 --- a/tests/syntax/LateFutureImport.py +++ b/tests/syntax/LateFutureImport.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/MisplacedFutureImport.py b/tests/syntax/MisplacedFutureImport.py index 786f95988..26c74ad7b 100644 --- a/tests/syntax/MisplacedFutureImport.py +++ b/tests/syntax/MisplacedFutureImport.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/ModuleReturn.py b/tests/syntax/ModuleReturn.py index dab5f9fc6..ea7115591 100644 --- a/tests/syntax/ModuleReturn.py +++ b/tests/syntax/ModuleReturn.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/NonAsciiWithoutEncoding_2.py b/tests/syntax/NonAsciiWithoutEncoding_2.py index 022b744db..72b906d86 100644 --- a/tests/syntax/NonAsciiWithoutEncoding_2.py +++ b/tests/syntax/NonAsciiWithoutEncoding_2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/NonlocalForParameter32.py b/tests/syntax/NonlocalForParameter32.py index 518ade3db..2262e8a85 100644 --- a/tests/syntax/NonlocalForParameter32.py +++ b/tests/syntax/NonlocalForParameter32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/NonlocalNotFound32.py b/tests/syntax/NonlocalNotFound32.py index cd6889125..aedc2fef9 100644 --- a/tests/syntax/NonlocalNotFound32.py +++ b/tests/syntax/NonlocalNotFound32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/StarImportExtra.py b/tests/syntax/StarImportExtra.py index bf0f930c8..915d4883d 100644 --- a/tests/syntax/StarImportExtra.py +++ b/tests/syntax/StarImportExtra.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/SyntaxError.py b/tests/syntax/SyntaxError.py index a7a240671..beb22f8b9 100644 --- a/tests/syntax/SyntaxError.py +++ b/tests/syntax/SyntaxError.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/TryExceptAllNotLast.py b/tests/syntax/TryExceptAllNotLast.py index 90355da58..6538e613c 100644 --- a/tests/syntax/TryExceptAllNotLast.py +++ b/tests/syntax/TryExceptAllNotLast.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/TryFinallyContinue.py b/tests/syntax/TryFinallyContinue.py index f1d11c2da..4c0e2238b 100644 --- a/tests/syntax/TryFinallyContinue.py +++ b/tests/syntax/TryFinallyContinue.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/UnpackNoTuple.py b/tests/syntax/UnpackNoTuple.py index 66e179de9..ce0e4d8e5 100644 --- a/tests/syntax/UnpackNoTuple.py +++ b/tests/syntax/UnpackNoTuple.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/UnpackTwoStars32.py b/tests/syntax/UnpackTwoStars32.py index 53e90eefb..e545e0101 100644 --- a/tests/syntax/UnpackTwoStars32.py +++ b/tests/syntax/UnpackTwoStars32.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/YieldFromInModule.py b/tests/syntax/YieldFromInModule.py index 19327e548..58af8a7db 100644 --- a/tests/syntax/YieldFromInModule.py +++ b/tests/syntax/YieldFromInModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/YieldInAsync35.py b/tests/syntax/YieldInAsync35.py index 965d4a982..f8e8903f1 100644 --- a/tests/syntax/YieldInAsync35.py +++ b/tests/syntax/YieldInAsync35.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/YieldInModule.py b/tests/syntax/YieldInModule.py index d1f5ec8ad..57c0b234f 100644 --- a/tests/syntax/YieldInModule.py +++ b/tests/syntax/YieldInModule.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/syntax/run_all.py b/tests/syntax/run_all.py index 3ad22ef07..a5822ca07 100755 --- a/tests/syntax/run_all.py +++ b/tests/syntax/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/test-runners/run_all.py b/tests/test-runners/run_all.py index 225729f1a..dfc45f50f 100755 --- a/tests/test-runners/run_all.py +++ b/tests/test-runners/run_all.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/Something.py b/tests/test-runners/subject/package/Something.py index 40f11649a..2cc332161 100644 --- a/tests/test-runners/subject/package/Something.py +++ b/tests/test-runners/subject/package/Something.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/__init__.py b/tests/test-runners/subject/package/__init__.py index 0f5565262..0dd0a065e 100644 --- a/tests/test-runners/subject/package/__init__.py +++ b/tests/test-runners/subject/package/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package1/SubSomething1.py b/tests/test-runners/subject/package/sub_package1/SubSomething1.py index 266fc100d..4a0df5b44 100644 --- a/tests/test-runners/subject/package/sub_package1/SubSomething1.py +++ b/tests/test-runners/subject/package/sub_package1/SubSomething1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package1/__init__.py b/tests/test-runners/subject/package/sub_package1/__init__.py index 03eeba7a2..68fe42e71 100644 --- a/tests/test-runners/subject/package/sub_package1/__init__.py +++ b/tests/test-runners/subject/package/sub_package1/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package1/tests/__init__.py b/tests/test-runners/subject/package/sub_package1/tests/__init__.py index 7dc619bf3..ec6353773 100644 --- a/tests/test-runners/subject/package/sub_package1/tests/__init__.py +++ b/tests/test-runners/subject/package/sub_package1/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package1/tests/test_subsomething1.py b/tests/test-runners/subject/package/sub_package1/tests/test_subsomething1.py index 8dad10010..f4547a448 100644 --- a/tests/test-runners/subject/package/sub_package1/tests/test_subsomething1.py +++ b/tests/test-runners/subject/package/sub_package1/tests/test_subsomething1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package2/SubSomething2.py b/tests/test-runners/subject/package/sub_package2/SubSomething2.py index da70bf202..5782679d1 100644 --- a/tests/test-runners/subject/package/sub_package2/SubSomething2.py +++ b/tests/test-runners/subject/package/sub_package2/SubSomething2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package2/__init__.py b/tests/test-runners/subject/package/sub_package2/__init__.py index 03eeba7a2..68fe42e71 100644 --- a/tests/test-runners/subject/package/sub_package2/__init__.py +++ b/tests/test-runners/subject/package/sub_package2/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package2/tests/__init__.py b/tests/test-runners/subject/package/sub_package2/tests/__init__.py index 7dc619bf3..ec6353773 100644 --- a/tests/test-runners/subject/package/sub_package2/tests/__init__.py +++ b/tests/test-runners/subject/package/sub_package2/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/sub_package2/tests/test_subsomething2.py b/tests/test-runners/subject/package/sub_package2/tests/test_subsomething2.py index 56e8af39b..f6730a02b 100644 --- a/tests/test-runners/subject/package/sub_package2/tests/test_subsomething2.py +++ b/tests/test-runners/subject/package/sub_package2/tests/test_subsomething2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/tests/__init__.py b/tests/test-runners/subject/package/tests/__init__.py index 03eeba7a2..68fe42e71 100644 --- a/tests/test-runners/subject/package/tests/__init__.py +++ b/tests/test-runners/subject/package/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/test-runners/subject/package/tests/test_something.py b/tests/test-runners/subject/package/tests/test_something.py index f093aadf9..693853f76 100644 --- a/tests/test-runners/subject/package/tests/test_something.py +++ b/tests/test-runners/subject/package/tests/test_something.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python test originally created or extracted from other peoples work. The # parts from me are licensed as below. It is at least Free Software where diff --git a/tests/type_inference/Test1.py b/tests/type_inference/Test1.py index 586e97bd5..7aa27130d 100644 --- a/tests/type_inference/Test1.py +++ b/tests/type_inference/Test1.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/type_inference/Test2.py b/tests/type_inference/Test2.py index 10e9baa6c..2214ff4f9 100644 --- a/tests/type_inference/Test2.py +++ b/tests/type_inference/Test2.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/type_inference/Test3.py b/tests/type_inference/Test3.py index 4d4a97308..5a7bcfe5b 100644 --- a/tests/type_inference/Test3.py +++ b/tests/type_inference/Test3.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected. diff --git a/tests/type_inference/Test4.py b/tests/type_inference/Test4.py index 9c4937281..329d20cdf 100644 --- a/tests/type_inference/Test4.py +++ b/tests/type_inference/Test4.py @@ -1,4 +1,4 @@ -# Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com +# Copyright 2019, Kay Hayen, mailto:kay.hayen@gmail.com # # Python tests originally created or extracted from other peoples work. The # parts were too small to be protected.