https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8b75dce45a6aad442b62faaf136132985b788ae2

commit 8b75dce45a6aad442b62faaf136132985b788ae2
Author:     George Bișoc <[email protected]>
AuthorDate: Tue Mar 7 18:39:46 2023 +0100
Commit:     George Bișoc <[email protected]>
CommitDate: Tue Mar 7 18:39:46 2023 +0100

    [NTOS:SE][FORMATTING] Fix the file header
    
    This fixes the copyright file header at the top of the file, reflecting
    the Coding Style rules. No code changes!
---
 ntoskrnl/se/access.c   |  8 ++++----
 ntoskrnl/se/acl.c      |  8 ++++----
 ntoskrnl/se/audit.c    | 10 +++++-----
 ntoskrnl/se/client.c   |  8 ++++----
 ntoskrnl/se/objtype.c  |  8 ++++----
 ntoskrnl/se/priv.c     | 12 ++++++------
 ntoskrnl/se/sd.c       |  8 ++++----
 ntoskrnl/se/semgr.c    | 14 +++++++-------
 ntoskrnl/se/sid.c      |  8 ++++----
 ntoskrnl/se/sqos.c     |  8 ++++----
 ntoskrnl/se/srm.c      | 12 ++++++------
 ntoskrnl/se/subject.c  |  8 ++++----
 ntoskrnl/se/token.c    | 10 +++++-----
 ntoskrnl/se/tokenadj.c | 10 +++++-----
 ntoskrnl/se/tokencls.c | 10 +++++-----
 ntoskrnl/se/tokenlif.c | 10 +++++-----
 16 files changed, 76 insertions(+), 76 deletions(-)

diff --git a/ntoskrnl/se/access.c b/ntoskrnl/se/access.c
index 77100336509..d9eacc550c7 100644
--- a/ntoskrnl/se/access.c
+++ b/ntoskrnl/se/access.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security access state functions support
- * COPYRIGHT:       Copyright Alex Ionescu <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security access state functions support
+ * COPYRIGHT:   Copyright Alex Ionescu <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/acl.c b/ntoskrnl/se/acl.c
index d7c53d4ac17..957c0981cd9 100644
--- a/ntoskrnl/se/acl.c
+++ b/ntoskrnl/se/acl.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Access control lists (ACLs) implementation
- * COPYRIGHT:       Copyright David Welch <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Access control lists (ACLs) implementation
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/audit.c b/ntoskrnl/se/audit.c
index a201e214907..e2a5cc49c23 100644
--- a/ntoskrnl/se/audit.c
+++ b/ntoskrnl/se/audit.c
@@ -1,9 +1,9 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security auditing functions
- * COPYRIGHT:       Copyright Eric Kohl
- *                  Copyright Timo Kreuzer <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security auditing functions
+ * COPYRIGHT:   Copyright Eric Kohl
+ *              Copyright Timo Kreuzer <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/client.c b/ntoskrnl/se/client.c
index 773428009a9..44fc7084ba6 100644
--- a/ntoskrnl/se/client.c
+++ b/ntoskrnl/se/client.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security client support routines
- * COPYRIGHT:       Copyright Alex Ionescu <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security client support routines
+ * COPYRIGHT:   Copyright Alex Ionescu <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/objtype.c b/ntoskrnl/se/objtype.c
index f4648d1a8ec..24af8fff4f0 100644
--- a/ntoskrnl/se/objtype.c
+++ b/ntoskrnl/se/objtype.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security object type list support routines
- * COPYRIGHT:       Copyright Timo Kreuzer <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security object type list support routines
+ * COPYRIGHT:   Copyright Timo Kreuzer <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/priv.c b/ntoskrnl/se/priv.c
index a1013b1844b..a147d2bd2b7 100644
--- a/ntoskrnl/se/priv.c
+++ b/ntoskrnl/se/priv.c
@@ -1,10 +1,10 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security privileges support
- * COPYRIGHT:       Copyright Alex Ionescu <[email protected]>
- *                  Copyright Timo Kreuzer <[email protected]>
- *                  Copyright Eric Kohl
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security privileges support
+ * COPYRIGHT:   Copyright Alex Ionescu <[email protected]>
+ *              Copyright Timo Kreuzer <[email protected]>
+ *              Copyright Eric Kohl
  */
 
 /* INCLUDES ******************************************************************/
diff --git a/ntoskrnl/se/sd.c b/ntoskrnl/se/sd.c
index db3f5a5c440..26f61510482 100644
--- a/ntoskrnl/se/sd.c
+++ b/ntoskrnl/se/sd.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security descriptors (SDs) implementation support
- * COPYRIGHT:       Copyright David Welch <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security descriptors (SDs) implementation support
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/semgr.c b/ntoskrnl/se/semgr.c
index 6d55ae51835..a88da9c806c 100644
--- a/ntoskrnl/se/semgr.c
+++ b/ntoskrnl/se/semgr.c
@@ -1,11 +1,11 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security manager infrastructure
- * COPYRIGHT:       Copyright Timo Kreuzer <[email protected]>
- *                  Copyright Eric Kohl
- *                  Copyright Aleksey Bragin
- *                  Copyright Alex Ionescu <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security manager infrastructure
+ * COPYRIGHT:   Copyright Timo Kreuzer <[email protected]>
+ *              Copyright Eric Kohl
+ *              Copyright Aleksey Bragin
+ *              Copyright Alex Ionescu <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/sid.c b/ntoskrnl/se/sid.c
index 3d0dff1a8ab..557447f539f 100644
--- a/ntoskrnl/se/sid.c
+++ b/ntoskrnl/se/sid.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security Identifier (SID) implementation support and 
handling
- * COPYRIGHT:       Copyright David Welch <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security Identifier (SID) implementation support and handling
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/sqos.c b/ntoskrnl/se/sqos.c
index 11ac0ba0efb..a71d31e7069 100644
--- a/ntoskrnl/se/sqos.c
+++ b/ntoskrnl/se/sqos.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security Quality of Service (SQoS) implementation support
- * COPYRIGHT:       Copyright David Welch <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security Quality of Service (SQoS) implementation support
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/srm.c b/ntoskrnl/se/srm.c
index e68124d8fa9..3e9f90c2e05 100644
--- a/ntoskrnl/se/srm.c
+++ b/ntoskrnl/se/srm.c
@@ -1,10 +1,10 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security Reference Monitor Server
- * COPYRIGHT:       Copyright Timo Kreuzer <[email protected]>
- *                  Copyright Pierre Schweitzer <[email protected]>
- *                  Copyright 2021 George Bișoc <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security Reference Monitor Server
+ * COPYRIGHT:   Copyright Timo Kreuzer <[email protected]>
+ *              Copyright Pierre Schweitzer <[email protected]>
+ *              Copyright 2021 George Bișoc <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/subject.c b/ntoskrnl/se/subject.c
index 51a9e132028..22f503a51b3 100644
--- a/ntoskrnl/se/subject.c
+++ b/ntoskrnl/se/subject.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security subject context support routines
- * COPYRIGHT:       Copyright Alex Ionescu <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security subject context support routines
+ * COPYRIGHT:   Copyright Alex Ionescu <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/token.c b/ntoskrnl/se/token.c
index 33354f2ea8b..d5b7555ac07 100644
--- a/ntoskrnl/se/token.c
+++ b/ntoskrnl/se/token.c
@@ -1,9 +1,9 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Security access token implementation base support routines
- * COPYRIGHT:       Copyright David Welch <[email protected]>
- *                  Copyright 2021-2022 George Bișoc <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Security access token implementation base support routines
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
+ *              Copyright 2021-2022 George Bișoc <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/tokenadj.c b/ntoskrnl/se/tokenadj.c
index eb036a32d32..8b3bf9f1d10 100644
--- a/ntoskrnl/se/tokenadj.c
+++ b/ntoskrnl/se/tokenadj.c
@@ -1,9 +1,9 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Access token ajusting Groups/Privileges support routines
- * COPYRIGHT:       Copyright David Welch <[email protected]>
- *                  Copyright 2021-2022 George Bișoc <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Access token ajusting Groups/Privileges support routines
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
+ *              Copyright 2021-2022 George Bișoc <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/tokencls.c b/ntoskrnl/se/tokencls.c
index 6c40a72ccd1..278db460bfd 100644
--- a/ntoskrnl/se/tokencls.c
+++ b/ntoskrnl/se/tokencls.c
@@ -1,9 +1,9 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Access token Query/Set information classes implementation
- * COPYRIGHT:       Copyright David Welch <[email protected]>
- *                  Copyright 2021-2022 George Bișoc <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Access token Query/Set information classes implementation
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
+ *              Copyright 2021-2022 George Bișoc <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/
diff --git a/ntoskrnl/se/tokenlif.c b/ntoskrnl/se/tokenlif.c
index 9f6e9aef9c8..44f269ed40b 100644
--- a/ntoskrnl/se/tokenlif.c
+++ b/ntoskrnl/se/tokenlif.c
@@ -1,9 +1,9 @@
 /*
- * PROJECT:         ReactOS Kernel
- * LICENSE:         GPL-2.0-or-later 
(https://spdx.org/licenses/GPL-2.0-or-later)
- * PURPOSE:         Access token lifetime management implementation 
(Creation/Duplication/Filtering)
- * COPYRIGHT:       Copyright David Welch <[email protected]>
- *                  Copyright 2021-2022 George Bișoc <[email protected]>
+ * PROJECT:     ReactOS Kernel
+ * LICENSE:     GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
+ * PURPOSE:     Access token lifetime management implementation 
(Creation/Duplication/Filtering)
+ * COPYRIGHT:   Copyright David Welch <[email protected]>
+ *              Copyright 2021-2022 George Bișoc <[email protected]>
  */
 
 /* INCLUDES 
*******************************************************************/

Reply via email to