From a9ba7a3f9e52653bf03fb12c5fa9d3476a40b15a Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Sun, 18 Feb 2018 11:14:13 +0100 Subject: [PATCH] [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 +++---- .../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 a1ae4c03342..fb0b56f9ec0 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/example/Example.h b/modules/rostests/kmtests/example/Example.h index 41094fe9ee2..d98d384438e 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 + * 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 */ - + #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 5e735b40d1a..347b0257e19 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/example/Example_user.c b/modules/rostests/kmtests/example/Example_user.c index 10ec89632a1..bd440e01264 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/example/GuardedMemory.c b/modules/rostests/kmtests/example/GuardedMemory.c index bb82723fd25..d9f33794694 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/example/KernelType.c b/modules/rostests/kmtests/example/KernelType.c index 03f54cb2684..f9f3e6a2c04 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/include/kmt_platform.h b/modules/rostests/kmtests/include/kmt_platform.h index 3e29d2c9afa..4895bf25a31 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 + * 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 + * Copyright 2017 Ged Murphy */ #ifndef _KMTEST_PLATFORM_H_ diff --git a/modules/rostests/kmtests/include/kmt_public.h b/modules/rostests/kmtests/include/kmt_public.h index 00442f4d3ed..dd3dff25696 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 + * 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 + * Copyright 2013 Nikolay Borisov + * Copyright 2017 Ged Murphy */ #ifndef _KMTEST_PUBLIC_H_ diff --git a/modules/rostests/kmtests/include/kmt_test.h b/modules/rostests/kmtests/include/kmt_test.h index 1c5ddeefa2e..509788a2e27 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 + * 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 + * Copyright 2013 Nikolay Borisov + * Copyright 2014-2016 Pierre Schweitzer + * Copyright 2017 Ged Murphy */ /* 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 7d7c346991d..d5a20076f4e 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 + * 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 */ #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 580dc755e27..768b9063366 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 + * 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 */ #ifndef _KMTEST_TEST_USER_H_ diff --git a/modules/rostests/kmtests/kmtest/kmtest.c b/modules/rostests/kmtests/kmtest/kmtest.c index 08ae2b92403..a8d87807d32 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 + * 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 */ #define KMT_DEFINE_TEST_FUNCTIONS diff --git a/modules/rostests/kmtests/kmtest/kmtest.h b/modules/rostests/kmtests/kmtest/kmtest.h index f39c418b5d9..a32d41c0546 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 + * 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 + * Copyright 2017 Ged Murphy */ #ifndef _KMTESTS_H_ diff --git a/modules/rostests/kmtests/kmtest/kmtest.rc b/modules/rostests/kmtests/kmtest/kmtest.rc index 667509b4679..3c3acf7b9c8 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 + * 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 diff --git a/modules/rostests/kmtests/kmtest/service.c b/modules/rostests/kmtests/kmtest/service.c index 3f617fc302d..cc2e91a96eb 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 + * 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 + * Copyright 2017 Ged Murphy */ #include diff --git a/modules/rostests/kmtests/kmtest/support.c b/modules/rostests/kmtests/kmtest/support.c index 1ac2c3ac469..2a2c99ed226 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 + * 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 + * Copyright 2013 Nikolay Borisov */ #include diff --git a/modules/rostests/kmtests/kmtest/testlist.c b/modules/rostests/kmtests/kmtest/testlist.c index 01cb31cf53d..d58024083b2 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 + * 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 diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.c index 1962f6c46d1..6e4e0e8212b 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 + * 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 + * Copyright 2013 Nikolay Borisov */ #include diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc b/modules/rostests/kmtests/kmtest_drv/kmtest_drv.rc index a080b840007..2b38d3a9168 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 + * 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 diff --git a/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c b/modules/rostests/kmtests/kmtest_drv/kmtest_standalone.c index 2ca85126f7b..f6fb2a7407d 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 + * 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 */ #include diff --git a/modules/rostests/kmtests/kmtest_drv/printf_stubs.c b/modules/rostests/kmtests/kmtest_drv/printf_stubs.c index 2e4bfb5afc1..389ed462637 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 + * 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 */ #undef wctomb diff --git a/modules/rostests/kmtests/kmtest_drv/testlist.c b/modules/rostests/kmtests/kmtest_drv/testlist.c index 5f2417f0a73..fea8708b4ff 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 + * 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