mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 12:06:07 +08:00
Fix file encoding
This commit is contained in:

committed by
Nicholas Hastings

parent
4c27c1305c
commit
de72e1ad4d
@ -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
|
||||
//
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -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
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//====== Copyright <EFBFBD> 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//====== Copyright © 1996-2008, Valve Corporation, All rights reserved. =======
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
//========= Copyright <EFBFBD> 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//========= Copyright © 1996-2008, Valve LLC, All rights reserved. ============
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
|
Reference in New Issue
Block a user