diff --git a/.astylerc b/.astylerc index 653754e72..8a8b9ef82 100644 --- a/.astylerc +++ b/.astylerc @@ -2,7 +2,7 @@ # MetaCall Artistic Style Configuration by Parra Studios # A configuration for Artistic Style linter. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/.editorconfig b/.editorconfig index 640b3285e..f7c5913e1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,7 @@ # MetaCall EditorConfig Configuration by Parra Studios # EditorConfig helps developers define and maintain consistent coding # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/.env b/.env index 8fdc58384..f64d53db0 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/.gitlab-ci.yml b/.gitlab-ci.yml index a7e60dfdf..dea3b4a3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # GitLab CD/CI infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/.nanorc b/.nanorc index 4e2af9d13..56b999d2d 100644 --- a/.nanorc +++ b/.nanorc @@ -2,7 +2,7 @@ # MetaCall Nano Configuration by Parra Studios # A configuration for nano text editor. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/.travis.yml b/.travis.yml index 62fc64220..da880f926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Travis CD/CI infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/CMakeLists.txt b/CMakeLists.txt index 247e9d1a5..1bd5c7bce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # A library for providing a foreing function interface calls. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/Dockerfile b/Dockerfile index 0f7655c85..8f642ff81 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/LICENSE b/LICENSE index eac8221d8..953b6f9b2 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2016-2019 Vicente Eduardo Ferrer Garcia + Copyright 2016-2020 Vicente Eduardo Ferrer Garcia 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/README.md b/README.md index 31dd0355b..b219431e4 100644 --- a/README.md +++ b/README.md @@ -704,7 +704,7 @@ Where `script.js` is a script contained in host folder `$HOME/metacall` that wil **METACALL** is licensed under **[Apache License Version 2.0](/LICENSE)**. ->Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia <> +>Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia <> > >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/cmake/CMakeDebug.cmake b/cmake/CMakeDebug.cmake index 3feadae2e..796ced030 100644 --- a/cmake/CMakeDebug.cmake +++ b/cmake/CMakeDebug.cmake @@ -2,7 +2,7 @@ # CMake Debug Utilities by Parra Studios # CMake debugging utilities and inspection facilities. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/CheckCCompilerFlagStackSmashing.cmake b/cmake/CheckCCompilerFlagStackSmashing.cmake index 353774986..80796f97f 100644 --- a/cmake/CheckCCompilerFlagStackSmashing.cmake +++ b/cmake/CheckCCompilerFlagStackSmashing.cmake @@ -2,7 +2,7 @@ # Compiler checker for stack smashing flags by Parra Studios # Tests if a defined stack smashing security flag is available. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/CheckCXXCompilerFlagStackSmashing.cmake b/cmake/CheckCXXCompilerFlagStackSmashing.cmake index 1d85e307d..6ba4ba5e2 100644 --- a/cmake/CheckCXXCompilerFlagStackSmashing.cmake +++ b/cmake/CheckCXXCompilerFlagStackSmashing.cmake @@ -2,7 +2,7 @@ # Compiler checker for stack smashing flags by Parra Studios # Tests if a defined stack smashing security flag is available. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/Distributable.cmake b/cmake/Distributable.cmake index 81a25c56b..a48d99456 100644 --- a/cmake/Distributable.cmake +++ b/cmake/Distributable.cmake @@ -2,7 +2,7 @@ # CMake Distributable (Unity Build) library by Parra Studios # CMake script to generate distributable (unity build) libraries. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindCoreCLR.cmake b/cmake/FindCoreCLR.cmake index b6ffe24c0..bec858ef8 100644 --- a/cmake/FindCoreCLR.cmake +++ b/cmake/FindCoreCLR.cmake @@ -2,7 +2,7 @@ # CMake Find CoreCLR NET Engine by Parra Studios # CMake script to find CoreCLR NET Engine. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindDotNET.cmake b/cmake/FindDotNET.cmake index 83e8e2110..b508b3ee1 100644 --- a/cmake/FindDotNET.cmake +++ b/cmake/FindDotNET.cmake @@ -2,7 +2,7 @@ # CMake Find Dot NET Engine by Parra Studios # CMake script to find DotNET Engine. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindGBench.cmake b/cmake/FindGBench.cmake index 44accc886..bf5612fa0 100644 --- a/cmake/FindGBench.cmake +++ b/cmake/FindGBench.cmake @@ -2,7 +2,7 @@ # CMake Find Google Benchmark by Parra Studios # CMake script to find Google Benchmark library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindLibFFI.cmake b/cmake/FindLibFFI.cmake index 1ea6aeb0b..d84f1f1c8 100644 --- a/cmake/FindLibFFI.cmake +++ b/cmake/FindLibFFI.cmake @@ -2,7 +2,7 @@ # CMake Find Foreing Function Interface library by Parra Studios # CMake script to find FFI library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindMetaCall.cmake b/cmake/FindMetaCall.cmake index 93d47495e..f2915d8f2 100644 --- a/cmake/FindMetaCall.cmake +++ b/cmake/FindMetaCall.cmake @@ -2,7 +2,7 @@ # CMake Find MetaCall library by Parra Studios # CMake script to find and include MetaCall library for development. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindNodeJS.cmake b/cmake/FindNodeJS.cmake index 0a0d02fda..d2774b7c3 100644 --- a/cmake/FindNodeJS.cmake +++ b/cmake/FindNodeJS.cmake @@ -1,6 +1,6 @@ # # CMake Find NodeJS JavaScript Runtime by Parra Studios -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # Find NodeJS executable and include paths diff --git a/cmake/FindRapidJSON.cmake b/cmake/FindRapidJSON.cmake index 48f74af66..188d68678 100644 --- a/cmake/FindRapidJSON.cmake +++ b/cmake/FindRapidJSON.cmake @@ -2,7 +2,7 @@ # CMake Find RapidJSON by Parra Studios # CMake script to find RapidJSON library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindSpiderMonkey.cmake b/cmake/FindSpiderMonkey.cmake index 8e7e881fc..361a47899 100644 --- a/cmake/FindSpiderMonkey.cmake +++ b/cmake/FindSpiderMonkey.cmake @@ -2,7 +2,7 @@ # CMake Find Mozilla SpiderMonkey JavaScript Engine by Parra Studios # CMake script to find Mozilla SpiderMonkey Javascript Engine. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/FindV8.cmake b/cmake/FindV8.cmake index 7f9cbf196..6796ecd9b 100644 --- a/cmake/FindV8.cmake +++ b/cmake/FindV8.cmake @@ -2,7 +2,7 @@ # CMake Find V8 Google JavaScript Engine by Parra Studios # CMake script to find V8 JavaScript Engine. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/InstallGBench.cmake b/cmake/InstallGBench.cmake index d3cbd1a3b..a5d51e649 100644 --- a/cmake/InstallGBench.cmake +++ b/cmake/InstallGBench.cmake @@ -2,7 +2,7 @@ # CMake Install Google Benchmark by Parra Studios # CMake script to install Google Benchmark library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/InstallGTest.cmake b/cmake/InstallGTest.cmake index 87a9f3c71..14e45c29b 100644 --- a/cmake/InstallGTest.cmake +++ b/cmake/InstallGTest.cmake @@ -2,7 +2,7 @@ # CMake Install Google Test by Parra Studios # CMake script to install Google Test library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -57,23 +57,23 @@ if(NOT GTEST_FOUND OR USE_BUNDLED_GTEST) ExternalProject_Get_Property(google-test-depends source_dir binary_dir) set(GTEST_INCLUDE_DIR "${source_dir}/googletest/include") - set(GMOCK_INCLUDE_DIR "${source_dir}/googlemock/include") + set(GMOCK_INCLUDE_DIR "${source_dir}/googlemock/include") if(MSVC) set(GTEST_LIB_PREFIX "") - set(GTEST_LIB_SUFFIX "lib") + set(GTEST_LIB_SUFFIX "lib") set(GTEST_LIBS_DIR "${binary_dir}/googlemock/gtest/${CMAKE_BUILD_TYPE}") - set(GMOCK_LIBS_DIR "${binary_dir}/googlemock/${CMAKE_BUILD_TYPE}") - if(CMAKE_BUILD_TYPE STREQUAL "Debug") - set(GTEST_LIB_DEBUG "d") - else() - set(GTEST_LIB_DEBUG "") + set(GMOCK_LIBS_DIR "${binary_dir}/googlemock/${CMAKE_BUILD_TYPE}") + if(CMAKE_BUILD_TYPE STREQUAL "Debug") + set(GTEST_LIB_DEBUG "d") + else() + set(GTEST_LIB_DEBUG "") endif() else() - set(GTEST_LIB_PREFIX "lib") - set(GTEST_LIB_SUFFIX "a") + set(GTEST_LIB_PREFIX "lib") + set(GTEST_LIB_SUFFIX "a") set(GTEST_LIBS_DIR "${binary_dir}/googlemock/gtest") - set(GMOCK_LIBS_DIR "${binary_dir}/googlemock") + set(GMOCK_LIBS_DIR "${binary_dir}/googlemock") set(GTEST_LIB_DEBUG "") endif() diff --git a/cmake/InstallRapidJSON.cmake b/cmake/InstallRapidJSON.cmake index 56131aa81..1e3336975 100644 --- a/cmake/InstallRapidJSON.cmake +++ b/cmake/InstallRapidJSON.cmake @@ -2,7 +2,7 @@ # CMake Install RapidJSON by Parra Studios # CMake script to install RapidJSON library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/Portability.cmake b/cmake/Portability.cmake index 75f6d1f9b..ee4caa57c 100644 --- a/cmake/Portability.cmake +++ b/cmake/Portability.cmake @@ -2,7 +2,7 @@ # Portability CMake support by Parra Studios # Cross-platform and architecture detection utility. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/ScriptProject.cmake b/cmake/ScriptProject.cmake index db63bbb41..9b1e16ead 100644 --- a/cmake/ScriptProject.cmake +++ b/cmake/ScriptProject.cmake @@ -2,7 +2,7 @@ # Script project generator by Parra Studios # Generates a script project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/SecurityFlags.cmake b/cmake/SecurityFlags.cmake index aeb856632..963ea8b51 100644 --- a/cmake/SecurityFlags.cmake +++ b/cmake/SecurityFlags.cmake @@ -2,7 +2,7 @@ # Compiler and linker options for hardening flags by Parra Studios # Enables hardening security flags if available. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/TestEnvironmentVariables.cmake b/cmake/TestEnvironmentVariables.cmake index 7343b9fee..b11cbcf8d 100644 --- a/cmake/TestEnvironmentVariables.cmake +++ b/cmake/TestEnvironmentVariables.cmake @@ -2,7 +2,7 @@ # Test Environment Variables by Parra Studios # Utility for defining cross-platform environment variables in tests. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/cmake/Warnings.cmake b/cmake/Warnings.cmake index 282989f66..e77930f4a 100644 --- a/cmake/Warnings.cmake +++ b/cmake/Warnings.cmake @@ -2,7 +2,7 @@ # Cross-compiler warning utility by Parra Studios # Utility to enable cross-compiler warnings. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/deploy/packages/postinst b/deploy/packages/postinst index 1f121551e..78c108028 100755 --- a/deploy/packages/postinst +++ b/deploy/packages/postinst @@ -4,7 +4,7 @@ # MetaCall Dependencies Bash Script by Parra Studios # Remove all packages and unused data from MetaCall building and testing. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/docker-compose.cache.yml b/docker-compose.cache.yml index d58c23316..d420850f2 100644 --- a/docker-compose.cache.yml +++ b/docker-compose.cache.yml @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker compose infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/docker-compose.sh b/docker-compose.sh index ee75422c7..d274225c1 100755 --- a/docker-compose.sh +++ b/docker-compose.sh @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/docker-compose.yml b/docker-compose.yml index 9eb6f6624..95470b95f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker compose infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/hooks/build b/hooks/build index 16a53e34a..683069879 100755 --- a/hooks/build +++ b/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/hooks/env b/hooks/env index 3771488b3..2a69777c5 100755 --- a/hooks/env +++ b/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/hooks/pre_build b/hooks/pre_build index 86e08c2dc..f7fd69fc6 100644 --- a/hooks/pre_build +++ b/hooks/pre_build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/hooks/push b/hooks/push index b5ff9e7c5..b4818f2de 100755 --- a/hooks/push +++ b/hooks/push @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/metacall-config-version.cmake.in b/metacall-config-version.cmake.in index 36190b28e..cf213b3ab 100644 --- a/metacall-config-version.cmake.in +++ b/metacall-config-version.cmake.in @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # A library for providing a foreing function interface calls. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/metacall-config.cmake.in b/metacall-config.cmake.in index a73de8afc..6f52ef4fc 100644 --- a/metacall-config.cmake.in +++ b/metacall-config.cmake.in @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # A library for providing a foreing function interface calls. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/adt/include/adt/adt.h b/source/adt/include/adt/adt.h index 79f2eaf12..6f6c64508 100644 --- a/source/adt/include/adt/adt.h +++ b/source/adt/include/adt/adt.h @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/include/adt/adt_comparable.h b/source/adt/include/adt/adt_comparable.h index 880348639..79ad0a44d 100644 --- a/source/adt/include/adt/adt_comparable.h +++ b/source/adt/include/adt/adt_comparable.h @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/include/adt/adt_hash.h b/source/adt/include/adt/adt_hash.h index 415fbdc17..a7972040b 100644 --- a/source/adt/include/adt/adt_hash.h +++ b/source/adt/include/adt/adt_hash.h @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/include/adt/adt_set.h b/source/adt/include/adt/adt_set.h index 909530e23..6555344dc 100644 --- a/source/adt/include/adt/adt_set.h +++ b/source/adt/include/adt/adt_set.h @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/include/adt/adt_set_bucket.h b/source/adt/include/adt/adt_set_bucket.h index 5c427c4da..480e175d0 100644 --- a/source/adt/include/adt/adt_set_bucket.h +++ b/source/adt/include/adt/adt_set_bucket.h @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/include/adt/adt_trie.h b/source/adt/include/adt/adt_trie.h index 36bb3f80d..c6f2e0780 100644 --- a/source/adt/include/adt/adt_trie.h +++ b/source/adt/include/adt/adt_trie.h @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/include/adt/adt_vector.h b/source/adt/include/adt/adt_vector.h index f8d4a172a..55ff97635 100644 --- a/source/adt/include/adt/adt_vector.h +++ b/source/adt/include/adt/adt_vector.h @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/source/adt.c b/source/adt/source/adt.c index 5688933d5..347789731 100644 --- a/source/adt/source/adt.c +++ b/source/adt/source/adt.c @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ const char * adt_print_info() { static const char adt_info[] = "Abstract Data Type Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef ADT_STATIC_DEFINE "Compiled as static library type" diff --git a/source/adt/source/adt_comparable.c b/source/adt/source/adt_comparable.c index 870a483b8..c5ea89f4f 100644 --- a/source/adt/source/adt_comparable.c +++ b/source/adt/source/adt_comparable.c @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/source/adt_hash.c b/source/adt/source/adt_hash.c index 5c9ffd56c..e94c48f63 100644 --- a/source/adt/source/adt_hash.c +++ b/source/adt/source/adt_hash.c @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/source/adt_set.c b/source/adt/source/adt_set.c index 099fd8535..1f610b475 100644 --- a/source/adt/source/adt_set.c +++ b/source/adt/source/adt_set.c @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/source/adt_set_bucket.c b/source/adt/source/adt_set_bucket.c index 1bae03654..4514cc0e5 100644 --- a/source/adt/source/adt_set_bucket.c +++ b/source/adt/source/adt_set_bucket.c @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/adt/source/adt_trie.c b/source/adt/source/adt_trie.c index 3ce07f632..1bc17b2b1 100644 --- a/source/adt/source/adt_trie.c +++ b/source/adt/source/adt_trie.c @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/adt/source/adt_vector.c b/source/adt/source/adt_vector.c index f31654a1b..bf72ed632 100644 --- a/source/adt/source/adt_vector.c +++ b/source/adt/source/adt_vector.c @@ -1,6 +1,6 @@ /* * Abstract Data Type Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A abstract data type library providing generic containers. * diff --git a/source/benchmarks/metacall_py_c_api_bench/source/metacall_py_c_api_bench.cpp b/source/benchmarks/metacall_py_c_api_bench/source/metacall_py_c_api_bench.cpp index 42fe7ab7e..ef64971e8 100644 --- a/source/benchmarks/metacall_py_c_api_bench/source/metacall_py_c_api_bench.cpp +++ b/source/benchmarks/metacall_py_c_api_bench/source/metacall_py_c_api_bench.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/benchmarks/metacall_py_call_bench/source/metacall_py_call_bench.cpp b/source/benchmarks/metacall_py_call_bench/source/metacall_py_call_bench.cpp index d12cebdbf..d26fff6ea 100644 --- a/source/benchmarks/metacall_py_call_bench/source/metacall_py_call_bench.cpp +++ b/source/benchmarks/metacall_py_call_bench/source/metacall_py_call_bench.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/benchmarks/metacall_py_init_bench/source/metacall_py_init_bench.cpp b/source/benchmarks/metacall_py_init_bench/source/metacall_py_init_bench.cpp index 0356e811f..18ed37597 100644 --- a/source/benchmarks/metacall_py_init_bench/source/metacall_py_init_bench.cpp +++ b/source/benchmarks/metacall_py_init_bench/source/metacall_py_init_bench.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/configuration/include/configuration/configuration.h b/source/configuration/include/configuration/configuration.h index d8d3cb514..8b06233b0 100644 --- a/source/configuration/include/configuration/configuration.h +++ b/source/configuration/include/configuration/configuration.h @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * diff --git a/source/configuration/include/configuration/configuration_impl.h b/source/configuration/include/configuration/configuration_impl.h index dfed5c198..b007d6d08 100644 --- a/source/configuration/include/configuration/configuration_impl.h +++ b/source/configuration/include/configuration/configuration_impl.h @@ -2,7 +2,7 @@ * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/configuration/include/configuration/configuration_object.h b/source/configuration/include/configuration/configuration_object.h index ef4a1ece2..b39dc9e8b 100644 --- a/source/configuration/include/configuration/configuration_object.h +++ b/source/configuration/include/configuration/configuration_object.h @@ -2,7 +2,7 @@ * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/configuration/include/configuration/configuration_object_handle.h b/source/configuration/include/configuration/configuration_object_handle.h index 6da9f0244..2b0fcbb67 100644 --- a/source/configuration/include/configuration/configuration_object_handle.h +++ b/source/configuration/include/configuration/configuration_object_handle.h @@ -2,7 +2,7 @@ * Configuration Library by Parra Studios * A cross-platform library for managing multiple configuration formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/configuration/include/configuration/configuration_singleton.h b/source/configuration/include/configuration/configuration_singleton.h index bee2202fa..064e83b17 100644 --- a/source/configuration/include/configuration/configuration_singleton.h +++ b/source/configuration/include/configuration/configuration_singleton.h @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * diff --git a/source/configuration/source/configuration.c b/source/configuration/source/configuration.c index 98576078b..043722deb 100644 --- a/source/configuration/source/configuration.c +++ b/source/configuration/source/configuration.c @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * @@ -185,7 +185,7 @@ const char * configuration_print_info() { static const char configuration_info[] = "Configuration Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef CONFIGURATION_STATIC_DEFINE "Compiled as static library type" diff --git a/source/configuration/source/configuration_impl.c b/source/configuration/source/configuration_impl.c index 17976de9c..ba46fa203 100644 --- a/source/configuration/source/configuration_impl.c +++ b/source/configuration/source/configuration_impl.c @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * diff --git a/source/configuration/source/configuration_object.c b/source/configuration/source/configuration_object.c index 0debd5a00..befe8001c 100644 --- a/source/configuration/source/configuration_object.c +++ b/source/configuration/source/configuration_object.c @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * diff --git a/source/configuration/source/configuration_singleton.c b/source/configuration/source/configuration_singleton.c index 4bd7f7660..d47e4a9c0 100644 --- a/source/configuration/source/configuration_singleton.c +++ b/source/configuration/source/configuration_singleton.c @@ -1,6 +1,6 @@ /* * Configuration Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple configuration formats. * diff --git a/source/detour/include/detour/detour.h b/source/detour/include/detour/detour.h index e5fe98117..381f619f9 100644 --- a/source/detour/include/detour/detour.h +++ b/source/detour/include/detour/detour.h @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * diff --git a/source/detour/include/detour/detour_host.h b/source/detour/include/detour/detour_host.h index 21dde26f7..f40251030 100644 --- a/source/detour/include/detour/detour_host.h +++ b/source/detour/include/detour/detour_host.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detour/include/detour/detour_impl.h b/source/detour/include/detour/detour_impl.h index 8cd5db582..f2e4b7de4 100644 --- a/source/detour/include/detour/detour_impl.h +++ b/source/detour/include/detour/detour_impl.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detour/include/detour/detour_impl_handle.h b/source/detour/include/detour/detour_impl_handle.h index 536a0878f..202ff8981 100644 --- a/source/detour/include/detour/detour_impl_handle.h +++ b/source/detour/include/detour/detour_impl_handle.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detour/include/detour/detour_interface.h b/source/detour/include/detour/detour_interface.h index a93c403d1..944049632 100644 --- a/source/detour/include/detour/detour_interface.h +++ b/source/detour/include/detour/detour_interface.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detour/include/detour/detour_singleton.h b/source/detour/include/detour/detour_singleton.h index aefc7adb9..71ebe2f45 100644 --- a/source/detour/include/detour/detour_singleton.h +++ b/source/detour/include/detour/detour_singleton.h @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * diff --git a/source/detour/source/detour.c b/source/detour/source/detour.c index 160145321..ee44969f9 100644 --- a/source/detour/source/detour.c +++ b/source/detour/source/detour.c @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * @@ -268,7 +268,7 @@ const char * detour_print_info() { static const char detour_info[] = "Detour Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef DETOUR_STATIC_DEFINE "Compiled as static library type" diff --git a/source/detour/source/detour_impl.c b/source/detour/source/detour_impl.c index cd745ce5b..b8b79402a 100644 --- a/source/detour/source/detour_impl.c +++ b/source/detour/source/detour_impl.c @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * diff --git a/source/detour/source/detour_singleton.c b/source/detour/source/detour_singleton.c index d7b42037d..5d68b5c0c 100644 --- a/source/detour/source/detour_singleton.c +++ b/source/detour/source/detour_singleton.c @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * diff --git a/source/detours/funchook_detour/include/funchook_detour/funchook_detour.h b/source/detours/funchook_detour/include/funchook_detour/funchook_detour.h index b501594f6..247150845 100644 --- a/source/detours/funchook_detour/include/funchook_detour/funchook_detour.h +++ b/source/detours/funchook_detour/include/funchook_detour/funchook_detour.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detours/funchook_detour/include/funchook_detour/funchook_detour_impl.h b/source/detours/funchook_detour/include/funchook_detour/funchook_detour_impl.h index 9ef8f2a56..73478b03f 100644 --- a/source/detours/funchook_detour/include/funchook_detour/funchook_detour_impl.h +++ b/source/detours/funchook_detour/include/funchook_detour/funchook_detour_impl.h @@ -2,7 +2,7 @@ * Detour Library by Parra Studios * A cross-platform library providing detours, function hooks and trampolines. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/detours/funchook_detour/source/funchook_detour.c b/source/detours/funchook_detour/source/funchook_detour.c index 095d552f7..7286b3547 100644 --- a/source/detours/funchook_detour/source/funchook_detour.c +++ b/source/detours/funchook_detour/source/funchook_detour.c @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * @@ -32,7 +32,7 @@ const char * funchook_detour_print_info() { static const char funchook_detour_info[] = "FuncHook Detour Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef FUNCHOOK_DETOUR_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/detours/funchook_detour/source/funchook_detour_impl.c b/source/detours/funchook_detour/source/funchook_detour_impl.c index e6392321d..8d34fa0ac 100644 --- a/source/detours/funchook_detour/source/funchook_detour_impl.c +++ b/source/detours/funchook_detour/source/funchook_detour_impl.c @@ -1,6 +1,6 @@ /* * Detour Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library providing detours, function hooks and trampolines. * diff --git a/source/dynlink/source/dynlink.c b/source/dynlink/source/dynlink.c index b570f87ce..af6e23ef9 100644 --- a/source/dynlink/source/dynlink.c +++ b/source/dynlink/source/dynlink.c @@ -125,7 +125,7 @@ const char * dynlink_print_info() { static const char dynlink_info[] = "Dynamic Link Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef DYNLINK_STATIC_DEFINE "Compiled as static library type" diff --git a/source/environment/include/environment/environment.h b/source/environment/include/environment/environment.h index 8ff519c06..63c9115cb 100644 --- a/source/environment/include/environment/environment.h +++ b/source/environment/include/environment/environment.h @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/environment/include/environment/environment_variable.h b/source/environment/include/environment/environment_variable.h index 1f4c1416e..23e965ae0 100644 --- a/source/environment/include/environment/environment_variable.h +++ b/source/environment/include/environment/environment_variable.h @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/environment/include/environment/environment_variable_path.h b/source/environment/include/environment/environment_variable_path.h index dba3ff3e5..aa1d39624 100644 --- a/source/environment/include/environment/environment_variable_path.h +++ b/source/environment/include/environment/environment_variable_path.h @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/environment/source/environment.c b/source/environment/source/environment.c index ce751f9f5..c31a89011 100644 --- a/source/environment/source/environment.c +++ b/source/environment/source/environment.c @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ const char * environment_print_info() { static const char environment_info[] = "Format Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef LOG_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/environment/source/environment_variable.c b/source/environment/source/environment_variable.c index 87214580a..7f15bea35 100644 --- a/source/environment/source/environment_variable.c +++ b/source/environment/source/environment_variable.c @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/environment/source/environment_variable_path.c b/source/environment/source/environment_variable_path.c index a50e7858b..bfef91231 100644 --- a/source/environment/source/environment_variable_path.c +++ b/source/environment/source/environment_variable_path.c @@ -2,7 +2,7 @@ * Environment Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/examples/metacallcli/application.cpp b/source/examples/metacallcli/application.cpp index 0b79d6957..62b62db9a 100644 --- a/source/examples/metacallcli/application.cpp +++ b/source/examples/metacallcli/application.cpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * @@ -37,7 +37,7 @@ using namespace metacallcli; bool command_cb_help(application & /*app*/, tokenizer & /*t*/) { std::cout << "MetaCall Command Line Interface by Parra Studios" << std::endl; - std::cout << "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia " << std::endl; + std::cout << "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia " << std::endl; std::cout << std::endl << "A command line interface for MetaCall Core" << std::endl; /* Command list */ diff --git a/source/examples/metacallcli/application.hpp b/source/examples/metacallcli/application.hpp index 24b5187a8..6b689087d 100644 --- a/source/examples/metacallcli/application.hpp +++ b/source/examples/metacallcli/application.hpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacallcli/main.cpp b/source/examples/metacallcli/main.cpp index 6bade2152..e1a99649e 100644 --- a/source/examples/metacallcli/main.cpp +++ b/source/examples/metacallcli/main.cpp @@ -2,7 +2,7 @@ * MetaCall Command Line Interface by Parra Studios * A command line interface example as metacall wrapper. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/examples/metacallcli/parser.cpp b/source/examples/metacallcli/parser.cpp index 57e80bd80..3d25b2770 100644 --- a/source/examples/metacallcli/parser.cpp +++ b/source/examples/metacallcli/parser.cpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacallcli/parser.hpp b/source/examples/metacallcli/parser.hpp index 62d566522..8113ea13d 100644 --- a/source/examples/metacallcli/parser.hpp +++ b/source/examples/metacallcli/parser.hpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacallcli/parser.inl b/source/examples/metacallcli/parser.inl index bc2dafa52..6665d9c31 100644 --- a/source/examples/metacallcli/parser.inl +++ b/source/examples/metacallcli/parser.inl @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacallcli/tokenizer.cpp b/source/examples/metacallcli/tokenizer.cpp index 3f5cd2547..8a3da963c 100644 --- a/source/examples/metacallcli/tokenizer.cpp +++ b/source/examples/metacallcli/tokenizer.cpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacallcli/tokenizer.hpp b/source/examples/metacallcli/tokenizer.hpp index 1db8ed4e8..2a4c1eaf8 100644 --- a/source/examples/metacallcli/tokenizer.hpp +++ b/source/examples/metacallcli/tokenizer.hpp @@ -1,6 +1,6 @@ /* * MetaCall Command Line Interface by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A command line interface example as metacall wrapper. * diff --git a/source/examples/metacalllog/main.cpp b/source/examples/metacalllog/main.cpp index cf0152d3e..43992e7ae 100644 --- a/source/examples/metacalllog/main.cpp +++ b/source/examples/metacalllog/main.cpp @@ -2,7 +2,7 @@ * MetaCall Log by Parra Studios * Example of advanced logging in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/examples/metacallquine/main.cpp b/source/examples/metacallquine/main.cpp index a1bd8a6f7..699410aea 100644 --- a/source/examples/metacallquine/main.cpp +++ b/source/examples/metacallquine/main.cpp @@ -2,7 +2,7 @@ * MetaCall Quine by Parra Studios * A quine relay proof of concept intercomunicating between multiple programming languages. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/examples/metacallweb/main.cpp b/source/examples/metacallweb/main.cpp index d108cd6d3..4a7a8ab28 100644 --- a/source/examples/metacallweb/main.cpp +++ b/source/examples/metacallweb/main.cpp @@ -2,7 +2,7 @@ * MetaCall Web Service by Parra Studios * A complete web service example using metacall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/filesystem/include/filesystem/filesystem.h b/source/filesystem/include/filesystem/filesystem.h index fb11cd394..483239c24 100644 --- a/source/filesystem/include/filesystem/filesystem.h +++ b/source/filesystem/include/filesystem/filesystem.h @@ -2,7 +2,7 @@ * File System Library by Parra Studios * A cross-platform library for managing file system, paths and files. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/filesystem/include/filesystem/filesystem_directory_descriptor.h b/source/filesystem/include/filesystem/filesystem_directory_descriptor.h index 42af168b9..b8c3117cb 100644 --- a/source/filesystem/include/filesystem/filesystem_directory_descriptor.h +++ b/source/filesystem/include/filesystem/filesystem_directory_descriptor.h @@ -2,7 +2,7 @@ * File System Library by Parra Studios * A cross-platform library for managing file system, paths and files. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/filesystem/include/filesystem/filesystem_file_descriptor.h b/source/filesystem/include/filesystem/filesystem_file_descriptor.h index bc0b23d0c..07c09b7e4 100644 --- a/source/filesystem/include/filesystem/filesystem_file_descriptor.h +++ b/source/filesystem/include/filesystem/filesystem_file_descriptor.h @@ -2,7 +2,7 @@ * File System Library by Parra Studios * A cross-platform library for managing file system, paths and files. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/filesystem/source/filesystem.c b/source/filesystem/source/filesystem.c index f6895d638..6e6328149 100644 --- a/source/filesystem/source/filesystem.c +++ b/source/filesystem/source/filesystem.c @@ -1,6 +1,6 @@ /* * File System Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing file system, paths and files. * @@ -154,7 +154,7 @@ const char * filesystem_print_info() { static const char filesystem_info[] = "File System Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef FILESYSTEM_STATIC_DEFINE "Compiled as static library type" diff --git a/source/filesystem/source/filesystem_directory_descriptor.c b/source/filesystem/source/filesystem_directory_descriptor.c index d3415e25c..d74c62cdb 100644 --- a/source/filesystem/source/filesystem_directory_descriptor.c +++ b/source/filesystem/source/filesystem_directory_descriptor.c @@ -2,7 +2,7 @@ * File System Library by Parra Studios * A cross-platform library for managing file system, paths and files. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/filesystem/source/filesystem_file_descriptor.c b/source/filesystem/source/filesystem_file_descriptor.c index 08fab5971..ffceda9bd 100644 --- a/source/filesystem/source/filesystem_file_descriptor.c +++ b/source/filesystem/source/filesystem_file_descriptor.c @@ -2,7 +2,7 @@ * File System Library by Parra Studios * A cross-platform library for managing file system, paths and files. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/format/include/format/format.h b/source/format/include/format/format.h index 45324d65c..a0252a601 100644 --- a/source/format/include/format/format.h +++ b/source/format/include/format/format.h @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/format/include/format/format_print.h b/source/format/include/format/format_print.h index b42a05893..a2a1d6e9a 100644 --- a/source/format/include/format/format_print.h +++ b/source/format/include/format/format_print.h @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/format/include/format/format_specifier.h b/source/format/include/format/format_specifier.h index 4ab2d0582..58a8b2ec7 100644 --- a/source/format/include/format/format_specifier.h +++ b/source/format/include/format/format_specifier.h @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/format/source/format.c b/source/format/source/format.c index 2eb59c932..895ada78d 100644 --- a/source/format/source/format.c +++ b/source/format/source/format.c @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ const char * format_print_info() { static const char format_info[] = "Format Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef LOG_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/format/source/format_print.c b/source/format/source/format_print.c index fd84af07d..73b4be01d 100644 --- a/source/format/source/format_print.c +++ b/source/format/source/format_print.c @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader.h b/source/loader/include/loader/loader.h index fe0008646..0100fe40f 100644 --- a/source/loader/include/loader/loader.h +++ b/source/loader/include/loader/loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_descriptor.h b/source/loader/include/loader/loader_descriptor.h index bfb400c09..b79ed9d54 100644 --- a/source/loader/include/loader/loader_descriptor.h +++ b/source/loader/include/loader/loader_descriptor.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_env.h b/source/loader/include/loader/loader_env.h index c9aaf4b3a..f0acadf00 100644 --- a/source/loader/include/loader/loader_env.h +++ b/source/loader/include/loader/loader_env.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_export.h b/source/loader/include/loader/loader_export.h index 624b9d77f..3e5573dbf 100644 --- a/source/loader/include/loader/loader_export.h +++ b/source/loader/include/loader/loader_export.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_function.h b/source/loader/include/loader/loader_function.h index 14b31a433..ed7cf793e 100644 --- a/source/loader/include/loader/loader_function.h +++ b/source/loader/include/loader/loader_function.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_handle.h b/source/loader/include/loader/loader_handle.h index ff81f16fe..782303619 100644 --- a/source/loader/include/loader/loader_handle.h +++ b/source/loader/include/loader/loader_handle.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_host.h b/source/loader/include/loader/loader_host.h index 6a8562546..86d579530 100644 --- a/source/loader/include/loader/loader_host.h +++ b/source/loader/include/loader/loader_host.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl.h b/source/loader/include/loader/loader_impl.h index b5c907cf8..eebdee3dd 100644 --- a/source/loader/include/loader/loader_impl.h +++ b/source/loader/include/loader/loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_data.h b/source/loader/include/loader/loader_impl_data.h index 8d942e675..b9838b4e4 100644 --- a/source/loader/include/loader/loader_impl_data.h +++ b/source/loader/include/loader/loader_impl_data.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_descriptor.h b/source/loader/include/loader/loader_impl_descriptor.h index 33566484f..a42697ad3 100644 --- a/source/loader/include/loader/loader_impl_descriptor.h +++ b/source/loader/include/loader/loader_impl_descriptor.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_export.h b/source/loader/include/loader/loader_impl_export.h index 0674a0afa..9ddc2033b 100644 --- a/source/loader/include/loader/loader_impl_export.h +++ b/source/loader/include/loader/loader_impl_export.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_function.h b/source/loader/include/loader/loader_impl_function.h index 405cc0540..458734445 100644 --- a/source/loader/include/loader/loader_impl_function.h +++ b/source/loader/include/loader/loader_impl_function.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_handle.h b/source/loader/include/loader/loader_impl_handle.h index e1ab9158a..09a578dac 100644 --- a/source/loader/include/loader/loader_impl_handle.h +++ b/source/loader/include/loader/loader_impl_handle.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_interface.h b/source/loader/include/loader/loader_impl_interface.h index a5dd1543a..da5144500 100644 --- a/source/loader/include/loader/loader_impl_interface.h +++ b/source/loader/include/loader/loader_impl_interface.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_impl_print.h b/source/loader/include/loader/loader_impl_print.h index 3d861a64c..9ed56c3fb 100644 --- a/source/loader/include/loader/loader_impl_print.h +++ b/source/loader/include/loader/loader_impl_print.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_naming.h b/source/loader/include/loader/loader_naming.h index 82eabd74e..a594c32e6 100644 --- a/source/loader/include/loader/loader_naming.h +++ b/source/loader/include/loader/loader_naming.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loader/include/loader/loader_path.h b/source/loader/include/loader/loader_path.h index 88ebb3668..d4041bfd9 100644 --- a/source/loader/include/loader/loader_path.h +++ b/source/loader/include/loader/loader_path.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ extern "C" { #include LOADER_API size_t loader_path_get_name(const loader_naming_path path, loader_naming_name name); - + LOADER_API size_t loader_path_get_fullname(const loader_naming_path path, loader_naming_name name); LOADER_API size_t loader_path_get_extension(const loader_naming_path path, loader_naming_tag extension); diff --git a/source/loader/source/loader.c b/source/loader/source/loader.c index 9ea238e94..0a74b8218 100644 --- a/source/loader/source/loader.c +++ b/source/loader/source/loader.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for loading executable code at run-time into a process. * @@ -797,7 +797,7 @@ const char * loader_print_info() { static const char loader_info[] = "Loader Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loader/source/loader_env.c b/source/loader/source/loader_env.c index 9e875793e..1ffbd3d19 100644 --- a/source/loader/source/loader_env.c +++ b/source/loader/source/loader_env.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for loading executable code at run-time into a process. * diff --git a/source/loader/source/loader_impl.c b/source/loader/source/loader_impl.c index 37d0e2df3..0e4c9d389 100644 --- a/source/loader/source/loader_impl.c +++ b/source/loader/source/loader_impl.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for loading executable code at run-time into a process. * diff --git a/source/loader/source/loader_path.c b/source/loader/source/loader_path.c index 3eeeb8fcd..5996c0d36 100644 --- a/source/loader/source/loader_path.c +++ b/source/loader/source/loader_path.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for loading executable code at run-time into a process. * diff --git a/source/loaders/c_loader/include/c_loader/c_loader.h b/source/loaders/c_loader/include/c_loader/c_loader.h index 97045b713..ca613ddb0 100644 --- a/source/loaders/c_loader/include/c_loader/c_loader.h +++ b/source/loaders/c_loader/include/c_loader/c_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading c code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/c_loader/include/c_loader/c_loader_impl.h b/source/loaders/c_loader/include/c_loader/c_loader_impl.h index 6467f6d5a..6a838947e 100644 --- a/source/loaders/c_loader/include/c_loader/c_loader_impl.h +++ b/source/loaders/c_loader/include/c_loader/c_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading c code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/c_loader/source/c_loader.c b/source/loaders/c_loader/source/c_loader.c index ac3fb756b..be1017a9d 100644 --- a/source/loaders/c_loader/source/c_loader.c +++ b/source/loaders/c_loader/source/c_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading c code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ const char * c_loader_print_info() { static const char c_loader_info[] = "C Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef C_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/c_loader/source/c_loader_impl.cpp b/source/loaders/c_loader/source/c_loader_impl.cpp index 0a8f69b8b..8a7e96c73 100644 --- a/source/loaders/c_loader/source/c_loader_impl.cpp +++ b/source/loaders/c_loader/source/c_loader_impl.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading c code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/defs.h b/source/loaders/cs_loader/include/cs_loader/defs.h index b6e4bd854..dc40f6e82 100644 --- a/source/loaders/cs_loader/include/cs_loader/defs.h +++ b/source/loaders/cs_loader/include/cs_loader/defs.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/host_environment.h b/source/loaders/cs_loader/include/cs_loader/host_environment.h index 29c65aba7..0f03cbfb9 100644 --- a/source/loaders/cs_loader/include/cs_loader/host_environment.h +++ b/source/loaders/cs_loader/include/cs_loader/host_environment.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/netcore.h b/source/loaders/cs_loader/include/cs_loader/netcore.h index 9a13a8175..45fde081e 100644 --- a/source/loaders/cs_loader/include/cs_loader/netcore.h +++ b/source/loaders/cs_loader/include/cs_loader/netcore.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/netcore_linux.h b/source/loaders/cs_loader/include/cs_loader/netcore_linux.h index 7f3f52fc2..9181db46a 100644 --- a/source/loaders/cs_loader/include/cs_loader/netcore_linux.h +++ b/source/loaders/cs_loader/include/cs_loader/netcore_linux.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/netcore_win.h b/source/loaders/cs_loader/include/cs_loader/netcore_win.h index dddb577c5..de8da22d7 100644 --- a/source/loaders/cs_loader/include/cs_loader/netcore_win.h +++ b/source/loaders/cs_loader/include/cs_loader/netcore_win.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/simple_netcore.h b/source/loaders/cs_loader/include/cs_loader/simple_netcore.h index d4fb51d32..f5f70b698 100644 --- a/source/loaders/cs_loader/include/cs_loader/simple_netcore.h +++ b/source/loaders/cs_loader/include/cs_loader/simple_netcore.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/string_buffer.h b/source/loaders/cs_loader/include/cs_loader/string_buffer.h index 03add5ad4..476224695 100644 --- a/source/loaders/cs_loader/include/cs_loader/string_buffer.h +++ b/source/loaders/cs_loader/include/cs_loader/string_buffer.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/include/cs_loader/utils.hpp b/source/loaders/cs_loader/include/cs_loader/utils.hpp index 30419c79c..1f1342531 100644 --- a/source/loaders/cs_loader/include/cs_loader/utils.hpp +++ b/source/loaders/cs_loader/include/cs_loader/utils.hpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/cs_loader.c b/source/loaders/cs_loader/source/cs_loader.c index af25d39e1..b003140ea 100644 --- a/source/loaders/cs_loader/source/cs_loader.c +++ b/source/loaders/cs_loader/source/cs_loader.c @@ -35,7 +35,7 @@ const char * cs_loader_print_info() { static const char cs_loader_info[] = "Net Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef CS_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/cs_loader/source/cs_loader_impl.c b/source/loaders/cs_loader/source/cs_loader_impl.c index ddc6dc079..9cad6a305 100644 --- a/source/loaders/cs_loader/source/cs_loader_impl.c +++ b/source/loaders/cs_loader/source/cs_loader_impl.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/host_environment.cpp b/source/loaders/cs_loader/source/host_environment.cpp index 3db5c8c1f..0581c1db9 100644 --- a/source/loaders/cs_loader/source/host_environment.cpp +++ b/source/loaders/cs_loader/source/host_environment.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/netcore.cpp b/source/loaders/cs_loader/source/netcore.cpp index 984c941ce..e372f7a94 100644 --- a/source/loaders/cs_loader/source/netcore.cpp +++ b/source/loaders/cs_loader/source/netcore.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/netcore_linux.cpp b/source/loaders/cs_loader/source/netcore_linux.cpp index 249d0ee63..62b2cb642 100644 --- a/source/loaders/cs_loader/source/netcore_linux.cpp +++ b/source/loaders/cs_loader/source/netcore_linux.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/simple_netcore.cpp b/source/loaders/cs_loader/source/simple_netcore.cpp index 22a30b45e..56196378b 100644 --- a/source/loaders/cs_loader/source/simple_netcore.cpp +++ b/source/loaders/cs_loader/source/simple_netcore.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/cs_loader/source/string_buffer.cpp b/source/loaders/cs_loader/source/string_buffer.cpp index 285b205c4..3791ea605 100644 --- a/source/loaders/cs_loader/source/string_buffer.cpp +++ b/source/loaders/cs_loader/source/string_buffer.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading net code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/file_loader/include/file_loader/file_loader.h b/source/loaders/file_loader/include/file_loader/file_loader.h index ff660cff6..40d2cd974 100644 --- a/source/loaders/file_loader/include/file_loader/file_loader.h +++ b/source/loaders/file_loader/include/file_loader/file_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading file code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/file_loader/include/file_loader/file_loader_impl.h b/source/loaders/file_loader/include/file_loader/file_loader_impl.h index 0e75ea983..57e11ff6c 100644 --- a/source/loaders/file_loader/include/file_loader/file_loader_impl.h +++ b/source/loaders/file_loader/include/file_loader/file_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading file code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/file_loader/source/file_loader.c b/source/loaders/file_loader/source/file_loader.c index 6bd2b3a01..2313784c7 100644 --- a/source/loaders/file_loader/source/file_loader.c +++ b/source/loaders/file_loader/source/file_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading file code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * file_loader_print_info() { static const char file_loader_info[] = "File Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef FILE_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/file_loader/source/file_loader_impl.c b/source/loaders/file_loader/source/file_loader_impl.c index c8033926b..b35361896 100644 --- a/source/loaders/file_loader/source/file_loader_impl.c +++ b/source/loaders/file_loader/source/file_loader_impl.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading file code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/js_loader/include/js_loader/js_loader.h b/source/loaders/js_loader/include/js_loader/js_loader.h index 1fa07754d..34d320c9d 100644 --- a/source/loaders/js_loader/include/js_loader/js_loader.h +++ b/source/loaders/js_loader/include/js_loader/js_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/js_loader/include/js_loader/js_loader_impl.h b/source/loaders/js_loader/include/js_loader/js_loader_impl.h index 6f13dc984..05307e0f0 100644 --- a/source/loaders/js_loader/include/js_loader/js_loader_impl.h +++ b/source/loaders/js_loader/include/js_loader/js_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/js_loader/include/js_loader/js_loader_impl_guard.hpp b/source/loaders/js_loader/include/js_loader/js_loader_impl_guard.hpp index 21e62c8d1..57ed16d89 100644 --- a/source/loaders/js_loader/include/js_loader/js_loader_impl_guard.hpp +++ b/source/loaders/js_loader/include/js_loader/js_loader_impl_guard.hpp @@ -3,7 +3,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/js_loader/source/js_loader.c b/source/loaders/js_loader/source/js_loader.c index 88a977861..582095aad 100644 --- a/source/loaders/js_loader/source/js_loader.c +++ b/source/loaders/js_loader/source/js_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * js_loader_print_info() { static const char js_loader_info[] = "Javascript Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef JS_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/js_loader/source/js_loader_impl.cpp b/source/loaders/js_loader/source/js_loader_impl.cpp index ac2aafd14..cdc369886 100644 --- a/source/loaders/js_loader/source/js_loader_impl.cpp +++ b/source/loaders/js_loader/source/js_loader_impl.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/js_loader/source/js_loader_impl_guard.cpp b/source/loaders/js_loader/source/js_loader_impl_guard.cpp index 21dcac841..fdb18ed14 100644 --- a/source/loaders/js_loader/source/js_loader_impl_guard.cpp +++ b/source/loaders/js_loader/source/js_loader_impl_guard.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/jsm_loader/include/jsm_loader/jsm_loader.h b/source/loaders/jsm_loader/include/jsm_loader/jsm_loader.h index 416361879..c6c51ee91 100644 --- a/source/loaders/jsm_loader/include/jsm_loader/jsm_loader.h +++ b/source/loaders/jsm_loader/include/jsm_loader/jsm_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/jsm_loader/include/jsm_loader/jsm_loader_impl.h b/source/loaders/jsm_loader/include/jsm_loader/jsm_loader_impl.h index dc943ae73..ab038e6e4 100644 --- a/source/loaders/jsm_loader/include/jsm_loader/jsm_loader_impl.h +++ b/source/loaders/jsm_loader/include/jsm_loader/jsm_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/jsm_loader/source/jsm_loader.c b/source/loaders/jsm_loader/source/jsm_loader.c index 685e9e1e3..f13a75c58 100644 --- a/source/loaders/jsm_loader/source/jsm_loader.c +++ b/source/loaders/jsm_loader/source/jsm_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,7 +42,7 @@ const char * jsm_loader_print_info() { static const char jsm_loader_info[] = "Javascript Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef JSM_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/jsm_loader/source/jsm_loader_impl.cpp b/source/loaders/jsm_loader/source/jsm_loader_impl.cpp index 0e7dd62df..9b718f380 100644 --- a/source/loaders/jsm_loader/source/jsm_loader_impl.cpp +++ b/source/loaders/jsm_loader/source/jsm_loader_impl.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading javascript code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/loaders.h.in b/source/loaders/loaders.h.in index 0f20f5e89..e447cceee 100644 --- a/source/loaders/loaders.h.in +++ b/source/loaders/loaders.h.in @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A library for loading executable code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader.h b/source/loaders/mock_loader/include/mock_loader/mock_loader.h index 12ca66bf0..826c16741 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_descriptor.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_descriptor.h index c78bee780..f3354ac9d 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_descriptor.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_descriptor.h @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading mock code at run-time into a process. * diff --git a/source/loaders/mock_loader/include/mock_loader/mock_loader_export.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_export.h index f66086aaa..ac3197d5e 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_export.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_export.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_function.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_function.h index b45966571..45a88f998 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_function.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_function.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_function_interface.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_function_interface.h index 8f75a0c4b..af8279d93 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_function_interface.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_function_interface.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_handle.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_handle.h index 4e85d4d2d..a329b00a7 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_handle.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_handle.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_impl.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_impl.h index 59dc528bf..95f676115 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_impl.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_interface.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_interface.h index 4c75b4b9a..c247991cb 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_interface.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_interface.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/include/mock_loader/mock_loader_print.h b/source/loaders/mock_loader/include/mock_loader/mock_loader_print.h index f69a73aef..b547616ff 100644 --- a/source/loaders/mock_loader/include/mock_loader/mock_loader_print.h +++ b/source/loaders/mock_loader/include/mock_loader/mock_loader_print.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/source/mock_loader.c b/source/loaders/mock_loader/source/mock_loader.c index 2f6b2b0a7..101b76a2a 100644 --- a/source/loaders/mock_loader/source/mock_loader.c +++ b/source/loaders/mock_loader/source/mock_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * mock_loader_print_info() { static const char mock_loader_info[] = "Mock Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef MOCK_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/mock_loader/source/mock_loader_descriptor.c b/source/loaders/mock_loader/source/mock_loader_descriptor.c index 1b9f4f641..497c19f5e 100644 --- a/source/loaders/mock_loader/source/mock_loader_descriptor.c +++ b/source/loaders/mock_loader/source/mock_loader_descriptor.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading mock code at run-time into a process. * diff --git a/source/loaders/mock_loader/source/mock_loader_export.c b/source/loaders/mock_loader/source/mock_loader_export.c index 3ae6c1c0d..8fb53e279 100644 --- a/source/loaders/mock_loader/source/mock_loader_export.c +++ b/source/loaders/mock_loader/source/mock_loader_export.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading mock code at run-time into a process. * diff --git a/source/loaders/mock_loader/source/mock_loader_function.c b/source/loaders/mock_loader/source/mock_loader_function.c index 440c18ff4..f2638a165 100644 --- a/source/loaders/mock_loader/source/mock_loader_function.c +++ b/source/loaders/mock_loader/source/mock_loader_function.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/source/mock_loader_function_interface.c b/source/loaders/mock_loader/source/mock_loader_function_interface.c index 02e213fb2..97ff11384 100644 --- a/source/loaders/mock_loader/source/mock_loader_function_interface.c +++ b/source/loaders/mock_loader/source/mock_loader_function_interface.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/source/mock_loader_handle.c b/source/loaders/mock_loader/source/mock_loader_handle.c index 52810ff55..45ac8eaf7 100644 --- a/source/loaders/mock_loader/source/mock_loader_handle.c +++ b/source/loaders/mock_loader/source/mock_loader_handle.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/source/mock_loader_impl.c b/source/loaders/mock_loader/source/mock_loader_impl.c index 9a9b6e743..ea10dbb13 100644 --- a/source/loaders/mock_loader/source/mock_loader_impl.c +++ b/source/loaders/mock_loader/source/mock_loader_impl.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading mock code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/mock_loader/source/mock_loader_interface.c b/source/loaders/mock_loader/source/mock_loader_interface.c index 645a66c4c..ecbf1e6bd 100644 --- a/source/loaders/mock_loader/source/mock_loader_interface.c +++ b/source/loaders/mock_loader/source/mock_loader_interface.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading mock code at run-time into a process. * diff --git a/source/loaders/mock_loader/source/mock_loader_print.c b/source/loaders/mock_loader/source/mock_loader_print.c index 346c656db..dc7bb08a1 100644 --- a/source/loaders/mock_loader/source/mock_loader_print.c +++ b/source/loaders/mock_loader/source/mock_loader_print.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading mock code at run-time into a process. * @@ -14,7 +14,7 @@ const char * mock_loader_print_info() { static const char mock_loader_info[] = "Mock Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef MOCK_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/node_loader/include/node_loader/node_loader.h b/source/loaders/node_loader/include/node_loader/node_loader.h index 32e624c71..edc10e573 100644 --- a/source/loaders/node_loader/include/node_loader/node_loader.h +++ b/source/loaders/node_loader/include/node_loader/node_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading nodejs code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/node_loader/include/node_loader/node_loader_impl.h b/source/loaders/node_loader/include/node_loader/node_loader_impl.h index 9931ba18e..0f80caa70 100644 --- a/source/loaders/node_loader/include/node_loader/node_loader_impl.h +++ b/source/loaders/node_loader/include/node_loader/node_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading nodejs code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/node_loader/source/node_loader.c b/source/loaders/node_loader/source/node_loader.c index 7b02d77c5..7f8162c07 100644 --- a/source/loaders/node_loader/source/node_loader.c +++ b/source/loaders/node_loader/source/node_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading nodejs code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * node_loader_print_info() { static const char node_loader_info[] = "Javascript Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef JS_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/node_loader/source/node_loader_impl.cpp b/source/loaders/node_loader/source/node_loader_impl.cpp index 035cf6411..4a81e00a2 100644 --- a/source/loaders/node_loader/source/node_loader_impl.cpp +++ b/source/loaders/node_loader/source/node_loader_impl.cpp @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading nodejs code at run-time into a process. * diff --git a/source/loaders/node_loader/trampoline/include/trampoline/trampoline.h b/source/loaders/node_loader/trampoline/include/trampoline/trampoline.h index a24555fb4..9c6efd95f 100644 --- a/source/loaders/node_loader/trampoline/include/trampoline/trampoline.h +++ b/source/loaders/node_loader/trampoline/include/trampoline/trampoline.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading nodejs code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/node_loader/trampoline/source/trampoline.cc b/source/loaders/node_loader/trampoline/source/trampoline.cc index 8c6e87d4e..d16e52171 100644 --- a/source/loaders/node_loader/trampoline/source/trampoline.cc +++ b/source/loaders/node_loader/trampoline/source/trampoline.cc @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading nodejs code at run-time into a process. * diff --git a/source/loaders/py_loader/include/py_loader/py_loader.h b/source/loaders/py_loader/include/py_loader/py_loader.h index c95f81a07..c41fad815 100644 --- a/source/loaders/py_loader/include/py_loader/py_loader.h +++ b/source/loaders/py_loader/include/py_loader/py_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/py_loader/include/py_loader/py_loader_impl.h b/source/loaders/py_loader/include/py_loader/py_loader_impl.h index bedcf4ebb..e7320795d 100644 --- a/source/loaders/py_loader/include/py_loader/py_loader_impl.h +++ b/source/loaders/py_loader/include/py_loader/py_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/py_loader/source/py_loader.c b/source/loaders/py_loader/source/py_loader.c index eb159dcdb..3ae864470 100644 --- a/source/loaders/py_loader/source/py_loader.c +++ b/source/loaders/py_loader/source/py_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * py_loader_print_info() { static const char py_loader_info[] = "Python Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef PY_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/py_loader/source/py_loader_impl.c b/source/loaders/py_loader/source/py_loader_impl.c index dd4ebc28c..83f87102e 100644 --- a/source/loaders/py_loader/source/py_loader_impl.c +++ b/source/loaders/py_loader/source/py_loader_impl.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rb_loader/include/rb_loader/rb_loader.h b/source/loaders/rb_loader/include/rb_loader/rb_loader.h index f28f85f87..daa0b5847 100644 --- a/source/loaders/rb_loader/include/rb_loader/rb_loader.h +++ b/source/loaders/rb_loader/include/rb_loader/rb_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rb_loader/include/rb_loader/rb_loader_impl.h b/source/loaders/rb_loader/include/rb_loader/rb_loader_impl.h index b5b8c5c4a..4d06aeba0 100644 --- a/source/loaders/rb_loader/include/rb_loader/rb_loader_impl.h +++ b/source/loaders/rb_loader/include/rb_loader/rb_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rb_loader/include/rb_loader/rb_loader_impl_parser.h b/source/loaders/rb_loader/include/rb_loader/rb_loader_impl_parser.h index a312e8921..2dde7917b 100644 --- a/source/loaders/rb_loader/include/rb_loader/rb_loader_impl_parser.h +++ b/source/loaders/rb_loader/include/rb_loader/rb_loader_impl_parser.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rb_loader/source/rb_loader.c b/source/loaders/rb_loader/source/rb_loader.c index e1a206ad7..c3dbad125 100644 --- a/source/loaders/rb_loader/source/rb_loader.c +++ b/source/loaders/rb_loader/source/rb_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * rb_loader_print_info() { static const char rb_loader_info[] = "Ruby Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef RB_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/rb_loader/source/rb_loader_impl.c b/source/loaders/rb_loader/source/rb_loader_impl.c index 8b6806161..b0e20f042 100644 --- a/source/loaders/rb_loader/source/rb_loader_impl.c +++ b/source/loaders/rb_loader/source/rb_loader_impl.c @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading ruby code at run-time into a process. * diff --git a/source/loaders/rb_loader/source/rb_loader_impl_parser.c b/source/loaders/rb_loader/source/rb_loader_impl_parser.c index a8df3d179..bf5e3834d 100644 --- a/source/loaders/rb_loader/source/rb_loader_impl_parser.c +++ b/source/loaders/rb_loader/source/rb_loader_impl_parser.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rpc_loader/include/rpc_loader/rpc_loader.h b/source/loaders/rpc_loader/include/rpc_loader/rpc_loader.h index fa6421eab..04326e191 100644 --- a/source/loaders/rpc_loader/include/rpc_loader/rpc_loader.h +++ b/source/loaders/rpc_loader/include/rpc_loader/rpc_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading rpc endpoints at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rpc_loader/include/rpc_loader/rpc_loader_impl.h b/source/loaders/rpc_loader/include/rpc_loader/rpc_loader_impl.h index 372df68d3..e9a867013 100644 --- a/source/loaders/rpc_loader/include/rpc_loader/rpc_loader_impl.h +++ b/source/loaders/rpc_loader/include/rpc_loader/rpc_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading rpc endpoints at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/rpc_loader/source/rpc_loader.c b/source/loaders/rpc_loader/source/rpc_loader.c index aa8a7fcb6..6a667a126 100644 --- a/source/loaders/rpc_loader/source/rpc_loader.c +++ b/source/loaders/rpc_loader/source/rpc_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading rpc endpoints at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * rpc_loader_print_info() { static const char rpc_loader_info[] = "RPC Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef RPC_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/rpc_loader/source/rpc_loader_impl.cpp b/source/loaders/rpc_loader/source/rpc_loader_impl.cpp index 894bc4caa..2ad3f58eb 100644 --- a/source/loaders/rpc_loader/source/rpc_loader_impl.cpp +++ b/source/loaders/rpc_loader/source/rpc_loader_impl.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading rpc endpoints at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use thiz file except in compliance with the License. diff --git a/source/loaders/wasm_loader/include/wasm_loader/wasm_loader.h b/source/loaders/wasm_loader/include/wasm_loader/wasm_loader.h index 25eef4108..0bfacb779 100644 --- a/source/loaders/wasm_loader/include/wasm_loader/wasm_loader.h +++ b/source/loaders/wasm_loader/include/wasm_loader/wasm_loader.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading WebAssembly code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/wasm_loader/include/wasm_loader/wasm_loader_impl.h b/source/loaders/wasm_loader/include/wasm_loader/wasm_loader_impl.h index 4eccaa3ab..8d412b6ed 100644 --- a/source/loaders/wasm_loader/include/wasm_loader/wasm_loader_impl.h +++ b/source/loaders/wasm_loader/include/wasm_loader/wasm_loader_impl.h @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading WebAssembly code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/loaders/wasm_loader/source/wasm_loader.c b/source/loaders/wasm_loader/source/wasm_loader.c index c98bc180f..a2281f3a9 100644 --- a/source/loaders/wasm_loader/source/wasm_loader.c +++ b/source/loaders/wasm_loader/source/wasm_loader.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading WebAssembly code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -44,7 +44,7 @@ const char * wasm_loader_print_info() { static const char wasm_loader_info[] = "WebAssembly Loader Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef wasm_LOADER_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/loaders/wasm_loader/source/wasm_loader_impl.c b/source/loaders/wasm_loader/source/wasm_loader_impl.c index 377fea744..05f354c08 100644 --- a/source/loaders/wasm_loader/source/wasm_loader_impl.c +++ b/source/loaders/wasm_loader/source/wasm_loader_impl.c @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading WebAssembly code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log.h b/source/log/include/log/log.h index 77052161a..61d40e9ae 100644 --- a/source/log/include/log/log.h +++ b/source/log/include/log/log.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_aspect.h b/source/log/include/log/log_aspect.h index dfdcbc26e..ac1b5f182 100644 --- a/source/log/include/log/log_aspect.h +++ b/source/log/include/log/log_aspect.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_aspect_format.h b/source/log/include/log/log_aspect_format.h index fef613344..c2b8c1dd6 100644 --- a/source/log/include/log/log_aspect_format.h +++ b/source/log/include/log/log_aspect_format.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_aspect_schedule.h b/source/log/include/log/log_aspect_schedule.h index 12b14a518..1f751b918 100644 --- a/source/log/include/log/log_aspect_schedule.h +++ b/source/log/include/log/log_aspect_schedule.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_aspect_storage.h b/source/log/include/log/log_aspect_storage.h index 85b0b52cf..1bf24ec59 100644 --- a/source/log/include/log/log_aspect_storage.h +++ b/source/log/include/log/log_aspect_storage.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_aspect_stream.h b/source/log/include/log/log_aspect_stream.h index ad53dcd76..ce8ccd17f 100644 --- a/source/log/include/log/log_aspect_stream.h +++ b/source/log/include/log/log_aspect_stream.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_handle.h b/source/log/include/log/log_handle.h index 3159d9a2f..abe0db8ac 100644 --- a/source/log/include/log/log_handle.h +++ b/source/log/include/log/log_handle.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_impl.h b/source/log/include/log/log_impl.h index 1e6bd5b3b..aa86e655f 100644 --- a/source/log/include/log/log_impl.h +++ b/source/log/include/log/log_impl.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_level.h b/source/log/include/log/log_level.h index 1590132c2..cef1d82cc 100644 --- a/source/log/include/log/log_level.h +++ b/source/log/include/log/log_level.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_map.h b/source/log/include/log/log_map.h index cadb7ae60..200adc8af 100644 --- a/source/log/include/log/log_map.h +++ b/source/log/include/log/log_map.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy.h b/source/log/include/log/log_policy.h index 4d33469bf..856d5da6e 100644 --- a/source/log/include/log/log_policy.h +++ b/source/log/include/log/log_policy.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_policy_format.h b/source/log/include/log/log_policy_format.h index 9db6d9f8c..d2fa86393 100644 --- a/source/log/include/log/log_policy_format.h +++ b/source/log/include/log/log_policy_format.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_format_binary.h b/source/log/include/log/log_policy_format_binary.h index d4f6781b8..51f278a58 100644 --- a/source/log/include/log/log_policy_format_binary.h +++ b/source/log/include/log/log_policy_format_binary.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_format_custom.h b/source/log/include/log/log_policy_format_custom.h index 74b367062..603a1ff05 100644 --- a/source/log/include/log/log_policy_format_custom.h +++ b/source/log/include/log/log_policy_format_custom.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_format_text.h b/source/log/include/log/log_policy_format_text.h index 38a6b6084..f7fb2319a 100644 --- a/source/log/include/log/log_policy_format_text.h +++ b/source/log/include/log/log_policy_format_text.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_schedule.h b/source/log/include/log/log_policy_schedule.h index 0f7f12097..64a76f1b8 100644 --- a/source/log/include/log/log_policy_schedule.h +++ b/source/log/include/log/log_policy_schedule.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_schedule_async.h b/source/log/include/log/log_policy_schedule_async.h index 1e26e8df8..c795f6566 100644 --- a/source/log/include/log/log_policy_schedule_async.h +++ b/source/log/include/log/log_policy_schedule_async.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_schedule_sync.h b/source/log/include/log/log_policy_schedule_sync.h index 83fb840a5..e41ef9408 100644 --- a/source/log/include/log/log_policy_schedule_sync.h +++ b/source/log/include/log/log_policy_schedule_sync.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_storage.h b/source/log/include/log/log_policy_storage.h index 1e9d7b339..31331bd76 100644 --- a/source/log/include/log/log_policy_storage.h +++ b/source/log/include/log/log_policy_storage.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_storage_batch.h b/source/log/include/log/log_policy_storage_batch.h index dd34065c0..37090b91d 100644 --- a/source/log/include/log/log_policy_storage_batch.h +++ b/source/log/include/log/log_policy_storage_batch.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_storage_sequential.h b/source/log/include/log/log_policy_storage_sequential.h index f88edb1db..3e31293c7 100644 --- a/source/log/include/log/log_policy_storage_sequential.h +++ b/source/log/include/log/log_policy_storage_sequential.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream.h b/source/log/include/log/log_policy_stream.h index f470ab2d8..8bb0b84f0 100644 --- a/source/log/include/log/log_policy_stream.h +++ b/source/log/include/log/log_policy_stream.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_custom.h b/source/log/include/log/log_policy_stream_custom.h index b5ed28040..8cfe82c12 100644 --- a/source/log/include/log/log_policy_stream_custom.h +++ b/source/log/include/log/log_policy_stream_custom.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_file.h b/source/log/include/log/log_policy_stream_file.h index db1371cf4..0a8df37a6 100644 --- a/source/log/include/log/log_policy_stream_file.h +++ b/source/log/include/log/log_policy_stream_file.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_nginx.h b/source/log/include/log/log_policy_stream_nginx.h index 60ad89a85..985c86a0a 100644 --- a/source/log/include/log/log_policy_stream_nginx.h +++ b/source/log/include/log/log_policy_stream_nginx.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_socket.h b/source/log/include/log/log_policy_stream_socket.h index a96115c93..40cf5d402 100644 --- a/source/log/include/log/log_policy_stream_socket.h +++ b/source/log/include/log/log_policy_stream_socket.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_stdio.h b/source/log/include/log/log_policy_stream_stdio.h index ec5605616..0425b60b9 100644 --- a/source/log/include/log/log_policy_stream_stdio.h +++ b/source/log/include/log/log_policy_stream_stdio.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_policy_stream_syslog.h b/source/log/include/log/log_policy_stream_syslog.h index d82ff747e..4ace34102 100644 --- a/source/log/include/log/log_policy_stream_syslog.h +++ b/source/log/include/log/log_policy_stream_syslog.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_preprocessor.h b/source/log/include/log/log_preprocessor.h index a39dda1a9..ab11c0761 100644 --- a/source/log/include/log/log_preprocessor.h +++ b/source/log/include/log/log_preprocessor.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_record.h b/source/log/include/log/log_record.h index a423f8827..74b58fc57 100644 --- a/source/log/include/log/log_record.h +++ b/source/log/include/log/log_record.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_singleton.h b/source/log/include/log/log_singleton.h index b7be57ee4..cf29eab11 100644 --- a/source/log/include/log/log_singleton.h +++ b/source/log/include/log/log_singleton.h @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/include/log/log_thread_id.h b/source/log/include/log/log_thread_id.h index 1ab052685..f3ca21b91 100644 --- a/source/log/include/log/log_thread_id.h +++ b/source/log/include/log/log_thread_id.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/include/log/log_valid_size.h b/source/log/include/log/log_valid_size.h index cdf13400b..fb18036d7 100644 --- a/source/log/include/log/log_valid_size.h +++ b/source/log/include/log/log_valid_size.h @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log.c b/source/log/source/log.c index 6fcf8a1c3..46d015172 100644 --- a/source/log/source/log.c +++ b/source/log/source/log.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -255,7 +255,7 @@ const char * log_print_info() { static const char log_info[] = "Logger Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef LOG_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/log/source/log_aspect.c b/source/log/source/log_aspect.c index 5b9da57be..d9659cf1a 100644 --- a/source/log/source/log_aspect.c +++ b/source/log/source/log_aspect.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log_aspect_format.c b/source/log/source/log_aspect_format.c index 34d7b0bbc..fc3742695 100644 --- a/source/log/source/log_aspect_format.c +++ b/source/log/source/log_aspect_format.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_aspect_schedule.c b/source/log/source/log_aspect_schedule.c index 6650bacb3..1e2cebfd8 100644 --- a/source/log/source/log_aspect_schedule.c +++ b/source/log/source/log_aspect_schedule.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_aspect_storage.c b/source/log/source/log_aspect_storage.c index 51ffc6ddc..97ef74bc8 100644 --- a/source/log/source/log_aspect_storage.c +++ b/source/log/source/log_aspect_storage.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_aspect_stream.c b/source/log/source/log_aspect_stream.c index 0e40d039f..c34a97b35 100644 --- a/source/log/source/log_aspect_stream.c +++ b/source/log/source/log_aspect_stream.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_handle.c b/source/log/source/log_handle.c index b98e9d16d..dcd50dcd6 100644 --- a/source/log/source/log_handle.c +++ b/source/log/source/log_handle.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log_impl.c b/source/log/source/log_impl.c index a4f4d7979..8dd7cad9b 100644 --- a/source/log/source/log_impl.c +++ b/source/log/source/log_impl.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log_level.c b/source/log/source/log_level.c index 84d760a9b..0ee7c7269 100644 --- a/source/log/source/log_level.c +++ b/source/log/source/log_level.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log_map.c b/source/log/source/log_map.c index dd6c45664..e05b3e389 100644 --- a/source/log/source/log_map.c +++ b/source/log/source/log_map.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy.c b/source/log/source/log_policy.c index e6772b4dd..c26f1f63d 100644 --- a/source/log/source/log_policy.c +++ b/source/log/source/log_policy.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/log/source/log_policy_format.c b/source/log/source/log_policy_format.c index 0788589b0..a6bd7aa70 100644 --- a/source/log/source/log_policy_format.c +++ b/source/log/source/log_policy_format.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_format_binary.c b/source/log/source/log_policy_format_binary.c index 6ce4f3f74..ba8848317 100644 --- a/source/log/source/log_policy_format_binary.c +++ b/source/log/source/log_policy_format_binary.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_format_custom.c b/source/log/source/log_policy_format_custom.c index 208915101..9cc90d4ed 100644 --- a/source/log/source/log_policy_format_custom.c +++ b/source/log/source/log_policy_format_custom.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_format_text.c b/source/log/source/log_policy_format_text.c index 8ad0f09b0..27e8f5f9d 100644 --- a/source/log/source/log_policy_format_text.c +++ b/source/log/source/log_policy_format_text.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_schedule.c b/source/log/source/log_policy_schedule.c index 0a198e5f6..5e2dde31f 100644 --- a/source/log/source/log_policy_schedule.c +++ b/source/log/source/log_policy_schedule.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_schedule_async.c b/source/log/source/log_policy_schedule_async.c index 11f1ed8be..cd7e59d63 100644 --- a/source/log/source/log_policy_schedule_async.c +++ b/source/log/source/log_policy_schedule_async.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_schedule_sync.c b/source/log/source/log_policy_schedule_sync.c index 04d1e7fec..0463b2b0f 100644 --- a/source/log/source/log_policy_schedule_sync.c +++ b/source/log/source/log_policy_schedule_sync.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_storage.c b/source/log/source/log_policy_storage.c index 4b9072c26..2ac3267b8 100644 --- a/source/log/source/log_policy_storage.c +++ b/source/log/source/log_policy_storage.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_storage_batch.c b/source/log/source/log_policy_storage_batch.c index 5883a4ad0..21ec4d3ad 100644 --- a/source/log/source/log_policy_storage_batch.c +++ b/source/log/source/log_policy_storage_batch.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_storage_sequential.c b/source/log/source/log_policy_storage_sequential.c index 9a64d5774..fae32ed04 100644 --- a/source/log/source/log_policy_storage_sequential.c +++ b/source/log/source/log_policy_storage_sequential.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream.c b/source/log/source/log_policy_stream.c index 1ead19b77..18931f41b 100644 --- a/source/log/source/log_policy_stream.c +++ b/source/log/source/log_policy_stream.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_custom.c b/source/log/source/log_policy_stream_custom.c index 58e14cfd2..71dc23e9a 100644 --- a/source/log/source/log_policy_stream_custom.c +++ b/source/log/source/log_policy_stream_custom.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_file.c b/source/log/source/log_policy_stream_file.c index 3f452c12e..f15b09965 100644 --- a/source/log/source/log_policy_stream_file.c +++ b/source/log/source/log_policy_stream_file.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_nginx.c b/source/log/source/log_policy_stream_nginx.c index 4a266f564..da074e86f 100644 --- a/source/log/source/log_policy_stream_nginx.c +++ b/source/log/source/log_policy_stream_nginx.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_socket.c b/source/log/source/log_policy_stream_socket.c index d2674573a..57b941fc9 100644 --- a/source/log/source/log_policy_stream_socket.c +++ b/source/log/source/log_policy_stream_socket.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_stdio.c b/source/log/source/log_policy_stream_stdio.c index 6fa1dd702..9e08eb1fa 100644 --- a/source/log/source/log_policy_stream_stdio.c +++ b/source/log/source/log_policy_stream_stdio.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_policy_stream_syslog.c b/source/log/source/log_policy_stream_syslog.c index c5262a4f1..fe83b3a32 100644 --- a/source/log/source/log_policy_stream_syslog.c +++ b/source/log/source/log_policy_stream_syslog.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_record.c b/source/log/source/log_record.c index e58b660e6..e27e087e4 100644 --- a/source/log/source/log_record.c +++ b/source/log/source/log_record.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_singleton.c b/source/log/source/log_singleton.c index 0f2e267fe..db2391172 100644 --- a/source/log/source/log_singleton.c +++ b/source/log/source/log_singleton.c @@ -1,6 +1,6 @@ /* * Logger Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic logger library providing application execution reports. * diff --git a/source/log/source/log_thread_id.c b/source/log/source/log_thread_id.c index 9c54796fc..95e204ffb 100644 --- a/source/log/source/log_thread_id.c +++ b/source/log/source/log_thread_id.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ # if defined(__MINGW32__) || defined(__MINGW64__) # include # endif -#elif defined(__linux__) || \ +#elif defined(__linux__) || \ ((defined(__APPLE__) && defined(__MACH__)) || defined(__MACOSX__) && (!defined(MAC_OS_X_VERSION_10_12) || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12)) # define _GNU_SOURCE # include diff --git a/source/log/source/log_valid_size.c b/source/log/source/log_valid_size.c index 2093abcdb..c07212bc9 100644 --- a/source/log/source/log_valid_size.c +++ b/source/log/source/log_valid_size.c @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory.h b/source/memory/include/memory/memory.h index 39a78202b..49f0ce31d 100644 --- a/source/memory/include/memory/memory.h +++ b/source/memory/include/memory/memory.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator.h b/source/memory/include/memory/memory_allocator.h index 8fe2e5a48..f51deec99 100644 --- a/source/memory/include/memory/memory_allocator.h +++ b/source/memory/include/memory/memory_allocator.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_iface.h b/source/memory/include/memory/memory_allocator_iface.h index a9c7d5414..6254892ca 100644 --- a/source/memory/include/memory/memory_allocator_iface.h +++ b/source/memory/include/memory/memory_allocator_iface.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_impl.h b/source/memory/include/memory/memory_allocator_impl.h index fef12101b..c7f72b81e 100644 --- a/source/memory/include/memory/memory_allocator_impl.h +++ b/source/memory/include/memory/memory_allocator_impl.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_nginx.h b/source/memory/include/memory/memory_allocator_nginx.h index 8ba895c6b..f2c005ac4 100644 --- a/source/memory/include/memory/memory_allocator_nginx.h +++ b/source/memory/include/memory/memory_allocator_nginx.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_nginx_impl.h b/source/memory/include/memory/memory_allocator_nginx_impl.h index a7a49a3da..019ebb809 100644 --- a/source/memory/include/memory/memory_allocator_nginx_impl.h +++ b/source/memory/include/memory/memory_allocator_nginx_impl.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_std.h b/source/memory/include/memory/memory_allocator_std.h index e4f4db4cc..ba5c2608d 100644 --- a/source/memory/include/memory/memory_allocator_std.h +++ b/source/memory/include/memory/memory_allocator_std.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/include/memory/memory_allocator_std_impl.h b/source/memory/include/memory/memory_allocator_std_impl.h index 7eaf88cfa..031542c72 100644 --- a/source/memory/include/memory/memory_allocator_std_impl.h +++ b/source/memory/include/memory/memory_allocator_std_impl.h @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/source/memory.c b/source/memory/source/memory.c index 0d7f80dc6..080ba19d2 100644 --- a/source/memory/source/memory.c +++ b/source/memory/source/memory.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ const char * memory_print_info() { static const char memory_info[] = "Memory Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef MEMORY_STATIC_DEFINE "Compiled as static library type" diff --git a/source/memory/source/memory_allocator.c b/source/memory/source/memory_allocator.c index df23d7732..4b3e3358c 100644 --- a/source/memory/source/memory_allocator.c +++ b/source/memory/source/memory_allocator.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/source/memory_allocator_nginx.c b/source/memory/source/memory_allocator_nginx.c index 2c3591eaa..abfdfb9a4 100644 --- a/source/memory/source/memory_allocator_nginx.c +++ b/source/memory/source/memory_allocator_nginx.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/source/memory_allocator_nginx_impl.c b/source/memory/source/memory_allocator_nginx_impl.c index 320b084db..a92e2dd82 100644 --- a/source/memory/source/memory_allocator_nginx_impl.c +++ b/source/memory/source/memory_allocator_nginx_impl.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/source/memory_allocator_std.c b/source/memory/source/memory_allocator_std.c index d9fb7b4d4..4ce770b32 100644 --- a/source/memory/source/memory_allocator_std.c +++ b/source/memory/source/memory_allocator_std.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/memory/source/memory_allocator_std_impl.c b/source/memory/source/memory_allocator_std_impl.c index 23ed8ab9b..16b46c15a 100644 --- a/source/memory/source/memory_allocator_std_impl.c +++ b/source/memory/source/memory_allocator_std_impl.c @@ -2,7 +2,7 @@ * Memory Library by Parra Studios * A generic cross-platform memory utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/include/metacall/metacall.h b/source/metacall/include/metacall/metacall.h index fb4aef488..e3c1e3f82 100644 --- a/source/metacall/include/metacall/metacall.h +++ b/source/metacall/include/metacall/metacall.h @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/include/metacall/metacall_allocator.h b/source/metacall/include/metacall/metacall_allocator.h index f0f939b50..998c5e1e2 100644 --- a/source/metacall/include/metacall/metacall_allocator.h +++ b/source/metacall/include/metacall/metacall_allocator.h @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/include/metacall/metacall_fork.h b/source/metacall/include/metacall/metacall_fork.h index ccdcb760e..8c260171c 100644 --- a/source/metacall/include/metacall/metacall_fork.h +++ b/source/metacall/include/metacall/metacall_fork.h @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/include/metacall/metacall_log.h b/source/metacall/include/metacall/metacall_log.h index db1653699..29e4fc1d9 100644 --- a/source/metacall/include/metacall/metacall_log.h +++ b/source/metacall/include/metacall/metacall_log.h @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/include/metacall/metacall_value.h b/source/metacall/include/metacall/metacall_value.h index 1fd13625f..fea07f7e0 100644 --- a/source/metacall/include/metacall/metacall_value.h +++ b/source/metacall/include/metacall/metacall_value.h @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/metacall_def.h.in b/source/metacall/metacall_def.h.in index 67a638655..be6cb8d2e 100644 --- a/source/metacall/metacall_def.h.in +++ b/source/metacall/metacall_def.h.in @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/source/metacall.c b/source/metacall/source/metacall.c index 9a5706cd2..a063d8c51 100644 --- a/source/metacall/source/metacall.c +++ b/source/metacall/source/metacall.c @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1280,7 +1280,7 @@ const char * metacall_print_info() { static const char metacall_info[] = "MetaCall Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef METACALL_STATIC_DEFINE "Compiled as static library type" diff --git a/source/metacall/source/metacall_allocator.c b/source/metacall/source/metacall_allocator.c index e61b08746..8d2fab645 100644 --- a/source/metacall/source/metacall_allocator.c +++ b/source/metacall/source/metacall_allocator.c @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/source/metacall_fork.c b/source/metacall/source/metacall_fork.c index 524153397..931c378c9 100644 --- a/source/metacall/source/metacall_fork.c +++ b/source/metacall/source/metacall_fork.c @@ -1,6 +1,6 @@ /* * MetaCall Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for providing a foreign function interface calls. * diff --git a/source/metacall/source/metacall_log.c b/source/metacall/source/metacall_log.c index c48c57260..ea7841745 100644 --- a/source/metacall/source/metacall_log.c +++ b/source/metacall/source/metacall_log.c @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/metacall/source/metacall_value.c b/source/metacall/source/metacall_value.c index 5f43f3046..c9adb3b65 100644 --- a/source/metacall/source/metacall_value.c +++ b/source/metacall/source/metacall_value.c @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/portability/include/portability/portability.h b/source/portability/include/portability/portability.h index e97cfb818..7faf8fe69 100644 --- a/source/portability/include/portability/portability.h +++ b/source/portability/include/portability/portability.h @@ -2,7 +2,7 @@ * Portability Library by Parra Studios * A generic cross-platform portability utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/portability/include/portability/portability_assert.h b/source/portability/include/portability/portability_assert.h index 32e70f84d..2650159cf 100644 --- a/source/portability/include/portability/portability_assert.h +++ b/source/portability/include/portability/portability_assert.h @@ -2,7 +2,7 @@ * Portability Library by Parra Studios * A generic cross-platform portability utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ extern "C" { /* -- Headers -- */ #include - + #include /* -- Macros -- */ @@ -40,7 +40,7 @@ extern "C" { #ifndef static_assert # define static_assert_impl_expr(predicate, expr) \ typedef char expr[2 * !!(predicate) - 1] - + # if defined(__COUNTER__) # define static_assert_impl_line(macro, predicate, expr) macro((predicate), PREPROCESSOR_CONCAT(expr, __COUNTER__)) # elif defined(__LINE__) diff --git a/source/portability/source/portability.c b/source/portability/source/portability.c index 4830e5ab8..6e0201a8a 100644 --- a/source/portability/source/portability.c +++ b/source/portability/source/portability.c @@ -2,7 +2,7 @@ * Portability Library by Parra Studios * A generic cross-platform portability utility. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ const char * portability_print_info() { static const char portability_info[] = "Portability Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef PORTABILITY_STATIC_DEFINE "Compiled as static library type" diff --git a/source/ports/CMakeLists.txt b/source/ports/CMakeLists.txt index 7caf8b606..58a883405 100644 --- a/source/ports/CMakeLists.txt +++ b/source/ports/CMakeLists.txt @@ -2,7 +2,7 @@ # MetaCall Ports by Parra Studios # A complete infrastructure for supporting multiple language bindings in MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/cxx_port/include/metacall/metacall.hpp b/source/ports/cxx_port/include/metacall/metacall.hpp index e53e0ae85..d57dfd943 100644 --- a/source/ports/cxx_port/include/metacall/metacall.hpp +++ b/source/ports/cxx_port/include/metacall/metacall.hpp @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/cxx_port/inline/metacall/metacall.inl b/source/ports/cxx_port/inline/metacall/metacall.inl index 2fbf3bb41..25fefa350 100644 --- a/source/ports/cxx_port/inline/metacall/metacall.inl +++ b/source/ports/cxx_port/inline/metacall/metacall.inl @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/cxx_port/source/metacall.cpp b/source/ports/cxx_port/source/metacall.cpp index bf3237f56..37d0e5dfa 100644 --- a/source/ports/cxx_port/source/metacall.cpp +++ b/source/ports/cxx_port/source/metacall.cpp @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting formatted input / output. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/java_port/include/java_port/java_port.h b/source/ports/java_port/include/java_port/java_port.h index 75b3f1bf7..2270b7a08 100644 --- a/source/ports/java_port/include/java_port/java_port.h +++ b/source/ports/java_port/include/java_port/java_port.h @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/java_port/interface/java_port/java_port.i b/source/ports/java_port/interface/java_port/java_port.i index 033d0082a..072523a8a 100644 --- a/source/ports/java_port/interface/java_port/java_port.i +++ b/source/ports/java_port/interface/java_port/java_port.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/java_port/interface/java_port/java_port_impl.i b/source/ports/java_port/interface/java_port/java_port_impl.i index f74fe2f24..95dd7658b 100644 --- a/source/ports/java_port/interface/java_port/java_port_impl.i +++ b/source/ports/java_port/interface/java_port/java_port_impl.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/java_port/source/java_port.c b/source/ports/java_port/source/java_port.c index c60cffdfe..6e22b68d0 100644 --- a/source/ports/java_port/source/java_port.c +++ b/source/ports/java_port/source/java_port.c @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/js_port/include/js_port/js_port.h b/source/ports/js_port/include/js_port/js_port.h index 04755aac1..54c98f140 100644 --- a/source/ports/js_port/include/js_port/js_port.h +++ b/source/ports/js_port/include/js_port/js_port.h @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/js_port/interface/js_port/js_port.i b/source/ports/js_port/interface/js_port/js_port.i index eaf195ede..f91db53c0 100644 --- a/source/ports/js_port/interface/js_port/js_port.i +++ b/source/ports/js_port/interface/js_port/js_port.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/js_port/interface/js_port/js_port_impl.i b/source/ports/js_port/interface/js_port/js_port_impl.i index 375d4adea..e2d62b84f 100644 --- a/source/ports/js_port/interface/js_port/js_port_impl.i +++ b/source/ports/js_port/interface/js_port/js_port_impl.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/js_port/source/js_port.c b/source/ports/js_port/source/js_port.c index 8dfb8d155..8dd6cf1b5 100644 --- a/source/ports/js_port/source/js_port.c +++ b/source/ports/js_port/source/js_port.c @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/js_port/test/main.cpp b/source/ports/js_port/test/main.cpp index b2bd5d621..0edddbce9 100644 --- a/source/ports/js_port/test/main.cpp +++ b/source/ports/js_port/test/main.cpp @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/addon.js b/source/ports/node_port/addon.js index 1fe668a34..256ceb2ab 100644 --- a/source/ports/node_port/addon.js +++ b/source/ports/node_port/addon.js @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/include/node_port/node_port.h b/source/ports/node_port/include/node_port/node_port.h index 824ee4c44..3236f4977 100644 --- a/source/ports/node_port/include/node_port/node_port.h +++ b/source/ports/node_port/include/node_port/node_port.h @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/index.js b/source/ports/node_port/index.js index bdf0c8fa2..83d9f8f49 100644 --- a/source/ports/node_port/index.js +++ b/source/ports/node_port/index.js @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/scripts/preinstall.js b/source/ports/node_port/scripts/preinstall.js index 6617481ef..110b644ef 100644 --- a/source/ports/node_port/scripts/preinstall.js +++ b/source/ports/node_port/scripts/preinstall.js @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/source/node_port.cpp b/source/ports/node_port/source/node_port.cpp index 35c8fb3e3..26203c813 100644 --- a/source/ports/node_port/source/node_port.cpp +++ b/source/ports/node_port/source/node_port.cpp @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/test/index.js b/source/ports/node_port/test/index.js index af005b881..8506b24c8 100644 --- a/source/ports/node_port/test/index.js +++ b/source/ports/node_port/test/index.js @@ -2,7 +2,7 @@ * MetaCall NodeJS Port by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/node_port/upload.sh b/source/ports/node_port/upload.sh index af9bb3592..fb6e05625 100755 --- a/source/ports/node_port/upload.sh +++ b/source/ports/node_port/upload.sh @@ -4,7 +4,7 @@ # MetaCall NodeJS Port Deploy Script by Parra Studios # Script utility for deploying MetaCall NodeJS Port to NPM. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/py_port/include/py_port/py_port.h b/source/ports/py_port/include/py_port/py_port.h index 15b9b2eee..e130ff7b9 100644 --- a/source/ports/py_port/include/py_port/py_port.h +++ b/source/ports/py_port/include/py_port/py_port.h @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/py_port/interface/py_port/py_port.i b/source/ports/py_port/interface/py_port/py_port.i index ec56b97f3..7ea498ab1 100644 --- a/source/ports/py_port/interface/py_port/py_port.i +++ b/source/ports/py_port/interface/py_port/py_port.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/py_port/interface/py_port/py_port_impl.i b/source/ports/py_port/interface/py_port/py_port_impl.i index 04dbec25e..b2bcc2472 100644 --- a/source/ports/py_port/interface/py_port/py_port_impl.i +++ b/source/ports/py_port/interface/py_port/py_port_impl.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/py_port/package/helper/__init__.py b/source/ports/py_port/package/helper/__init__.py index 932f28ec4..ad396b84b 100644 --- a/source/ports/py_port/package/helper/__init__.py +++ b/source/ports/py_port/package/helper/__init__.py @@ -3,7 +3,7 @@ # MetaCall Python Port by Parra Studios # A frontend for Python language bindings in MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/py_port/package/metacall/__init__.py b/source/ports/py_port/package/metacall/__init__.py index f8d1f01d5..253d53a7d 100644 --- a/source/ports/py_port/package/metacall/__init__.py +++ b/source/ports/py_port/package/metacall/__init__.py @@ -3,7 +3,7 @@ # MetaCall Python Port by Parra Studios # A frontend for Python language bindings in MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/py_port/package/setup.py b/source/ports/py_port/package/setup.py index 7a01f83cc..f3c2095ed 100644 --- a/source/ports/py_port/package/setup.py +++ b/source/ports/py_port/package/setup.py @@ -3,7 +3,7 @@ # MetaCall Python Port by Parra Studios # A frontend for Python language bindings in MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/py_port/package/upload.sh b/source/ports/py_port/package/upload.sh index b41c792aa..09b1d06d0 100755 --- a/source/ports/py_port/package/upload.sh +++ b/source/ports/py_port/package/upload.sh @@ -4,7 +4,7 @@ # MetaCall Python Port Deploy Script by Parra Studios # Script utility for deploying MetaCall Python Port to PyPi. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/ports/py_port/source/py_port.c b/source/ports/py_port/source/py_port.c index 8712ba500..0414757fd 100644 --- a/source/ports/py_port/source/py_port.c +++ b/source/ports/py_port/source/py_port.c @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/rb_port/include/rb_port/rb_port.h b/source/ports/rb_port/include/rb_port/rb_port.h index 4904a8363..403d0f757 100644 --- a/source/ports/rb_port/include/rb_port/rb_port.h +++ b/source/ports/rb_port/include/rb_port/rb_port.h @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/rb_port/interface/rb_port/rb_port.i b/source/ports/rb_port/interface/rb_port/rb_port.i index 12e0e2361..92cc50b25 100644 --- a/source/ports/rb_port/interface/rb_port/rb_port.i +++ b/source/ports/rb_port/interface/rb_port/rb_port.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/rb_port/interface/rb_port/rb_port_impl.i b/source/ports/rb_port/interface/rb_port/rb_port_impl.i index 69eff67e1..b22018dfc 100644 --- a/source/ports/rb_port/interface/rb_port/rb_port_impl.i +++ b/source/ports/rb_port/interface/rb_port/rb_port_impl.i @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/ports/rb_port/source/rb_port.c b/source/ports/rb_port/source/rb_port.c index 591820179..31c57d7c2 100644 --- a/source/ports/rb_port/source/rb_port.c +++ b/source/ports/rb_port/source/rb_port.c @@ -2,7 +2,7 @@ * MetaCall SWIG Wrapper by Parra Studios * A complete infrastructure for supporting multiple language bindings in MetaCall. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/cmake/preprocessor_arguments.cmake b/source/preprocessor/cmake/preprocessor_arguments.cmake index 258812eb5..d2f6c46f8 100644 --- a/source/preprocessor/cmake/preprocessor_arguments.cmake +++ b/source/preprocessor/cmake/preprocessor_arguments.cmake @@ -2,7 +2,7 @@ # Preprocessor Library by Parra Studios # A generic header-only preprocessor metaprogramming library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/preprocessor/cmake/preprocessor_arithmetic.cmake b/source/preprocessor/cmake/preprocessor_arithmetic.cmake index 2042aa6a0..3021f1098 100644 --- a/source/preprocessor/cmake/preprocessor_arithmetic.cmake +++ b/source/preprocessor/cmake/preprocessor_arithmetic.cmake @@ -2,7 +2,7 @@ # Preprocessor Library by Parra Studios # A generic header-only preprocessor metaprogramming library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/preprocessor/cmake/preprocessor_boolean.cmake b/source/preprocessor/cmake/preprocessor_boolean.cmake index 25f5f27bd..5963308f7 100644 --- a/source/preprocessor/cmake/preprocessor_boolean.cmake +++ b/source/preprocessor/cmake/preprocessor_boolean.cmake @@ -2,7 +2,7 @@ # Preprocessor Library by Parra Studios # A generic header-only preprocessor metaprogramming library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/preprocessor/cmake/preprocessor_for.cmake b/source/preprocessor/cmake/preprocessor_for.cmake index 5bbb1e632..1ca5f9bca 100644 --- a/source/preprocessor/cmake/preprocessor_for.cmake +++ b/source/preprocessor/cmake/preprocessor_for.cmake @@ -2,7 +2,7 @@ # Preprocessor Library by Parra Studios # A generic header-only preprocessor metaprogramming library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/preprocessor/cmake/preprocessor_template.cmake b/source/preprocessor/cmake/preprocessor_template.cmake index b99eea2f8..444124b75 100644 --- a/source/preprocessor/cmake/preprocessor_template.cmake +++ b/source/preprocessor/cmake/preprocessor_template.cmake @@ -2,7 +2,7 @@ # Preprocessor Library by Parra Studios # A generic header-only preprocessor metaprogramming library. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/preprocessor/cmake/preprocessor_template.h.in b/source/preprocessor/cmake/preprocessor_template.h.in index 6804b540a..76e0d3377 100644 --- a/source/preprocessor/cmake/preprocessor_template.h.in +++ b/source/preprocessor/cmake/preprocessor_template.h.in @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor.h b/source/preprocessor/include/preprocessor/preprocessor.h index 8d6f0c098..ce7ebef66 100644 --- a/source/preprocessor/include/preprocessor/preprocessor.h +++ b/source/preprocessor/include/preprocessor/preprocessor.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_arguments.h b/source/preprocessor/include/preprocessor/preprocessor_arguments.h index 5eca8a001..c050e20ca 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_arguments.h +++ b/source/preprocessor/include/preprocessor/preprocessor_arguments.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_arithmetic.h b/source/preprocessor/include/preprocessor/preprocessor_arithmetic.h index c21296e57..eb37d7062 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_arithmetic.h +++ b/source/preprocessor/include/preprocessor/preprocessor_arithmetic.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_bit.h b/source/preprocessor/include/preprocessor/preprocessor_bit.h index 809dac5da..c72818745 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_bit.h +++ b/source/preprocessor/include/preprocessor/preprocessor_bit.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_boolean.h b/source/preprocessor/include/preprocessor/preprocessor_boolean.h index d68adb4a5..8e39a6401 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_boolean.h +++ b/source/preprocessor/include/preprocessor/preprocessor_boolean.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_comma.h b/source/preprocessor/include/preprocessor/preprocessor_comma.h index 2be6ddc2c..4ed2780d7 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_comma.h +++ b/source/preprocessor/include/preprocessor/preprocessor_comma.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_comparison.h b/source/preprocessor/include/preprocessor/preprocessor_comparison.h index e936c4a92..f2fc5f5a4 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_comparison.h +++ b/source/preprocessor/include/preprocessor/preprocessor_comparison.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_complement.h b/source/preprocessor/include/preprocessor/preprocessor_complement.h index aa660038d..995eb932c 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_complement.h +++ b/source/preprocessor/include/preprocessor/preprocessor_complement.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_concatenation.h b/source/preprocessor/include/preprocessor/preprocessor_concatenation.h index 56cae254e..0608c16e8 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_concatenation.h +++ b/source/preprocessor/include/preprocessor/preprocessor_concatenation.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_detection.h b/source/preprocessor/include/preprocessor/preprocessor_detection.h index 2cc3b63ed..7b5ad9ca3 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_detection.h +++ b/source/preprocessor/include/preprocessor/preprocessor_detection.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_empty.h b/source/preprocessor/include/preprocessor/preprocessor_empty.h index 20f121a01..c3ca767e5 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_empty.h +++ b/source/preprocessor/include/preprocessor/preprocessor_empty.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_for.h b/source/preprocessor/include/preprocessor/preprocessor_for.h index d01b2f26b..b639f0398 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_for.h +++ b/source/preprocessor/include/preprocessor/preprocessor_for.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/include/preprocessor/preprocessor_if.h b/source/preprocessor/include/preprocessor/preprocessor_if.h index a1fa1c90e..c06bd58ae 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_if.h +++ b/source/preprocessor/include/preprocessor/preprocessor_if.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_serial.h b/source/preprocessor/include/preprocessor/preprocessor_serial.h index ec2a015dc..9ce2d1f88 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_serial.h +++ b/source/preprocessor/include/preprocessor/preprocessor_serial.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_stringify.h b/source/preprocessor/include/preprocessor/preprocessor_stringify.h index 2fb6b06e0..dd741affe 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_stringify.h +++ b/source/preprocessor/include/preprocessor/preprocessor_stringify.h @@ -1,6 +1,6 @@ /* * Preprocessor Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A generic header-only preprocessor metaprogramming library. * diff --git a/source/preprocessor/include/preprocessor/preprocessor_tuple.h b/source/preprocessor/include/preprocessor/preprocessor_tuple.h index c4d0959af..8c277d84b 100644 --- a/source/preprocessor/include/preprocessor/preprocessor_tuple.h +++ b/source/preprocessor/include/preprocessor/preprocessor_tuple.h @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/preprocessor/source/preprocessor.c b/source/preprocessor/source/preprocessor.c index 076a11d91..0ebf75e85 100644 --- a/source/preprocessor/source/preprocessor.c +++ b/source/preprocessor/source/preprocessor.c @@ -2,7 +2,7 @@ * Preprocessor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,7 +30,7 @@ const char * preprocessor_print_info() { static const char preprocessor_info[] = "Preprocessor Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef PREPROCSSOR_STATIC_DEFINE "Compiled as static library type" diff --git a/source/reflect/include/reflect/reflect.h b/source/reflect/include/reflect/reflect.h index ef8729413..5613e2227 100644 --- a/source/reflect/include/reflect/reflect.h +++ b/source/reflect/include/reflect/reflect.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_context.h b/source/reflect/include/reflect/reflect_context.h index 1d41fc4e1..cab1dd771 100644 --- a/source/reflect/include/reflect/reflect_context.h +++ b/source/reflect/include/reflect/reflect_context.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_function.h b/source/reflect/include/reflect/reflect_function.h index 74460b53d..43303a1bc 100644 --- a/source/reflect/include/reflect/reflect_function.h +++ b/source/reflect/include/reflect/reflect_function.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,7 +37,7 @@ typedef struct function_type * function; typedef void * function_args[]; typedef value function_return; - + typedef value (*function_resolve_callback)(value, void *); typedef value (*function_reject_callback)(value, void *); @@ -45,10 +45,10 @@ typedef value (*function_reject_callback)(value, void *); typedef int (*function_impl_interface_create)(function, function_impl); typedef function_return (*function_impl_interface_invoke)(function, function_impl, function_args); - + typedef function_return (*function_impl_interface_await)(function, function_impl, function_args, function_resolve_callback, function_reject_callback, void *); -typedef void (*function_impl_interface_destroy)(function, function_impl); +typedef void (*function_impl_interface_destroy)(function, function_impl); typedef struct function_interface_type { @@ -69,8 +69,8 @@ REFLECT_API signature function_signature(function func); REFLECT_API value function_metadata(function func); -REFLECT_API function_return function_call(function func, function_args args); - +REFLECT_API function_return function_call(function func, function_args args); + REFLECT_API function_return function_await(function func, function_args args, function_resolve_callback resolve_callback, function_reject_callback reject_callback, void * context); REFLECT_API void function_destroy(function func); diff --git a/source/reflect/include/reflect/reflect_future.h b/source/reflect/include/reflect/reflect_future.h index ff0646b5e..e38f6772f 100644 --- a/source/reflect/include/reflect/reflect_future.h +++ b/source/reflect/include/reflect/reflect_future.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_scope.h b/source/reflect/include/reflect/reflect_scope.h index 3a88c6b95..b7662bc80 100644 --- a/source/reflect/include/reflect/reflect_scope.h +++ b/source/reflect/include/reflect/reflect_scope.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_signature.h b/source/reflect/include/reflect/reflect_signature.h index fae9c1351..89f04b1d1 100644 --- a/source/reflect/include/reflect/reflect_signature.h +++ b/source/reflect/include/reflect/reflect_signature.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_type.h b/source/reflect/include/reflect/reflect_type.h index 9945ff6f4..b8efb68af 100644 --- a/source/reflect/include/reflect/reflect_type.h +++ b/source/reflect/include/reflect/reflect_type.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_type_id.h b/source/reflect/include/reflect/reflect_type_id.h index c364116a5..c0276e6f4 100644 --- a/source/reflect/include/reflect/reflect_type_id.h +++ b/source/reflect/include/reflect/reflect_type_id.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value.h b/source/reflect/include/reflect/reflect_value.h index 1ee4f101a..151b64a59 100644 --- a/source/reflect/include/reflect/reflect_value.h +++ b/source/reflect/include/reflect/reflect_value.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value_type.h b/source/reflect/include/reflect/reflect_value_type.h index 98ff17947..2f3b5c952 100644 --- a/source/reflect/include/reflect/reflect_value_type.h +++ b/source/reflect/include/reflect/reflect_value_type.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value_type_cast.h b/source/reflect/include/reflect/reflect_value_type_cast.h index ed68a26fa..e16df3418 100644 --- a/source/reflect/include/reflect/reflect_value_type_cast.h +++ b/source/reflect/include/reflect/reflect_value_type_cast.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value_type_demotion.h b/source/reflect/include/reflect/reflect_value_type_demotion.h index 79adb9fc6..43f744f73 100644 --- a/source/reflect/include/reflect/reflect_value_type_demotion.h +++ b/source/reflect/include/reflect/reflect_value_type_demotion.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value_type_id_size.h b/source/reflect/include/reflect/reflect_value_type_id_size.h index cb37e4058..f3a82bb02 100644 --- a/source/reflect/include/reflect/reflect_value_type_id_size.h +++ b/source/reflect/include/reflect/reflect_value_type_id_size.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/include/reflect/reflect_value_type_promotion.h b/source/reflect/include/reflect/reflect_value_type_promotion.h index f5ee75b20..33c24587f 100644 --- a/source/reflect/include/reflect/reflect_value_type_promotion.h +++ b/source/reflect/include/reflect/reflect_value_type_promotion.h @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect.c b/source/reflect/source/reflect.c index 92f5fdc4b..b28751bb9 100644 --- a/source/reflect/source/reflect.c +++ b/source/reflect/source/reflect.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,7 +26,7 @@ const char * reflect_print_info() { static const char reflect_info[] = "Reflect Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef REFLECT_STATIC_DEFINE "Compiled as static library type" diff --git a/source/reflect/source/reflect_context.c b/source/reflect/source/reflect_context.c index 3eb2b6b64..080b76c78 100644 --- a/source/reflect/source/reflect_context.c +++ b/source/reflect/source/reflect_context.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_function.c b/source/reflect/source/reflect_function.c index 37087f0ef..6bd73548f 100644 --- a/source/reflect/source/reflect_function.c +++ b/source/reflect/source/reflect_function.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_future.c b/source/reflect/source/reflect_future.c index d99071839..70a42df33 100644 --- a/source/reflect/source/reflect_future.c +++ b/source/reflect/source/reflect_future.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_scope.c b/source/reflect/source/reflect_scope.c index 3bee0e74b..80224312b 100644 --- a/source/reflect/source/reflect_scope.c +++ b/source/reflect/source/reflect_scope.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_signature.c b/source/reflect/source/reflect_signature.c index ed17d9492..7153c360a 100644 --- a/source/reflect/source/reflect_signature.c +++ b/source/reflect/source/reflect_signature.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_type.c b/source/reflect/source/reflect_type.c index a08e168cc..15b368db6 100644 --- a/source/reflect/source/reflect_type.c +++ b/source/reflect/source/reflect_type.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_type_id.c b/source/reflect/source/reflect_type_id.c index dade70e92..f8d5efddd 100644 --- a/source/reflect/source/reflect_type_id.c +++ b/source/reflect/source/reflect_type_id.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_value.c b/source/reflect/source/reflect_value.c index b47705542..c0b894b06 100644 --- a/source/reflect/source/reflect_value.c +++ b/source/reflect/source/reflect_value.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_value_type.c b/source/reflect/source/reflect_value_type.c index 947f1c24c..ee9af76d0 100644 --- a/source/reflect/source/reflect_value_type.c +++ b/source/reflect/source/reflect_value_type.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_value_type_cast.c b/source/reflect/source/reflect_value_type_cast.c index c153dbf08..c059e84b1 100644 --- a/source/reflect/source/reflect_value_type_cast.c +++ b/source/reflect/source/reflect_value_type_cast.c @@ -1,6 +1,6 @@ /* * Reflect Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for provide reflection and metadata representation. * diff --git a/source/reflect/source/reflect_value_type_demotion.c b/source/reflect/source/reflect_value_type_demotion.c index b332d6c73..79e6c8014 100644 --- a/source/reflect/source/reflect_value_type_demotion.c +++ b/source/reflect/source/reflect_value_type_demotion.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_value_type_id_size.c b/source/reflect/source/reflect_value_type_id_size.c index 59c6796ed..2d4e98070 100644 --- a/source/reflect/source/reflect_value_type_id_size.c +++ b/source/reflect/source/reflect_value_type_id_size.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/reflect/source/reflect_value_type_promotion.c b/source/reflect/source/reflect_value_type_promotion.c index 317482dc0..cae3916cd 100644 --- a/source/reflect/source/reflect_value_type_promotion.c +++ b/source/reflect/source/reflect_value_type_promotion.c @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/scripts/csharp/cmake/CSharpProject.cmake b/source/scripts/csharp/cmake/CSharpProject.cmake index f9885f078..d6792ea0e 100644 --- a/source/scripts/csharp/cmake/CSharpProject.cmake +++ b/source/scripts/csharp/cmake/CSharpProject.cmake @@ -2,7 +2,7 @@ # CSharp project generator by Parra Studios # Generates a csharp project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/csharp/cmake/CSharpProject.cmake.in b/source/scripts/csharp/cmake/CSharpProject.cmake.in index 3245bd9fb..d29559d8d 100644 --- a/source/scripts/csharp/cmake/CSharpProject.cmake.in +++ b/source/scripts/csharp/cmake/CSharpProject.cmake.in @@ -2,7 +2,7 @@ # CSharp project generator by Parra Studios # Generates a csharp project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/csharp/cmake/CSharpProject.json.in b/source/scripts/csharp/cmake/CSharpProject.json.in index b9d1393b1..66fec5ad4 100644 --- a/source/scripts/csharp/cmake/CSharpProject.json.in +++ b/source/scripts/csharp/cmake/CSharpProject.json.in @@ -3,7 +3,7 @@ # CSharp project generator by Parra Studios # Generates a csharp project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/file/cmake/FileProject.cmake b/source/scripts/file/cmake/FileProject.cmake index 92b2a2468..237b03aa9 100644 --- a/source/scripts/file/cmake/FileProject.cmake +++ b/source/scripts/file/cmake/FileProject.cmake @@ -2,7 +2,7 @@ # File project generator by Parra Studios # Generates a file project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/file/cmake/FileProject.cmake.in b/source/scripts/file/cmake/FileProject.cmake.in index 45663c201..5d5be0784 100644 --- a/source/scripts/file/cmake/FileProject.cmake.in +++ b/source/scripts/file/cmake/FileProject.cmake.in @@ -2,7 +2,7 @@ # File project generator by Parra Studios # Generates a file project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/javascript/cmake/JavaScriptProject.cmake b/source/scripts/javascript/cmake/JavaScriptProject.cmake index 24f32cc5e..e0cbc17be 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.cmake +++ b/source/scripts/javascript/cmake/JavaScriptProject.cmake @@ -2,7 +2,7 @@ # JavaScript project generator by Parra Studios # Generates a javascript project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/javascript/cmake/JavaScriptProject.cmake.in b/source/scripts/javascript/cmake/JavaScriptProject.cmake.in index 8258624a4..4ab556093 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.cmake.in +++ b/source/scripts/javascript/cmake/JavaScriptProject.cmake.in @@ -2,7 +2,7 @@ # JavaScript project generator by Parra Studios # Generates a javascript project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/javascript/cmake/JavaScriptProject.json.in b/source/scripts/javascript/cmake/JavaScriptProject.json.in index c4b610b29..1ca4d7ffe 100644 --- a/source/scripts/javascript/cmake/JavaScriptProject.json.in +++ b/source/scripts/javascript/cmake/JavaScriptProject.json.in @@ -3,7 +3,7 @@ # JavaScript project generator by Parra Studios # Generates a javascript project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/node/cmake/NodeJSProject.cmake b/source/scripts/node/cmake/NodeJSProject.cmake index a807db7b6..3ec0da44c 100644 --- a/source/scripts/node/cmake/NodeJSProject.cmake +++ b/source/scripts/node/cmake/NodeJSProject.cmake @@ -2,7 +2,7 @@ # NodeJS project generator by Parra Studios # Generates a nodejs project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/node/cmake/NodeJSProject.cmake.in b/source/scripts/node/cmake/NodeJSProject.cmake.in index c4af8fb8c..6a819936c 100644 --- a/source/scripts/node/cmake/NodeJSProject.cmake.in +++ b/source/scripts/node/cmake/NodeJSProject.cmake.in @@ -2,7 +2,7 @@ # NodeJS project generator by Parra Studios # Generates a NodeJS project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/node/cmake/NodeJSProject.json.in b/source/scripts/node/cmake/NodeJSProject.json.in index dea73e922..dc29ee0de 100644 --- a/source/scripts/node/cmake/NodeJSProject.json.in +++ b/source/scripts/node/cmake/NodeJSProject.json.in @@ -3,7 +3,7 @@ # NodeJS project generator by Parra Studios # Generates a nodejs project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/python/cmake/PythonProject.cmake b/source/scripts/python/cmake/PythonProject.cmake index 7d6cb2740..281c944fe 100644 --- a/source/scripts/python/cmake/PythonProject.cmake +++ b/source/scripts/python/cmake/PythonProject.cmake @@ -2,7 +2,7 @@ # Python project generator by Parra Studios # Generates a python project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/python/cmake/PythonProject.cmake.in b/source/scripts/python/cmake/PythonProject.cmake.in index 0ab118e8e..e282cfc75 100644 --- a/source/scripts/python/cmake/PythonProject.cmake.in +++ b/source/scripts/python/cmake/PythonProject.cmake.in @@ -2,7 +2,7 @@ # Python project generator by Parra Studios # Generates a python project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/python/cmake/PythonProject.py.in b/source/scripts/python/cmake/PythonProject.py.in index 03a00a0dd..965718659 100644 --- a/source/scripts/python/cmake/PythonProject.py.in +++ b/source/scripts/python/cmake/PythonProject.py.in @@ -4,7 +4,7 @@ # Python project generator by Parra Studios # Generates a python project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/python/rsasample/source/rsasample.py b/source/scripts/python/rsasample/source/rsasample.py index c0a383a79..13cb5e266 100644 --- a/source/scripts/python/rsasample/source/rsasample.py +++ b/source/scripts/python/rsasample/source/rsasample.py @@ -4,7 +4,7 @@ # RSA String Encriptation Decriptation Sample by Parra Studios # Python RSA encriptation decriptation sample. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/python/rsasample/source/sample/rsa_strings.py b/source/scripts/python/rsasample/source/sample/rsa_strings.py index 508bbde86..1251832f8 100644 --- a/source/scripts/python/rsasample/source/sample/rsa_strings.py +++ b/source/scripts/python/rsasample/source/sample/rsa_strings.py @@ -4,7 +4,7 @@ # RSA String Encriptation Decriptation Sample by Parra Studios # Python RSA encriptation decriptation sample. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/ruby/cmake/RubyProject.cmake b/source/scripts/ruby/cmake/RubyProject.cmake index b439ecc7b..a0f65ade8 100644 --- a/source/scripts/ruby/cmake/RubyProject.cmake +++ b/source/scripts/ruby/cmake/RubyProject.cmake @@ -2,7 +2,7 @@ # Ruby project generator by Parra Studios # Generates a ruby project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/ruby/cmake/RubyProject.cmake.in b/source/scripts/ruby/cmake/RubyProject.cmake.in index afcd4221c..8db95579d 100644 --- a/source/scripts/ruby/cmake/RubyProject.cmake.in +++ b/source/scripts/ruby/cmake/RubyProject.cmake.in @@ -2,7 +2,7 @@ # Ruby project generator by Parra Studios # Generates a ruby project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/scripts/ruby/cmake/RubyProject.rb.in b/source/scripts/ruby/cmake/RubyProject.rb.in index e66e81352..19f8798cf 100644 --- a/source/scripts/ruby/cmake/RubyProject.rb.in +++ b/source/scripts/ruby/cmake/RubyProject.rb.in @@ -4,7 +4,7 @@ # Ruby project generator by Parra Studios # Generates a ruby project embedded into CMake. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/source/serial/include/serial/serial.h b/source/serial/include/serial/serial.h index 9e3ca939d..6a0efe2d2 100644 --- a/source/serial/include/serial/serial.h +++ b/source/serial/include/serial/serial.h @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serial/include/serial/serial_host.h b/source/serial/include/serial/serial_host.h index e5f966b77..6af41cc57 100644 --- a/source/serial/include/serial/serial_host.h +++ b/source/serial/include/serial/serial_host.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serial/include/serial/serial_impl.h b/source/serial/include/serial/serial_impl.h index fafbde58e..a26cb881a 100644 --- a/source/serial/include/serial/serial_impl.h +++ b/source/serial/include/serial/serial_impl.h @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serial/include/serial/serial_impl_handle.h b/source/serial/include/serial/serial_impl_handle.h index a35c9bfca..425025491 100644 --- a/source/serial/include/serial/serial_impl_handle.h +++ b/source/serial/include/serial/serial_impl_handle.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serial/include/serial/serial_interface.h b/source/serial/include/serial/serial_interface.h index 538083e0d..02014ffc5 100644 --- a/source/serial/include/serial/serial_interface.h +++ b/source/serial/include/serial/serial_interface.h @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serial/include/serial/serial_singleton.h b/source/serial/include/serial/serial_singleton.h index ce80b8373..a2cddc7f8 100644 --- a/source/serial/include/serial/serial_singleton.h +++ b/source/serial/include/serial/serial_singleton.h @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serial/source/serial.c b/source/serial/source/serial.c index 2b052189d..2338a4c23 100644 --- a/source/serial/source/serial.c +++ b/source/serial/source/serial.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * @@ -223,7 +223,7 @@ const char * serial_print_info() { static const char serial_info[] = "Serial Library " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef SERIAL_STATIC_DEFINE "Compiled as static library type" diff --git a/source/serial/source/serial_impl.c b/source/serial/source/serial_impl.c index a9dc64437..78868a3db 100644 --- a/source/serial/source/serial_impl.c +++ b/source/serial/source/serial_impl.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serial/source/serial_singleton.c b/source/serial/source/serial_singleton.c index 41c70928d..6802a9d1c 100644 --- a/source/serial/source/serial_singleton.c +++ b/source/serial/source/serial_singleton.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serials/metacall_serial/include/metacall_serial/metacall_serial.h b/source/serials/metacall_serial/include/metacall_serial/metacall_serial.h index c07ebc41d..768208863 100644 --- a/source/serials/metacall_serial/include/metacall_serial/metacall_serial.h +++ b/source/serials/metacall_serial/include/metacall_serial/metacall_serial.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl.h b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl.h index c89d9e3b2..8dcb9390c 100644 --- a/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl.h +++ b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl.h @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_deserialize.h b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_deserialize.h index 964e19ce8..db4418d5e 100644 --- a/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_deserialize.h +++ b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_deserialize.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_serialize.h b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_serialize.h index ef74ceb20..dcbfa2c98 100644 --- a/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_serialize.h +++ b/source/serials/metacall_serial/include/metacall_serial/metacall_serial_impl_serialize.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/metacall_serial/source/metacall_serial.c b/source/serials/metacall_serial/source/metacall_serial.c index 024c82a08..05a8641a7 100644 --- a/source/serials/metacall_serial/source/metacall_serial.c +++ b/source/serials/metacall_serial/source/metacall_serial.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * @@ -33,7 +33,7 @@ const char * metacall_serial_print_info() { static const char metacall_serial_info[] = "MetaCall Native Format Serial Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef METACALL_SERIAL_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/serials/metacall_serial/source/metacall_serial_impl.c b/source/serials/metacall_serial/source/metacall_serial_impl.c index 8ecf9b68b..f35c1a749 100644 --- a/source/serials/metacall_serial/source/metacall_serial_impl.c +++ b/source/serials/metacall_serial/source/metacall_serial_impl.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/serials/metacall_serial/source/metacall_serial_impl_deserialize.c b/source/serials/metacall_serial/source/metacall_serial_impl_deserialize.c index c82d34a82..dd70503ff 100644 --- a/source/serials/metacall_serial/source/metacall_serial_impl_deserialize.c +++ b/source/serials/metacall_serial/source/metacall_serial_impl_deserialize.c @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/metacall_serial/source/metacall_serial_impl_serialize.c b/source/serials/metacall_serial/source/metacall_serial_impl_serialize.c index 6464f64c0..329403890 100644 --- a/source/serials/metacall_serial/source/metacall_serial_impl_serialize.c +++ b/source/serials/metacall_serial/source/metacall_serial_impl_serialize.c @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial.h b/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial.h index 73f676a69..1856e35cc 100644 --- a/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial.h +++ b/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial_impl.h b/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial_impl.h index 20b5a79fd..ce97e00dc 100644 --- a/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial_impl.h +++ b/source/serials/rapid_json_serial/include/rapid_json_serial/rapid_json_serial_impl.h @@ -2,7 +2,7 @@ * Serial Library by Parra Studios * A cross-platform library for managing multiple serialization and deserialization formats. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/serials/rapid_json_serial/source/rapid_json_serial.c b/source/serials/rapid_json_serial/source/rapid_json_serial.c index c23b83016..71edcd082 100644 --- a/source/serials/rapid_json_serial/source/rapid_json_serial.c +++ b/source/serials/rapid_json_serial/source/rapid_json_serial.c @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * @@ -33,7 +33,7 @@ const char * rapid_json_serial_print_info() { static const char rapid_json_serial_info[] = "Rapid JSON Serial Plugin " METACALL_VERSION "\n" - "Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia \n" + "Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia \n" #ifdef RAPID_JSON_SERIAL_STATIC_DEFINE "Compiled as static library type\n" diff --git a/source/serials/rapid_json_serial/source/rapid_json_serial_impl.cpp b/source/serials/rapid_json_serial/source/rapid_json_serial_impl.cpp index 1c91f7bec..db3ec6650 100644 --- a/source/serials/rapid_json_serial/source/rapid_json_serial_impl.cpp +++ b/source/serials/rapid_json_serial/source/rapid_json_serial_impl.cpp @@ -1,6 +1,6 @@ /* * Serial Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A cross-platform library for managing multiple serialization and deserialization formats. * diff --git a/source/tests/adt_set_test/source/adt_set_test.cpp b/source/tests/adt_set_test/source/adt_set_test.cpp index 9b9028b26..c3c9680d9 100644 --- a/source/tests/adt_set_test/source/adt_set_test.cpp +++ b/source/tests/adt_set_test/source/adt_set_test.cpp @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/adt_set_test/source/main.cpp b/source/tests/adt_set_test/source/main.cpp index 09764b62b..596d0a276 100644 --- a/source/tests/adt_set_test/source/main.cpp +++ b/source/tests/adt_set_test/source/main.cpp @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/adt_trie_test/source/adt_trie_test.cpp b/source/tests/adt_trie_test/source/adt_trie_test.cpp index 5d5d76ab6..6225f7b5f 100644 --- a/source/tests/adt_trie_test/source/adt_trie_test.cpp +++ b/source/tests/adt_trie_test/source/adt_trie_test.cpp @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/adt_trie_test/source/main.cpp b/source/tests/adt_trie_test/source/main.cpp index 09764b62b..596d0a276 100644 --- a/source/tests/adt_trie_test/source/main.cpp +++ b/source/tests/adt_trie_test/source/main.cpp @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/configuration_test/source/configuration_test.cpp b/source/tests/configuration_test/source/configuration_test.cpp index 931f53232..ff78cb096 100644 --- a/source/tests/configuration_test/source/configuration_test.cpp +++ b/source/tests/configuration_test/source/configuration_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/configuration_test/source/main.cpp b/source/tests/configuration_test/source/main.cpp index 96ee90e40..625e70565 100644 --- a/source/tests/configuration_test/source/main.cpp +++ b/source/tests/configuration_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/cs_loader_test/include/cs-loader-test/environment.hpp b/source/tests/cs_loader_test/include/cs-loader-test/environment.hpp index 7aeff0c85..61e7f4b9d 100644 --- a/source/tests/cs_loader_test/include/cs-loader-test/environment.hpp +++ b/source/tests/cs_loader_test/include/cs-loader-test/environment.hpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/cs_loader_test/source/cs_loader_test.cpp b/source/tests/cs_loader_test/source/cs_loader_test.cpp index c6fc2069a..a1b48c5f8 100644 --- a/source/tests/cs_loader_test/source/cs_loader_test.cpp +++ b/source/tests/cs_loader_test/source/cs_loader_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/cs_loader_test/source/environment.cpp b/source/tests/cs_loader_test/source/environment.cpp index 05a5d4450..a39b3b051 100644 --- a/source/tests/cs_loader_test/source/environment.cpp +++ b/source/tests/cs_loader_test/source/environment.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/cs_loader_test/source/main.cpp b/source/tests/cs_loader_test/source/main.cpp index 008c3a967..559c6b795 100644 --- a/source/tests/cs_loader_test/source/main.cpp +++ b/source/tests/cs_loader_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/detour_test/source/detour_test.cpp b/source/tests/detour_test/source/detour_test.cpp index 058a2afe1..ed7ba31ad 100644 --- a/source/tests/detour_test/source/detour_test.cpp +++ b/source/tests/detour_test/source/detour_test.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/detour_test/source/main.cpp b/source/tests/detour_test/source/main.cpp index 8f2996834..41de03651 100644 --- a/source/tests/detour_test/source/main.cpp +++ b/source/tests/detour_test/source/main.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/dynlink_test/source/dynlink_test.cpp b/source/tests/dynlink_test/source/dynlink_test.cpp index 2f462dc90..5ee9aa26c 100644 --- a/source/tests/dynlink_test/source/dynlink_test.cpp +++ b/source/tests/dynlink_test/source/dynlink_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/dynlink_test/source/main.cpp b/source/tests/dynlink_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/dynlink_test/source/main.cpp +++ b/source/tests/dynlink_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/environment_test/source/environment_test.cpp b/source/tests/environment_test/source/environment_test.cpp index c9d12ca5a..be964b4e2 100644 --- a/source/tests/environment_test/source/environment_test.cpp +++ b/source/tests/environment_test/source/environment_test.cpp @@ -2,7 +2,7 @@ * Format Library by Parra Studios * A cross-platform library for supporting platform specific environment features. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/environment_test/source/main.cpp b/source/tests/environment_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/environment_test/source/main.cpp +++ b/source/tests/environment_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/file_loader_test/source/file_loader_test.cpp b/source/tests/file_loader_test/source/file_loader_test.cpp index 8c584cf2f..fe5c90ebf 100644 --- a/source/tests/file_loader_test/source/file_loader_test.cpp +++ b/source/tests/file_loader_test/source/file_loader_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/file_loader_test/source/main.cpp b/source/tests/file_loader_test/source/main.cpp index cdb6abc83..95d7f4b83 100644 --- a/source/tests/file_loader_test/source/main.cpp +++ b/source/tests/file_loader_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/loader_path_test/source/loader_path_test.cpp b/source/tests/loader_path_test/source/loader_path_test.cpp index 0b807fa21..51a5bdd22 100644 --- a/source/tests/loader_path_test/source/loader_path_test.cpp +++ b/source/tests/loader_path_test/source/loader_path_test.cpp @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios -* Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +* Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for loading executable code at run-time into a process. * diff --git a/source/tests/loader_path_test/source/main.cpp b/source/tests/loader_path_test/source/main.cpp index 09764b62b..596d0a276 100644 --- a/source/tests/loader_path_test/source/main.cpp +++ b/source/tests/loader_path_test/source/main.cpp @@ -2,7 +2,7 @@ * Abstract Data Type Library by Parra Studios * A abstract data type library providing generic containers. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/log_custom_test/source/log_custom_test.cpp b/source/tests/log_custom_test/source/log_custom_test.cpp index c8cba8b30..99204c703 100644 --- a/source/tests/log_custom_test/source/log_custom_test.cpp +++ b/source/tests/log_custom_test/source/log_custom_test.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/log_custom_test/source/main.cpp b/source/tests/log_custom_test/source/main.cpp index 8f2996834..41de03651 100644 --- a/source/tests/log_custom_test/source/main.cpp +++ b/source/tests/log_custom_test/source/main.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/log_test/source/log_test.cpp b/source/tests/log_test/source/log_test.cpp index 1aa173804..ce683bd7e 100644 --- a/source/tests/log_test/source/log_test.cpp +++ b/source/tests/log_test/source/log_test.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/log_test/source/main.cpp b/source/tests/log_test/source/main.cpp index 8f2996834..41de03651 100644 --- a/source/tests/log_test/source/main.cpp +++ b/source/tests/log_test/source/main.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_cast_test/source/main.cpp b/source/tests/metacall_cast_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_cast_test/source/main.cpp +++ b/source/tests/metacall_cast_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_cast_test/source/metacall_cast_test.cpp b/source/tests/metacall_cast_test/source/metacall_cast_test.cpp index e6bcc8c40..676911c95 100644 --- a/source/tests/metacall_cast_test/source/metacall_cast_test.cpp +++ b/source/tests/metacall_cast_test/source/metacall_cast_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_clear_test/source/main.cpp b/source/tests/metacall_clear_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_clear_test/source/main.cpp +++ b/source/tests/metacall_clear_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_clear_test/source/metacall_clear_test.cpp b/source/tests/metacall_clear_test/source/metacall_clear_test.cpp index 310b97c46..ee4dcdc84 100644 --- a/source/tests/metacall_clear_test/source/metacall_clear_test.cpp +++ b/source/tests/metacall_clear_test/source/metacall_clear_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_configuration_exec_path_test/source/main.cpp b/source/tests/metacall_configuration_exec_path_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_configuration_exec_path_test/source/main.cpp +++ b/source/tests/metacall_configuration_exec_path_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_configuration_exec_path_test/source/metacall_configuration_exec_path_test.cpp b/source/tests/metacall_configuration_exec_path_test/source/metacall_configuration_exec_path_test.cpp index 0b60d6b47..6c88d4609 100644 --- a/source/tests/metacall_configuration_exec_path_test/source/metacall_configuration_exec_path_test.cpp +++ b/source/tests/metacall_configuration_exec_path_test/source/metacall_configuration_exec_path_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_depends_test/source/main.cpp b/source/tests/metacall_depends_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_depends_test/source/main.cpp +++ b/source/tests/metacall_depends_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_depends_test/source/metacall_depends_test.cpp b/source/tests/metacall_depends_test/source/metacall_depends_test.cpp index dea2b3261..37170c4b7 100644 --- a/source/tests/metacall_depends_test/source/metacall_depends_test.cpp +++ b/source/tests/metacall_depends_test/source/metacall_depends_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_distributable_test/source/main.cpp b/source/tests/metacall_distributable_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_distributable_test/source/main.cpp +++ b/source/tests/metacall_distributable_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_distributable_test/source/metacall_distributable_test.cpp b/source/tests/metacall_distributable_test/source/metacall_distributable_test.cpp index 5095bf225..5a546e816 100644 --- a/source/tests/metacall_distributable_test/source/metacall_distributable_test.cpp +++ b/source/tests/metacall_distributable_test/source/metacall_distributable_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_ducktype_test/source/main.cpp b/source/tests/metacall_ducktype_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_ducktype_test/source/main.cpp +++ b/source/tests/metacall_ducktype_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_ducktype_test/source/metacall_ducktype_test.cpp b/source/tests/metacall_ducktype_test/source/metacall_ducktype_test.cpp index 4a0ade077..76e431d64 100644 --- a/source/tests/metacall_ducktype_test/source/metacall_ducktype_test.cpp +++ b/source/tests/metacall_ducktype_test/source/metacall_ducktype_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_duplicated_handle_test/source/main.cpp b/source/tests/metacall_duplicated_handle_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_duplicated_handle_test/source/main.cpp +++ b/source/tests/metacall_duplicated_handle_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_duplicated_handle_test/source/metacall_duplicated_handle_test.cpp b/source/tests/metacall_duplicated_handle_test/source/metacall_duplicated_handle_test.cpp index c164d152b..ece33700d 100644 --- a/source/tests/metacall_duplicated_handle_test/source/metacall_duplicated_handle_test.cpp +++ b/source/tests/metacall_duplicated_handle_test/source/metacall_duplicated_handle_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_fork_test/source/main.cpp b/source/tests/metacall_fork_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_fork_test/source/main.cpp +++ b/source/tests/metacall_fork_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_fork_test/source/metacall_fork_test.cpp b/source/tests/metacall_fork_test/source/metacall_fork_test.cpp index 70bb511d7..6db299e43 100644 --- a/source/tests/metacall_fork_test/source/metacall_fork_test.cpp +++ b/source/tests/metacall_fork_test/source/metacall_fork_test.cpp @@ -1,6 +1,6 @@ /* * MetaCall Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A library for providing a foreign function interface calls. * diff --git a/source/tests/metacall_handle_export_test/source/main.cpp b/source/tests/metacall_handle_export_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_handle_export_test/source/main.cpp +++ b/source/tests/metacall_handle_export_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_handle_export_test/source/metacall_handle_export_test.cpp b/source/tests/metacall_handle_export_test/source/metacall_handle_export_test.cpp index e6f225ecb..22ab111b8 100644 --- a/source/tests/metacall_handle_export_test/source/metacall_handle_export_test.cpp +++ b/source/tests/metacall_handle_export_test/source/metacall_handle_export_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_init_fini_test/source/main.cpp b/source/tests/metacall_init_fini_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_init_fini_test/source/main.cpp +++ b/source/tests/metacall_init_fini_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_init_fini_test/source/metacall_init_fini_test.cpp b/source/tests/metacall_init_fini_test/source/metacall_init_fini_test.cpp index 5beb829d7..94561223d 100644 --- a/source/tests/metacall_init_fini_test/source/metacall_init_fini_test.cpp +++ b/source/tests/metacall_init_fini_test/source/metacall_init_fini_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_initialize_ex_test/source/main.cpp b/source/tests/metacall_initialize_ex_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_initialize_ex_test/source/main.cpp +++ b/source/tests/metacall_initialize_ex_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_initialize_ex_test/source/metacall_initialize_ex_test.cpp b/source/tests/metacall_initialize_ex_test/source/metacall_initialize_ex_test.cpp index a1413880e..ab47dbbbc 100644 --- a/source/tests/metacall_initialize_ex_test/source/metacall_initialize_ex_test.cpp +++ b/source/tests/metacall_initialize_ex_test/source/metacall_initialize_ex_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_initialize_test/source/main.cpp b/source/tests/metacall_initialize_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_initialize_test/source/main.cpp +++ b/source/tests/metacall_initialize_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_initialize_test/source/metacall_initialize_test.cpp b/source/tests/metacall_initialize_test/source/metacall_initialize_test.cpp index 7238eed69..8df2fb1ae 100644 --- a/source/tests/metacall_initialize_test/source/metacall_initialize_test.cpp +++ b/source/tests/metacall_initialize_test/source/metacall_initialize_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_inspect_test/source/main.cpp b/source/tests/metacall_inspect_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_inspect_test/source/main.cpp +++ b/source/tests/metacall_inspect_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_inspect_test/source/metacall_inspect_test.cpp b/source/tests/metacall_inspect_test/source/metacall_inspect_test.cpp index 9997ed639..712601318 100644 --- a/source/tests/metacall_inspect_test/source/metacall_inspect_test.cpp +++ b/source/tests/metacall_inspect_test/source/metacall_inspect_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_integration_test/include/metacall-integration-test/environment.hpp b/source/tests/metacall_integration_test/include/metacall-integration-test/environment.hpp index 7aeff0c85..61e7f4b9d 100644 --- a/source/tests/metacall_integration_test/include/metacall-integration-test/environment.hpp +++ b/source/tests/metacall_integration_test/include/metacall-integration-test/environment.hpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_integration_test/source/environment.cpp b/source/tests/metacall_integration_test/source/environment.cpp index 0a7433b2d..bbb81cfa8 100644 --- a/source/tests/metacall_integration_test/source/environment.cpp +++ b/source/tests/metacall_integration_test/source/environment.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_integration_test/source/main.cpp b/source/tests/metacall_integration_test/source/main.cpp index 7d6b8f04c..34564df14 100644 --- a/source/tests/metacall_integration_test/source/main.cpp +++ b/source/tests/metacall_integration_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_integration_test/source/metacall_integration_test.cpp b/source/tests/metacall_integration_test/source/metacall_integration_test.cpp index 458191620..9cd4815ba 100644 --- a/source/tests/metacall_integration_test/source/metacall_integration_test.cpp +++ b/source/tests/metacall_integration_test/source/metacall_integration_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for dynamic loading and linking shared objects at run-time. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_configuration_relative_test/include/metacall_load_configuration_relative_test/metacall_load_configuration_relative_test.h.in b/source/tests/metacall_load_configuration_relative_test/include/metacall_load_configuration_relative_test/metacall_load_configuration_relative_test.h.in index dcfa438dd..dc601c23b 100644 --- a/source/tests/metacall_load_configuration_relative_test/include/metacall_load_configuration_relative_test/metacall_load_configuration_relative_test.h.in +++ b/source/tests/metacall_load_configuration_relative_test/include/metacall_load_configuration_relative_test/metacall_load_configuration_relative_test.h.in @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_configuration_relative_test/source/main.cpp b/source/tests/metacall_load_configuration_relative_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_load_configuration_relative_test/source/main.cpp +++ b/source/tests/metacall_load_configuration_relative_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_configuration_relative_test/source/metacall_load_configuration_relative_test.cpp b/source/tests/metacall_load_configuration_relative_test/source/metacall_load_configuration_relative_test.cpp index da80684e0..eb096c0ae 100644 --- a/source/tests/metacall_load_configuration_relative_test/source/metacall_load_configuration_relative_test.cpp +++ b/source/tests/metacall_load_configuration_relative_test/source/metacall_load_configuration_relative_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_configuration_test/source/main.cpp b/source/tests/metacall_load_configuration_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_load_configuration_test/source/main.cpp +++ b/source/tests/metacall_load_configuration_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_configuration_test/source/metacall_load_configuration_test.cpp b/source/tests/metacall_load_configuration_test/source/metacall_load_configuration_test.cpp index c2debe2fa..cdb034ec2 100644 --- a/source/tests/metacall_load_configuration_test/source/metacall_load_configuration_test.cpp +++ b/source/tests/metacall_load_configuration_test/source/metacall_load_configuration_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_memory_test/source/main.cpp b/source/tests/metacall_load_memory_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_load_memory_test/source/main.cpp +++ b/source/tests/metacall_load_memory_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_load_memory_test/source/metacall_load_memory_test.cpp b/source/tests/metacall_load_memory_test/source/metacall_load_memory_test.cpp index 8c41f7c36..726170eb5 100644 --- a/source/tests/metacall_load_memory_test/source/metacall_load_memory_test.cpp +++ b/source/tests/metacall_load_memory_test/source/metacall_load_memory_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_logs_test/source/main.cpp b/source/tests/metacall_logs_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_logs_test/source/main.cpp +++ b/source/tests/metacall_logs_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_logs_test/source/metacall_logs_test.cpp b/source/tests/metacall_logs_test/source/metacall_logs_test.cpp index 908cd7c16..a9ccc8129 100644 --- a/source/tests/metacall_logs_test/source/metacall_logs_test.cpp +++ b/source/tests/metacall_logs_test/source/metacall_logs_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_map_await_test/source/main.cpp b/source/tests/metacall_map_await_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_map_await_test/source/main.cpp +++ b/source/tests/metacall_map_await_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_map_await_test/source/metacall_map_await_test.cpp b/source/tests/metacall_map_await_test/source/metacall_map_await_test.cpp index e50ecd731..4f5d1fdda 100644 --- a/source/tests/metacall_map_await_test/source/metacall_map_await_test.cpp +++ b/source/tests/metacall_map_await_test/source/metacall_map_await_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_map_test/source/main.cpp b/source/tests/metacall_map_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_map_test/source/main.cpp +++ b/source/tests/metacall_map_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_map_test/source/metacall_map_test.cpp b/source/tests/metacall_map_test/source/metacall_map_test.cpp index e16c06fad..a3c3b4abe 100644 --- a/source/tests/metacall_map_test/source/metacall_map_test.cpp +++ b/source/tests/metacall_map_test/source/metacall_map_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,8 +73,8 @@ TEST_F(metacall_map_test, DefaultConstructor) static const char args_map[] = "{\"left\":10,\"right\":2}"; static const char args_array[] = "[10, 2]"; - void * func = metacall_function("multiply"); - + void * func = metacall_function("multiply"); + ASSERT_NE((void *) NULL, (void *) func); /* Call by map using arrays */ @@ -116,8 +116,8 @@ TEST_F(metacall_map_test, DefaultConstructor) metacall_value_destroy(ret); } - #endif /* OPTION_BUILD_LOADERS_PY */ - + #endif /* OPTION_BUILD_LOADERS_PY */ + /* NodeJS */ #if defined(OPTION_BUILD_LOADERS_NODE) { @@ -137,19 +137,19 @@ TEST_F(metacall_map_test, DefaultConstructor) static const char args_bad_array[] = "[10 2"; EXPECT_EQ((int) 0, (int) metacall_load_from_file("node", node_scripts, sizeof(node_scripts) / sizeof(node_scripts[0]), NULL)); - - void * func = metacall_function("call_test"); - + + void * func = metacall_function("call_test"); + ASSERT_NE((void *)NULL, (void *)func); - + void * ret = metacallt("call_test", double_ids, 10.0, 2.0); EXPECT_NE((void *) NULL, (void *) ret); EXPECT_EQ((double) metacall_value_to_double(ret), (double) 20.0); - metacall_value_destroy(ret); - + metacall_value_destroy(ret); + /* Call by map using serial */ ret = metacallfms(func, args_map, sizeof(args_map), allocator); @@ -157,8 +157,8 @@ TEST_F(metacall_map_test, DefaultConstructor) EXPECT_EQ((double) metacall_value_to_double(ret), (double) 20.0); - metacall_value_destroy(ret); - + metacall_value_destroy(ret); + /* Bad call by map using serial */ ret = metacallfms(func, args_bad_map, sizeof(args_bad_map), allocator); @@ -171,8 +171,8 @@ TEST_F(metacall_map_test, DefaultConstructor) EXPECT_EQ((double) metacall_value_to_double(ret), (double) 20.0); - metacall_value_destroy(ret); - + metacall_value_destroy(ret); + /* Bad call by array using serial */ ret = metacallfs(func, args_bad_array, sizeof(args_bad_array), allocator); diff --git a/source/tests/metacall_node_async_test/source/main.cpp b/source/tests/metacall_node_async_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_node_async_test/source/main.cpp +++ b/source/tests/metacall_node_async_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_async_test/source/metacall_node_async_test.cpp b/source/tests/metacall_node_async_test/source/metacall_node_async_test.cpp index e3a4792f5..f255a3aef 100644 --- a/source/tests/metacall_node_async_test/source/metacall_node_async_test.cpp +++ b/source/tests/metacall_node_async_test/source/metacall_node_async_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_call_test/source/main.cpp b/source/tests/metacall_node_call_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_node_call_test/source/main.cpp +++ b/source/tests/metacall_node_call_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_call_test/source/metacall_node_call_test.cpp b/source/tests/metacall_node_call_test/source/metacall_node_call_test.cpp index 51bdd57a4..426f32e36 100644 --- a/source/tests/metacall_node_call_test/source/metacall_node_call_test.cpp +++ b/source/tests/metacall_node_call_test/source/metacall_node_call_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_default_export_test/source/main.cpp b/source/tests/metacall_node_default_export_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_node_default_export_test/source/main.cpp +++ b/source/tests/metacall_node_default_export_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_default_export_test/source/metacall_node_default_export_test.cpp b/source/tests/metacall_node_default_export_test/source/metacall_node_default_export_test.cpp index aaeea20b8..c8adb111b 100644 --- a/source/tests/metacall_node_default_export_test/source/metacall_node_default_export_test.cpp +++ b/source/tests/metacall_node_default_export_test/source/metacall_node_default_export_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,11 +50,11 @@ TEST_F(metacall_node_default_export_test, DefaultConstructor) void * ret = NULL; - EXPECT_EQ((int) 0, (int) metacall_load_from_file("node", node_scripts, sizeof(node_scripts) / sizeof(node_scripts[0]), NULL)); - - /* When using module exports functions will be exported explicitly */ + EXPECT_EQ((int) 0, (int) metacall_load_from_file("node", node_scripts, sizeof(node_scripts) / sizeof(node_scripts[0]), NULL)); + + /* When using module exports functions will be exported explicitly */ EXPECT_EQ((void *) NULL, (void *) metacall_function("this_function_should_not_be_exported")); - + /* Test default export */ ret = metacallt("export_this_function_even_without_module_exports", double_id, 3.0); @@ -62,7 +62,7 @@ TEST_F(metacall_node_default_export_test, DefaultConstructor) EXPECT_EQ((double) metacall_value_to_double(ret), (double) 3.0); - metacall_value_destroy(ret); + metacall_value_destroy(ret); } #endif /* OPTION_BUILD_LOADERS_NODE */ diff --git a/source/tests/metacall_node_inline_test/source/main.cpp b/source/tests/metacall_node_inline_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_node_inline_test/source/main.cpp +++ b/source/tests/metacall_node_inline_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_inline_test/source/metacall_node_inline_test.cpp b/source/tests/metacall_node_inline_test/source/metacall_node_inline_test.cpp index 9d8bd81e9..3b44cb9a4 100644 --- a/source/tests/metacall_node_inline_test/source/metacall_node_inline_test.cpp +++ b/source/tests/metacall_node_inline_test/source/metacall_node_inline_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_test/source/main.cpp b/source/tests/metacall_node_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_node_test/source/main.cpp +++ b/source/tests/metacall_node_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_node_test/source/metacall_node_test.cpp b/source/tests/metacall_node_test/source/metacall_node_test.cpp index 955f6245a..71f5778e4 100644 --- a/source/tests/metacall_node_test/source/metacall_node_test.cpp +++ b/source/tests/metacall_node_test/source/metacall_node_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_class_test/source/main.cpp b/source/tests/metacall_python_class_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_python_class_test/source/main.cpp +++ b/source/tests/metacall_python_class_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_class_test/source/metacall_python_class_test.cpp b/source/tests/metacall_python_class_test/source/metacall_python_class_test.cpp index 492223023..517b6ced1 100644 --- a/source/tests/metacall_python_class_test/source/metacall_python_class_test.cpp +++ b/source/tests/metacall_python_class_test/source/metacall_python_class_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_dict_test/source/main.cpp b/source/tests/metacall_python_dict_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_python_dict_test/source/main.cpp +++ b/source/tests/metacall_python_dict_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_dict_test/source/metacall_python_dict_test.cpp b/source/tests/metacall_python_dict_test/source/metacall_python_dict_test.cpp index ca728813b..c11eea4eb 100644 --- a/source/tests/metacall_python_dict_test/source/metacall_python_dict_test.cpp +++ b/source/tests/metacall_python_dict_test/source/metacall_python_dict_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_gc_test/source/main.cpp b/source/tests/metacall_python_gc_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_python_gc_test/source/main.cpp +++ b/source/tests/metacall_python_gc_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_gc_test/source/metacall_python_gc_test.cpp b/source/tests/metacall_python_gc_test/source/metacall_python_gc_test.cpp index c41b6a0a7..47eb72964 100644 --- a/source/tests/metacall_python_gc_test/source/metacall_python_gc_test.cpp +++ b/source/tests/metacall_python_gc_test/source/metacall_python_gc_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_model_test/source/main.cpp b/source/tests/metacall_python_model_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_python_model_test/source/main.cpp +++ b/source/tests/metacall_python_model_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_model_test/source/metacall_python_model_test.cpp b/source/tests/metacall_python_model_test/source/metacall_python_model_test.cpp index 8fddbc34c..73c13e471 100644 --- a/source/tests/metacall_python_model_test/source/metacall_python_model_test.cpp +++ b/source/tests/metacall_python_model_test/source/metacall_python_model_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_open_test/source/main.cpp b/source/tests/metacall_python_open_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_python_open_test/source/main.cpp +++ b/source/tests/metacall_python_open_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_open_test/source/metacall_python_open_test.cpp b/source/tests/metacall_python_open_test/source/metacall_python_open_test.cpp index afdd42b3b..dfedbfbdd 100644 --- a/source/tests/metacall_python_open_test/source/metacall_python_open_test.cpp +++ b/source/tests/metacall_python_open_test/source/metacall_python_open_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_pointer_test/source/main.cpp b/source/tests/metacall_python_pointer_test/source/main.cpp index ca664715d..8371fcd17 100644 --- a/source/tests/metacall_python_pointer_test/source/main.cpp +++ b/source/tests/metacall_python_pointer_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_python_pointer_test/source/metacall_python_pointer_test.cpp b/source/tests/metacall_python_pointer_test/source/metacall_python_pointer_test.cpp index 7d425da84..e75853a5f 100644 --- a/source/tests/metacall_python_pointer_test/source/metacall_python_pointer_test.cpp +++ b/source/tests/metacall_python_pointer_test/source/metacall_python_pointer_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_reinitialize_test/source/main.cpp b/source/tests/metacall_reinitialize_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_reinitialize_test/source/main.cpp +++ b/source/tests/metacall_reinitialize_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_reinitialize_test/source/metacall_reinitialize_test.cpp b/source/tests/metacall_reinitialize_test/source/metacall_reinitialize_test.cpp index 382a42715..57b29d8ed 100644 --- a/source/tests/metacall_reinitialize_test/source/metacall_reinitialize_test.cpp +++ b/source/tests/metacall_reinitialize_test/source/metacall_reinitialize_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_return_monad_test/source/main.cpp b/source/tests/metacall_return_monad_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_return_monad_test/source/main.cpp +++ b/source/tests/metacall_return_monad_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_return_monad_test/source/metacall_return_monad_test.cpp b/source/tests/metacall_return_monad_test/source/metacall_return_monad_test.cpp index b2cb3f2ba..737a47a25 100644 --- a/source/tests/metacall_return_monad_test/source/metacall_return_monad_test.cpp +++ b/source/tests/metacall_return_monad_test/source/metacall_return_monad_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_test/source/main.cpp b/source/tests/metacall_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/metacall_test/source/main.cpp +++ b/source/tests/metacall_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_test/source/metacall_test.cpp b/source/tests/metacall_test/source/metacall_test.cpp index 681594a15..02100cab9 100644 --- a/source/tests/metacall_test/source/metacall_test.cpp +++ b/source/tests/metacall_test/source/metacall_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/metacall_test/source/metacall_test_split.cpp b/source/tests/metacall_test/source/metacall_test_split.cpp index 281d30915..855b64a73 100644 --- a/source/tests/metacall_test/source/metacall_test_split.cpp +++ b/source/tests/metacall_test/source/metacall_test_split.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/node_loader_test/source/main.cpp b/source/tests/node_loader_test/source/main.cpp index cdb6abc83..95d7f4b83 100644 --- a/source/tests/node_loader_test/source/main.cpp +++ b/source/tests/node_loader_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/node_loader_test/source/node_loader_test.cpp b/source/tests/node_loader_test/source/node_loader_test.cpp index 173bb8331..8cf3e8186 100644 --- a/source/tests/node_loader_test/source/node_loader_test.cpp +++ b/source/tests/node_loader_test/source/node_loader_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/preprocessor_test/source/main.cpp b/source/tests/preprocessor_test/source/main.cpp index 8f2996834..41de03651 100644 --- a/source/tests/preprocessor_test/source/main.cpp +++ b/source/tests/preprocessor_test/source/main.cpp @@ -2,7 +2,7 @@ * Logger Library by Parra Studios * A generic logger library providing application execution reports. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/preprocessor_test/source/preprocessor_test.cpp b/source/tests/preprocessor_test/source/preprocessor_test.cpp index f2ece41b9..16a82b5f7 100644 --- a/source/tests/preprocessor_test/source/preprocessor_test.cpp +++ b/source/tests/preprocessor_test/source/preprocessor_test.cpp @@ -2,7 +2,7 @@ * Preprocssor Library by Parra Studios * A generic header-only preprocessor metaprogramming library. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_django_integration_test/source/main.cpp b/source/tests/py_django_integration_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/py_django_integration_test/source/main.cpp +++ b/source/tests/py_django_integration_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_django_integration_test/source/py_django_integration_test.cpp b/source/tests/py_django_integration_test/source/py_django_integration_test.cpp index 51c033523..581000f7a 100644 --- a/source/tests/py_django_integration_test/source/py_django_integration_test.cpp +++ b/source/tests/py_django_integration_test/source/py_django_integration_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_loader_port_test/source/main.cpp b/source/tests/py_loader_port_test/source/main.cpp index ca664715d..8371fcd17 100644 --- a/source/tests/py_loader_port_test/source/main.cpp +++ b/source/tests/py_loader_port_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_loader_port_test/source/py_loader_port_test.cpp b/source/tests/py_loader_port_test/source/py_loader_port_test.cpp index 4b852d985..275cdbd4e 100644 --- a/source/tests/py_loader_port_test/source/py_loader_port_test.cpp +++ b/source/tests/py_loader_port_test/source/py_loader_port_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_loader_test/source/main.cpp b/source/tests/py_loader_test/source/main.cpp index ca664715d..8371fcd17 100644 --- a/source/tests/py_loader_test/source/main.cpp +++ b/source/tests/py_loader_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/py_loader_test/source/py_loader_test.cpp b/source/tests/py_loader_test/source/py_loader_test.cpp index c1e7c975c..0d28989bc 100644 --- a/source/tests/py_loader_test/source/py_loader_test.cpp +++ b/source/tests/py_loader_test/source/py_loader_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading python code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_loader_parser_integration_test/source/main.cpp b/source/tests/rb_loader_parser_integration_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/rb_loader_parser_integration_test/source/main.cpp +++ b/source/tests/rb_loader_parser_integration_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_loader_parser_integration_test/source/rb_loader_parser_integration_test.cpp b/source/tests/rb_loader_parser_integration_test/source/rb_loader_parser_integration_test.cpp index 4f3e07db0..2c81f8056 100644 --- a/source/tests/rb_loader_parser_integration_test/source/rb_loader_parser_integration_test.cpp +++ b/source/tests/rb_loader_parser_integration_test/source/rb_loader_parser_integration_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_loader_parser_test/source/main.cpp b/source/tests/rb_loader_parser_test/source/main.cpp index cdb6abc83..95d7f4b83 100644 --- a/source/tests/rb_loader_parser_test/source/main.cpp +++ b/source/tests/rb_loader_parser_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_loader_parser_test/source/rb_loader_parser_test.cpp b/source/tests/rb_loader_parser_test/source/rb_loader_parser_test.cpp index 402f0e964..a19e19078 100644 --- a/source/tests/rb_loader_parser_test/source/rb_loader_parser_test.cpp +++ b/source/tests/rb_loader_parser_test/source/rb_loader_parser_test.cpp @@ -1,6 +1,6 @@ /* * Loader Library by Parra Studios - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * A plugin for loading ruby code at run-time into a process. * diff --git a/source/tests/rb_loader_test/source/main.cpp b/source/tests/rb_loader_test/source/main.cpp index cdb6abc83..95d7f4b83 100644 --- a/source/tests/rb_loader_test/source/main.cpp +++ b/source/tests/rb_loader_test/source/main.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_loader_test/source/rb_loader_test.cpp b/source/tests/rb_loader_test/source/rb_loader_test.cpp index d13ae233a..f21176842 100644 --- a/source/tests/rb_loader_test/source/rb_loader_test.cpp +++ b/source/tests/rb_loader_test/source/rb_loader_test.cpp @@ -2,7 +2,7 @@ * Loader Library by Parra Studios * A plugin for loading ruby code at run-time into a process. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_rails_integration_test/source/main.cpp b/source/tests/rb_rails_integration_test/source/main.cpp index 0cbc70d36..14fb34603 100644 --- a/source/tests/rb_rails_integration_test/source/main.cpp +++ b/source/tests/rb_rails_integration_test/source/main.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/rb_rails_integration_test/source/rb_rails_integration_test.cpp b/source/tests/rb_rails_integration_test/source/rb_rails_integration_test.cpp index 2b9347790..2548e5e0f 100644 --- a/source/tests/rb_rails_integration_test/source/rb_rails_integration_test.cpp +++ b/source/tests/rb_rails_integration_test/source/rb_rails_integration_test.cpp @@ -2,7 +2,7 @@ * MetaCall Library by Parra Studios * A library for providing a foreign function interface calls. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_function_test/source/main.cpp b/source/tests/reflect_function_test/source/main.cpp index 6123b85db..5dab5b82e 100644 --- a/source/tests/reflect_function_test/source/main.cpp +++ b/source/tests/reflect_function_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_function_test/source/reflect_function_test.cpp b/source/tests/reflect_function_test/source/reflect_function_test.cpp index 4c7ddfc41..2c7bdfeff 100644 --- a/source/tests/reflect_function_test/source/reflect_function_test.cpp +++ b/source/tests/reflect_function_test/source/reflect_function_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_metadata_test/source/main.cpp b/source/tests/reflect_metadata_test/source/main.cpp index 6123b85db..5dab5b82e 100644 --- a/source/tests/reflect_metadata_test/source/main.cpp +++ b/source/tests/reflect_metadata_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_metadata_test/source/reflect_metadata_test.cpp b/source/tests/reflect_metadata_test/source/reflect_metadata_test.cpp index beae1864e..141e7d9ac 100644 --- a/source/tests/reflect_metadata_test/source/reflect_metadata_test.cpp +++ b/source/tests/reflect_metadata_test/source/reflect_metadata_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_scope_test/source/main.cpp b/source/tests/reflect_scope_test/source/main.cpp index 6123b85db..5dab5b82e 100644 --- a/source/tests/reflect_scope_test/source/main.cpp +++ b/source/tests/reflect_scope_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_scope_test/source/reflect_scope_test.cpp b/source/tests/reflect_scope_test/source/reflect_scope_test.cpp index 716fe23c9..c0066e638 100644 --- a/source/tests/reflect_scope_test/source/reflect_scope_test.cpp +++ b/source/tests/reflect_scope_test/source/reflect_scope_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/main.cpp b/source/tests/reflect_value_cast_test/source/main.cpp index 6123b85db..5dab5b82e 100644 --- a/source/tests/reflect_value_cast_test/source/main.cpp +++ b/source/tests/reflect_value_cast_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_bool_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_bool_test.cpp index 4c1d5962a..91fb1bd46 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_bool_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_bool_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_char_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_char_test.cpp index bb12292da..9adad2f6e 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_char_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_char_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_double_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_double_test.cpp index e5bedb041..18a2bef35 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_double_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_double_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_float_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_float_test.cpp index c83e1719f..b8ce1179c 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_float_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_float_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_int_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_int_test.cpp index d6c163355..245aca21c 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_int_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_int_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_long_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_long_test.cpp index db5c9b911..ba7260f67 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_long_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_long_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/reflect_value_cast_test/source/reflect_value_cast_short_test.cpp b/source/tests/reflect_value_cast_test/source/reflect_value_cast_short_test.cpp index 02227e9be..843ef958e 100644 --- a/source/tests/reflect_value_cast_test/source/reflect_value_cast_short_test.cpp +++ b/source/tests/reflect_value_cast_test/source/reflect_value_cast_short_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/serial_test/source/main.cpp b/source/tests/serial_test/source/main.cpp index 6123b85db..5dab5b82e 100644 --- a/source/tests/serial_test/source/main.cpp +++ b/source/tests/serial_test/source/main.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/tests/serial_test/source/serial_test.cpp b/source/tests/serial_test/source/serial_test.cpp index b599f5a44..d474dad40 100644 --- a/source/tests/serial_test/source/serial_test.cpp +++ b/source/tests/serial_test/source/serial_test.cpp @@ -2,7 +2,7 @@ * Reflect Library by Parra Studios * A library for provide reflection and metadata representation. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/version/include/version/version.h.in b/source/version/include/version/version.h.in index 3d99f512b..deb66b317 100644 --- a/source/version/include/version/version.h.in +++ b/source/version/include/version/version.h.in @@ -2,7 +2,7 @@ * CMake Versioning Utility by Parra Studios * A template for generating versioning utilities. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/source/version/source/version.c.in b/source/version/source/version.c.in index d5cec24e0..d53375cf6 100644 --- a/source/version/source/version.c.in +++ b/source/version/source/version.c.in @@ -2,7 +2,7 @@ * CMake Versioning Utility by Parra Studios * A template for generating versioning utilities. * - * Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia + * Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia * * 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/tools/base/Dockerfile b/tools/base/Dockerfile index f7e898368..c9bb4169f 100644 --- a/tools/base/Dockerfile +++ b/tools/base/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/base/hooks/build b/tools/base/hooks/build index d54059aed..458d90d34 100755 --- a/tools/base/hooks/build +++ b/tools/base/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/base/hooks/env b/tools/base/hooks/env index d2c01704e..3c2d51f54 100755 --- a/tools/base/hooks/env +++ b/tools/base/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/cli/Dockerfile b/tools/cli/Dockerfile index 39ec7b07a..f1086969c 100644 --- a/tools/cli/Dockerfile +++ b/tools/cli/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/cli/hooks/build b/tools/cli/hooks/build index b636c7164..1450a8d05 100755 --- a/tools/cli/hooks/build +++ b/tools/cli/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/cli/hooks/env b/tools/cli/hooks/env index 0cc61213c..1ad02792b 100755 --- a/tools/cli/hooks/env +++ b/tools/cli/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/core/Dockerfile b/tools/core/Dockerfile index d801965ac..51bc322ea 100644 --- a/tools/core/Dockerfile +++ b/tools/core/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/core/hooks/build b/tools/core/hooks/build index 1abc3edb3..d4d97c116 100755 --- a/tools/core/hooks/build +++ b/tools/core/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/core/hooks/env b/tools/core/hooks/env index 35006bbf8..55950bbe3 100755 --- a/tools/core/hooks/env +++ b/tools/core/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/dev/Dockerfile b/tools/dev/Dockerfile index 84513cd96..1fc93b960 100644 --- a/tools/dev/Dockerfile +++ b/tools/dev/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/dev/hooks/build b/tools/dev/hooks/build index 1c8898873..8efcb7b3a 100755 --- a/tools/dev/hooks/build +++ b/tools/dev/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/dev/hooks/env b/tools/dev/hooks/env index f8fa7b4b9..d83a81d68 100755 --- a/tools/dev/hooks/env +++ b/tools/dev/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/metacall-build.sh b/tools/metacall-build.sh index cba210981..9e1a0d56d 100755 --- a/tools/metacall-build.sh +++ b/tools/metacall-build.sh @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/metacall-clear.sh b/tools/metacall-clear.sh index bce673185..b0d16adeb 100755 --- a/tools/metacall-clear.sh +++ b/tools/metacall-clear.sh @@ -4,7 +4,7 @@ # MetaCall Configuration Environment Bash Script by Parra Studios # Remove all packages and unused data from MetaCall building and testing. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/metacall-configure.sh b/tools/metacall-configure.sh index f1b602318..44f223445 100755 --- a/tools/metacall-configure.sh +++ b/tools/metacall-configure.sh @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/metacall-environment.sh b/tools/metacall-environment.sh index f1790b7ba..48b993995 100755 --- a/tools/metacall-environment.sh +++ b/tools/metacall-environment.sh @@ -4,7 +4,7 @@ # MetaCall Configuration Environment Bash Script by Parra Studios # Configure and install MetaCall environment script utility. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/metacall-license.sh b/tools/metacall-license.sh index 59e620798..7f9c6a243 100755 --- a/tools/metacall-license.sh +++ b/tools/metacall-license.sh @@ -4,7 +4,7 @@ # MetaCall License Bash Script by Parra Studios # License bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ find "$EXEC_PATH" -type f \ -exec sh -c ' \ # Copyright - COPYRIGHT="Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia $" + COPYRIGHT="Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia $" # License LICENSE=$(cat <<-END diff --git a/tools/metacall-runtime.sh b/tools/metacall-runtime.sh index 97e62b2ef..a5501abae 100755 --- a/tools/metacall-runtime.sh +++ b/tools/metacall-runtime.sh @@ -4,7 +4,7 @@ # MetaCall Configuration Environment Bash Script by Parra Studios # Configure and install MetaCall environment script utility. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/node/Dockerfile b/tools/node/Dockerfile index a651f100a..62539117a 100644 --- a/tools/node/Dockerfile +++ b/tools/node/Dockerfile @@ -2,7 +2,7 @@ # MetaCall Library by Parra Studios # Docker image infrastructure for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/node/hooks/build b/tools/node/hooks/build index 5468e8b33..4b20e890e 100755 --- a/tools/node/hooks/build +++ b/tools/node/hooks/build @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # 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/tools/node/hooks/env b/tools/node/hooks/env index a8e3e1bc0..9132cc438 100755 --- a/tools/node/hooks/env +++ b/tools/node/hooks/env @@ -4,7 +4,7 @@ # MetaCall Build Bash Script by Parra Studios # Build and install bash script utility for MetaCall. # -# Copyright (C) 2016 - 2019 Vicente Eduardo Ferrer Garcia +# Copyright (C) 2016 - 2020 Vicente Eduardo Ferrer Garcia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.