From 94b133abd80ddb935adb3c0d5c3af6d312314fbe Mon Sep 17 00:00:00 2001 From: neargye Date: Tue, 25 Feb 2020 15:52:19 +0500 Subject: [PATCH] update copyright --- LICENSE | 2 +- example/example.cpp | 2 +- include/magic_enum.hpp | 2 +- test/test.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 447e0be..3dafb35 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Daniil Goncharov +Copyright (c) 2019 - 2020 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 c312a7e..5e21bf8 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 Daniil Goncharov . +// Copyright (c) 2019 - 2020 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 9359c3e..d4fc1a5 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 Daniil Goncharov . +// Copyright (c) 2019 - 2020 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 8b070df..d0cd335 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 Daniil Goncharov . +// Copyright (c) 2019 - 2020 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