[XML2SDB][SHIMDBG] Update license headers

git-svn-id: file:///srv/svn/reactos/trunk@75802 97493ccd-5924-5043-b1f5-66cb403b36ce
This commit is contained in:
mjansen 2017-09-08 20:31:28 +00:00
parent 57ec8f0995
commit 92397aec59
4 changed files with 19 additions and 16 deletions

View File

@ -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 (mark.jansen@reactos.org)
*
* 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 (mark.jansen@reactos.org)
*/
#include "xml2sdb.h"

View File

@ -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 (mark.jansen@reactos.org)
*
* 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 (mark.jansen@reactos.org)
*/
#include "xml2sdb.h"

View File

@ -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
#include <string>

View File

@ -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 (mark.jansen@reactos.org)
*/
#include <stdio.h>