From 606504c91881da7fe94a8a56593fa8940b5623ac Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Mon, 22 Feb 2010 22:00:00 +0000 Subject: [PATCH 1/1] Put Vizzini's "csq.h" in the Public Domain with permission from the author: I talked to vizini it's public domain do what you will slap your name on it and submit it I can just do a commit to put it under PD now and everything will be alright? yes, the author who wishes to remain anonymous is quite fine with that svn path=/trunk/; revision=45662 --- reactos/include/ddk/csq.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/csq.h b/reactos/include/ddk/csq.h index e01e8336f6b..99056f610a8 100644 --- a/reactos/include/ddk/csq.h +++ b/reactos/include/ddk/csq.h @@ -1,7 +1,17 @@ /* * Cancel-Safe Queue Library - * Copyright (c) 2004, Vizzini (vizzini@plasmic.com) - * Licensed under the GNU GPL for the ReactOS project + * Created in 2004 by Vizzini (vizzini@plasmic.com) + * + * THIS SOFTWARE IS NOT COPYRIGHTED + * + * This source code is offered for use in the public domain. You may + * use, modify or distribute it freely. + * + * This code is distributed in the hope that it will be useful but + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY + * DISCLAIMED. This includes but is not limited to warranties of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * * * This header defines the interface to the ReactOS Cancel-Safe Queue library. * This interface is based on and is similar to the Microsoft Cancel-Safe -- 2.17.1