Guest User

Untitled

a guest
Aug 3rd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. Index: psdk/usb.h
  2. ===================================================================
  3. --- psdk/usb.h (revision 47656)
  4. +++ psdk/usb.h (working copy)
  5. @@ -1,6 +1,26 @@
  6. +/*
  7. + * usb.h
  8. + *
  9. + * This file is part of the ReactOS PSDK package.
  10. + *
  11. + * Contributors:
  12. + * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  13. + *
  14. + * THIS SOFTWARE IS NOT COPYRIGHTED
  15. + *
  16. + * This source code is offered for use in the public domain. You may
  17. + * use, modify or distribute it freely.
  18. + *
  19. + * This code is distributed in the hope that it will be useful but
  20. + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  21. + * DISCLAIMED. This includes but is not limited to warranties of
  22. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  23. + *
  24. + */
  25. +
  26. #pragma once
  27.  
  28. -/* Helper macro to enable gcc's extension. */
  29. +/* Helper macro to enable gcc's extension. */
  30. #ifndef __GNU_EXTENSION
  31. #ifdef __GNUC__
  32. #define __GNU_EXTENSION __extension__
  33. Index: psdk/usb100.h
  34. ===================================================================
  35. --- psdk/usb100.h (revision 47656)
  36. +++ psdk/usb100.h (working copy)
  37. @@ -3,7 +3,7 @@
  38. *
  39. * USB 1.0 support
  40. *
  41. - * This file is part of the w32api package.
  42. + * This file is part of the ReactOS PSDK package.
  43. *
  44. * Contributors:
  45. * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  46. Index: psdk/usb200.h
  47. ===================================================================
  48. --- psdk/usb200.h (revision 47656)
  49. +++ psdk/usb200.h (working copy)
  50. @@ -1,6 +1,26 @@
  51. +/*
  52. + * usb200.h
  53. + *
  54. + * This file is part of the ReactOS PSDK package.
  55. + *
  56. + * Contributors:
  57. + * Magnus Olsen.
  58. + *
  59. + * THIS SOFTWARE IS NOT COPYRIGHTED
  60. + *
  61. + * This source code is offered for use in the public domain. You may
  62. + * use, modify or distribute it freely.
  63. + *
  64. + * This code is distributed in the hope that it will be useful but
  65. + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  66. + * DISCLAIMED. This includes but is not limited to warranties of
  67. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  68. + *
  69. + */
  70. +
  71. #pragma once
  72.  
  73. -/* Helper macro to enable gcc's extension. */
  74. +/* Helper macro to enable gcc's extension. */
  75. #ifndef __GNU_EXTENSION
  76. #ifdef __GNUC__
  77. #define __GNU_EXTENSION __extension__
  78. Index: psdk/usbcamdi.h
  79. ===================================================================
  80. --- psdk/usbcamdi.h (revision 47656)
  81. +++ psdk/usbcamdi.h (working copy)
  82. @@ -3,7 +3,7 @@
  83. *
  84. * USB Camera driver interface.
  85. *
  86. - * This file is part of the w32api package.
  87. + * This file is part of the ReactOS PSDK package.
  88. *
  89. * Contributors:
  90. * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  91. Index: psdk/usbdi.h
  92. ===================================================================
  93. --- psdk/usbdi.h (revision 47656)
  94. +++ psdk/usbdi.h (working copy)
  95. @@ -5,7 +5,7 @@
  96. *
  97. * FIXME : Obsolete header.. Use usb.h instead.
  98. *
  99. - * This file is part of the w32api package.
  100. + * This file is part of the ReactOS PSDK package.
  101. *
  102. * Contributors:
  103. * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  104. Index: psdk/usbioctl.h
  105. ===================================================================
  106. --- psdk/usbioctl.h (revision 47656)
  107. +++ psdk/usbioctl.h (working copy)
  108. @@ -3,7 +3,7 @@
  109. *
  110. * USB IOCTL interface.
  111. *
  112. - * This file is part of the w32api package.
  113. + * This file is part of the ReactOS PSDK package.
  114. *
  115. * Contributors:
  116. * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  117. Index: psdk/usbiodef.h
  118. ===================================================================
  119. --- psdk/usbiodef.h (revision 47656)
  120. +++ psdk/usbiodef.h (working copy)
  121. @@ -1,3 +1,23 @@
  122. +/*
  123. + * usbiodef.h
  124. + *
  125. + * This file is part of the ReactOS PSDK package.
  126. + *
  127. + * Contributors:
  128. + * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
  129. + *
  130. + * THIS SOFTWARE IS NOT COPYRIGHTED
  131. + *
  132. + * This source code is offered for use in the public domain. You may
  133. + * use, modify or distribute it freely.
  134. + *
  135. + * This code is distributed in the hope that it will be useful but
  136. + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  137. + * DISCLAIMED. This includes but is not limited to warranties of
  138. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  139. + *
  140. + */
  141. +
  142. #pragma once
  143.  
  144. #define USB_SUBMIT_URB 0
  145. Index: psdk/usbrpmif.h
  146. ===================================================================
  147. --- psdk/usbrpmif.h (revision 47656)
  148. +++ psdk/usbrpmif.h (working copy)
  149. @@ -1,3 +1,23 @@
  150. +/*
  151. + * usbrpmif.h
  152. + *
  153. + * This file is part of the ReactOS PSDK package.
  154. + *
  155. + * Contributors:
  156. + * Created by Amine Khaldi <amine.khaldi@reactos.org>
  157. + *
  158. + * THIS SOFTWARE IS NOT COPYRIGHTED
  159. + *
  160. + * This source code is offered for use in the public domain. You may
  161. + * use, modify or distribute it freely.
  162. + *
  163. + * This code is distributed in the hope that it will be useful but
  164. + * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
  165. + * DISCLAIMED. This includes but is not limited to warranties of
  166. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  167. + *
  168. + */
  169. +
  170. #pragma once
  171.  
  172. #include "windef.h"
  173. Index: psdk/usbuser.h
  174. ===================================================================
  175. --- psdk/usbuser.h (revision 47656)
  176. +++ psdk/usbuser.h (working copy)
  177. @@ -3,7 +3,7 @@
  178. *
  179. * USB user mode IOCTL interface
  180. *
  181. - * This file is part of the w32api package.
  182. + * This file is part of the ReactOS PSDK package.
  183. *
  184. * Contributors:
  185. * Created by Casper S. Hornstrup <chorns@users.sourceforge.net>
Add Comment
Please, Sign In to add comment