mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[XML2SDB][SHIMDBG] Update license headers
svn path=/trunk/; revision=75802
This commit is contained in:
parent
cd21e2fbda
commit
ab7639ea30
4 changed files with 19 additions and 16 deletions
|
@ -1,10 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* PROJECT: xml2sdb
|
||||||
* PROJECT: ReactOS xml to sdb converter
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* FILE: sdk/tools/xml2sdb/main.cpp
|
* PURPOSE: Implement platform agnostic read / write / allocation functions, parse commandline
|
||||||
* PURPOSE: Implement platform agnostic read / write / allocation functions, parse commandline
|
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||||
* PROGRAMMERS: Mark Jansen (mark.jansen@reactos.org)
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xml2sdb.h"
|
#include "xml2sdb.h"
|
||||||
|
|
|
@ -1,10 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* PROJECT: xml2sdb
|
||||||
* PROJECT: ReactOS xml to sdb converter
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* FILE: sdk/tools/xml2sdb/xml2sdb.cpp
|
* PURPOSE: Conversion functions from xml -> db
|
||||||
* PURPOSE: Conversion functions from xml -> db
|
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||||
* PROGRAMMERS: Mark Jansen (mark.jansen@reactos.org)
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "xml2sdb.h"
|
#include "xml2sdb.h"
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
/*
|
||||||
|
* PROJECT: xml2sdb
|
||||||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
|
* PURPOSE: .
|
||||||
|
* COPYRIGHT: Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
|
||||||
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* PROJECT: shimdbg utility for WINE and ReactOS
|
* PROJECT: shimdbg
|
||||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||||
* PURPOSE: Test tool for SHIM engine caching.
|
* PURPOSE: Test tool for SHIM engine caching
|
||||||
* PROGRAMMER: Mark Jansen
|
* COPYRIGHT: Copyright 2016-2017 Mark Jansen (mark.jansen@reactos.org)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue