From 7a0cd51dea45f97007762d9d7610d8a34cf9e668 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 23 Sep 2008 10:47:10 +0000 Subject: [PATCH] [FORMATTING] - Apply standard header. svn path=/trunk/; revision=36425 --- reactos/base/system/smss/client.c | 32 +++++++-------------------- reactos/base/system/smss/debug.c | 32 +++++++-------------------- reactos/base/system/smss/init.c | 32 +++++++-------------------- reactos/base/system/smss/initdosdev.c | 31 ++++++-------------------- reactos/base/system/smss/initenv.c | 28 +++++------------------ reactos/base/system/smss/initheap.c | 31 ++++++-------------------- reactos/base/system/smss/initmv.c | 12 ++++------ reactos/base/system/smss/initobdir.c | 32 +++++++-------------------- reactos/base/system/smss/initpage.c | 29 ++++++------------------ reactos/base/system/smss/initreg.c | 31 ++++++-------------------- reactos/base/system/smss/initrun.c | 31 ++++++-------------------- reactos/base/system/smss/initss.c | 32 +++++++-------------------- reactos/base/system/smss/initwkdll.c | 31 ++++++-------------------- reactos/base/system/smss/print.c | 32 +++++++-------------------- reactos/base/system/smss/smapi.c | 14 +++++++----- reactos/base/system/smss/smapicomp.c | 32 +++++++-------------------- reactos/base/system/smss/smapiexec.c | 32 +++++++-------------------- reactos/base/system/smss/smapiquery.c | 32 +++++++-------------------- reactos/base/system/smss/smss.c | 32 +++++++-------------------- 19 files changed, 140 insertions(+), 418 deletions(-) diff --git a/reactos/base/system/smss/client.c b/reactos/base/system/smss/client.c index d63f10ea394..8b5b8ace151 100644 --- a/reactos/base/system/smss/client.c +++ b/reactos/base/system/smss/client.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * client.c - Session Manager client Management - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/client.c + * PURPOSE: Client management. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #include diff --git a/reactos/base/system/smss/debug.c b/reactos/base/system/smss/debug.c index 67c861b1893..19948d40f4b 100644 --- a/reactos/base/system/smss/debug.c +++ b/reactos/base/system/smss/debug.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * debug.c - Session Manager debug messages switch and router - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/debug.c + * PURPOSE: Debug messages switch and router. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/init.c b/reactos/base/system/smss/init.c index cb4ed0d3678..6d5bc643994 100644 --- a/reactos/base/system/smss/init.c +++ b/reactos/base/system/smss/init.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * init.c - Session Manager initialization - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/init.c + * PURPOSE: Initialization. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initdosdev.c b/reactos/base/system/smss/initdosdev.c index c91202dbf32..c65145813a9 100644 --- a/reactos/base/system/smss/initdosdev.c +++ b/reactos/base/system/smss/initdosdev.c @@ -1,29 +1,12 @@ -/* $Id$ - * - * initdosdev.c - Define symbolic links to kernel devices (MS-DOS names). - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initdosdev.c + * PURPOSE: Define symbolic links to kernel devices (MS-DOS names). + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initenv.c b/reactos/base/system/smss/initenv.c index 7df32848c91..4b4f363bd34 100644 --- a/reactos/base/system/smss/initenv.c +++ b/reactos/base/system/smss/initenv.c @@ -1,28 +1,12 @@ /* - * initenv.c - Environment initialization - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initenv.c + * PURPOSE: Environment initialization. + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initheap.c b/reactos/base/system/smss/initheap.c index 8f279fb31c6..fdffccad6e1 100644 --- a/reactos/base/system/smss/initheap.c +++ b/reactos/base/system/smss/initheap.c @@ -1,29 +1,12 @@ -/* $Id$ - * - * initenv.c - Create the SM private heap - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initheap.c + * PURPOSE: Create the SM private heap. + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initmv.c b/reactos/base/system/smss/initmv.c index a4613ac10f3..d286f9e91b4 100644 --- a/reactos/base/system/smss/initmv.c +++ b/reactos/base/system/smss/initmv.c @@ -1,15 +1,11 @@ -/* $Id$ - * - * PROJECT: ReactOS Operating System - * LICENSE: GPL - See COPYING in the top level directory +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory * FILE: base/system/smss/initmv.c * PURPOSE: Process the file rename list. - * PROGRAMMERS: Dmitry Philippov (shedon@mail.ru) - * UPDATE HISTORY: - * Created 13/08/2006 + * PROGRAMMERS: ReactOS Development Team */ - /* INCLUDES ******************************************************************/ #include "smss.h" diff --git a/reactos/base/system/smss/initobdir.c b/reactos/base/system/smss/initobdir.c index 4bf8b8c7ab0..0b4d8c61922 100644 --- a/reactos/base/system/smss/initobdir.c +++ b/reactos/base/system/smss/initobdir.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * initobdir.c - Session Manager object directories - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initobdir.c + * PURPOSE: Object directories. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initpage.c b/reactos/base/system/smss/initpage.c index 2d59da3feeb..c01235e30d5 100644 --- a/reactos/base/system/smss/initpage.c +++ b/reactos/base/system/smss/initpage.c @@ -1,27 +1,12 @@ /* - * initpage.c - - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initpage.c + * PURPOSE: Paging file support. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initreg.c b/reactos/base/system/smss/initreg.c index c62a27e1f25..14f0adc38b9 100644 --- a/reactos/base/system/smss/initreg.c +++ b/reactos/base/system/smss/initreg.c @@ -1,29 +1,12 @@ -/* $Id$ - * - * initenv.c - Hive loading - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initreg.c + * PURPOSE: Hive loading. + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initrun.c b/reactos/base/system/smss/initrun.c index 0b39c69e676..b49b6f4cdae 100644 --- a/reactos/base/system/smss/initrun.c +++ b/reactos/base/system/smss/initrun.c @@ -1,29 +1,12 @@ -/* $Id$ - * - * initrun.c - Run all programs in the boot execution list - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initrun.c + * PURPOSE: Run all programs in the boot execution list. + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initss.c b/reactos/base/system/smss/initss.c index 52f056f9fb6..413413b0302 100644 --- a/reactos/base/system/smss/initss.c +++ b/reactos/base/system/smss/initss.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * initss.c - Load the subsystems - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initss.c + * PURPOSE: Load the subsystems. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/initwkdll.c b/reactos/base/system/smss/initwkdll.c index adff8aec990..a5e66be9b87 100644 --- a/reactos/base/system/smss/initwkdll.c +++ b/reactos/base/system/smss/initwkdll.c @@ -1,29 +1,12 @@ -/* $Id$ - * - * initwkdll.c - Load the well known DLLs - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/initwkdll.c + * PURPOSE: Load the well known DLLs. + * PROGRAMMERS: ReactOS Development Team */ +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/print.c b/reactos/base/system/smss/print.c index bc02de44ac8..7b409da3d73 100644 --- a/reactos/base/system/smss/print.c +++ b/reactos/base/system/smss/print.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * print.c - Print on the blue screen - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/print.c + * PURPOSE: Print on the blue screen. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/smapi.c b/reactos/base/system/smss/smapi.c index fe412883348..ad51743dfc6 100644 --- a/reactos/base/system/smss/smapi.c +++ b/reactos/base/system/smss/smapi.c @@ -1,10 +1,12 @@ -/* $Id$ - * - * smapi.c - \SmApiPort LPC port message management - * - * Reactos Session Manager - * +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/print.c + * PURPOSE: \SmApiPort LPC port message management. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/smapicomp.c b/reactos/base/system/smss/smapicomp.c index 5f30d4684f0..ee3fbf7afdf 100644 --- a/reactos/base/system/smss/smapicomp.c +++ b/reactos/base/system/smss/smapicomp.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * smapicomp.c - SM_API_COMPLETE_SESSION - * - * Reactos Session Manager - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/smapicomp.c + * PURPOSE: SM_API_COMPLETE_SESSION. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/smapiexec.c b/reactos/base/system/smss/smapiexec.c index 77f08871d2f..086bd960dd3 100644 --- a/reactos/base/system/smss/smapiexec.c +++ b/reactos/base/system/smss/smapiexec.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * smapiexec.c - SM_API_EXECUTE_PROGRAM - * - * Reactos Session Manager - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/smapiexec.c + * PURPOSE: SM_API_EXECUTE_PROGRAM. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/smapiquery.c b/reactos/base/system/smss/smapiquery.c index a258d619400..b80c429acc5 100644 --- a/reactos/base/system/smss/smapiquery.c +++ b/reactos/base/system/smss/smapiquery.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * smapiquery.c - SM_API_QUERY_INFORMATION - * - * Reactos Session Manager - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/smapiquery.c + * PURPOSE: SM_API_QUERY_INFORMATION. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #define NDEBUG diff --git a/reactos/base/system/smss/smss.c b/reactos/base/system/smss/smss.c index 4aad777e836..e6a5c219f06 100644 --- a/reactos/base/system/smss/smss.c +++ b/reactos/base/system/smss/smss.c @@ -1,28 +1,12 @@ -/* $Id$ - * - * smss.c - Session Manager - * - * ReactOS Operating System - * - * -------------------------------------------------------------------- - * - * This software is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of the - * License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this software; see the file COPYING.LIB. If not, write - * to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, - * MA 02139, USA. - * - * -------------------------------------------------------------------- +/* + * PROJECT: ReactOS Session Manager + * LICENSE: GPL v2 or later - See COPYING in the top level directory + * FILE: base/system/smss/smss.c + * PURPOSE: Initialization routine. + * PROGRAMMERS: ReactOS Development Team */ + +/* INCLUDES ******************************************************************/ #include "smss.h" #include