Bladeren bron

change website from tinyusb.net to tinyusb.org

hathach 13 jaren geleden
bovenliggende
commit
56cd8be75e
96 gewijzigde bestanden met toevoegingen van 96 en 96 verwijderingen
  1. 1 1
      demos/bsp/boards/board.c
  2. 1 1
      demos/bsp/boards/board.h
  3. 1 1
      demos/bsp/boards/board_at86rf2xx.c
  4. 1 1
      demos/bsp/boards/board_at86rf2xx.h
  5. 1 1
      demos/bsp/boards/board_ea4357.c
  6. 1 1
      demos/bsp/boards/board_ea4357.h
  7. 1 1
      demos/bsp/boards/board_lpcxpresso1347.c
  8. 1 1
      demos/bsp/boards/board_lpcxpresso1347.h
  9. 1 1
      demos/bsp/boards/board_ngx4330.c
  10. 1 1
      demos/bsp/boards/printf_retarget.c
  11. 1 1
      demos/device/keyboard/descriptors.c
  12. 1 1
      demos/device/keyboard/descriptors.h
  13. 1 1
      demos/device/keyboard/makefile
  14. 1 1
      demos/device/keyboard/tusb_config.h
  15. 1 1
      demos/host/keyboard_app.c
  16. 1 1
      demos/host/keyboard_app.h
  17. 1 1
      demos/host/tusb_config.h
  18. 1 1
      tests/test/host/ehci/test_ehci_init.c
  19. 1 1
      tests/test/host/ehci/test_ehci_isr.c
  20. 1 1
      tests/test/host/ehci/test_ehci_structure.c
  21. 1 1
      tests/test/host/ehci/test_ehci_usbh_hcd_integration.c
  22. 1 1
      tests/test/host/ehci/test_pipe_bulk_open.c
  23. 1 1
      tests/test/host/ehci/test_pipe_bulk_xfer.c
  24. 1 1
      tests/test/host/ehci/test_pipe_control_open.c
  25. 1 1
      tests/test/host/ehci/test_pipe_control_xfer.c
  26. 1 1
      tests/test/host/ehci/test_pipe_interrupt_open.c
  27. 1 1
      tests/test/host/ehci/test_pipe_isochronous_open.c
  28. 1 1
      tests/test/host/test_enum_task.c
  29. 1 1
      tests/test/host/test_hidh.c
  30. 1 1
      tests/test/host/test_hidh_keyboard.c
  31. 1 1
      tests/test/host/test_usbh.c
  32. 1 1
      tests/test/support/descriptor_test.c
  33. 1 1
      tests/test/support/descriptor_test.h
  34. 1 1
      tests/test/support/ehci_controller.c
  35. 1 1
      tests/test/support/ehci_controller.h
  36. 1 1
      tests/test/support/test_template.c
  37. 1 1
      tests/test/support/tusb_callback.h
  38. 1 1
      tests/test/support/tusb_config.h
  39. 1 1
      tests/test/test_assertion.c
  40. 1 1
      tests/test/test_binary_const.c
  41. 1 1
      tests/test/test_fifo.c
  42. 1 1
      tests/test/test_osal_freeRTOS.c
  43. 1 1
      tests/test/test_osal_none.c
  44. 1 1
      tests/test/test_project_settings.c
  45. 1 1
      tinyusb/class/WinCDCdriver.inf
  46. 1 1
      tinyusb/class/cdc.c
  47. 1 1
      tinyusb/class/cdc.h
  48. 1 1
      tinyusb/class/hid.c
  49. 1 1
      tinyusb/class/hid.h
  50. 1 1
      tinyusb/class/hid_device.h
  51. 1 1
      tinyusb/class/hid_host.c
  52. 1 1
      tinyusb/class/hid_host.h
  53. 1 1
      tinyusb/class/msc_host.c
  54. 1 1
      tinyusb/class/msc_host.h
  55. 1 1
      tinyusb/common/assertion.h
  56. 1 1
      tinyusb/common/binary.h
  57. 1 1
      tinyusb/common/common.h
  58. 1 1
      tinyusb/common/compiler/compiler.h
  59. 1 1
      tinyusb/common/compiler/compiler_gcc.h
  60. 1 1
      tinyusb/common/compiler/compiler_iar.h
  61. 1 1
      tinyusb/common/errors.c
  62. 1 1
      tinyusb/common/errors.h
  63. 1 1
      tinyusb/common/fifo.c
  64. 1 1
      tinyusb/common/fifo.h
  65. 1 1
      tinyusb/common/primitive_types.h
  66. 1 1
      tinyusb/common/timeout_timer.h
  67. 1 1
      tinyusb/core/std_descriptors.h
  68. 1 1
      tinyusb/core/std_request.h
  69. 1 1
      tinyusb/core/tusb_types.h
  70. 1 1
      tinyusb/device/dcd.c
  71. 1 1
      tinyusb/device/dcd.h
  72. 1 1
      tinyusb/doxygen/license.md
  73. 1 1
      tinyusb/hal/hal.h
  74. 1 1
      tinyusb/hal/hal_lpc11uxx.c
  75. 1 1
      tinyusb/hal/hal_lpc11uxx.h
  76. 1 1
      tinyusb/hal/hal_lpc13uxx.c
  77. 1 1
      tinyusb/hal/hal_lpc13uxx.h
  78. 1 1
      tinyusb/hal/hal_lpc43xx.c
  79. 1 1
      tinyusb/hal/hal_lpc43xx.h
  80. 1 1
      tinyusb/host/ehci/ehci.c
  81. 1 1
      tinyusb/host/ehci/ehci.h
  82. 1 1
      tinyusb/host/hcd.c
  83. 1 1
      tinyusb/host/hcd.h
  84. 1 1
      tinyusb/host/usbh.c
  85. 1 1
      tinyusb/host/usbh.h
  86. 1 1
      tinyusb/host/usbh_hcd.h
  87. 1 1
      tinyusb/license.txt
  88. 1 1
      tinyusb/mcu_capacity.h
  89. 1 1
      tinyusb/osal/osal.h
  90. 1 1
      tinyusb/osal/osal_common.h
  91. 1 1
      tinyusb/osal/osal_freeRTOS.h
  92. 1 1
      tinyusb/osal/osal_none.c
  93. 1 1
      tinyusb/osal/osal_none.h
  94. 1 1
      tinyusb/tusb.c
  95. 1 1
      tinyusb/tusb.h
  96. 1 1
      tinyusb/tusb_option.h

+ 1 - 1
demos/bsp/boards/board.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_at86rf2xx.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_at86rf2xx.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_ea4357.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_ea4357.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_lpcxpresso1347.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_lpcxpresso1347.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/board_ngx4330.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/bsp/boards/printf_retarget.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/device/keyboard/descriptors.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/device/keyboard/descriptors.h

@@ -3,7 +3,7 @@
  *
  *
  *  Created on: Nov 26, 2012
  *  Created on: Nov 26, 2012
  *      Author: hathachtware License Agreement (BSD License)
  *      Author: hathachtware License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)All rights reserved.
+ * Copyright (c) 2012, hathach (tinyusb.org)All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,
  * are permitted provided that the following conditions are met:
  * are permitted provided that the following conditions are met:

+ 1 - 1
demos/device/keyboard/makefile

@@ -1,6 +1,6 @@
 #######################################################################################
 #######################################################################################
 # Software License Agreement (BSD License)
 # Software License Agreement (BSD License)
-# Copyright (c) 2012, hathach (tinyusb.net)
+# Copyright (c) 2012, hathach (tinyusb.org)
 # All rights reserved.
 # All rights reserved.
 # 
 # 
 # Redistribution and use in source and binary forms, with or without modification,
 # Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/device/keyboard/tusb_config.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/host/keyboard_app.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/host/keyboard_app.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
demos/host/tusb_config.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_ehci_init.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_ehci_isr.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_ehci_structure.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_ehci_usbh_hcd_integration.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_bulk_open.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_bulk_xfer.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_control_open.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_control_xfer.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_interrupt_open.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/ehci/test_pipe_isochronous_open.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/test_enum_task.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/test_hidh.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/test_hidh_keyboard.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/host/test_usbh.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/descriptor_test.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/descriptor_test.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/ehci_controller.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/ehci_controller.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/test_template.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/tusb_callback.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/support/tusb_config.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_assertion.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_binary_const.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_fifo.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_osal_freeRTOS.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_osal_none.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tests/test/test_project_settings.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/WinCDCdriver.inf

@@ -99,7 +99,7 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys
 [Strings]
 [Strings]
 MFGFILENAME="CDC_vista"
 MFGFILENAME="CDC_vista"
 DRIVERFILENAME ="usbser"
 DRIVERFILENAME ="usbser"
-MFGNAME="tinyusb.net"
+MFGNAME="tinyusb.org"
 INSTDISK="tinyUSB CDC driver"
 INSTDISK="tinyUSB CDC driver"
 DESCRIPTION="Communications Port"
 DESCRIPTION="Communications Port"
 SERVICE="USB RS-232 Emulation Driver"
 SERVICE="USB RS-232 Emulation Driver"

+ 1 - 1
tinyusb/class/cdc.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/cdc.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/hid.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/hid.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/hid_device.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/hid_host.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/hid_host.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/msc_host.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/class/msc_host.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/assertion.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/binary.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/common.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/compiler/compiler.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/compiler/compiler_gcc.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/compiler/compiler_iar.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/errors.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/errors.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/fifo.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/fifo.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/primitive_types.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/common/timeout_timer.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/core/std_descriptors.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/core/std_request.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/core/tusb_types.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/device/dcd.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/device/dcd.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/doxygen/license.md

@@ -1,7 +1,7 @@
 # License
 # License
 
 
 <pre>Software License Agreement (BSD License)
 <pre>Software License Agreement (BSD License)
-Copyright (c) 2013, hathach (tinyusb.net)
+Copyright (c) 2013, hathach (tinyusb.org)
 All rights reserved.
 All rights reserved.
 
 
 Redistribution and use in source and binary forms, with or without modification,
 Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc11uxx.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc11uxx.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc13uxx.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc13uxx.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc43xx.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/hal/hal_lpc43xx.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/ehci/ehci.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/ehci/ehci.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/hcd.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/hcd.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/usbh.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/usbh.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/host/usbh_hcd.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/license.txt

@@ -1,6 +1,6 @@
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/mcu_capacity.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/osal/osal.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/osal/osal_common.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/osal/osal_freeRTOS.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2012, hathach (tinyusb.net)
+ * Copyright (c) 2012, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/osal/osal_none.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/osal/osal_none.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/tusb.c

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/tusb.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,

+ 1 - 1
tinyusb/tusb_option.h

@@ -7,7 +7,7 @@
 
 
 /*
 /*
  * Software License Agreement (BSD License)
  * Software License Agreement (BSD License)
- * Copyright (c) 2013, hathach (tinyusb.net)
+ * Copyright (c) 2013, hathach (tinyusb.org)
  * All rights reserved.
  * All rights reserved.
  *
  *
  * Redistribution and use in source and binary forms, with or without modification,
  * Redistribution and use in source and binary forms, with or without modification,