mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[ACLAYERS][APPSHIM_APITEST] Relicense to a friendlier license
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Display settings related shims
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: ForceDxSetupSuccess shim
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: IgnoreLoadLibrary shim
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Shim entrypoint
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Version lie shims
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Version lie implementation helper
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <setup_shim.inl>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* PROJECT: ReactOS 'Layers' Shim library
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Shim for VMWare Horizon setup
|
||||
* COPYRIGHT: Copyright 2017 Thomas Faber ([email protected])
|
||||
* Copyright 2017 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2017 Thomas Faber <[email protected]>
|
||||
* Copyright 2017 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for display mode shims
|
||||
* COPYRIGHT: Copyright 2016-2018 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2016-2018 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for ForceDxSetupSuccess shim
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Test to document the hooks used by various shims in AcGenral
|
||||
* COPYRIGHT: Copyright 2017-2018 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2017-2018 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for IgnoreFreeLibrary shim
|
||||
* COPYRIGHT: Copyright 2018 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2018 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
|
||||
* PURPOSE: Tests for IgnoreLoadLibrary shim
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen ([email protected])
|
||||
*/
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for IgnoreLoadLibrary shim
|
||||
* COPYRIGHT: Copyright 2019 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Test to document the hooks used by various shims in AcLayers
|
||||
* COPYRIGHT: Copyright 2018 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2018 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: appshim_apitest
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Tests for versionlie shims
|
||||
* COPYRIGHT: Copyright 2015-2018 Mark Jansen ([email protected])
|
||||
* COPYRIGHT: Copyright 2015-2018 Mark Jansen <[email protected]>
|
||||
*/
|
||||
|
||||
#include <ntstatus.h>
|
||||
|
||||
Reference in New Issue
Block a user