Author: ion
Date: Fri Sep 11 04:02:21 2015
New Revision: 69180
URL:
http://svn.reactos.org/svn/reactos?rev=69180&view=rev
Log:
[CDFS_NEW]
- Resurrect back 7 years later (revert commit 34622).
- Add correct MS-PL (Public) License. Not added to build/used, but I need some of the
headers/data structures in here.
- Source:
https://github.com/Microsoft/Windows-driver-samples/blob/master/filesys/cdfs
Added:
trunk/reactos/drivers/filesystems/cdfs_new/
- copied from r34621, trunk/reactos/drivers/filesystems/cdfs_new/
trunk/reactos/drivers/filesystems/cdfs_new/LICENSE (with props)
Removed:
trunk/reactos/drivers/filesystems/cdfs_new/cdfs.rbuild
Added: trunk/reactos/drivers/filesystems/cdfs_new/LICENSE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/cdfs_n…
==============================================================================
--- trunk/reactos/drivers/filesystems/cdfs_new/LICENSE (added)
+++ trunk/reactos/drivers/filesystems/cdfs_new/LICENSE [iso-8859-1] Fri Sep 11 04:02:21
2015
@@ -0,0 +1,23 @@
+The Microsoft Public License (MS-PL)
+Copyright (c) 2015 Microsoft
+
+This license governs use of the accompanying software. If you use the software, you
+ accept this license. If you do not accept the license, do not use the software.
+
+1. Definitions
+ The terms "reproduce," "reproduction," "derivative works,"
and "distribution" have the
+ same meaning here as under U.S. copyright law.
+ A "contribution" is the original software, or any additions or changes to the
software.
+ A "contributor" is any person that distributes its contribution under this
license.
+ "Licensed patents" are a contributor's patent claims that read directly on
its contribution.
+
+2. Grant of Rights
+ (A) Copyright Grant- Subject to the terms of this license, including the license
conditions and limitations in section 3, each contributor grants you a non-exclusive,
worldwide, royalty-free copyright license to reproduce its contribution, prepare
derivative works of its contribution, and distribute its contribution or any derivative
works that you create.
+ (B) Patent Grant- Subject to the terms of this license, including the license conditions
and limitations in section 3, each contributor grants you a non-exclusive, worldwide,
royalty-free license under its licensed patents to make, have made, use, sell, offer for
sale, import, and/or otherwise dispose of its contribution in the software or derivative
works of the contribution in the software.
+
+3. Conditions and Limitations
+ (A) No Trademark License- This license does not grant you rights to use any
contributors' name, logo, or trademarks.
+ (B) If you bring a patent claim against any contributor over patents that you claim are
infringed by the software, your patent license from such contributor to the software ends
automatically.
+ (C) If you distribute any portion of the software, you must retain all copyright,
patent, trademark, and attribution notices that are present in the software.
+ (D) If you distribute any portion of the software in source code form, you may do so
only under this license by including a complete copy of this license with your
distribution. If you distribute any portion of the software in compiled or object code
form, you may only do so under a license that complies with this license.
+ (E) The software is licensed "as-is." You bear the risk of using it. The
contributors give no express warranties, guarantees or conditions. You may have additional
consumer rights under your local laws which this license cannot change. To the extent
permitted under your local laws, the contributors exclude the implied warranties of
merchantability, fitness for a particular purpose and non-infringement.
Propchange: trunk/reactos/drivers/filesystems/cdfs_new/LICENSE
------------------------------------------------------------------------------
svn:eol-style = native
Removed: trunk/reactos/drivers/filesystems/cdfs_new/cdfs.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/cdfs_n…
==============================================================================
--- trunk/reactos/drivers/filesystems/cdfs_new/cdfs.rbuild [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/cdfs_new/cdfs.rbuild (removed)
@@ -1,36 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
-<module name="cdfs" type="kernelmodedriver"
installbase="system32/drivers" installname="cdfs.sys">
- <bootstrap installbase="$(CDOUTPUT)" />
- <include base="cdfs">.</include>
- <library>ntoskrnl</library>
- <library>hal</library>
- <file>allocsup.c</file>
- <file>cachesup.c</file>
- <file>cddata.c</file>
- <file>cdinit.c</file>
- <file>cleanup.c</file>
- <file>close.c</file>
- <file>create.c</file>
- <file>devctrl.c</file>
- <file>deviosup.c</file>
- <file>dirctrl.c</file>
- <file>dirsup.c</file>
- <file>fileinfo.c</file>
- <file>filobsup.c</file>
- <file>fsctrl.c</file>
- <file>fspdisp.c</file>
- <file>lockctrl.c</file>
- <file>namesup.c</file>
- <file>pathsup.c</file>
- <file>pnp.c</file>
- <file>prefxsup.c</file>
- <file>read.c</file>
- <file>resrcsup.c</file>
- <file>strucsup.c</file>
- <file>verfysup.c</file>
- <file>volinfo.c</file>
- <file>workque.c</file>
- <file>cdfs.rc</file>
- <pch>cdprocs.h</pch>
-</module>