mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Update email.
This commit is contained in:
parent
b51e3fbbc8
commit
3c3cfe5eea
2
AUTHORS
2
AUTHORS
@ -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)
|
||||||
|
2
LICENSE
2
LICENSE
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user