From 38c0cb36b4f36d5db11df6ceaf779031cd5a9520 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 16 Apr 2005 23:33:57 +0000 Subject: [PATCH] Added license/author tags to files --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4011 --- sourcehook/sh_memfuncinfo.h | 11 ++++++++--- sourcehook/sh_memory.h | 13 +++++-------- sourcehook/sourcehook.cpp | 10 +++++++--- sourcehook/sourcehook.h | 10 +++++++--- sourcehook/sourcehook_impl.h | 6 ++++-- 5 files changed, 31 insertions(+), 19 deletions(-) diff --git a/sourcehook/sh_memfuncinfo.h b/sourcehook/sh_memfuncinfo.h index 08860ff..f6f9185 100644 --- a/sourcehook/sh_memfuncinfo.h +++ b/sourcehook/sh_memfuncinfo.h @@ -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__ diff --git a/sourcehook/sh_memory.h b/sourcehook/sh_memory.h index 34f542c..c32874e 100644 --- a/sourcehook/sh_memory.h +++ b/sourcehook/sh_memory.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 * ============================ */ diff --git a/sourcehook/sourcehook.cpp b/sourcehook/sourcehook.cpp index 7d467e2..7383b52 100644 --- a/sourcehook/sourcehook.cpp +++ b/sourcehook/sourcehook.cpp @@ -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 diff --git a/sourcehook/sourcehook.h b/sourcehook/sourcehook.h index cc4e775..94ddd2f 100644 --- a/sourcehook/sourcehook.h +++ b/sourcehook/sourcehook.h @@ -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__ diff --git a/sourcehook/sourcehook_impl.h b/sourcehook/sourcehook_impl.h index 50441d6..3d35d25 100644 --- a/sourcehook/sourcehook_impl.h +++ b/sourcehook/sourcehook_impl.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 * ============================ */