Author: sginsberg Date: Thu Aug 20 14:27:08 2009 New Revision: 42803
URL: http://svn.reactos.org/svn/reactos?rev=42803&view=rev Log: - Release ntddsnd.h, portcls.h. punknown.h and stdunk.h to the public domain (silverblade and janderwald have agreed to this).
Modified: trunk/reactos/include/ddk/ntddsnd.h trunk/reactos/include/ddk/portcls.h trunk/reactos/include/ddk/punknown.h trunk/reactos/include/ddk/stdunk.h
Modified: trunk/reactos/include/ddk/ntddsnd.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntddsnd.h?rev=4... ============================================================================== --- trunk/reactos/include/ddk/ntddsnd.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/ntddsnd.h [iso-8859-1] Thu Aug 20 14:27:08 2009 @@ -1,6 +1,8 @@ /* ReactOS Sound System NT4 Multimedia Audio Support (ntddsnd.h) + + This file is in the public domain.
Author: Andrew Greenwood (andrew.greenwood@silverblade.co.uk)
Modified: trunk/reactos/include/ddk/portcls.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/portcls.h?rev=4... ============================================================================== --- trunk/reactos/include/ddk/portcls.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/portcls.h [iso-8859-1] Thu Aug 20 14:27:08 2009 @@ -1,6 +1,8 @@ /* ReactOS Kernel Streaming Port Class + + This file is in the public domain.
Andrew Greenwood
Modified: trunk/reactos/include/ddk/punknown.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/punknown.h?rev=... ============================================================================== --- trunk/reactos/include/ddk/punknown.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/punknown.h [iso-8859-1] Thu Aug 20 14:27:08 2009 @@ -2,7 +2,7 @@ ReactOS Kernel-Mode COM by Andrew Greenwood
- Please see COPYING in the top-level directory for license information. + This file is in the public domain. */
#ifndef _UNKNOWN_H_
Modified: trunk/reactos/include/ddk/stdunk.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/stdunk.h?rev=42... ============================================================================== --- trunk/reactos/include/ddk/stdunk.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/stdunk.h [iso-8859-1] Thu Aug 20 14:27:08 2009 @@ -2,8 +2,7 @@ ReactOS Kernel-Mode COM IUnknown implementations
- LICENSE - Please see COPYING in the top-level directory for license information. + This file is in the public domain.
AUTHORS Andrew Greenwood