[KSECDD][NTOS][RTL] Change license of some of my code to MIT

This commit is contained in:
Timo Kreuzer
2025-07-22 15:40:15 +03:00
parent 9d1418fcb6
commit 081a6366df
10 changed files with 37 additions and 44 deletions

View File

@@ -1,9 +1,8 @@
/*
* PROJECT: ReactOS Drivers
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Kernel Security Support Provider Interface Driver
*
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel Security Support Provider Interface Driver
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Encryption and decryption support for ksecdd
* COPYRIGHT: Copyright 2014-2020 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *******************************************************************/

View File

@@ -1,9 +1,8 @@
/*
* PROJECT: ReactOS Drivers
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Kernel Security Support Provider Interface Driver
*
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel Security Support Provider Interface Driver
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Dispatch routines for ksecdd
* COPYRIGHT: Copyright 2014 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *******************************************************************/

View File

@@ -1,9 +1,8 @@
/*
* PROJECT: ReactOS Drivers
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Kernel Security Support Provider Interface Driver
*
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel Security Support Provider Interface Driver
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Driver entry point for ksecdd
* COPYRIGHT: Copyright 2014 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *******************************************************************/

View File

@@ -1,9 +1,8 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Drivers
* PURPOSE: Kernel Security Support Provider Interface Driver
*
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel Security Support Provider Interface Driver
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Random number generation and entropy gathering
* COPYRIGHT: Copyright 2014-2017 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *******************************************************************/

View File

@@ -1,9 +1,8 @@
/*
* PROJECT: ReactOS Drivers
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: Kernel Security Support Provider Interface Driver
*
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel Security Support Provider Interface Driver
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Stub functions for ksecdd
* COPYRIGHT: Copyright 2014 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *******************************************************************/

View File

@@ -1,8 +1,8 @@
/*
* FILE: ntoskrnl/ke/amd64/boot.S
* COPYRIGHT: See COPYING in the top level directory
* PURPOSE: FreeLDR Wrapper Bootstrap Code and Bootstrap Trampoline
* PROGRAMMER: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Boot stack switching for x64
* COPYRIGHT: Copyright 2010 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES ******************************************************************/

View File

@@ -1,8 +1,8 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: CONTEXT related functions
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Kernel
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: CONTEXT related functions for x64
* COPYRIGHT: Copyright 2008-2020 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES ******************************************************************/

View File

@@ -1,6 +1,6 @@
/*
* PROJECT: ReactOS Kernel
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: IPI code for x64
* COPYRIGHT: Copyright 2023 Timo Kreuzer <timo.kreuzer@reactos.org>
*/

View File

@@ -1,9 +1,8 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS Runtime Library (RTL)
* FILE: lib/rtl/amd64/except_asm.S
* PURPOSE: Exception support for AMD64
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Runtime Library (RTL)
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Exception support for AMD64
* COPYRIGHT: Copyright 2010-2026 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES ******************************************************************/

View File

@@ -1,9 +1,8 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/rtl/rxact.c
* PURPOSE: Registry Transaction API
* PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
* PROJECT: ReactOS Runtime Library (RTL)
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Registry Transaction API
* COPYRIGHT: Copyright 2014 Timo Kreuzer <timo.kreuzer@reactos.org>
*/
/* INCLUDES *****************************************************************/