1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 03:56:10 +08:00

Fix file encoding

This commit is contained in:
Nick Hastings
2025-05-17 14:18:14 -04:00
committed by Nicholas Hastings
parent 4c27c1305c
commit de72e1ad4d
65 changed files with 65 additions and 65 deletions

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//===== Copyright <EFBFBD> Valve Corporation, All rights reserved. ======//
//===== Copyright © Valve Corporation, All rights reserved. ======//
#ifndef ISHADER_DECLARATIONS_HDR
#define ISHADER_DECLARATIONS_HDR

View File

@ -1,4 +1,4 @@
//===== Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. ======//
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//
// Purpose: Interface for dealing with vgui focus issues across all plugins
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2005, Valve Corporation, All rights reserved. =======
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//======= Copyright <EFBFBD> 1996-2006, Valve Corporation, All rights reserved. ======
//======= Copyright © 1996-2006, Valve Corporation, All rights reserved. ======
//
// Purpose: Utility classes for creating, registering & deregistering
// Maya MPx* derived classes

View File

@ -1,4 +1,4 @@
//===== Copyright <EFBFBD> 1996-2006, Valve Corporation, All rights reserved. ======//
//===== Copyright © 1996-2006, Valve Corporation, All rights reserved. ======//
//
// Base class for windows that draw vgui in Maya
//

View File

@ -1,4 +1,4 @@
//======= Copyright <EFBFBD> 1996-2006, Valve Corporation, All rights reserved. ======
//======= Copyright © 1996-2006, Valve Corporation, All rights reserved. ======
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to app data in Steam
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: Main interface for loading and accessing Steamworks API's from the
// Steam client.

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2009, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2009, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to http client
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to steam managing game server/client match making
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: public interface to user remote file storage in Steam
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2009, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2009, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to stats, achievements, and leaderboards
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose: interface to utility functions in Steam
//

View File

@ -1,4 +1,4 @@
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2010, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2010, Valve Corporation, All rights reserved. =======
//
// Purpose: HTTP related enums, stuff that is shared by both clients and servers, and our
// UI projects goes here.

View File

@ -1,4 +1,4 @@
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
//
// Purpose:
//

View File

@ -1,4 +1,4 @@
//========= Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. ============//
//========= Copyright © 1996-2008, Valve Corporation, All rights reserved. ============//
//
// Purpose: Tools for grabbing/dumping the stack at runtime
//

View File

@ -1,4 +1,4 @@
//===== Copyright <EFBFBD> 1996-2005, Valve Corporation, All rights reserved. ======//
//===== Copyright © 1996-2005, Valve Corporation, All rights reserved. ======//
//
// $Header: $
// $NoKeywords: $

View File

@ -1,4 +1,4 @@
//====== Copyright <EFBFBD> 1996-2004, Valve Corporation, All rights reserved. =======
//====== Copyright © 1996-2004, Valve Corporation, All rights reserved. =======
//
// Purpose:
//