mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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)
|
||||
Bartosz Szreder <zgredder@gmail.com> (view/worker split)
|
||||
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
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ) );
|
||||
|
Loading…
Reference in New Issue
Block a user