Author: akhaldi Date: Fri Jun 11 13:52:46 2010 New Revision: 47755
URL: http://svn.reactos.org/svn/reactos?rev=47755&view=rev Log: [PSDK] - Add some missing file-headers.
Modified: trunk/reactos/include/psdk/compstui.h trunk/reactos/include/psdk/kcom.h trunk/reactos/include/psdk/ksdebug.h trunk/reactos/include/psdk/ksuuids.h trunk/reactos/include/psdk/lmon.h trunk/reactos/include/psdk/nettypes.h trunk/reactos/include/psdk/winsplp.h
Modified: trunk/reactos/include/psdk/compstui.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/compstui.h?rev... ============================================================================== --- trunk/reactos/include/psdk/compstui.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/compstui.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,23 @@ +/* + * compstui.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once
#ifdef __cplusplus
Modified: trunk/reactos/include/psdk/kcom.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/kcom.h?rev=477... ============================================================================== --- trunk/reactos/include/psdk/kcom.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/kcom.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,23 @@ +/* + * kcom.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Andrew Greenwood. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #if !defined(_KS_) #error KS.H must be included before KCOM.H #endif
Modified: trunk/reactos/include/psdk/ksdebug.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ksdebug.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/ksdebug.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ksdebug.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,23 @@ +/* + * ksdebug.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Magnus Olsen. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #include <evntrace.h>
#if !defined(_KSDEBUG_)
Modified: trunk/reactos/include/psdk/ksuuids.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/ksuuids.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/ksuuids.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/ksuuids.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,22 @@ +/* + * ksuuids.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Magnus Olsen. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */
OUR_GUID_ENTRY(MEDIATYPE_MPEG2_PACK, 0x36523B13, 0x8EE5, 0x11D1, 0x8C, 0xA3, 0x00, 0x60, 0xB0, 0x57, 0x66, 0x4A) OUR_GUID_ENTRY(MEDIATYPE_MPEG2_PES, 0xE06D8020, 0xDB46, 0x11CF, 0xB4, 0xD1, 0x00, 0x80, 0x5F, 0x6C, 0xBB, 0xEA)
Modified: trunk/reactos/include/psdk/lmon.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/lmon.h?rev=477... ============================================================================== --- trunk/reactos/include/psdk/lmon.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/lmon.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,22 @@ +/* + * lmon.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Magnus Olsen. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */
#ifdef UNICODE #define PORT_INFO_FF PORT_INFO_FFW
Modified: trunk/reactos/include/psdk/nettypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/nettypes.h?rev... ============================================================================== --- trunk/reactos/include/psdk/nettypes.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/nettypes.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,23 @@ +/* + * nettypes.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Magnus Olsen. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once
#define HARDWARE_ADDRESS_LENGTH 6
Modified: trunk/reactos/include/psdk/winsplp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/winsplp.h?rev=... ============================================================================== --- trunk/reactos/include/psdk/winsplp.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/winsplp.h [iso-8859-1] Fri Jun 11 13:52:46 2010 @@ -1,3 +1,23 @@ +/* + * winsplp.h + * + * This file is part of the ReactOS PSDK package. + * + * Contributors: + * Created by Amine Khaldi. + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + */ + #pragma once
#ifdef __cplusplus