mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
Added license/author tags to files
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4011
This commit is contained in:
parent
4dc43f3d08
commit
38c0cb36b4
@ -1,12 +1,17 @@
|
||||
/* ======== SourceHook ========
|
||||
* By PM
|
||||
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* This file provides a way for getting information about a member function.
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* Author(s): Pavol "PM OnoTo" Marko
|
||||
* ============================
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @brief This file provides a way for getting information about a member function.
|
||||
* @file sh_memfuncinfo.h
|
||||
*/
|
||||
|
||||
#ifndef __SHINT_MEMFUNC_INFO_H__
|
||||
#define __SHINT_MEMFUNC_INFO_H__
|
||||
|
@ -1,14 +1,11 @@
|
||||
/* ======== SourceMod ========
|
||||
* Copyright (C) 2004-2005 SourceMod Development Team
|
||||
/* ======== SourceHook ========
|
||||
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* File: shint_memory.h
|
||||
* Memory unprotection
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* License: See LICENSE.txt
|
||||
*
|
||||
* Author(s): PM, Damaged Soul
|
||||
* Contributors: lancevorgin, XAD, theqizmo, Damaged-Soul
|
||||
* Author(s): Pavol "PM OnoTo" Marko, Scott "Damaged Soul" Ehlert
|
||||
* Contributors: lancevorgin, XAD, theqizmo
|
||||
* ============================
|
||||
*/
|
||||
|
||||
|
@ -1,12 +1,16 @@
|
||||
/* ======== SourceHook ========
|
||||
* By PM
|
||||
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* Author(s): Pavol "PM OnoTo" Marko
|
||||
* ============================
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file sourcehook.cpp
|
||||
* @brief Contains the implementation of the SourceHook API
|
||||
* @file sourcehook.cpp
|
||||
* @brief Contains the implementation of the SourceHook API
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
|
@ -1,12 +1,16 @@
|
||||
/* ======== SourceHook ========
|
||||
* By PM
|
||||
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* Author(s): Pavol "PM OnoTo" Marko
|
||||
* ============================
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file sourcehook.h
|
||||
* @brief Contains the public SourceHook API
|
||||
* @file sourcehook.h
|
||||
* @brief Contains the public SourceHook API
|
||||
*/
|
||||
|
||||
#ifndef __SOURCEHOOK_H__
|
||||
|
@ -1,8 +1,10 @@
|
||||
/* ======== SourceHook ========
|
||||
* By PM
|
||||
* Copyright (C) 2004-2005 Metamod:Source Development Team
|
||||
* No warranties of any kind
|
||||
*
|
||||
* This file declares necessary stuff for the sourcehook implementation.
|
||||
* License: zlib/libpng
|
||||
*
|
||||
* Author(s): Pavol "PM OnoTo" Marko
|
||||
* ============================
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user