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) Kamil Klimek <kamil.klimek@sharkbits.com> (initial find zone implementation)
Bartosz Szreder <zgredder@gmail.com> (view/worker split) Bartosz Szreder <zgredder@gmail.com> (view/worker split)
Arvid Gerstmann <dev@arvid-g.de> (compatibility fixes) 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 Tracy Profiler (https://github.com/wolfpld/tracy) is licensed under the
3-clause BSD license. 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. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -83,7 +83,7 @@
\vfill \includegraphics[height=40mm]{../icon/icon} \vfill \includegraphics[height=40mm]{../icon/icon}
\vfill \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} \vspace{10pt}
\today \today

View File

@ -86,7 +86,7 @@
\vfill \includegraphics[height=40mm]{../icon/icon} \vfill \includegraphics[height=40mm]{../icon/icon}
\vfill \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} \vspace{10pt}
\today \today

View File

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