From 42d943893a68cd09023c36364bf0ed316124d244 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Fri, 11 Jun 2010 13:52:46 +0000 Subject: [PATCH] [PSDK] - Add some missing file-headers. svn path=/trunk/; revision=47755 --- reactos/include/psdk/compstui.h | 20 ++++++++++++++++++++ reactos/include/psdk/kcom.h | 20 ++++++++++++++++++++ reactos/include/psdk/ksdebug.h | 20 ++++++++++++++++++++ reactos/include/psdk/ksuuids.h | 19 +++++++++++++++++++ reactos/include/psdk/lmon.h | 19 +++++++++++++++++++ reactos/include/psdk/nettypes.h | 20 ++++++++++++++++++++ reactos/include/psdk/winsplp.h | 20 ++++++++++++++++++++ 7 files changed, 138 insertions(+) diff --git a/reactos/include/psdk/compstui.h b/reactos/include/psdk/compstui.h index fd427734597..455c2fa4c3d 100644 --- a/reactos/include/psdk/compstui.h +++ b/reactos/include/psdk/compstui.h @@ -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 diff --git a/reactos/include/psdk/kcom.h b/reactos/include/psdk/kcom.h index 046b4405d2d..aff7eec2903 100644 --- a/reactos/include/psdk/kcom.h +++ b/reactos/include/psdk/kcom.h @@ -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 diff --git a/reactos/include/psdk/ksdebug.h b/reactos/include/psdk/ksdebug.h index 2e6553744b6..fcfbd4fd296 100644 --- a/reactos/include/psdk/ksdebug.h +++ b/reactos/include/psdk/ksdebug.h @@ -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 #if !defined(_KSDEBUG_) diff --git a/reactos/include/psdk/ksuuids.h b/reactos/include/psdk/ksuuids.h index 3eb0dd8fd02..556dd07c5c8 100644 --- a/reactos/include/psdk/ksuuids.h +++ b/reactos/include/psdk/ksuuids.h @@ -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) diff --git a/reactos/include/psdk/lmon.h b/reactos/include/psdk/lmon.h index 81902c206f4..7f1b2f68bb5 100644 --- a/reactos/include/psdk/lmon.h +++ b/reactos/include/psdk/lmon.h @@ -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 diff --git a/reactos/include/psdk/nettypes.h b/reactos/include/psdk/nettypes.h index 7762bf1f2c5..3e3cbd0e46c 100644 --- a/reactos/include/psdk/nettypes.h +++ b/reactos/include/psdk/nettypes.h @@ -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 diff --git a/reactos/include/psdk/winsplp.h b/reactos/include/psdk/winsplp.h index 38a98ed926c..a9d5061fe42 100644 --- a/reactos/include/psdk/winsplp.h +++ b/reactos/include/psdk/winsplp.h @@ -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