From ef7b4a9015080fc3c70b5220bc6446373d3a83da Mon Sep 17 00:00:00 2001 From: Roman Chistokhodov Date: Mon, 12 Jun 2023 01:30:13 +0300 Subject: [PATCH] Replace copyright symbol with (c) in game_shared/ and common/com_model.h to avoid problems with encoding (#378) --- common/com_model.h | 2 +- game_shared/bitvec.h | 2 +- game_shared/vgui_checkbutton2.cpp | 2 +- game_shared/vgui_checkbutton2.h | 2 +- game_shared/vgui_defaultinputsignal.h | 2 +- game_shared/vgui_grid.cpp | 2 +- game_shared/vgui_grid.h | 2 +- game_shared/vgui_helpers.cpp | 2 +- game_shared/vgui_helpers.h | 2 +- game_shared/vgui_listbox.cpp | 2 +- game_shared/vgui_listbox.h | 2 +- game_shared/vgui_loadtga.cpp | 2 +- game_shared/vgui_loadtga.h | 2 +- game_shared/vgui_scrollbar2.cpp | 2 +- game_shared/vgui_scrollbar2.h | 2 +- game_shared/vgui_slider2.cpp | 2 +- game_shared/vgui_slider2.h | 2 +- game_shared/voice_banmgr.cpp | 2 +- game_shared/voice_banmgr.h | 2 +- game_shared/voice_common.h | 2 +- game_shared/voice_gamemgr.h | 2 +- game_shared/voice_status.cpp | 2 +- game_shared/voice_vgui_tweakdlg.cpp | 2 +- game_shared/voice_vgui_tweakdlg.h | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) diff --git a/common/com_model.h b/common/com_model.h index 61c0434a..a2b8e8bc 100644 --- a/common/com_model.h +++ b/common/com_model.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/bitvec.h b/game_shared/bitvec.h index d77796fb..effd6249 100644 --- a/game_shared/bitvec.h +++ b/game_shared/bitvec.h @@ -1,4 +1,4 @@ -//========= Copyright � 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_checkbutton2.cpp b/game_shared/vgui_checkbutton2.cpp index bb67f31a..977a0a98 100644 --- a/game_shared/vgui_checkbutton2.cpp +++ b/game_shared/vgui_checkbutton2.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_checkbutton2.h b/game_shared/vgui_checkbutton2.h index d04fc182..79fd025b 100644 --- a/game_shared/vgui_checkbutton2.h +++ b/game_shared/vgui_checkbutton2.h @@ -1,4 +1,4 @@ -//========= Copyright � 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_defaultinputsignal.h b/game_shared/vgui_defaultinputsignal.h index cd55b76c..11cba53a 100644 --- a/game_shared/vgui_defaultinputsignal.h +++ b/game_shared/vgui_defaultinputsignal.h @@ -1,4 +1,4 @@ -//========= Copyright � 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_grid.cpp b/game_shared/vgui_grid.cpp index f94e1cef..57717895 100644 --- a/game_shared/vgui_grid.cpp +++ b/game_shared/vgui_grid.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_grid.h b/game_shared/vgui_grid.h index 0e45ac4a..1d37cf36 100644 --- a/game_shared/vgui_grid.h +++ b/game_shared/vgui_grid.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_helpers.cpp b/game_shared/vgui_helpers.cpp index 79c4e378..429910f3 100644 --- a/game_shared/vgui_helpers.cpp +++ b/game_shared/vgui_helpers.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_helpers.h b/game_shared/vgui_helpers.h index 91c24343..603b1a30 100644 --- a/game_shared/vgui_helpers.h +++ b/game_shared/vgui_helpers.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_listbox.cpp b/game_shared/vgui_listbox.cpp index 77b7689b..dfea03a3 100644 --- a/game_shared/vgui_listbox.cpp +++ b/game_shared/vgui_listbox.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_listbox.h b/game_shared/vgui_listbox.h index a97c780d..30281ba6 100644 --- a/game_shared/vgui_listbox.h +++ b/game_shared/vgui_listbox.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_loadtga.cpp b/game_shared/vgui_loadtga.cpp index bfd8ee7a..37b69483 100644 --- a/game_shared/vgui_loadtga.cpp +++ b/game_shared/vgui_loadtga.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_loadtga.h b/game_shared/vgui_loadtga.h index 26505b18..2e4db263 100644 --- a/game_shared/vgui_loadtga.h +++ b/game_shared/vgui_loadtga.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_scrollbar2.cpp b/game_shared/vgui_scrollbar2.cpp index 805bb191..ccba4aa8 100644 --- a/game_shared/vgui_scrollbar2.cpp +++ b/game_shared/vgui_scrollbar2.cpp @@ -1,4 +1,4 @@ -//========= Copyright � 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_scrollbar2.h b/game_shared/vgui_scrollbar2.h index 71cd965b..3d3ab23a 100644 --- a/game_shared/vgui_scrollbar2.h +++ b/game_shared/vgui_scrollbar2.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/vgui_slider2.cpp b/game_shared/vgui_slider2.cpp index d7e2c564..3b1cf311 100644 --- a/game_shared/vgui_slider2.cpp +++ b/game_shared/vgui_slider2.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: New version of the slider bar // diff --git a/game_shared/vgui_slider2.h b/game_shared/vgui_slider2.h index 9f9388c8..291a39e9 100644 --- a/game_shared/vgui_slider2.h +++ b/game_shared/vgui_slider2.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_banmgr.cpp b/game_shared/voice_banmgr.cpp index f8241bf3..8e8b18cb 100644 --- a/game_shared/voice_banmgr.cpp +++ b/game_shared/voice_banmgr.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_banmgr.h b/game_shared/voice_banmgr.h index 64c0c2bb..41c8e0fc 100644 --- a/game_shared/voice_banmgr.h +++ b/game_shared/voice_banmgr.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_common.h b/game_shared/voice_common.h index c32011a3..e10856e0 100644 --- a/game_shared/voice_common.h +++ b/game_shared/voice_common.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_gamemgr.h b/game_shared/voice_gamemgr.h index cdbb8815..75b3e003 100644 --- a/game_shared/voice_gamemgr.h +++ b/game_shared/voice_gamemgr.h @@ -1,4 +1,4 @@ -//========= Copyright � 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_status.cpp b/game_shared/voice_status.cpp index cbc81e81..1099fb8c 100644 --- a/game_shared/voice_status.cpp +++ b/game_shared/voice_status.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_vgui_tweakdlg.cpp b/game_shared/voice_vgui_tweakdlg.cpp index ea61f509..cca316c2 100644 --- a/game_shared/voice_vgui_tweakdlg.cpp +++ b/game_shared/voice_vgui_tweakdlg.cpp @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: // diff --git a/game_shared/voice_vgui_tweakdlg.h b/game_shared/voice_vgui_tweakdlg.h index 21af03ae..5e820173 100644 --- a/game_shared/voice_vgui_tweakdlg.h +++ b/game_shared/voice_vgui_tweakdlg.h @@ -1,4 +1,4 @@ -//========= Copyright © 1996-2002, Valve LLC, All rights reserved. ============ +//========= Copyright (c) 1996-2002, Valve LLC, All rights reserved. ============ // // Purpose: //