[XML2SDB][SHIMDBG] Update license headers
authorMark Jansen <mark.jansen@reactos.org>
Fri, 8 Sep 2017 20:31:28 +0000 (20:31 +0000)
committerMark Jansen <mark.jansen@reactos.org>
Fri, 8 Sep 2017 20:31:28 +0000 (20:31 +0000)
svn path=/trunk/; revision=75802

reactos/sdk/tools/xml2sdb/main.cpp
reactos/sdk/tools/xml2sdb/xml2sdb.cpp
reactos/sdk/tools/xml2sdb/xml2sdb.h
rosapps/applications/devutils/shimdbg/shimdbg.c

index 7b2a18e..c39a083 100644 (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"
index 5736add..4d136d2 100644 (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"
index 27da4f6..201348f 100644 (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>
index fbb0b86..da11170 100644 (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>