Update email.

This commit is contained in:
Bartosz Taudul 2021-02-10 02:43:05 +01:00
parent b51e3fbbc8
commit 3c3cfe5eea
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Bartosz Taudul <wolf.pld@gmail.com>
Bartosz Taudul <wolf@nereid.pl>
Kamil Klimek <kamil.klimek@sharkbits.com> (initial find zone implementation)
Bartosz Szreder <zgredder@gmail.com> (view/worker split)
Arvid Gerstmann <dev@arvid-g.de> (compatibility fixes)

View File

@ -1,7 +1,7 @@
Tracy Profiler (https://github.com/wolfpld/tracy) is licensed under the
3-clause BSD license.
Copyright (c) 2017-2021, Bartosz Taudul <wolf.pld@gmail.com>
Copyright (c) 2017-2021, Bartosz Taudul <wolf@nereid.pl>
All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -83,7 +83,7 @@
\vfill \includegraphics[height=40mm]{../icon/icon}
\vfill
\large\textbf{Bartosz Taudul} \href{mailto:wolf.pld@gmail.com}{<wolf.pld@gmail.com>}
\large\textbf{Bartosz Taudul} \href{mailto:wolf@nereid.pl}{<wolf@nereid.pl>}
\vspace{10pt}
\today

View File

@ -86,7 +86,7 @@
\vfill \includegraphics[height=40mm]{../icon/icon}
\vfill
\large\textbf{Bartosz Taudul} \href{mailto:wolf.pld@gmail.com}{<wolf.pld@gmail.com>}
\large\textbf{Bartosz Taudul} \href{mailto:wolf@nereid.pl}{<wolf@nereid.pl>}
\vspace{10pt}
\today

View File

@ -603,7 +603,7 @@ static void DrawContents()
ImGui::Spacing();
ImGui::TextUnformatted( "Created by Bartosz Taudul" );
ImGui::SameLine();
tracy::TextDisabledUnformatted( "<wolf.pld@gmail.com>" );
tracy::TextDisabledUnformatted( "<wolf@nereid.pl>" );
tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." );
ImGui::Separator();
tracy::TextFocused( "Protocol version", tracy::RealToString( tracy::ProtocolVersion ) );