diff --git a/.clang-format b/.clang-format index e8daa25a..3b5097fc 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/.dockerignore b/.dockerignore index 9998cf75..575447fa 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 8f18fa18..751b71cb 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -2,7 +2,7 @@ # The MIT License (MIT) -# Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD and contributors # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/.gitignore b/.gitignore index 422c90f6..f48ba75e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/.travis.yml b/.travis.yml index 31125309..1e72a32e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/CMakeLists.txt b/CMakeLists.txt index 64242b3c..09d2508d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/LICENSE.txt b/LICENSE.txt index d4b16a7e..6cfdd03b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/appveyor.yml b/appveyor.yml index 930ec4c2..9087cb2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/Common/Core.cmake b/cmake/Modules/Common/Core.cmake index d785439d..ab7d5119 100644 --- a/cmake/Modules/Common/Core.cmake +++ b/cmake/Modules/Common/Core.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindCatch.cmake b/cmake/Modules/FindCatch.cmake index 17a9fc0e..4d227439 100644 --- a/cmake/Modules/FindCatch.cmake +++ b/cmake/Modules/FindCatch.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindKaguyaBuild.cmake b/cmake/Modules/FindKaguyaBuild.cmake index dbef9451..6d2e0410 100644 --- a/cmake/Modules/FindKaguyaBuild.cmake +++ b/cmake/Modules/FindKaguyaBuild.cmake @@ -2,7 +2,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLua/set_version_vars.cmake b/cmake/Modules/FindLua/set_version_vars.cmake index c1592214..d42194f7 100644 --- a/cmake/Modules/FindLua/set_version_vars.cmake +++ b/cmake/Modules/FindLua/set_version_vars.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLuaBridgeBuild.cmake b/cmake/Modules/FindLuaBridgeBuild.cmake index ffe0a7e0..ae7e7acd 100644 --- a/cmake/Modules/FindLuaBridgeBuild.cmake +++ b/cmake/Modules/FindLuaBridgeBuild.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLuaBuild.cmake b/cmake/Modules/FindLuaBuild.cmake index 6ed229a7..0e2d6579 100644 --- a/cmake/Modules/FindLuaBuild.cmake +++ b/cmake/Modules/FindLuaBuild.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLuaBuild/LuaJIT.cmake b/cmake/Modules/FindLuaBuild/LuaJIT.cmake index 8ae6c3b6..24812740 100644 --- a/cmake/Modules/FindLuaBuild/LuaJIT.cmake +++ b/cmake/Modules/FindLuaBuild/LuaJIT.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLuaBuild/LuaVanilla.cmake b/cmake/Modules/FindLuaBuild/LuaVanilla.cmake index b938b883..75d77d67 100644 --- a/cmake/Modules/FindLuaBuild/LuaVanilla.cmake +++ b/cmake/Modules/FindLuaBuild/LuaVanilla.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindLuwraBuild.cmake b/cmake/Modules/FindLuwraBuild.cmake index 243e1365..c0bd2773 100644 --- a/cmake/Modules/FindLuwraBuild.cmake +++ b/cmake/Modules/FindLuwraBuild.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/Modules/FindToLuappBuild.cmake b/cmake/Modules/FindToLuappBuild.cmake index c88cfa2c..d1ba7d83 100644 --- a/cmake/Modules/FindToLuappBuild.cmake +++ b/cmake/Modules/FindToLuappBuild.cmake @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/cmake/sol2-config.cmake.in b/cmake/sol2-config.cmake.in index 70c448d2..ab5a5fc1 100644 --- a/cmake/sol2-config.cmake.in +++ b/cmake/sol2-config.cmake.in @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index cbdfaa95..d21a2dba 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 5178c581..400b67c2 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/customization/CMakeLists.txt b/examples/customization/CMakeLists.txt index f84ecd1e..8f7e4d22 100644 --- a/examples/customization/CMakeLists.txt +++ b/examples/customization/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/interop/LuaBridge/CMakeLists.txt b/examples/interop/LuaBridge/CMakeLists.txt index 6417f76b..3a5a502d 100644 --- a/examples/interop/LuaBridge/CMakeLists.txt +++ b/examples/interop/LuaBridge/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/interop/kaguya/CMakeLists.txt b/examples/interop/kaguya/CMakeLists.txt index 0b010612..2f523427 100644 --- a/examples/interop/kaguya/CMakeLists.txt +++ b/examples/interop/kaguya/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/interop/luwra/CMakeLists.txt b/examples/interop/luwra/CMakeLists.txt index 27538121..83b02898 100644 --- a/examples/interop/luwra/CMakeLists.txt +++ b/examples/interop/luwra/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/interop/tolua/CMakeLists.txt b/examples/interop/tolua/CMakeLists.txt index 1a919d0e..cc883fcb 100644 --- a/examples/interop/tolua/CMakeLists.txt +++ b/examples/interop/tolua/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/examples/require_dll_example/CMakeLists.txt b/examples/require_dll_example/CMakeLists.txt index a2aea847..eb5f9424 100644 --- a/examples/require_dll_example/CMakeLists.txt +++ b/examples/require_dll_example/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/as_args.hpp b/include/sol/as_args.hpp index 777e564a..99315bcd 100644 --- a/include/sol/as_args.hpp +++ b/include/sol/as_args.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/as_returns.hpp b/include/sol/as_returns.hpp index bcf78a20..8bf39f1e 100644 --- a/include/sol/as_returns.hpp +++ b/include/sol/as_returns.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/base_traits.hpp b/include/sol/base_traits.hpp index 712c8b9b..6d8da9b5 100644 --- a/include/sol/base_traits.hpp +++ b/include/sol/base_traits.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/bind_traits.hpp b/include/sol/bind_traits.hpp index 1806cd09..fb89ab8b 100644 --- a/include/sol/bind_traits.hpp +++ b/include/sol/bind_traits.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/bytecode.hpp b/include/sol/bytecode.hpp index e863f1b5..041c84a4 100644 --- a/include/sol/bytecode.hpp +++ b/include/sol/bytecode.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/call.hpp b/include/sol/call.hpp index 4ee6d959..6ff8a27b 100644 --- a/include/sol/call.hpp +++ b/include/sol/call.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/compatibility.hpp b/include/sol/compatibility.hpp index a6e71ac5..e7f9928f 100644 --- a/include/sol/compatibility.hpp +++ b/include/sol/compatibility.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/compatibility/lua_version.hpp b/include/sol/compatibility/lua_version.hpp index cdb2397a..38ed3a9b 100644 --- a/include/sol/compatibility/lua_version.hpp +++ b/include/sol/compatibility/lua_version.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/config.hpp b/include/sol/config.hpp index f7373d62..607b9fba 100644 --- a/include/sol/config.hpp +++ b/include/sol/config.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/coroutine.hpp b/include/sol/coroutine.hpp index 9ce7bbbc..0b4d901f 100644 --- a/include/sol/coroutine.hpp +++ b/include/sol/coroutine.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/debug.hpp b/include/sol/debug.hpp index dd7bdb32..90903744 100644 --- a/include/sol/debug.hpp +++ b/include/sol/debug.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/demangle.hpp b/include/sol/demangle.hpp index ea3c35c8..b8a325a1 100644 --- a/include/sol/demangle.hpp +++ b/include/sol/demangle.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/deprecate.hpp b/include/sol/deprecate.hpp index cc564a08..91b2a886 100644 --- a/include/sol/deprecate.hpp +++ b/include/sol/deprecate.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/dump_handler.hpp b/include/sol/dump_handler.hpp index 8039c16e..fd8d2a2e 100644 --- a/include/sol/dump_handler.hpp +++ b/include/sol/dump_handler.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/ebco.hpp b/include/sol/ebco.hpp index cc8e544b..a0b91ab8 100644 --- a/include/sol/ebco.hpp +++ b/include/sol/ebco.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/environment.hpp b/include/sol/environment.hpp index f2724e1f..5d779156 100644 --- a/include/sol/environment.hpp +++ b/include/sol/environment.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/error.hpp b/include/sol/error.hpp index b8f3c54d..0677ac84 100644 --- a/include/sol/error.hpp +++ b/include/sol/error.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/error_handler.hpp b/include/sol/error_handler.hpp index 9aa89fda..9a2dc47a 100644 --- a/include/sol/error_handler.hpp +++ b/include/sol/error_handler.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/forward.hpp b/include/sol/forward.hpp index 334a2cf1..d9ed6531 100644 --- a/include/sol/forward.hpp +++ b/include/sol/forward.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/forward_detail.hpp b/include/sol/forward_detail.hpp index e704fc29..48325e6f 100644 --- a/include/sol/forward_detail.hpp +++ b/include/sol/forward_detail.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function.hpp b/include/sol/function.hpp index 3f0a339a..43385a51 100644 --- a/include/sol/function.hpp +++ b/include/sol/function.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_result.hpp b/include/sol/function_result.hpp index 0ac1e28f..2de353be 100644 --- a/include/sol/function_result.hpp +++ b/include/sol/function_result.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types.hpp b/include/sol/function_types.hpp index d5203fef..e9d0827f 100644 --- a/include/sol/function_types.hpp +++ b/include/sol/function_types.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types_core.hpp b/include/sol/function_types_core.hpp index 63b89127..f40a06cb 100644 --- a/include/sol/function_types_core.hpp +++ b/include/sol/function_types_core.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types_overloaded.hpp b/include/sol/function_types_overloaded.hpp index 4db13742..f1dd73c9 100644 --- a/include/sol/function_types_overloaded.hpp +++ b/include/sol/function_types_overloaded.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types_stateful.hpp b/include/sol/function_types_stateful.hpp index 30c2bfca..b21cf835 100644 --- a/include/sol/function_types_stateful.hpp +++ b/include/sol/function_types_stateful.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types_stateless.hpp b/include/sol/function_types_stateless.hpp index 97ed830c..d9d38fb1 100644 --- a/include/sol/function_types_stateless.hpp +++ b/include/sol/function_types_stateless.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/function_types_templated.hpp b/include/sol/function_types_templated.hpp index 216b4c31..e0db62c9 100644 --- a/include/sol/function_types_templated.hpp +++ b/include/sol/function_types_templated.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/in_place.hpp b/include/sol/in_place.hpp index 72537b03..cf3a22f8 100644 --- a/include/sol/in_place.hpp +++ b/include/sol/in_place.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/inheritance.hpp b/include/sol/inheritance.hpp index c81e87e0..95b14930 100644 --- a/include/sol/inheritance.hpp +++ b/include/sol/inheritance.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/load_result.hpp b/include/sol/load_result.hpp index fbae41c7..35476ed9 100644 --- a/include/sol/load_result.hpp +++ b/include/sol/load_result.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/lua_table.hpp b/include/sol/lua_table.hpp index ca373d02..05d987cc 100644 --- a/include/sol/lua_table.hpp +++ b/include/sol/lua_table.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/lua_value.hpp b/include/sol/lua_value.hpp index 7470f67c..68f0856a 100644 --- a/include/sol/lua_value.hpp +++ b/include/sol/lua_value.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/make_reference.hpp b/include/sol/make_reference.hpp index 74549f56..0ff14511 100644 --- a/include/sol/make_reference.hpp +++ b/include/sol/make_reference.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/metatable.hpp b/include/sol/metatable.hpp index e1311ebc..d365561e 100644 --- a/include/sol/metatable.hpp +++ b/include/sol/metatable.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/object.hpp b/include/sol/object.hpp index d1fb21eb..29ad910f 100644 --- a/include/sol/object.hpp +++ b/include/sol/object.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/object_base.hpp b/include/sol/object_base.hpp index ea179a39..88e48539 100644 --- a/include/sol/object_base.hpp +++ b/include/sol/object_base.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/optional.hpp b/include/sol/optional.hpp index 37548fb2..77e2e75c 100644 --- a/include/sol/optional.hpp +++ b/include/sol/optional.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/optional_implementation.hpp b/include/sol/optional_implementation.hpp index 9a9461d7..754e2731 100644 --- a/include/sol/optional_implementation.hpp +++ b/include/sol/optional_implementation.hpp @@ -1,6 +1,6 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/overload.hpp b/include/sol/overload.hpp index c59124f4..b50c4019 100644 --- a/include/sol/overload.hpp +++ b/include/sol/overload.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/pointer_like.hpp b/include/sol/pointer_like.hpp index 8bdcb032..d430c733 100644 --- a/include/sol/pointer_like.hpp +++ b/include/sol/pointer_like.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/policies.hpp b/include/sol/policies.hpp index eb98f055..a6fe0914 100644 --- a/include/sol/policies.hpp +++ b/include/sol/policies.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/property.hpp b/include/sol/property.hpp index 7145f34a..e4b8c078 100644 --- a/include/sol/property.hpp +++ b/include/sol/property.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/protect.hpp b/include/sol/protect.hpp index 866ed6de..22d325fe 100644 --- a/include/sol/protect.hpp +++ b/include/sol/protect.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/protected_function.hpp b/include/sol/protected_function.hpp index e3e92d00..e5ad43b0 100644 --- a/include/sol/protected_function.hpp +++ b/include/sol/protected_function.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/protected_function_result.hpp b/include/sol/protected_function_result.hpp index 01abcd18..e57dbbb0 100644 --- a/include/sol/protected_function_result.hpp +++ b/include/sol/protected_function_result.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/protected_handler.hpp b/include/sol/protected_handler.hpp index cd5abd93..63ce591c 100644 --- a/include/sol/protected_handler.hpp +++ b/include/sol/protected_handler.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/proxy_base.hpp b/include/sol/proxy_base.hpp index c480f32b..04748a89 100644 --- a/include/sol/proxy_base.hpp +++ b/include/sol/proxy_base.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/raii.hpp b/include/sol/raii.hpp index b174ee81..b3aeb918 100644 --- a/include/sol/raii.hpp +++ b/include/sol/raii.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/reference.hpp b/include/sol/reference.hpp index dec70bd7..d015c28f 100644 --- a/include/sol/reference.hpp +++ b/include/sol/reference.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/resolve.hpp b/include/sol/resolve.hpp index 130cb196..6453abcb 100644 --- a/include/sol/resolve.hpp +++ b/include/sol/resolve.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/sol.hpp b/include/sol/sol.hpp index 37a48abd..9667e492 100644 --- a/include/sol/sol.hpp +++ b/include/sol/sol.hpp @@ -1,6 +1,6 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack.hpp b/include/sol/stack.hpp index 0f79c204..098c705d 100644 --- a/include/sol/stack.hpp +++ b/include/sol/stack.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check.hpp b/include/sol/stack_check.hpp index 29de2a6a..3456f2ff 100644 --- a/include/sol/stack_check.hpp +++ b/include/sol/stack_check.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check_get.hpp b/include/sol/stack_check_get.hpp index 6c86ff59..eefb9d3a 100644 --- a/include/sol/stack_check_get.hpp +++ b/include/sol/stack_check_get.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check_get_qualified.hpp b/include/sol/stack_check_get_qualified.hpp index 234c6797..9459c7b4 100644 --- a/include/sol/stack_check_get_qualified.hpp +++ b/include/sol/stack_check_get_qualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check_get_unqualified.hpp b/include/sol/stack_check_get_unqualified.hpp index c346d41b..f5c2a052 100644 --- a/include/sol/stack_check_get_unqualified.hpp +++ b/include/sol/stack_check_get_unqualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check_qualified.hpp b/include/sol/stack_check_qualified.hpp index 1ed97e0c..786f4573 100644 --- a/include/sol/stack_check_qualified.hpp +++ b/include/sol/stack_check_qualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_check_unqualified.hpp b/include/sol/stack_check_unqualified.hpp index c802fcb7..41c61ba9 100644 --- a/include/sol/stack_check_unqualified.hpp +++ b/include/sol/stack_check_unqualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_core.hpp b/include/sol/stack_core.hpp index a5424c15..7298483b 100644 --- a/include/sol/stack_core.hpp +++ b/include/sol/stack_core.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_field.hpp b/include/sol/stack_field.hpp index 59d9b203..6a8f495e 100644 --- a/include/sol/stack_field.hpp +++ b/include/sol/stack_field.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_get.hpp b/include/sol/stack_get.hpp index bc4a04ba..72f42916 100644 --- a/include/sol/stack_get.hpp +++ b/include/sol/stack_get.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_get_qualified.hpp b/include/sol/stack_get_qualified.hpp index 5f395c2a..2d13abc6 100644 --- a/include/sol/stack_get_qualified.hpp +++ b/include/sol/stack_get_qualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_get_unqualified.hpp b/include/sol/stack_get_unqualified.hpp index 3c614eec..6adbd5cf 100644 --- a/include/sol/stack_get_unqualified.hpp +++ b/include/sol/stack_get_unqualified.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_guard.hpp b/include/sol/stack_guard.hpp index 35651ab8..53e343a5 100644 --- a/include/sol/stack_guard.hpp +++ b/include/sol/stack_guard.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_iterator.hpp b/include/sol/stack_iterator.hpp index 56804475..f8b39ec8 100644 --- a/include/sol/stack_iterator.hpp +++ b/include/sol/stack_iterator.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_pop.hpp b/include/sol/stack_pop.hpp index e53b763e..4222e101 100644 --- a/include/sol/stack_pop.hpp +++ b/include/sol/stack_pop.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_probe.hpp b/include/sol/stack_probe.hpp index 35b4d7cd..d551d82d 100644 --- a/include/sol/stack_probe.hpp +++ b/include/sol/stack_probe.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_proxy.hpp b/include/sol/stack_proxy.hpp index 68801458..7e720456 100644 --- a/include/sol/stack_proxy.hpp +++ b/include/sol/stack_proxy.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_proxy_base.hpp b/include/sol/stack_proxy_base.hpp index 068176c4..d5d0bd1f 100644 --- a/include/sol/stack_proxy_base.hpp +++ b/include/sol/stack_proxy_base.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_push.hpp b/include/sol/stack_push.hpp index 79e15a5e..a918cf8f 100644 --- a/include/sol/stack_push.hpp +++ b/include/sol/stack_push.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/stack_reference.hpp b/include/sol/stack_reference.hpp index 4613d566..8e98cd3c 100644 --- a/include/sol/stack_reference.hpp +++ b/include/sol/stack_reference.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/state.hpp b/include/sol/state.hpp index b8c2feb7..3672f406 100644 --- a/include/sol/state.hpp +++ b/include/sol/state.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/state_handling.hpp b/include/sol/state_handling.hpp index 10a83135..6a655555 100644 --- a/include/sol/state_handling.hpp +++ b/include/sol/state_handling.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/state_view.hpp b/include/sol/state_view.hpp index b6ab492f..223accb9 100644 --- a/include/sol/state_view.hpp +++ b/include/sol/state_view.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/string_view.hpp b/include/sol/string_view.hpp index c2c0b8ec..d621554f 100644 --- a/include/sol/string_view.hpp +++ b/include/sol/string_view.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/table.hpp b/include/sol/table.hpp index db6be9f9..7348aa13 100644 --- a/include/sol/table.hpp +++ b/include/sol/table.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/table_core.hpp b/include/sol/table_core.hpp index 190475a3..99080d24 100644 --- a/include/sol/table_core.hpp +++ b/include/sol/table_core.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/table_iterator.hpp b/include/sol/table_iterator.hpp index bd5f50cc..57461ee7 100644 --- a/include/sol/table_iterator.hpp +++ b/include/sol/table_iterator.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/table_proxy.hpp b/include/sol/table_proxy.hpp index e80aa138..b66900d7 100644 --- a/include/sol/table_proxy.hpp +++ b/include/sol/table_proxy.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/thread.hpp b/include/sol/thread.hpp index 8d590ccf..b25fad32 100644 --- a/include/sol/thread.hpp +++ b/include/sol/thread.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/tie.hpp b/include/sol/tie.hpp index eed7969c..85cb3508 100644 --- a/include/sol/tie.hpp +++ b/include/sol/tie.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/traits.hpp b/include/sol/traits.hpp index 8ec1b606..9ec35d5c 100644 --- a/include/sol/traits.hpp +++ b/include/sol/traits.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/trampoline.hpp b/include/sol/trampoline.hpp index 211ee5d3..0c3bdb86 100644 --- a/include/sol/trampoline.hpp +++ b/include/sol/trampoline.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/tuple.hpp b/include/sol/tuple.hpp index cfdb8a41..4653c6eb 100644 --- a/include/sol/tuple.hpp +++ b/include/sol/tuple.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/types.hpp b/include/sol/types.hpp index d8d92866..58c20e32 100644 --- a/include/sol/types.hpp +++ b/include/sol/types.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/unique_usertype_traits.hpp b/include/sol/unique_usertype_traits.hpp index 8c75600e..d7125e6f 100644 --- a/include/sol/unique_usertype_traits.hpp +++ b/include/sol/unique_usertype_traits.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/unsafe_function.hpp b/include/sol/unsafe_function.hpp index c73a27e7..02e54d64 100644 --- a/include/sol/unsafe_function.hpp +++ b/include/sol/unsafe_function.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/unsafe_function_result.hpp b/include/sol/unsafe_function_result.hpp index 755c1397..25afe5fc 100644 --- a/include/sol/unsafe_function_result.hpp +++ b/include/sol/unsafe_function_result.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/userdata.hpp b/include/sol/userdata.hpp index 69ad5fcf..577a45f4 100644 --- a/include/sol/userdata.hpp +++ b/include/sol/userdata.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype.hpp b/include/sol/usertype.hpp index d073e8e3..ab5b84c4 100644 --- a/include/sol/usertype.hpp +++ b/include/sol/usertype.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_container.hpp b/include/sol/usertype_container.hpp index e9f47f58..ff471f2e 100644 --- a/include/sol/usertype_container.hpp +++ b/include/sol/usertype_container.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_container_launch.hpp b/include/sol/usertype_container_launch.hpp index 4a05cefb..3c19dc17 100644 --- a/include/sol/usertype_container_launch.hpp +++ b/include/sol/usertype_container_launch.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_core.hpp b/include/sol/usertype_core.hpp index 5553f7df..024c54fa 100644 --- a/include/sol/usertype_core.hpp +++ b/include/sol/usertype_core.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_proxy.hpp b/include/sol/usertype_proxy.hpp index fd18c968..033c94e7 100644 --- a/include/sol/usertype_proxy.hpp +++ b/include/sol/usertype_proxy.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_storage.hpp b/include/sol/usertype_storage.hpp index fd302cd2..689a88dd 100644 --- a/include/sol/usertype_storage.hpp +++ b/include/sol/usertype_storage.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/usertype_traits.hpp b/include/sol/usertype_traits.hpp index e41b3ff7..ff19cd7f 100644 --- a/include/sol/usertype_traits.hpp +++ b/include/sol/usertype_traits.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/variadic_args.hpp b/include/sol/variadic_args.hpp index e3a6e462..523cf058 100644 --- a/include/sol/variadic_args.hpp +++ b/include/sol/variadic_args.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/variadic_results.hpp b/include/sol/variadic_results.hpp index 1583b125..87e4cb4b 100644 --- a/include/sol/variadic_results.hpp +++ b/include/sol/variadic_results.hpp @@ -1,8 +1,8 @@ -// sol3 +// sol3 // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in @@ -40,7 +40,8 @@ namespace sol { using base_t = std::vector; public: - basic_variadic_results() : base_t() {} + basic_variadic_results() : base_t() { + } basic_variadic_results(unsafe_function_result fr) : base_t() { this->reserve(fr.return_count()); @@ -71,10 +72,10 @@ namespace sol { }; template - struct is_container> : std::false_type {}; + struct is_container> : std::false_type { }; template <> - struct is_container : std::false_type {}; + struct is_container : std::false_type { }; namespace stack { template diff --git a/include/sol/version.hpp b/include/sol/version.hpp index 69e735a2..5e362049 100644 --- a/include/sol/version.hpp +++ b/include/sol/version.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/include/sol/wrapper.hpp b/include/sol/wrapper.hpp index 47b334ad..208f30fb 100644 --- a/include/sol/wrapper.hpp +++ b/include/sol/wrapper.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/build.linux.sh b/scripts/build.linux.sh index 90d88760..1cba59d6 100644 --- a/scripts/build.linux.sh +++ b/scripts/build.linux.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/preparation.linux.sh b/scripts/preparation.linux.sh index 4e1033a5..b08a2c98 100644 --- a/scripts/preparation.linux.sh +++ b/scripts/preparation.linux.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/preparation.osx.sh b/scripts/preparation.osx.sh index 51af9dda..998e3805 100644 --- a/scripts/preparation.osx.sh +++ b/scripts/preparation.osx.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/push.linux.sh b/scripts/push.linux.sh index 198ec9a8..d5141060 100644 --- a/scripts/push.linux.sh +++ b/scripts/push.linux.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/run.linux.sh b/scripts/run.linux.sh index f725a2c7..0265851d 100644 --- a/scripts/run.linux.sh +++ b/scripts/run.linux.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/scripts/run.osx.sh b/scripts/run.osx.sh index ba40b555..c0257d3d 100644 --- a/scripts/run.osx.sh +++ b/scripts/run.osx.sh @@ -3,7 +3,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1e3801b5..eafdbb43 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/CMakeLists.txt b/tests/compile_tests/CMakeLists.txt index a973cd9a..68830470 100644 --- a/tests/compile_tests/CMakeLists.txt +++ b/tests/compile_tests/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/as_args.cpp b/tests/compile_tests/source/as_args.cpp index 824db007..72f38748 100644 --- a/tests/compile_tests/source/as_args.cpp +++ b/tests/compile_tests/source/as_args.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/as_returns.cpp b/tests/compile_tests/source/as_returns.cpp index 5c385547..8797ee8b 100644 --- a/tests/compile_tests/source/as_returns.cpp +++ b/tests/compile_tests/source/as_returns.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/base_traits.cpp b/tests/compile_tests/source/base_traits.cpp index 593da744..7bf9f24b 100644 --- a/tests/compile_tests/source/base_traits.cpp +++ b/tests/compile_tests/source/base_traits.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/bind_traits.cpp b/tests/compile_tests/source/bind_traits.cpp index 3f8d362b..acc727f7 100644 --- a/tests/compile_tests/source/bind_traits.cpp +++ b/tests/compile_tests/source/bind_traits.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/bytecode.cpp b/tests/compile_tests/source/bytecode.cpp index cb0405f3..3ae45343 100644 --- a/tests/compile_tests/source/bytecode.cpp +++ b/tests/compile_tests/source/bytecode.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/call.cpp b/tests/compile_tests/source/call.cpp index a7c79981..48c6996a 100644 --- a/tests/compile_tests/source/call.cpp +++ b/tests/compile_tests/source/call.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/compatibility.cpp b/tests/compile_tests/source/compatibility.cpp index 02ccb56b..d0fabbeb 100644 --- a/tests/compile_tests/source/compatibility.cpp +++ b/tests/compile_tests/source/compatibility.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/compatibility/compat-5.3.cpp b/tests/compile_tests/source/compatibility/compat-5.3.cpp index a5a03583..8924dd17 100644 --- a/tests/compile_tests/source/compatibility/compat-5.3.cpp +++ b/tests/compile_tests/source/compatibility/compat-5.3.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/compatibility/lua_version.cpp b/tests/compile_tests/source/compatibility/lua_version.cpp index b8464ebd..44849905 100644 --- a/tests/compile_tests/source/compatibility/lua_version.cpp +++ b/tests/compile_tests/source/compatibility/lua_version.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/config.cpp b/tests/compile_tests/source/config.cpp index a5d34148..72e7398f 100644 --- a/tests/compile_tests/source/config.cpp +++ b/tests/compile_tests/source/config.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/coroutine.cpp b/tests/compile_tests/source/coroutine.cpp index d4981741..fb95ef87 100644 --- a/tests/compile_tests/source/coroutine.cpp +++ b/tests/compile_tests/source/coroutine.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/debug.cpp b/tests/compile_tests/source/debug.cpp index 64a8491c..bd6b6129 100644 --- a/tests/compile_tests/source/debug.cpp +++ b/tests/compile_tests/source/debug.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/demangle.cpp b/tests/compile_tests/source/demangle.cpp index 5478260b..0fbfd186 100644 --- a/tests/compile_tests/source/demangle.cpp +++ b/tests/compile_tests/source/demangle.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/deprecate.cpp b/tests/compile_tests/source/deprecate.cpp index 5af312fa..d5c6e0fc 100644 --- a/tests/compile_tests/source/deprecate.cpp +++ b/tests/compile_tests/source/deprecate.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/ebco.cpp b/tests/compile_tests/source/ebco.cpp index 7f4ca141..24e76f5a 100644 --- a/tests/compile_tests/source/ebco.cpp +++ b/tests/compile_tests/source/ebco.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/environment.cpp b/tests/compile_tests/source/environment.cpp index ee0d0037..01397865 100644 --- a/tests/compile_tests/source/environment.cpp +++ b/tests/compile_tests/source/environment.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/error_handler.cpp b/tests/compile_tests/source/error_handler.cpp index c0cb972b..2813dffe 100644 --- a/tests/compile_tests/source/error_handler.cpp +++ b/tests/compile_tests/source/error_handler.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/forward.cpp b/tests/compile_tests/source/forward.cpp index 7e443e0d..cfb8b0e4 100644 --- a/tests/compile_tests/source/forward.cpp +++ b/tests/compile_tests/source/forward.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/forward_detail.cpp b/tests/compile_tests/source/forward_detail.cpp index 93610dab..ddacbcaf 100644 --- a/tests/compile_tests/source/forward_detail.cpp +++ b/tests/compile_tests/source/forward_detail.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function.cpp b/tests/compile_tests/source/function.cpp index 4bb93648..b186be95 100644 --- a/tests/compile_tests/source/function.cpp +++ b/tests/compile_tests/source/function.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_result.cpp b/tests/compile_tests/source/function_result.cpp index 4e0cbbf3..cab89b14 100644 --- a/tests/compile_tests/source/function_result.cpp +++ b/tests/compile_tests/source/function_result.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types.cpp b/tests/compile_tests/source/function_types.cpp index f004b7e0..ac1be56f 100644 --- a/tests/compile_tests/source/function_types.cpp +++ b/tests/compile_tests/source/function_types.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types_core.cpp b/tests/compile_tests/source/function_types_core.cpp index 627d1e4c..b4796f30 100644 --- a/tests/compile_tests/source/function_types_core.cpp +++ b/tests/compile_tests/source/function_types_core.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types_overloaded.cpp b/tests/compile_tests/source/function_types_overloaded.cpp index 94374074..23ddde13 100644 --- a/tests/compile_tests/source/function_types_overloaded.cpp +++ b/tests/compile_tests/source/function_types_overloaded.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types_stateful.cpp b/tests/compile_tests/source/function_types_stateful.cpp index 414116b9..6811eddc 100644 --- a/tests/compile_tests/source/function_types_stateful.cpp +++ b/tests/compile_tests/source/function_types_stateful.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types_stateless.cpp b/tests/compile_tests/source/function_types_stateless.cpp index 8e96d6e7..56d65b85 100644 --- a/tests/compile_tests/source/function_types_stateless.cpp +++ b/tests/compile_tests/source/function_types_stateless.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/function_types_templated.cpp b/tests/compile_tests/source/function_types_templated.cpp index 55c3a4ba..6801a385 100644 --- a/tests/compile_tests/source/function_types_templated.cpp +++ b/tests/compile_tests/source/function_types_templated.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/in_place.cpp b/tests/compile_tests/source/in_place.cpp index f714ff27..92ce1afc 100644 --- a/tests/compile_tests/source/in_place.cpp +++ b/tests/compile_tests/source/in_place.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/inheritance.cpp b/tests/compile_tests/source/inheritance.cpp index e348f7ff..83a536ca 100644 --- a/tests/compile_tests/source/inheritance.cpp +++ b/tests/compile_tests/source/inheritance.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/load_result.cpp b/tests/compile_tests/source/load_result.cpp index 665205df..49e3e852 100644 --- a/tests/compile_tests/source/load_result.cpp +++ b/tests/compile_tests/source/load_result.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/lua_table.cpp b/tests/compile_tests/source/lua_table.cpp index 16e8600f..b188049b 100644 --- a/tests/compile_tests/source/lua_table.cpp +++ b/tests/compile_tests/source/lua_table.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/lua_value.cpp b/tests/compile_tests/source/lua_value.cpp index 801d763a..c0f1e5fa 100644 --- a/tests/compile_tests/source/lua_value.cpp +++ b/tests/compile_tests/source/lua_value.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/main.cpp b/tests/compile_tests/source/main.cpp index 22dfbbb7..4a9efee5 100644 --- a/tests/compile_tests/source/main.cpp +++ b/tests/compile_tests/source/main.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/make_reference.cpp b/tests/compile_tests/source/make_reference.cpp index 74719eae..402700c5 100644 --- a/tests/compile_tests/source/make_reference.cpp +++ b/tests/compile_tests/source/make_reference.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/metatable.cpp b/tests/compile_tests/source/metatable.cpp index 406f8f74..019f6044 100644 --- a/tests/compile_tests/source/metatable.cpp +++ b/tests/compile_tests/source/metatable.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/object.cpp b/tests/compile_tests/source/object.cpp index e37baec7..1e8b7158 100644 --- a/tests/compile_tests/source/object.cpp +++ b/tests/compile_tests/source/object.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/object_base.cpp b/tests/compile_tests/source/object_base.cpp index e9372063..edcdb6f0 100644 --- a/tests/compile_tests/source/object_base.cpp +++ b/tests/compile_tests/source/object_base.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/optional.cpp b/tests/compile_tests/source/optional.cpp index 58722e1d..a21da40e 100644 --- a/tests/compile_tests/source/optional.cpp +++ b/tests/compile_tests/source/optional.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/optional_implementation.cpp b/tests/compile_tests/source/optional_implementation.cpp index a6b2e9e2..fbae3c9d 100644 --- a/tests/compile_tests/source/optional_implementation.cpp +++ b/tests/compile_tests/source/optional_implementation.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/overload.cpp b/tests/compile_tests/source/overload.cpp index e8305637..5cba0526 100644 --- a/tests/compile_tests/source/overload.cpp +++ b/tests/compile_tests/source/overload.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/pointer_like.cpp b/tests/compile_tests/source/pointer_like.cpp index 9ae5eda3..457b739f 100644 --- a/tests/compile_tests/source/pointer_like.cpp +++ b/tests/compile_tests/source/pointer_like.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/policies.cpp b/tests/compile_tests/source/policies.cpp index 6d15e2f0..a51aed35 100644 --- a/tests/compile_tests/source/policies.cpp +++ b/tests/compile_tests/source/policies.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/property.cpp b/tests/compile_tests/source/property.cpp index 31966233..b3cb4b54 100644 --- a/tests/compile_tests/source/property.cpp +++ b/tests/compile_tests/source/property.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/protect.cpp b/tests/compile_tests/source/protect.cpp index 2eb13324..02b91f41 100644 --- a/tests/compile_tests/source/protect.cpp +++ b/tests/compile_tests/source/protect.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/protected_function.cpp b/tests/compile_tests/source/protected_function.cpp index 6f5b1617..2bfd0700 100644 --- a/tests/compile_tests/source/protected_function.cpp +++ b/tests/compile_tests/source/protected_function.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/protected_function_result.cpp b/tests/compile_tests/source/protected_function_result.cpp index 7e029cb7..b99267a6 100644 --- a/tests/compile_tests/source/protected_function_result.cpp +++ b/tests/compile_tests/source/protected_function_result.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/protected_handler.cpp b/tests/compile_tests/source/protected_handler.cpp index 2f10cbf2..d171fbcc 100644 --- a/tests/compile_tests/source/protected_handler.cpp +++ b/tests/compile_tests/source/protected_handler.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/proxy.cpp b/tests/compile_tests/source/proxy.cpp index 1077013e..2cc0efa9 100644 --- a/tests/compile_tests/source/proxy.cpp +++ b/tests/compile_tests/source/proxy.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/proxy_base.cpp b/tests/compile_tests/source/proxy_base.cpp index ef4abab6..f8489c9c 100644 --- a/tests/compile_tests/source/proxy_base.cpp +++ b/tests/compile_tests/source/proxy_base.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/raii.cpp b/tests/compile_tests/source/raii.cpp index 4be116b3..bac0c01b 100644 --- a/tests/compile_tests/source/raii.cpp +++ b/tests/compile_tests/source/raii.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/reference.cpp b/tests/compile_tests/source/reference.cpp index 23baaa6f..91f7bd47 100644 --- a/tests/compile_tests/source/reference.cpp +++ b/tests/compile_tests/source/reference.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/resolve.cpp b/tests/compile_tests/source/resolve.cpp index 255e1eee..85fd7f00 100644 --- a/tests/compile_tests/source/resolve.cpp +++ b/tests/compile_tests/source/resolve.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/sol.cpp b/tests/compile_tests/source/sol.cpp index 8da9cb7f..73fdb5a9 100644 --- a/tests/compile_tests/source/sol.cpp +++ b/tests/compile_tests/source/sol.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/sol_defines.hpp b/tests/compile_tests/source/sol_defines.hpp index 2de38b97..64d4d550 100644 --- a/tests/compile_tests/source/sol_defines.hpp +++ b/tests/compile_tests/source/sol_defines.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack.cpp b/tests/compile_tests/source/stack.cpp index d9643a3b..dba4ec4f 100644 --- a/tests/compile_tests/source/stack.cpp +++ b/tests/compile_tests/source/stack.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check.cpp b/tests/compile_tests/source/stack_check.cpp index e4368f06..aeb748a5 100644 --- a/tests/compile_tests/source/stack_check.cpp +++ b/tests/compile_tests/source/stack_check.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check_get.cpp b/tests/compile_tests/source/stack_check_get.cpp index d1f44851..e7e962bb 100644 --- a/tests/compile_tests/source/stack_check_get.cpp +++ b/tests/compile_tests/source/stack_check_get.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check_get_qualified.cpp b/tests/compile_tests/source/stack_check_get_qualified.cpp index 5da994a5..c37412e5 100644 --- a/tests/compile_tests/source/stack_check_get_qualified.cpp +++ b/tests/compile_tests/source/stack_check_get_qualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check_get_unqualified.cpp b/tests/compile_tests/source/stack_check_get_unqualified.cpp index 8e4f8d6a..bc9571cc 100644 --- a/tests/compile_tests/source/stack_check_get_unqualified.cpp +++ b/tests/compile_tests/source/stack_check_get_unqualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check_qualified.cpp b/tests/compile_tests/source/stack_check_qualified.cpp index fc355d63..6c8625fc 100644 --- a/tests/compile_tests/source/stack_check_qualified.cpp +++ b/tests/compile_tests/source/stack_check_qualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_check_unqualified.cpp b/tests/compile_tests/source/stack_check_unqualified.cpp index 45d5a067..fc6e862e 100644 --- a/tests/compile_tests/source/stack_check_unqualified.cpp +++ b/tests/compile_tests/source/stack_check_unqualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_core.cpp b/tests/compile_tests/source/stack_core.cpp index 7f5f3211..322b6ab6 100644 --- a/tests/compile_tests/source/stack_core.cpp +++ b/tests/compile_tests/source/stack_core.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_field.cpp b/tests/compile_tests/source/stack_field.cpp index 0e546080..0a42e1d2 100644 --- a/tests/compile_tests/source/stack_field.cpp +++ b/tests/compile_tests/source/stack_field.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_get.cpp b/tests/compile_tests/source/stack_get.cpp index f70ad26b..dd955586 100644 --- a/tests/compile_tests/source/stack_get.cpp +++ b/tests/compile_tests/source/stack_get.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_get_qualified.cpp b/tests/compile_tests/source/stack_get_qualified.cpp index bcb2f622..429e9b1c 100644 --- a/tests/compile_tests/source/stack_get_qualified.cpp +++ b/tests/compile_tests/source/stack_get_qualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_get_unqualified.cpp b/tests/compile_tests/source/stack_get_unqualified.cpp index 7a706f19..5713cff0 100644 --- a/tests/compile_tests/source/stack_get_unqualified.cpp +++ b/tests/compile_tests/source/stack_get_unqualified.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_guard.cpp b/tests/compile_tests/source/stack_guard.cpp index b965ca6f..4ec74060 100644 --- a/tests/compile_tests/source/stack_guard.cpp +++ b/tests/compile_tests/source/stack_guard.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_iterator.cpp b/tests/compile_tests/source/stack_iterator.cpp index b49c5aea..4c2ca182 100644 --- a/tests/compile_tests/source/stack_iterator.cpp +++ b/tests/compile_tests/source/stack_iterator.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_pop.cpp b/tests/compile_tests/source/stack_pop.cpp index 3d661639..70d1db81 100644 --- a/tests/compile_tests/source/stack_pop.cpp +++ b/tests/compile_tests/source/stack_pop.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_probe.cpp b/tests/compile_tests/source/stack_probe.cpp index 98ccd61f..80df6c0b 100644 --- a/tests/compile_tests/source/stack_probe.cpp +++ b/tests/compile_tests/source/stack_probe.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_proxy.cpp b/tests/compile_tests/source/stack_proxy.cpp index f2f5665d..3e6a6000 100644 --- a/tests/compile_tests/source/stack_proxy.cpp +++ b/tests/compile_tests/source/stack_proxy.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_proxy_base.cpp b/tests/compile_tests/source/stack_proxy_base.cpp index 776e4a88..32b74fe9 100644 --- a/tests/compile_tests/source/stack_proxy_base.cpp +++ b/tests/compile_tests/source/stack_proxy_base.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_push.cpp b/tests/compile_tests/source/stack_push.cpp index 03dbfc41..7fef63b4 100644 --- a/tests/compile_tests/source/stack_push.cpp +++ b/tests/compile_tests/source/stack_push.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/stack_reference.cpp b/tests/compile_tests/source/stack_reference.cpp index f32f1934..32b0f4a7 100644 --- a/tests/compile_tests/source/stack_reference.cpp +++ b/tests/compile_tests/source/stack_reference.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/state_handling.cpp b/tests/compile_tests/source/state_handling.cpp index 3969df32..b275961e 100644 --- a/tests/compile_tests/source/state_handling.cpp +++ b/tests/compile_tests/source/state_handling.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/string_view.cpp b/tests/compile_tests/source/string_view.cpp index 9a3d7edc..d892f202 100644 --- a/tests/compile_tests/source/string_view.cpp +++ b/tests/compile_tests/source/string_view.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/table.cpp b/tests/compile_tests/source/table.cpp index f14ed38f..294fbb50 100644 --- a/tests/compile_tests/source/table.cpp +++ b/tests/compile_tests/source/table.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/table_core.cpp b/tests/compile_tests/source/table_core.cpp index 53de30ef..c5c6ecaa 100644 --- a/tests/compile_tests/source/table_core.cpp +++ b/tests/compile_tests/source/table_core.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/table_iterator.cpp b/tests/compile_tests/source/table_iterator.cpp index b6506607..b2dee8f6 100644 --- a/tests/compile_tests/source/table_iterator.cpp +++ b/tests/compile_tests/source/table_iterator.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/thread.cpp b/tests/compile_tests/source/thread.cpp index 1bb75ac6..0cb332f2 100644 --- a/tests/compile_tests/source/thread.cpp +++ b/tests/compile_tests/source/thread.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/tie.cpp b/tests/compile_tests/source/tie.cpp index ccb31ad6..0c1d6411 100644 --- a/tests/compile_tests/source/tie.cpp +++ b/tests/compile_tests/source/tie.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/traits.cpp b/tests/compile_tests/source/traits.cpp index 5cb23847..985b2131 100644 --- a/tests/compile_tests/source/traits.cpp +++ b/tests/compile_tests/source/traits.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/trampoline.cpp b/tests/compile_tests/source/trampoline.cpp index fa37c1be..7c9ede9a 100644 --- a/tests/compile_tests/source/trampoline.cpp +++ b/tests/compile_tests/source/trampoline.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/tuple.cpp b/tests/compile_tests/source/tuple.cpp index 91c64c77..2d7da9e9 100644 --- a/tests/compile_tests/source/tuple.cpp +++ b/tests/compile_tests/source/tuple.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/types.cpp b/tests/compile_tests/source/types.cpp index 81848e6f..08c6e65b 100644 --- a/tests/compile_tests/source/types.cpp +++ b/tests/compile_tests/source/types.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/unicode.cpp b/tests/compile_tests/source/unicode.cpp index ea71bec7..ca7b784b 100644 --- a/tests/compile_tests/source/unicode.cpp +++ b/tests/compile_tests/source/unicode.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/unique_usertype_traits.cpp b/tests/compile_tests/source/unique_usertype_traits.cpp index 8c6cf6d9..c436d4d0 100644 --- a/tests/compile_tests/source/unique_usertype_traits.cpp +++ b/tests/compile_tests/source/unique_usertype_traits.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/unsafe_function.cpp b/tests/compile_tests/source/unsafe_function.cpp index 02acddca..c44e5456 100644 --- a/tests/compile_tests/source/unsafe_function.cpp +++ b/tests/compile_tests/source/unsafe_function.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/unsafe_function_result.cpp b/tests/compile_tests/source/unsafe_function_result.cpp index d71ce967..bf41b634 100644 --- a/tests/compile_tests/source/unsafe_function_result.cpp +++ b/tests/compile_tests/source/unsafe_function_result.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/userdata.cpp b/tests/compile_tests/source/userdata.cpp index 59ba57c0..238b6480 100644 --- a/tests/compile_tests/source/userdata.cpp +++ b/tests/compile_tests/source/userdata.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype.cpp b/tests/compile_tests/source/usertype.cpp index 62c721d3..9419a24e 100644 --- a/tests/compile_tests/source/usertype.cpp +++ b/tests/compile_tests/source/usertype.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_container.cpp b/tests/compile_tests/source/usertype_container.cpp index 5f5e2133..ecc2c76b 100644 --- a/tests/compile_tests/source/usertype_container.cpp +++ b/tests/compile_tests/source/usertype_container.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_container_launch.cpp b/tests/compile_tests/source/usertype_container_launch.cpp index d4670be4..74ffd575 100644 --- a/tests/compile_tests/source/usertype_container_launch.cpp +++ b/tests/compile_tests/source/usertype_container_launch.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_core.cpp b/tests/compile_tests/source/usertype_core.cpp index ca86944d..441dfccd 100644 --- a/tests/compile_tests/source/usertype_core.cpp +++ b/tests/compile_tests/source/usertype_core.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_proxy.cpp b/tests/compile_tests/source/usertype_proxy.cpp index 45a882be..ce3691a3 100644 --- a/tests/compile_tests/source/usertype_proxy.cpp +++ b/tests/compile_tests/source/usertype_proxy.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_storage.cpp b/tests/compile_tests/source/usertype_storage.cpp index b401f1cb..216d32ae 100644 --- a/tests/compile_tests/source/usertype_storage.cpp +++ b/tests/compile_tests/source/usertype_storage.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/usertype_traits.cpp b/tests/compile_tests/source/usertype_traits.cpp index 2048dd94..07a97c73 100644 --- a/tests/compile_tests/source/usertype_traits.cpp +++ b/tests/compile_tests/source/usertype_traits.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/variadic_args.cpp b/tests/compile_tests/source/variadic_args.cpp index 2499bfe0..550dcfe8 100644 --- a/tests/compile_tests/source/variadic_args.cpp +++ b/tests/compile_tests/source/variadic_args.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/variadic_results.cpp b/tests/compile_tests/source/variadic_results.cpp index 8030be53..d1cc572f 100644 --- a/tests/compile_tests/source/variadic_results.cpp +++ b/tests/compile_tests/source/variadic_results.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/version.cpp b/tests/compile_tests/source/version.cpp index 146c4c7e..ddefa092 100644 --- a/tests/compile_tests/source/version.cpp +++ b/tests/compile_tests/source/version.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/compile_tests/source/wrapper.cpp b/tests/compile_tests/source/wrapper.cpp index 9365fb28..7ce0187e 100644 --- a/tests/compile_tests/source/wrapper.cpp +++ b/tests/compile_tests/source/wrapper.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/regression_tests/1011/CMakeLists.txt b/tests/regression_tests/1011/CMakeLists.txt new file mode 100644 index 00000000..49f89642 --- /dev/null +++ b/tests/regression_tests/1011/CMakeLists.txt @@ -0,0 +1,99 @@ +# # # # sol3 +# The MIT License (MIT) +# +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +# # # # sol3 tests - simple regression tests + +file(GLOB test_sources source/*.cpp) +source_group(sources FILES ${test_sources}) + +function(CREATE_TEST test_target_name test_name target_sol) + add_executable(${test_target_name} ${test_sources}) + set_target_properties(${test_target_name} + PROPERTIES + OUTPUT_NAME ${test_name} + EXPORT_NAME sol2::${test_name}) + target_link_libraries(${test_target_name} + PUBLIC Threads::Threads ${LUA_LIBRARIES} ${target_sol}) + + if (MSVC) + if (NOT CMAKE_COMPILER_ID MATCHES "Clang") + target_compile_options(${test_target_name} + PRIVATE /bigobj /W4) + endif() + else() + target_compile_options(${test_target_name} + PRIVATE -std=c++1z -pthread + -Wno-unknown-warning -Wno-unknown-warning-option + -Wall -Wpedantic -Werror -pedantic -pedantic-errors + -Wno-noexcept-type) + + if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") + # For another day, when C++ is not so crap + # and we have time to audit the entire lib + # for all uses of `detail::swallow`... + #target_compile_options(${test_target_name} + # PRIVATE -Wcomma) + endif() + + if (IS_X86) + if(MINGW) + set_target_properties(${test_target_name} + PROPERTIES + LINK_FLAGS -static-libstdc++) + endif() + endif() + endif() + if (MSVC) + target_compile_options(${test_target_name} + PRIVATE /EHsc /std:c++latest) + target_compile_definitions(${test_target_name} + PRIVATE UNICODE _UNICODE + _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE) + else() + target_compile_options(${test_target_name} + PRIVATE -std=c++1z -Wno-unknown-warning -Wno-unknown-warning-option + -Wall -Wextra -Wpedantic -pedantic -pedantic-errors) + endif() + + if (SOL2_CI) + target_compile_definitions(${test_target_name} + PRIVATE SOL2_CI) + endif() + + if (CMAKE_DL_LIBS) + target_link_libraries(${test_target_name} + PRIVATE ${CMAKE_DL_LIBS}) + endif() + + add_test(NAME ${test_name} COMMAND ${test_target_name}) + install(TARGETS ${test_target_name} RUNTIME DESTINATION bin) +endfunction(CREATE_TEST) + +if (SOL2_TESTS) + CREATE_TEST(regression_1011_tests "regression_1011_tests" sol2::sol2) +endif() +if (SOL2_TESTS_SINGLE) + CREATE_TEST(regression_1011_tests_single "regression_1011_tests.single" sol2::sol2_single) +endif() +if (SOL2_TESTS_SINGLE_GENERATED) + CREATE_TEST(regression_1011_tests_generated_single "regression_1011_tests.single.generated" sol2::sol2_single_generated) +endif() diff --git a/tests/regression_tests/1011/source/1011 - release mode crash MSVC.cpp b/tests/regression_tests/1011/source/1011 - release mode crash MSVC.cpp new file mode 100644 index 00000000..9b44fd68 --- /dev/null +++ b/tests/regression_tests/1011/source/1011 - release mode crash MSVC.cpp @@ -0,0 +1,43 @@ +#define SOL_NO_EXCEPTIONS 1 +#define SOL_SAFE_REFERENCES 1 +#define SOL_SAFE_USERTYPE 1 +#define SOL_SAFE_FUNCTION_CALLS 1 +#define SOL_SAFE_FUNCTION 1 +#define SOL_SAFE_NUMERICS 1 +#define SOL_SAFE_GETTER 1 + +#include +#include + +std::string testFunc(std::string str) { + return std::string("hello ") + str; +} + +int main() { + sol::state lua; + lua.open_libraries(sol::lib::base); + + lua["testFunc"] = &testFunc; + + lua.script(R"( + function f () + -- call a function with wrong arguments + -- to trigger lua_error + testFunc() + end + )"); + + sol::protected_function f(lua["f"]); + + sol::protected_function_result result = f(); + if (result.valid()) { + // Call succeeded + std::cout << "call succeeded" << std::endl; + } + else { + // Call failed + sol::error err = result; + std::string what = err.what(); + std::cout << "call failed, sol::error::what() is " << what << std::endl; + } +} diff --git a/tests/regression_tests/CMakeLists.txt b/tests/regression_tests/CMakeLists.txt index 504dd091..2691a68f 100644 --- a/tests/regression_tests/CMakeLists.txt +++ b/tests/regression_tests/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in @@ -20,80 +20,7 @@ # IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# # # # sol3 tests - runtime tests +# # # # sol3 tests -file(GLOB SOL2_RUNTIME_TEST_SOURCES source/*.cpp) -source_group(test_sources FILES ${SOL2_RUNTIME_TEST_SOURCES}) - -function(CREATE_TEST test_target_name test_name target_sol) - add_executable(${test_target_name} ${SOL2_RUNTIME_TEST_SOURCES}) - set_target_properties(${test_target_name} - PROPERTIES - OUTPUT_NAME ${test_name} - EXPORT_NAME sol2::${test_name}) - target_link_libraries(${test_target_name} - PUBLIC Threads::Threads ${LUA_LIBRARIES} ${target_sol}) - - if (MSVC) - if (NOT CMAKE_COMPILER_ID MATCHES "Clang") - target_compile_options(${test_target_name} - PRIVATE /bigobj /W4) - endif() - else() - target_compile_options(${test_target_name} - PRIVATE -std=c++1z -pthread - -Wno-unknown-warning -Wno-unknown-warning-option - -Wall -Wpedantic -Werror -pedantic -pedantic-errors - -Wno-noexcept-type) - - if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") - # For another day, when C++ is not so crap - # and we have time to audit the entire lib - # for all uses of `detail::swallow`... - #target_compile_options(${test_target_name} - # PRIVATE -Wcomma) - endif() - - if (IS_X86) - if(MINGW) - set_target_properties(${test_target_name} - PROPERTIES - LINK_FLAGS -static-libstdc++) - endif() - endif() - endif() - if (MSVC) - target_compile_options(${test_target_name} - PRIVATE /EHsc /std:c++latest) - target_compile_definitions(${test_target_name} - PRIVATE UNICODE _UNICODE - _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE) - else() - target_compile_options(${test_target_name} - PRIVATE -std=c++1z -Wno-unknown-warning -Wno-unknown-warning-option - -Wall -Wextra -Wpedantic -pedantic -pedantic-errors) - endif() - - if (SOL2_CI) - target_compile_definitions(${test_target_name} - PRIVATE SOL2_CI) - endif() - - if (CMAKE_DL_LIBS) - target_link_libraries(${test_target_name} - PRIVATE ${CMAKE_DL_LIBS}) - endif() - - add_test(NAME ${test_name} COMMAND ${test_target_name}) - install(TARGETS ${test_target_name} RUNTIME DESTINATION bin) -endfunction(CREATE_TEST) - -if (SOL2_TESTS) - CREATE_TEST(regression_tests "regression_tests" sol2::sol2) -endif() -if (SOL2_TESTS_SINGLE) - CREATE_TEST(regression_tests_single "regression_tests.single" sol2::sol2_single) -endif() -if (SOL2_TESTS_SINGLE_GENERATED) - CREATE_TEST(regression_tests_generated_single "regression_tests.single.generated" sol2::sol2_single_generated) -endif() +add_subdirectory(1011) +add_subdirectory(simple) diff --git a/tests/regression_tests/simple/CMakeLists.txt b/tests/regression_tests/simple/CMakeLists.txt new file mode 100644 index 00000000..b4ebc704 --- /dev/null +++ b/tests/regression_tests/simple/CMakeLists.txt @@ -0,0 +1,99 @@ +# # # # sol3 +# The MIT License (MIT) +# +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors +# +# Permission is hereby granted, free of charge, to any person obtaining a copy of +# this software and associated documentation files (the "Software"), to deal in +# the Software without restriction, including without limitation the rights to +# use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +# the Software, and to permit persons to whom the Software is furnished to do so, +# subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +# FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +# COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +# IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +# # # # sol3 tests - simple regression tests + +file(GLOB simple_test_sources source/*.cpp) +source_group(test_sources FILES ${simple_test_sources}) + +function(CREATE_TEST test_target_name test_name target_sol) + add_executable(${test_target_name} ${simple_test_sources}) + set_target_properties(${test_target_name} + PROPERTIES + OUTPUT_NAME ${test_name} + EXPORT_NAME sol2::${test_name}) + target_link_libraries(${test_target_name} + PUBLIC Threads::Threads ${LUA_LIBRARIES} ${target_sol}) + + if (MSVC) + if (NOT CMAKE_COMPILER_ID MATCHES "Clang") + target_compile_options(${test_target_name} + PRIVATE /bigobj /W4) + endif() + else() + target_compile_options(${test_target_name} + PRIVATE -std=c++1z -pthread + -Wno-unknown-warning -Wno-unknown-warning-option + -Wall -Wpedantic -Werror -pedantic -pedantic-errors + -Wno-noexcept-type) + + if (CMAKE_CXX_COMPILER_ID MATCHES "Clang") + # For another day, when C++ is not so crap + # and we have time to audit the entire lib + # for all uses of `detail::swallow`... + #target_compile_options(${test_target_name} + # PRIVATE -Wcomma) + endif() + + if (IS_X86) + if(MINGW) + set_target_properties(${test_target_name} + PROPERTIES + LINK_FLAGS -static-libstdc++) + endif() + endif() + endif() + if (MSVC) + target_compile_options(${test_target_name} + PRIVATE /EHsc /std:c++latest) + target_compile_definitions(${test_target_name} + PRIVATE UNICODE _UNICODE + _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE) + else() + target_compile_options(${test_target_name} + PRIVATE -std=c++1z -Wno-unknown-warning -Wno-unknown-warning-option + -Wall -Wextra -Wpedantic -pedantic -pedantic-errors) + endif() + + if (SOL2_CI) + target_compile_definitions(${test_target_name} + PRIVATE SOL2_CI) + endif() + + if (CMAKE_DL_LIBS) + target_link_libraries(${test_target_name} + PRIVATE ${CMAKE_DL_LIBS}) + endif() + + add_test(NAME ${test_name} COMMAND ${test_target_name}) + install(TARGETS ${test_target_name} RUNTIME DESTINATION bin) +endfunction(CREATE_TEST) + +if (SOL2_TESTS) + CREATE_TEST(regression_tests "regression_tests" sol2::sol2) +endif() +if (SOL2_TESTS_SINGLE) + CREATE_TEST(regression_tests_single "regression_tests.single" sol2::sol2_single) +endif() +if (SOL2_TESTS_SINGLE_GENERATED) + CREATE_TEST(regression_tests_generated_single "regression_tests.single.generated" sol2::sol2_single_generated) +endif() diff --git a/tests/regression_tests/source/1008.cpp b/tests/regression_tests/simple/source/1008.cpp similarity index 92% rename from tests/regression_tests/source/1008.cpp rename to tests/regression_tests/simple/source/1008.cpp index c3ede2d3..630c847a 100644 --- a/tests/regression_tests/source/1008.cpp +++ b/tests/regression_tests/simple/source/1008.cpp @@ -11,4 +11,4 @@ int regression_1008() { t["f"] = sol::as_function([]() {}); return 0; -} \ No newline at end of file +} diff --git a/tests/regression_tests/source/main.cpp b/tests/regression_tests/simple/source/main.cpp similarity index 100% rename from tests/regression_tests/source/main.cpp rename to tests/regression_tests/simple/source/main.cpp diff --git a/tests/runtime_tests/CMakeLists.txt b/tests/runtime_tests/CMakeLists.txt index 394a1cf5..60666dfa 100644 --- a/tests/runtime_tests/CMakeLists.txt +++ b/tests/runtime_tests/CMakeLists.txt @@ -1,7 +1,7 @@ # # # # sol3 # The MIT License (MIT) # -# Copyright (c) 2013-2019 Rapptz, ThePhD, and contributors +# Copyright (c) 2013-2020 Rapptz, ThePhD, and contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy of # this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/basic.cpp b/tests/runtime_tests/source/basic.cpp index 4339420b..d06d1d96 100644 --- a/tests/runtime_tests/source/basic.cpp +++ b/tests/runtime_tests/source/basic.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/common_classes.hpp b/tests/runtime_tests/source/common_classes.hpp index 1d024509..d56d2b38 100644 --- a/tests/runtime_tests/source/common_classes.hpp +++ b/tests/runtime_tests/source/common_classes.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container.usertype_check.cpp b/tests/runtime_tests/source/container.usertype_check.cpp index c798425f..68e40883 100644 --- a/tests/runtime_tests/source/container.usertype_check.cpp +++ b/tests/runtime_tests/source/container.usertype_check.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_semantics.cpp b/tests/runtime_tests/source/container_semantics.cpp index b06a3969..820cb9bc 100644 --- a/tests/runtime_tests/source/container_semantics.cpp +++ b/tests/runtime_tests/source/container_semantics.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_semantics.custom.cpp b/tests/runtime_tests/source/container_semantics.custom.cpp index 79dfb9dc..0c0fb561 100644 --- a/tests/runtime_tests/source/container_semantics.custom.cpp +++ b/tests/runtime_tests/source/container_semantics.custom.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_semantics.ordered.cpp b/tests/runtime_tests/source/container_semantics.ordered.cpp index 8287518f..fe03edf4 100644 --- a/tests/runtime_tests/source/container_semantics.ordered.cpp +++ b/tests/runtime_tests/source/container_semantics.ordered.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_semantics.unordered.cpp b/tests/runtime_tests/source/container_semantics.unordered.cpp index de80cb83..2d4f89a3 100644 --- a/tests/runtime_tests/source/container_semantics.unordered.cpp +++ b/tests/runtime_tests/source/container_semantics.unordered.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_shims.cpp b/tests/runtime_tests/source/container_shims.cpp index 9cff02b6..7ad2588e 100644 --- a/tests/runtime_tests/source/container_shims.cpp +++ b/tests/runtime_tests/source/container_shims.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/container_table.cpp b/tests/runtime_tests/source/container_table.cpp index 3ee59382..f57bdff4 100644 --- a/tests/runtime_tests/source/container_table.cpp +++ b/tests/runtime_tests/source/container_table.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/containers.cpp b/tests/runtime_tests/source/containers.cpp index 36ece12e..83560526 100644 --- a/tests/runtime_tests/source/containers.cpp +++ b/tests/runtime_tests/source/containers.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/containers.roundtrip.cpp b/tests/runtime_tests/source/containers.roundtrip.cpp index ea2bb327..ea9d916c 100644 --- a/tests/runtime_tests/source/containers.roundtrip.cpp +++ b/tests/runtime_tests/source/containers.roundtrip.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/containers.table.cpp b/tests/runtime_tests/source/containers.table.cpp index 0389b855..ee371fcc 100644 --- a/tests/runtime_tests/source/containers.table.cpp +++ b/tests/runtime_tests/source/containers.table.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/coroutines.cpp b/tests/runtime_tests/source/coroutines.cpp index 0729730b..31c54ae9 100644 --- a/tests/runtime_tests/source/coroutines.cpp +++ b/tests/runtime_tests/source/coroutines.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/customizations.cpp b/tests/runtime_tests/source/customizations.cpp index a45d8bbb..ea46efe1 100644 --- a/tests/runtime_tests/source/customizations.cpp +++ b/tests/runtime_tests/source/customizations.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/customizations_private.cpp b/tests/runtime_tests/source/customizations_private.cpp index d19eb12d..5efd23f8 100644 --- a/tests/runtime_tests/source/customizations_private.cpp +++ b/tests/runtime_tests/source/customizations_private.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/dump.cpp b/tests/runtime_tests/source/dump.cpp index 72b1e66e..2fa08927 100644 --- a/tests/runtime_tests/source/dump.cpp +++ b/tests/runtime_tests/source/dump.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/environments.cpp b/tests/runtime_tests/source/environments.cpp index 5c0d859b..51ab7001 100644 --- a/tests/runtime_tests/source/environments.cpp +++ b/tests/runtime_tests/source/environments.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/functions.cpp b/tests/runtime_tests/source/functions.cpp index 33d652c3..d0e19ae4 100644 --- a/tests/runtime_tests/source/functions.cpp +++ b/tests/runtime_tests/source/functions.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/functions.std.cpp b/tests/runtime_tests/source/functions.std.cpp index e728c7e1..d4146d68 100644 --- a/tests/runtime_tests/source/functions.std.cpp +++ b/tests/runtime_tests/source/functions.std.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/gc.cpp b/tests/runtime_tests/source/gc.cpp index f5cda70e..5c821c80 100644 --- a/tests/runtime_tests/source/gc.cpp +++ b/tests/runtime_tests/source/gc.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/large_integer.cpp b/tests/runtime_tests/source/large_integer.cpp index dc667726..5eeb650f 100644 --- a/tests/runtime_tests/source/large_integer.cpp +++ b/tests/runtime_tests/source/large_integer.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/lua_value.cpp b/tests/runtime_tests/source/lua_value.cpp index be4d2fa7..1b77d2d2 100644 --- a/tests/runtime_tests/source/lua_value.cpp +++ b/tests/runtime_tests/source/lua_value.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/operators.cpp b/tests/runtime_tests/source/operators.cpp index e70e069c..c33a2dcd 100644 --- a/tests/runtime_tests/source/operators.cpp +++ b/tests/runtime_tests/source/operators.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/overflow.cpp b/tests/runtime_tests/source/overflow.cpp index 4418a2f1..99bfdab5 100644 --- a/tests/runtime_tests/source/overflow.cpp +++ b/tests/runtime_tests/source/overflow.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/plain_types.cpp b/tests/runtime_tests/source/plain_types.cpp index 3f9f8d4c..abe981d0 100644 --- a/tests/runtime_tests/source/plain_types.cpp +++ b/tests/runtime_tests/source/plain_types.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/policies.cpp b/tests/runtime_tests/source/policies.cpp index 632ac6ce..b505da77 100644 --- a/tests/runtime_tests/source/policies.cpp +++ b/tests/runtime_tests/source/policies.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/proxies.cpp b/tests/runtime_tests/source/proxies.cpp index 7cfeb0e5..ee595647 100644 --- a/tests/runtime_tests/source/proxies.cpp +++ b/tests/runtime_tests/source/proxies.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/sol_test.hpp b/tests/runtime_tests/source/sol_test.hpp index ac753eb6..f1b8e8de 100644 --- a/tests/runtime_tests/source/sol_test.hpp +++ b/tests/runtime_tests/source/sol_test.hpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/state.cpp b/tests/runtime_tests/source/state.cpp index 7136fadf..dc99159d 100644 --- a/tests/runtime_tests/source/state.cpp +++ b/tests/runtime_tests/source/state.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/storage.cpp b/tests/runtime_tests/source/storage.cpp index 44d99d8c..ac323bc7 100644 --- a/tests/runtime_tests/source/storage.cpp +++ b/tests/runtime_tests/source/storage.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/strings.cpp b/tests/runtime_tests/source/strings.cpp index d5e7a316..447ad1ee 100644 --- a/tests/runtime_tests/source/strings.cpp +++ b/tests/runtime_tests/source/strings.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.checks.cpp b/tests/runtime_tests/source/tables.checks.cpp index cc8a3b4a..19dfb1fe 100644 --- a/tests/runtime_tests/source/tables.checks.cpp +++ b/tests/runtime_tests/source/tables.checks.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.clear.cpp b/tests/runtime_tests/source/tables.clear.cpp index 884603d5..2df873b2 100644 --- a/tests/runtime_tests/source/tables.clear.cpp +++ b/tests/runtime_tests/source/tables.clear.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.cpp b/tests/runtime_tests/source/tables.cpp index b43bde55..2a990a67 100644 --- a/tests/runtime_tests/source/tables.cpp +++ b/tests/runtime_tests/source/tables.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.enums.cpp b/tests/runtime_tests/source/tables.enums.cpp index 0e081404..ec8ea6fe 100644 --- a/tests/runtime_tests/source/tables.enums.cpp +++ b/tests/runtime_tests/source/tables.enums.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.indexing.cpp b/tests/runtime_tests/source/tables.indexing.cpp index ca975002..3490bc9c 100644 --- a/tests/runtime_tests/source/tables.indexing.cpp +++ b/tests/runtime_tests/source/tables.indexing.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.insertion.cpp b/tests/runtime_tests/source/tables.insertion.cpp index 85b9c47e..06d949f0 100644 --- a/tests/runtime_tests/source/tables.insertion.cpp +++ b/tests/runtime_tests/source/tables.insertion.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/tables.traversal.cpp b/tests/runtime_tests/source/tables.traversal.cpp index 94b20858..cb1f0bcf 100644 --- a/tests/runtime_tests/source/tables.traversal.cpp +++ b/tests/runtime_tests/source/tables.traversal.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.basic.cpp b/tests/runtime_tests/source/usertypes.basic.cpp index 4bbca998..0ef53f13 100644 --- a/tests/runtime_tests/source/usertypes.basic.cpp +++ b/tests/runtime_tests/source/usertypes.basic.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.constructors.cpp b/tests/runtime_tests/source/usertypes.constructors.cpp index b85f165c..ee15a6e4 100644 --- a/tests/runtime_tests/source/usertypes.constructors.cpp +++ b/tests/runtime_tests/source/usertypes.constructors.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.cpp b/tests/runtime_tests/source/usertypes.cpp index 4edeee4c..7a27d513 100644 --- a/tests/runtime_tests/source/usertypes.cpp +++ b/tests/runtime_tests/source/usertypes.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.inheritance.cpp b/tests/runtime_tests/source/usertypes.inheritance.cpp index 62d5cf0e..1e9b7991 100644 --- a/tests/runtime_tests/source/usertypes.inheritance.cpp +++ b/tests/runtime_tests/source/usertypes.inheritance.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.inheritance.multi.cpp b/tests/runtime_tests/source/usertypes.inheritance.multi.cpp index ce0f7943..d1fe174b 100644 --- a/tests/runtime_tests/source/usertypes.inheritance.multi.cpp +++ b/tests/runtime_tests/source/usertypes.inheritance.multi.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.member_variables.cpp b/tests/runtime_tests/source/usertypes.member_variables.cpp index bd21208c..310065de 100644 --- a/tests/runtime_tests/source/usertypes.member_variables.cpp +++ b/tests/runtime_tests/source/usertypes.member_variables.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.overload.cpp b/tests/runtime_tests/source/usertypes.overload.cpp index 04791e0a..150d8ae9 100644 --- a/tests/runtime_tests/source/usertypes.overload.cpp +++ b/tests/runtime_tests/source/usertypes.overload.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.properties.cpp b/tests/runtime_tests/source/usertypes.properties.cpp index 3b5df16a..2d3ec632 100644 --- a/tests/runtime_tests/source/usertypes.properties.cpp +++ b/tests/runtime_tests/source/usertypes.properties.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.runtime.cpp b/tests/runtime_tests/source/usertypes.runtime.cpp index 3e0d6b3c..21736c36 100644 --- a/tests/runtime_tests/source/usertypes.runtime.cpp +++ b/tests/runtime_tests/source/usertypes.runtime.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.unique.cpp b/tests/runtime_tests/source/usertypes.unique.cpp index 2399a2be..5cef2c58 100644 --- a/tests/runtime_tests/source/usertypes.unique.cpp +++ b/tests/runtime_tests/source/usertypes.unique.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/usertypes.unregister.cpp b/tests/runtime_tests/source/usertypes.unregister.cpp index 3302b8e3..0c652f53 100644 --- a/tests/runtime_tests/source/usertypes.unregister.cpp +++ b/tests/runtime_tests/source/usertypes.unregister.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/utility.cpp b/tests/runtime_tests/source/utility.cpp index 96219d05..78aff48a 100644 --- a/tests/runtime_tests/source/utility.cpp +++ b/tests/runtime_tests/source/utility.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/tests/runtime_tests/source/variadics.cpp b/tests/runtime_tests/source/variadics.cpp index 07cb3c79..894b541c 100644 --- a/tests/runtime_tests/source/variadics.cpp +++ b/tests/runtime_tests/source/variadics.cpp @@ -2,7 +2,7 @@ // The MIT License (MIT) -// Copyright (c) 2013-2019 Rapptz, ThePhD and contributors +// Copyright (c) 2013-2020 Rapptz, ThePhD and contributors // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in