mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[XML2SDB][SHIMDBG] Update license headers
svn path=/trunk/; revision=75802
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS xml to sdb converter
|
||||
* FILE: sdk/tools/xml2sdb/main.cpp
|
||||
* PURPOSE: Implement platform agnostic read / write / allocation functions, parse commandline
|
||||
* PROGRAMMERS: Mark Jansen ([email protected])
|
||||
*
|
||||
* PROJECT: xml2sdb
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Implement platform agnostic read / write / allocation functions, parse commandline
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
*/
|
||||
|
||||
#include "xml2sdb.h"
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS xml to sdb converter
|
||||
* FILE: sdk/tools/xml2sdb/xml2sdb.cpp
|
||||
* PURPOSE: Conversion functions from xml -> db
|
||||
* PROGRAMMERS: Mark Jansen ([email protected])
|
||||
*
|
||||
* PROJECT: xml2sdb
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Conversion functions from xml -> db
|
||||
* COPYRIGHT: Copyright 2016,2017 Mark Jansen ([email protected])
|
||||
*/
|
||||
|
||||
#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 ([email protected])
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* PROJECT: shimdbg utility for WINE and ReactOS
|
||||
* LICENSE: BSD - See COPYING.ARM in the top level directory
|
||||
* PURPOSE: Test tool for SHIM engine caching.
|
||||
* PROGRAMMER: Mark Jansen
|
||||
* PROJECT: shimdbg
|
||||
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||||
* PURPOSE: Test tool for SHIM engine caching
|
||||
* COPYRIGHT: Copyright 2016-2017 Mark Jansen ([email protected])
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user