tst: winfsp-tests: add license headers

This commit is contained in:
Bill Zissimopoulos
2016-10-25 20:29:05 -07:00
parent badaf82462
commit b072a1f0da
19 changed files with 307 additions and 1 deletions

View File

@ -1,3 +1,20 @@
/**
* @file create-test.c
*
* @copyright 2015-2016 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.
*
* You can redistribute it and/or modify it under the terms of the GNU
* General Public License version 3 as published by the Free Software
* Foundation.
*
* Licensees holding a valid commercial license may use this file in
* accordance with the commercial license agreement provided with the
* software.
*/
#include <winfsp/winfsp.h>
#include <tlib/testsuite.h>
#include <sddl.h>