mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[NTDLL_APITEST] Add license header for NtFreeVirtualMemory.c
This commit is contained in:
parent
c45a6e15bf
commit
4aabe88288
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* PROJECT: ReactOS API Tests
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Test for NtFreeVirtualMemory
|
||||
* COPYRIGHT: Copyright 2011 Jérôme Gardou <jerome.gardou@reactos.org>
|
||||
*/
|
||||
|
||||
#include "precomp.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue