NOTICE.TXT 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. This NOTICE.TXT file contains certain notices of software components included
  2. with the software that QUALCOMM ATHEROS Incorporated ('Qualcomm Atheros') is
  3. required to provide you. Notwithstanding anything in the notices in this file,
  4. your use of these software components together with the Qualcomm Atheros
  5. software (Qualcomm Atheros software hereinafter referred to as 'Software') is
  6. subject to the terms of your license from Qualcomm Atheros. Compliance with
  7. all copyright laws and software license agreements included in the notice
  8. section of this file are the responsibility of the user. Except as may be
  9. granted by separate express written agreement, this file provides no license
  10. to any Qualcomm Atheros patents, trademarks, copyrights, or other intellectual
  11. property.
  12. Copyright (c) 2013 QUALCOMM ATHEROS Incorporated. All rights reserved.
  13. QUALCOMM ATHEROS® is a registered trademark and registered service mark of
  14. QUALCOMM ATHEROS Incorporated. All other trademarks and service marks are
  15. the property of their respective owners.
  16. NOTICES:
  17. /*
  18. * Copyright (c) 2005-2012 Atheros Communications Inc.
  19. *
  20. * Permission to use, copy, modify, and/or distribute this software for any
  21. * purpose with or without fee is hereby granted, provided that the above
  22. * copyright notice and this permission notice appear in all copies.
  23. *
  24. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  25. * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  26. * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  27. * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  28. * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  29. * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  30. * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  31. */
  32. /*
  33. * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
  34. * Copyright (c) 2002-2005 Atheros Communications, Inc.
  35. * Copyright (c) 2008-2010, Atheros Communications Inc.
  36. *
  37. * Redistribution and use in source and binary forms, with or without
  38. * modification, are permitted provided that the following conditions
  39. * are met:
  40. * 1. Redistributions of source code must retain the above copyright
  41. * notice, this list of conditions and the following NO
  42. * ''WARRANTY'' disclaimer below (''Disclaimer''), without
  43. * modification.
  44. * 2. Redistributions in binary form must reproduce at minimum a
  45. * disclaimer similar to the Disclaimer below and any redistribution
  46. * must be conditioned upon including a substantially similar
  47. * Disclaimer requirement for further binary redistribution.
  48. * 3. Neither the names of the above-listed copyright holders nor the
  49. * names of any contributors may be used to endorse or promote
  50. * product derived from this software without specific prior written
  51. * permission.
  52. *
  53. * NO WARRANTY
  54. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  55. * ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  56. * LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT,
  57. * MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  58. * IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE
  59. * FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  60. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  61. * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  62. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  63. * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  64. * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  65. * SUCH DAMAGES.
  66. */
  67. ----
  68. The following files are from ECoS with a GPLv2 licence with modification
  69. and linking caveats. Please see the licence below for more information:
  70. sboot/magpie_1_1/sboot/cmnos/printf/src/cmnos_printf.c
  71. target_firmware/magpie_fw_dev/target/cmnos/cmnos_printf.c
  72. target_firmware/magpie_fw_dev/target/cmnos/k2_fw_cmnos_printf.c
  73. //####ECOSGPLCOPYRIGHTBEGIN####
  74. // -------------------------------------------
  75. // This file is part of eCos, the Embedded Configurable Operating System.
  76. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.
  77. // Copyright (C) 2002 Gary Thomas
  78. //
  79. // eCos is free software; you can redistribute it and/or modify it under
  80. // the terms of the GNU General Public License as published by the Free
  81. // Software Foundation; either version 2 or (at your option) any later version.
  82. //
  83. // eCos is distributed in the hope that it will be useful, but WITHOUT ANY
  84. // WARRANTY; without even the implied warranty of MERCHANTABILITY or
  85. // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
  86. // for more details.
  87. //
  88. // You should have received a copy of the GNU General Public License
  89. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  90. //
  91. // As a special exception, if other files instantiate templates or use macros
  92. // or inline functions from this file, or you compile this file and link it
  93. // with other works to produce a work based on this file, this file does not
  94. // by itself cause the resulting work to be covered by the GNU General Public
  95. // License. However the source code for this file must still be made available
  96. // in accordance with section (3) of the GNU General Public License.
  97. //
  98. // This exception does not invalidate any other reasons why a work based on
  99. // this file might be covered by the GNU General Public License.
  100. //
  101. // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc.
  102. // at http://sources.redhat.com/ecos/ecos-license/
  103. // -------------------------------------------
  104. //####ECOSGPLCOPYRIGHTEND####
  105. ----
  106. Some of the source code is sourced from Tensilica, Inc.
  107. Although most of the files fall under the MIT licence, some of the source
  108. files generated as part of the system development have a proprietary
  109. Tensilica licence.
  110. With permission from Tensilica, Inc, these files have been relicenced
  111. under the following licence:
  112. /*
  113. * Copyright (c) 2013 Tensilica Inc.
  114. *
  115. * Permission is hereby granted, free of charge, to any person obtaining
  116. * a copy of this software and associated documentation files (the
  117. * "Software"), to deal in the Software without restriction, including
  118. * without limitation the rights to use, copy, modify, merge, publish,
  119. * distribute, sublicense, and/or sell copies of the Software, and to
  120. * permit persons to whom the Software is furnished to do so, subject to
  121. * the following conditions:
  122. *
  123. * The above copyright notice and this permission notice shall be included
  124. * in all copies or substantial portions of the Software.
  125. *
  126. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  127. * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  128. * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  129. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  130. * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  131. * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  132. * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  133. */