From 0810148baeb14f93a2c5426dffd75984012dcd04 Mon Sep 17 00:00:00 2001 From: neargye Date: Fri, 22 Jan 2021 18:53:56 +0200 Subject: [PATCH] update copyring --- LICENSE | 2 +- example/enum_flag_example.cpp | 2 +- example/example.cpp | 2 +- example/example_custom_name.cpp | 2 +- include/magic_enum.hpp | 2 +- test/test.cpp | 2 +- test/test_flags.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 3dafb35..05b04b9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 - 2020 Daniil Goncharov +Copyright (c) 2019 - 2021 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 8d552d6..b31fa1f 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 - 2020 Daniil Goncharov . +// Copyright (c) 2019 - 2021 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 e7011df..30d580a 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 - 2020 Daniil Goncharov . +// Copyright (c) 2019 - 2021 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_custom_name.cpp b/example/example_custom_name.cpp index 5fd62e6..6d27b74 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 Daniil Goncharov . +// Copyright (c) 2020 - 2021 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.hpp b/include/magic_enum.hpp index e5528ba..de5eab2 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -9,7 +9,7 @@ // // Licensed under the MIT License . // SPDX-License-Identifier: MIT -// Copyright (c) 2019 - 2020 Daniil Goncharov . +// Copyright (c) 2019 - 2021 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 c88b6ca..665d7b3 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 - 2020 Daniil Goncharov . +// Copyright (c) 2019 - 2021 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_flags.cpp b/test/test_flags.cpp index 9975041..0ab3f63 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 - 2020 Daniil Goncharov . +// Copyright (c) 2019 - 2021 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