diff --git a/LICENSE b/LICENSE index f58f710..20acf2f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2023 Daniil Goncharov +Copyright (c) 2019 - 2024 Daniil Goncharov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/example/enum_flag_example.cpp b/example/enum_flag_example.cpp index 26e1e4b..0109e74 100644 --- a/example/enum_flag_example.cpp +++ b/example/enum_flag_example.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/example/example.cpp b/example/example.cpp index 6c7996a..922141e 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/example/example_containers_array.cpp b/example/example_containers_array.cpp index 94a1280..70d65dc 100644 --- a/example/example_containers_array.cpp +++ b/example/example_containers_array.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/example/example_containers_bitset.cpp b/example/example_containers_bitset.cpp index e05fdd6..f50b6b7 100644 --- a/example/example_containers_bitset.cpp +++ b/example/example_containers_bitset.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/example/example_containers_set.cpp b/example/example_containers_set.cpp index 9a81ef9..67de9e7 100644 --- a/example/example_containers_set.cpp +++ b/example/example_containers_set.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/example/example_custom_name.cpp b/example/example_custom_name.cpp index a7f5167..a432c7f 100644 --- a/example/example_custom_name.cpp +++ b/example/example_custom_name.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2020 - 2023 Daniil Goncharov . +// Copyright (c) 2020 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/example/example_nonascii_name.cpp b/example/example_nonascii_name.cpp index 07ed5ab..4fdbcd8 100644 --- a/example/example_nonascii_name.cpp +++ b/example/example_nonascii_name.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2020 - 2023 Daniil Goncharov . +// Copyright (c) 2020 - 2024 Daniil Goncharov . // Copyright (c) 2020 - 2023 Uruha Komachin . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/example/example_switch.cpp b/example/example_switch.cpp index badc6c1..c694b31 100644 --- a/example/example_switch.cpp +++ b/example/example_switch.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/magic_enum/magic_enum.hpp b/include/magic_enum/magic_enum.hpp index 12c25a2..5de2657 100644 --- a/include/magic_enum/magic_enum.hpp +++ b/include/magic_enum/magic_enum.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_all.hpp b/include/magic_enum/magic_enum_all.hpp index 9bbb2bd..fcca25d 100644 --- a/include/magic_enum/magic_enum_all.hpp +++ b/include/magic_enum/magic_enum_all.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_containers.hpp b/include/magic_enum/magic_enum_containers.hpp index 7883b4a..f042abe 100644 --- a/include/magic_enum/magic_enum_containers.hpp +++ b/include/magic_enum/magic_enum_containers.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/include/magic_enum/magic_enum_flags.hpp b/include/magic_enum/magic_enum_flags.hpp index 7dfb702..44aee3b 100644 --- a/include/magic_enum/magic_enum_flags.hpp +++ b/include/magic_enum/magic_enum_flags.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_format.hpp b/include/magic_enum/magic_enum_format.hpp index 5270db7..934462e 100644 --- a/include/magic_enum/magic_enum_format.hpp +++ b/include/magic_enum/magic_enum_format.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_fuse.hpp b/include/magic_enum/magic_enum_fuse.hpp index bec36e6..084c41d 100644 --- a/include/magic_enum/magic_enum_fuse.hpp +++ b/include/magic_enum/magic_enum_fuse.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_iostream.hpp b/include/magic_enum/magic_enum_iostream.hpp index 950ffda..424e308 100644 --- a/include/magic_enum/magic_enum_iostream.hpp +++ b/include/magic_enum/magic_enum_iostream.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_switch.hpp b/include/magic_enum/magic_enum_switch.hpp index 0f97a22..31c882a 100644 --- a/include/magic_enum/magic_enum_switch.hpp +++ b/include/magic_enum/magic_enum_switch.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/include/magic_enum/magic_enum_utility.hpp b/include/magic_enum/magic_enum_utility.hpp index 2e3e65c..a929f46 100644 --- a/include/magic_enum/magic_enum_utility.hpp +++ b/include/magic_enum/magic_enum_utility.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test.cpp b/test/test.cpp index 503527a..1490fe5 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_aliases.cpp b/test/test_aliases.cpp index 92f11df..4af111e 100644 --- a/test/test_aliases.cpp +++ b/test/test_aliases.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_containers.cpp b/test/test_containers.cpp index a486a4c..ac3f070 100644 --- a/test/test_containers.cpp +++ b/test/test_containers.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // Copyright (c) 2022 - 2023 Bela Schaum . // // Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/test/test_flags.cpp b/test/test_flags.cpp index 9e3a36c..151659c 100644 --- a/test/test_flags.cpp +++ b/test/test_flags.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_nonascii.cpp b/test/test_nonascii.cpp index af1b27f..66e7e53 100644 --- a/test/test_nonascii.cpp +++ b/test/test_nonascii.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/test/test_wchar_t.cpp b/test/test_wchar_t.cpp index 8542bd7..f095098 100644 --- a/test/test_wchar_t.cpp +++ b/test/test_wchar_t.cpp @@ -1,6 +1,6 @@ // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2023 Daniil Goncharov . +// Copyright (c) 2019 - 2024 Daniil Goncharov . // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal