From 18f2631e6e1f2bbb9813be49da9f5da73c66b8d6 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 13 Mar 2024 01:00:41 +0100 Subject: [PATCH] Remove AUTHORS file. --- .github/workflows/latex.yml | 1 - AUTHORS | 20 -------------------- manual/tracy.tex | 4 ---- profiler/src/main.cpp | 2 +- 4 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 AUTHORS diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 9c68cace..8482baa8 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -15,7 +15,6 @@ jobs: - uses: actions/checkout@v4 - name: Fix stupidity run: | - cp AUTHORS AUTHORS. cp LICENSE LICENSE. - name: Compile LaTeX uses: xu-cheng/latex-action@v3 diff --git a/AUTHORS b/AUTHORS deleted file mode 100644 index e12c9781..00000000 --- a/AUTHORS +++ /dev/null @@ -1,20 +0,0 @@ -Bartosz Taudul -Kamil Klimek (initial find zone implementation) -Bartosz Szreder (view/worker split) -Arvid Gerstmann (compatibility fixes) -Rokas Kupstys (compatibility fixes, initial CI work, MingW support) -Till Rathmann (DLL support) -Sherief Farouk (compatibility fixes) -Dedmen Miller (find zone bug fixes, improvements) -Michał Cichoń (OSX call stack decoding backport) -Thales Sabino (OpenCL support) -Andrew Depke (Direct3D 12 support) -Simonas Kazlauskas (OSX CI, external bindings) -Jakub Žádník (csvexport utility) -Andrey Voroshilov (multi-DLL fixes) -Benoit Jacob (Android improvements) -David Farrel (Direct3D 11 support) -Terence Rokop (Non-reentrant zones) -Lukas Berbuer (CMake integration) -Xavier Bouchoux (sample data in find zone) -Balazs Kovacsics (Universal Windows Platform) diff --git a/manual/tracy.tex b/manual/tracy.tex index 43904f10..a744bad8 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -4033,10 +4033,6 @@ The profiler never prunes user settings. \verbatiminput{../LICENSE.} -\section{List of contributors} - -\verbatiminput{../AUTHORS.} - \section{Inventory of external libraries} The following libraries are included with and used by the Tracy Profiler. Entries marked with a \faStar{}~icon are used in the client code. diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index bdbb38ca..4e19e46c 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -611,7 +611,7 @@ static void DrawContents() ImGui::TextUnformatted( "Created by Bartosz Taudul" ); ImGui::SameLine(); tracy::TextDisabledUnformatted( "" ); - tracy::TextDisabledUnformatted( "Additional authors listed in AUTHORS file and in git history." ); + tracy::TextDisabledUnformatted( "Additional authors listed in git history." ); ImGui::Separator(); if( ImGui::TreeNode( ICON_FA_TOOLBOX " Global settings" ) ) {