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

commit a9ba7a3f9e52653bf03fb12c5fa9d3476a40b15a
Author:     Thomas Faber <thomas.fa...@reactos.org>
AuthorDate: Sun Feb 18 11:14:13 2018 +0100
Commit:     Thomas Faber <thomas.fa...@reactos.org>
CommitDate: Sun Feb 18 11:22:09 2018 +0100

    [KMTESTS] Change license to LGPL and update to SPDX headers.
    
    Permission for this change was given by all authors
    (who are now mentioned in the copyright lines).
---
 modules/rostests/kmtests/example/Example.c              |  8 ++++----
 modules/rostests/kmtests/example/Example.h              | 10 +++++-----
 modules/rostests/kmtests/example/Example_drv.c          |  8 ++++----
 modules/rostests/kmtests/example/Example_user.c         |  8 ++++----
 modules/rostests/kmtests/example/GuardedMemory.c        |  8 ++++----
 modules/rostests/kmtests/example/KernelType.c           |  8 ++++----
 modules/rostests/kmtests/include/kmt_platform.h         |  9 +++++----
 modules/rostests/kmtests/include/kmt_public.h           | 10 ++++++----
 modules/rostests/kmtests/include/kmt_test.h             | 11 +++++++----
 modules/rostests/kmtests/include/kmt_test_kernel.h      |  8 ++++----
 modules/rostests/kmtests/include/kmt_test_user.h        |  8 ++++----
 modules/rostests/kmtests/kmtest/kmtest.c                |  8 ++++----
 modules/rostests/kmtests/kmtest/kmtest.h                |  9 +++++----
 modules/rostests/kmtests/kmtest/kmtest.rc               |  7 +++----
 modules/rostests/kmtests/kmtest/service.c               |  9 +++++----
 modules/rostests/kmtests/kmtest/support.c               |  9 +++++----
 modules/rostests/kmtests/kmtest/testlist.c              |  7 +++----
 modules/rostests/kmtests/kmtest_drv/kmtest_drv.c        |  9 +++++----
 modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc       |  7 +++----
 modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c |  8 ++++----
 modules/rostests/kmtests/kmtest_drv/printf_stubs.c      |  8 ++++----
 modules/rostests/kmtests/kmtest_drv/testlist.c          |  7 +++----
 22 files changed, 95 insertions(+), 89 deletions(-)

diff --git a/modules/rostests/kmtests/example/Example.c 
b/modules/rostests/kmtests/example/Example.c
index a1ae4c0334..fb0b56f9ec 100644
--- a/modules/rostests/kmtests/example/Example.c
+++ b/modules/rostests/kmtests/example/Example.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Example kernel-mode test part
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Example kernel-mode test part
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/example/Example.h 
b/modules/rostests/kmtests/example/Example.h
index 41094fe9ee..d98d384438 100644
--- a/modules/rostests/kmtests/example/Example.h
+++ b/modules/rostests/kmtests/example/Example.h
@@ -1,10 +1,10 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Example Test declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Example test declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
- 
+
 #ifndef _KMTEST_EXAMPLE_H_
 #define _KMTEST_EXAMPLE_H_
 
diff --git a/modules/rostests/kmtests/example/Example_drv.c 
b/modules/rostests/kmtests/example/Example_drv.c
index 5e735b40d1..347b0257e1 100644
--- a/modules/rostests/kmtests/example/Example_drv.c
+++ b/modules/rostests/kmtests/example/Example_drv.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Example Test Driver
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Example test driver
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/example/Example_user.c 
b/modules/rostests/kmtests/example/Example_user.c
index 10ec89632a..bd440e0126 100644
--- a/modules/rostests/kmtests/example/Example_user.c
+++ b/modules/rostests/kmtests/example/Example_user.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Example user-mode test part
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Example user-mode test part
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/example/GuardedMemory.c 
b/modules/rostests/kmtests/example/GuardedMemory.c
index bb82723fd2..d9f3379469 100644
--- a/modules/rostests/kmtests/example/GuardedMemory.c
+++ b/modules/rostests/kmtests/example/GuardedMemory.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Guarded Memory example test
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Guarded Memory example test
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/example/KernelType.c 
b/modules/rostests/kmtests/example/KernelType.c
index 03f54cb268..f9f3e6a2c0 100644
--- a/modules/rostests/kmtests/example/KernelType.c
+++ b/modules/rostests/kmtests/example/KernelType.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Kernel Type example test
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite Kernel Type example test
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/include/kmt_platform.h 
b/modules/rostests/kmtests/include/kmt_platform.h
index 3e29d2c9af..4895bf25a3 100644
--- a/modules/rostests/kmtests/include/kmt_platform.h
+++ b/modules/rostests/kmtests/include/kmt_platform.h
@@ -1,8 +1,9 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite platform declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite platform declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2017 Ged Murphy <gedmur...@reactos.org>
  */
 
 #ifndef _KMTEST_PLATFORM_H_
diff --git a/modules/rostests/kmtests/include/kmt_public.h 
b/modules/rostests/kmtests/include/kmt_public.h
index 00442f4d3e..dd3dff2569 100644
--- a/modules/rostests/kmtests/include/kmt_public.h
+++ b/modules/rostests/kmtests/include/kmt_public.h
@@ -1,8 +1,10 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite public declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite public declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2013 Nikolay Borisov <n...@aber.ac.uk>
+ *              Copyright 2017 Ged Murphy <gedmur...@reactos.org>
  */
 
 #ifndef _KMTEST_PUBLIC_H_
diff --git a/modules/rostests/kmtests/include/kmt_test.h 
b/modules/rostests/kmtests/include/kmt_test.h
index 1c5ddeefa2..509788a2e2 100644
--- a/modules/rostests/kmtests/include/kmt_test.h
+++ b/modules/rostests/kmtests/include/kmt_test.h
@@ -1,8 +1,11 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite test framework declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite test framework declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2013 Nikolay Borisov <n...@aber.ac.uk>
+ *              Copyright 2014-2016 Pierre Schweitzer <pie...@reactos.org>
+ *              Copyright 2017 Ged Murphy <gedmur...@reactos.org>
  */
 
 /* Inspired by Wine C unit tests, Copyright (C) 2002 Alexandre Julliard
diff --git a/modules/rostests/kmtests/include/kmt_test_kernel.h 
b/modules/rostests/kmtests/include/kmt_test_kernel.h
index 7d7c346991..d5a20076f4 100644
--- a/modules/rostests/kmtests/include/kmt_test_kernel.h
+++ b/modules/rostests/kmtests/include/kmt_test_kernel.h
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         LGPLv2.1+ - See COPYING.LIB in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite test framework declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite test framework kernel declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #ifndef _KMTEST_TEST_KERNEL_H_
diff --git a/modules/rostests/kmtests/include/kmt_test_user.h 
b/modules/rostests/kmtests/include/kmt_test_user.h
index 580dc755e2..768b906336 100644
--- a/modules/rostests/kmtests/include/kmt_test_user.h
+++ b/modules/rostests/kmtests/include/kmt_test_user.h
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         LGPLv2.1+ - See COPYING.LIB in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite test framework declarations
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite test framework user declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #ifndef _KMTEST_TEST_USER_H_
diff --git a/modules/rostests/kmtests/kmtest/kmtest.c 
b/modules/rostests/kmtests/kmtest/kmtest.c
index 08ae2b9240..a8d87807d3 100644
--- a/modules/rostests/kmtests/kmtest/kmtest.c
+++ b/modules/rostests/kmtests/kmtest/kmtest.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Loader Application
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite loader application
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #define KMT_DEFINE_TEST_FUNCTIONS
diff --git a/modules/rostests/kmtests/kmtest/kmtest.h 
b/modules/rostests/kmtests/kmtest/kmtest.h
index f39c418b5d..a32d41c054 100644
--- a/modules/rostests/kmtests/kmtest/kmtest.h
+++ b/modules/rostests/kmtests/kmtest/kmtest.h
@@ -1,8 +1,9 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Loader Application
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite loader application declarations
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2017 Ged Murphy <gedmur...@reactos.org>
  */
 
 #ifndef _KMTESTS_H_
diff --git a/modules/rostests/kmtests/kmtest/kmtest.rc 
b/modules/rostests/kmtests/kmtest/kmtest.rc
index 667509b467..3c3acf7b9c 100644
--- a/modules/rostests/kmtests/kmtest/kmtest.rc
+++ b/modules/rostests/kmtests/kmtest/kmtest.rc
@@ -1,8 +1,7 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Loader Resource File
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite loader resource file
  */
 
 #include <windef.h>
diff --git a/modules/rostests/kmtests/kmtest/service.c 
b/modules/rostests/kmtests/kmtest/service.c
index 3f617fc302..cc2e91a96e 100644
--- a/modules/rostests/kmtests/kmtest/service.c
+++ b/modules/rostests/kmtests/kmtest/service.c
@@ -1,8 +1,9 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Loader service control functions
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite loader service control functions
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2017 Ged Murphy <gedmur...@reactos.org>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/kmtest/support.c 
b/modules/rostests/kmtests/kmtest/support.c
index 1ac2c3ac46..2a2c99ed22 100644
--- a/modules/rostests/kmtests/kmtest/support.c
+++ b/modules/rostests/kmtests/kmtest/support.c
@@ -1,8 +1,9 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Driver
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite user-mode support routines
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2013 Nikolay Borisov <n...@aber.ac.uk>
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/kmtest/testlist.c 
b/modules/rostests/kmtests/kmtest/testlist.c
index 01cb31cf53..d58024083b 100644
--- a/modules/rostests/kmtests/kmtest/testlist.c
+++ b/modules/rostests/kmtests/kmtest/testlist.c
@@ -1,8 +1,7 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite user-mode test list
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite user-mode test list
  */
 
 #include <kmt_test.h>
diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c 
b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c
index 1962f6c46d..6e4e0e8212 100644
--- a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c
+++ b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c
@@ -1,8 +1,9 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Driver
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite driver
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
+ *              Copyright 2013 Nikolay Borisov <n...@aber.ac.uk>
  */
 
 #include <ntddk.h>
diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc 
b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc
index a080b84000..2b38d3a916 100644
--- a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc
+++ b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc
@@ -1,8 +1,7 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Driver Resource File
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite driver resource file
  */
 
 #include <windef.h>
diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c 
b/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c
index 2ca85126f7..f6fb2a7407 100644
--- a/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c
+++ b/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Example Test Driver
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite standalone driver routines
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #include <ntddk.h>
diff --git a/modules/rostests/kmtests/kmtest_drv/printf_stubs.c 
b/modules/rostests/kmtests/kmtest_drv/printf_stubs.c
index 2e4bfb5afc..389ed46263 100644
--- a/modules/rostests/kmtests/kmtest_drv/printf_stubs.c
+++ b/modules/rostests/kmtests/kmtest_drv/printf_stubs.c
@@ -1,8 +1,8 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite stub functions for any-IRQL 
vsnprintf
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite stub functions for any-IRQL vsnprintf
+ * COPYRIGHT:   Copyright 2011-2018 Thomas Faber <thomas.fa...@reactos.org>
  */
 
 #undef wctomb
diff --git a/modules/rostests/kmtests/kmtest_drv/testlist.c 
b/modules/rostests/kmtests/kmtest_drv/testlist.c
index 5f2417f0a7..fea8708b4f 100644
--- a/modules/rostests/kmtests/kmtest_drv/testlist.c
+++ b/modules/rostests/kmtests/kmtest_drv/testlist.c
@@ -1,8 +1,7 @@
 /*
- * PROJECT:         ReactOS kernel-mode tests
- * LICENSE:         GPLv2+ - See COPYING in the top level directory
- * PURPOSE:         Kernel-Mode Test Suite Driver test list
- * PROGRAMMER:      Thomas Faber <thomas.fa...@reactos.org>
+ * PROJECT:     ReactOS kernel-mode tests
+ * LICENSE:     LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
+ * PURPOSE:     Kernel-Mode Test Suite kernel-mode test list
  */
 
 #include <kmt_test.h>

Reply via email to