[XML2SDB][SHIMDBG] Update license headers

svn path=/trunk/; revision=75802
This commit is contained in:
Mark Jansen 2017-09-08 20:31:28 +00:00
parent cd21e2fbda
commit ab7639ea30
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>