diff --git a/LICENSE b/LICENSE index 33848b2..c33667f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016 - 2018 Terik23 +Copyright (c) 2016 - 2018 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 9a6c275..0baf7e7 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -1,7 +1,7 @@ // nameof() c++11 example // // Licensed under the MIT License . -// Copyright (c) 2018 Terik23 . +// Copyright (c) 2018 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/src/nameof.hpp b/src/nameof.hpp index 3ce1988..7b1e637 100644 --- a/src/nameof.hpp +++ b/src/nameof.hpp @@ -2,7 +2,7 @@ // Vesion 0.1.3 // // Licensed under the MIT License . -// Copyright (c) 2016 - 2018 Terik23 . +// Copyright (c) 2016 - 2018 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 4a49a80..7bdbc7c 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -1,7 +1,7 @@ // nameof() c++11 test // // Licensed under the MIT License . -// Copyright (c) 2018 Terik23 . +// Copyright (c) 2018 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