1============================================================================= 2============================================================================= 3This Notice.txt file contains certain notices of software components included with the software that 4Qualcomm Atheros, Inc. (“Qualcomm Atheros”) is required to provide you. 5Except where prohibited by the open source license, the content of this notices file is 6only provided to satisfy Qualcomm Atheros's attribution and notice requirement; 7your use of these software components together with the Qualcomm Atheros software 8(Qualcomm Atheros software hereinafter referred to as “Software”) is subject to the 9terms of your agreement from Qualcomm Atheros. Compliance with all copyright laws and 10software license agreements included in the notice section of this file are 11the responsibility of the user. Except as may be granted by separate express written agreement, 12this file provides no license to any patents, 13trademarks, copyrights, or other intellectual property of Qualcomm Incorporated or any of its subsidiaries. 14Copyright (c) 2015 Qualcomm Atheros, Inc. All rights reserved. 15Qualcomm is a trademark of Qualcomm Incorporated, registered in the United States and other countries. 16All Qualcomm Incorporated trademarks are used with permission. 17Atheros is a trademark of Qualcomm Atheros, Inc., registered in the United States and other countries. 18Other products and brand names may be trademarks or registered trademarks of their respective owners. 19 20============================================================================= 21 22NOTICES: 23 24============================================================================= 25 26============================================================================================================================== 27 28 29/* 30 * Copyright (c) 2012 Qualcomm Atheros, Inc. 31 * All Rights Reserved. 32 * Qualcomm Atheros Confidential and Proprietary. 33 */ 34//- 35// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting 36// All rights reserved. 37// $ATH_LICENSE_NULL$ 38// 39// Redistribution and use in source and binary forms, with or without 40// modification, are permitted provided that the following conditions 41// are met: 42// 1. Redistributions of source code must retain the above copyright 43// notice, this list of conditions and the following disclaimer, 44// without modification. 45// 2. Redistributions in binary form must reproduce at minimum a disclaimer 46// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any 47// redistribution must be conditioned upon including a substantially 48// similar Disclaimer requirement for further binary redistribution. 49// 3. Neither the names of the above-listed copyright holders nor the names 50// of any contributors may be used to endorse or promote products derived 51// from this software without specific prior written permission. 52// 53// Alternatively, this software may be distributed under the terms of the 54// GNU General Public License ("GPL") version 2 as published by the Free 55// Software Foundation. 56// 57// NO WARRANTY 58// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 59// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 60// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY 61// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 62// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, 63// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 64// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 65// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 66// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 67// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 68// THE POSSIBILITY OF SUCH DAMAGES. 69// 70// $Id: //depot/sw/qca_main/components/wlan/qca-wifi-fw/1.0/drivers/target/src/wlan/proto/include/if_llc.h#2 $ 71// $NetBSD: if_llc.h,v 1.12 1999/11/19 20:41:19 thorpej Exp $ 72// $Id: //depot/sw/qca_main/components/wlan/qca-wifi-fw/1.0/drivers/target/src/wlan/proto/include/if_llc.h#2 $ 73// 74 75/* 76 * Copyright (c) 1988, 1993 77 * The Regents of the University of California. All rights reserved. 78 * 79 * Redistribution and use in source and binary forms, with or without 80 * modification, are permitted provided that the following conditions 81 * are met: 82 * 1. Redistributions of source code must retain the above copyright 83 * notice, this list of conditions and the following disclaimer. 84 * 2. Redistributions in binary form must reproduce the above copyright 85 * notice, this list of conditions and the following disclaimer in the 86 * documentation and/or other materials provided with the distribution. 87 * 3. All advertising materials mentioning features or use of this software 88 * must display the following acknowledgement: 89 * This product includes software developed by the University of 90 * California, Berkeley and its contributors. 91 * 4. Neither the name of the University nor the names of its contributors 92 * may be used to endorse or promote products derived from this software 93 * without specific prior written permission. 94 * 95 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 96 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 97 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 98 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 99 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 100 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 101 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 102 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 103 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 104 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 105 * SUCH DAMAGE. 106 * 107 * @(#)if_llc.h 8.1 (Berkeley) 6/10/93 108 * $FreeBSD: src/sys/net/if_llc.h,v 1.9 2002/09/23 06:25:08 alfred Exp $ 109 */ 110 111For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 112 113wlan/protocol/src/include/if_llc.h#1 114 115======================================================================================================================================== 116/* 117 * Copyright (c) 2012 Qualcomm Atheros, Inc. 118 * All Rights Reserved. 119 * Qualcomm Atheros Confidential and Proprietary. 120 */ 121//- 122// Copyright (c) 2002-2004 Sam Leffler, Errno Consulting 123// All rights reserved. 124// $ATH_LICENSE_NULL$ 125// 126// Redistribution and use in source and binary forms, with or without 127// modification, are permitted provided that the following conditions 128// are met: 129// 1. Redistributions of source code must retain the above copyright 130// notice, this list of conditions and the following disclaimer, 131// without modification. 132// 2. Redistributions in binary form must reproduce at minimum a disclaimer 133// similar to the "NO WARRANTY" disclaimer below ("Disclaimer") and any 134// redistribution must be conditioned upon including a substantially 135// similar Disclaimer requirement for further binary redistribution. 136// 3. Neither the names of the above-listed copyright holders nor the names 137// of any contributors may be used to endorse or promote products derived 138// from this software without specific prior written permission. 139// 140// Alternatively, this software may be distributed under the terms of the 141// GNU General Public License ("GPL") version 2 as published by the Free 142// Software Foundation. 143// 144// NO WARRANTY 145// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 146// ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 147// LIMITED TO, THE IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTIBILITY 148// AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 149// THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, 150// OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 151// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 152// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 153// IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 154// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 155// THE POSSIBILITY OF SUCH DAMAGES. 156// 157// 158 159For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 160 161wlan/protocol/include/if_ethersubr.h#1 162 163 164======================================================================================================================================== 165 166// Copyright (c) 2003-2006 Marcus Geelnard 167// 168// This software is provided 'as-is', without any express or implied 169// warranty. In no event will the authors be held liable for any damages 170// arising from the use of this software. 171// 172// Permission is granted to anyone to use this software for any purpose, 173// including commercial applications, and to alter it and redistribute it 174// freely, subject to the following restrictions: 175// 176// 1. The origin of this software must not be misrepresented; you must not 177// claim that you wrote the original software. If you use this software 178// in a product, an acknowledgment in the product documentation would 179// be appreciated but is not required. 180// 181// 2. Altered source versions must be plainly marked as such, and must not 182// be misrepresented as being the original software. 183// 184// 3. This notice may not be removed or altered from any source 185// distribution. 186// 187// Marcus Geelnard 188// marcus.geelnard at home.se 189// 190 191 192wlan/protocol/support/lz77/lz.h#1 193wlan/protocol/support/lz77/lz.c#1 194 195 196======================================================================================================================================== 197 198 199/* 200 * Copyright (c) 2011 Qualcomm Atheros, Inc. 201 * All Rights Reserved. 202 * Qualcomm Atheros Confidential and Proprietary. 203 * $ATH_LICENSE_NULL$ 204 */ 205 206// Copyright (c) 2003-2006 Marcus Geelnard 207// Copyright (c) 2006-2007 Atheros Communications Inc. 208// $ATH_LICENSE_NULL$ 209// This software is provided 'as-is', without any express or implied 210// warranty. In no event will the authors be held liable for any damages 211// arising from the use of this software. 212// 213// Permission is granted to anyone to use this software for any purpose, 214// including commercial applications, and to alter it and redistribute it 215// freely, subject to the following restrictions: 216// 217// 1. The origin of this software must not be misrepresented; you must not 218// claim that you wrote the original software. If you use this software 219// in a product, an acknowledgment in the product documentation would 220// be appreciated but is not required. 221// 222// 2. Altered source versions must be plainly marked as such, and must not 223// be misrepresented as being the original software. 224// 225// 3. This notice may not be removed or altered from any source 226// distribution. 227// 228// Marcus Geelnard 229// marcus.geelnard at home.se 230// 231 232wlan/mac_core/tests/serflash/flashprog/uncompr.c#1 233 234 235======================================================================================================================================== 236 237// 238// Copyright (c) 1991, 1993 239// The Regents of the University of California. All rights reserved. 240// $ATH_LICENSE_NULL$ 241// 242// Redistribution and use in source and binary forms, with or without 243// modification, are permitted provided that the following conditions 244// are met: 245// 1. Redistributions of source code must retain the above copyright 246// notice, this list of conditions and the following disclaimer. 247// 2. Redistributions in binary form must reproduce the above copyright 248// notice, this list of conditions and the following disclaimer in the 249// documentation and/or other materials provided with the distribution. 250// 3. All advertising materials mentioning features or use of this software 251// must display the following acknowledgement: 252// This product includes software developed by the University of 253// California, Berkeley and its contributors. 254// 4. Neither the name of the University nor the names of its contributors 255// may be used to endorse or promote products derived from this software 256// without specific prior written permission. 257// 258// THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 259// ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 260// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 261// ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 262// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 263// DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 264// OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 265// HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 266// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 267// OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 268// SUCH DAMAGE. 269// 270// @(#)queue.h 8.5 (Berkeley) 8/20/94 271// $FreeBSD: src/sys/sys/queue.h,v 1.58 2004/04/07 04:19:49 imp Exp $ 272// 273 274wlan/include/queue.h#1 275 276======================================================================================================================================== 277/* 278 * SHA1 hash implementation and interface functions 279 * Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> 280 * 281 * This program is free software; you can redistribute it and/or modify 282 * it under the terms of the GNU General Public License version 2 as 283 * published by the Free Software Foundation. 284 * 285 * Alternatively, this software may be distributed under the terms of BSD 286 * license. 287 * 288 * See README and COPYING for more details. 289 */ 290 291wlan/mac_core/include/sha1.h 292wlan/mac_core/romexport/AR900B/hw.1/include/sha1.h 293wlan/mac_core/romexport/AR900B/hw.2/include/sha1.h 294 295For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 296 297======================================================================================================================================== 298 299/* 300 * FILE: sha2.h 301 * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ 302 * 303 * Copyright (c) 2000-2001, Aaron D. Gifford 304 * All rights reserved. 305 * 306 * Redistribution and use in source and binary forms, with or without 307 * modification, are permitted provided that the following conditions 308 * are met: 309 * 1. Redistributions of source code must retain the above copyright 310 * notice, this list of conditions and the following disclaimer. 311 * 2. Redistributions in binary form must reproduce the above copyright 312 * notice, this list of conditions and the following disclaimer in the 313 * documentation and/or other materials provided with the distribution. 314 * 3. Neither the name of the copyright holder nor the names of contributors 315 * may be used to endorse or promote products derived from this software 316 * without specific prior written permission. 317 * 318 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTOR(S) ``AS IS'' AND 319 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 320 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 321 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTOR(S) BE LIABLE 322 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 323 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 324 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 325 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 326 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 327 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 328 * SUCH DAMAGE. 329 * 330 * $Id: //depot/sw/branches/qca_rome_main/perf_pwr_offload/drivers/target/include/sha2.h#1 $ 331 */ 332 333wlan/mac_core/romexport/AR900B/hw.1/include/sha2.h 334wlan/mac_core/romexport/AR900B/hw.2/include/sha2.h 335 336======================================================================================================================================== 337 338/* 339 * AES-based functions 340 * 341 * 342 * - AES Key Wrap Algorithm (128-bit KEK) (RFC3394) 343 * - One-Key CBC MAC (OMAC1) hash with AES-128 344 * - AES-128 CTR mode encryption 345 * - AES-128 EAX mode encryption/decryption 346 * - AES-128 CBC 347 * 348 * Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> 349 * 350 * This program is free software; you can redistribute it and/or modify 351 * it under the terms of the GNU General Public License version 2 as 352 * published by the Free Software Foundation. 353 * 354 * Alternatively, this software may be distributed under the terms of BSD 355 * license. 356 * 357 * See README and COPYING for more details. 358 */ 359 360wlan/mac_core/include/aes_wrap.h 361wlan/mac_core/romexport/AR900B/hw.1/include/aes_wrap.h 362wlan/mac_core/romexport/AR900B/hw.2/include/aes_wrap.h 363 364For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 365 366======================================================================================================================================== 367 368/* 369 * MD5 hash implementation and interface functions 370 * Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi> 371 * 372 * This program is free software; you can redistribute it and/or modify 373 * it under the terms of the GNU General Public License version 2 as 374 * published by the Free Software Foundation. 375 * 376 * Alternatively, this software may be distributed under the terms of BSD 377 * license. 378 * 379 * See README and COPYING for more details. 380 */ 381 382wlan/mac_core/romexport/AR900B/hw.1/include/md5.h 383wlan/mac_core/romexport/AR900B/hw.2/include/md5.h 384 385For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 386 387 388======================================================================================================================================== 389 390/* 391 * Common helper macros, etc. 392 * Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi> 393 * 394 * This program is free software; you can redistribute it and/or modify 395 * it under the terms of the GNU General Public License version 2 as 396 * published by the Free Software Foundation. 397 * 398 * Alternatively, this software may be distributed under the terms of BSD 399 * license. 400 * 401 */ 402 403wlan/mac_core/romexport/AR900B/hw.1/include/seccommon.h 404wlan/mac_core/romexport/AR900B/hw.2/include/seccommon.h 405 406For all files with the above-mentioned dual-license, QCA chooses to receive subject to the BSD license. 407 408======================================================================================================================================== 409 410 411/* 412 * Copyright (c) 1998 The NetBSD Foundation, Inc. 413 * All rights reserved. 414 * 415 * This code is derived from software contributed to The NetBSD Foundation 416 * by Lennart Augustsson (lennart@augustsson.net) at 417 * Carlstedt Research & Technology. 418 * 419 * Redistribution and use in source and binary forms, with or without 420 * modification, are permitted provided that the following conditions 421 * are met: 422 * 1. Redistributions of source code must retain the above copyright 423 * notice, this list of conditions and the following disclaimer. 424 * 2. Redistributions in binary form must reproduce the above copyright 425 * notice, this list of conditions and the following disclaimer in the 426 * documentation and/or other materials provided with the distribution. 427 * 3. All advertising materials mentioning features or use of this software 428 * must display the following acknowledgement: 429 * This product includes software developed by the NetBSD 430 * Foundation, Inc. and its contributors. 431 * 4. Neither the name of The NetBSD Foundation nor the names of its 432 * contributors may be used to endorse or promote products derived 433 * from this software without specific prior written permission. 434 * 435 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 436 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 437 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 438 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 439 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 440 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 441 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 442 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 443 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 444 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 445 * POSSIBILITY OF SUCH DAMAGE. 446 */ 447 448/* Modified by Synopsys, Inc, 12/12/2007 */ 449 450wlan/mac_core/include/usb.h 451wlan/mac_core/romexport/AR900B/hw.1/include/usb.h 452wlan/mac_core/romexport/AR900B/hw.2/include/usb.h 453 454======================================================================================================================================== 455 456/* ========================================================================== 457 * 458 * Synopsys SS USB3 Linux Software Driver and documentation (hereinafter, 459 * "Software") is an Unsupported proprietary work of Synopsys, Inc. unless 460 * otherwise expressly agreed to in writing between Synopsys and you. 461 * 462 * The Software IS NOT an item of Licensed Software or Licensed Product under 463 * any End User Software License Agreement or Agreement for Licensed Product 464 * with Synopsys or any supplement thereto. You are permitted to use and 465 * redistribute this Software in source and binary forms, with or without 466 * modification, provided that redistributions of source code must retain this 467 * notice. You may not view, use, disclose, copy or distribute this file or 468 * any information contained herein except pursuant to this license grant from 469 * Synopsys. If you do not agree with this notice, including the disclaimer 470 * below, then you are not authorized to use the Software. 471 * 472 * THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS 473 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 474 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 475 * ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS BE LIABLE FOR ANY DIRECT, 476 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 477 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 478 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 479 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 480 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 481 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 482 * DAMAGE. 483 * ========================================================================== */ 484 485wlan/mac_core/include/cil.h 486wlan/mac_core/romexport/AR900B/hw.1/include/cil.h 487wlan/mac_core/romexport/AR900B/hw.2/include/cil.h 488wlan/mac_core/include/dev.h 489wlan/mac_core/romexport/AR900B/hw.1/include/dev.h 490wlan/mac_core/romexport/AR900B/hw.2/include/dev.h 491wlan/mac_core/include/os_dev.h 492wlan/mac_core/romexport/AR900B/hw.1/include/os_dev.h 493wlan/mac_core/romexport/AR900B/hw.2/include/os_dev.h 494wlan/mac_core/include/usb3_hw.h 495wlan/mac_core/romexport/AR900B/hw.1/include/usb3_hw.h 496wlan/mac_core/romexport/AR900B/hw.2/include/usb3_hw.h 497wlan/mac_core/include/pcd.h 498wlan/mac_core/romexport/AR900B/hw.1/include/pcd.h 499wlan/mac_core/romexport/AR900B/hw.2/include/pcd.h 500 501======================================================================================================================================== 502 503/* 504 * $Header: //source/qcom/qct/core/api/kernel/main/latest/libstd/stringl/stringl.h#13 $ 505 * $DateTime: 2013/07/24 11:35:54 $ 506 */ 507 508/* $OpenBSD: string.h,v 1.17 2006/01/06 18:53:04 millert Exp $ */ 509/* $NetBSD: string.h,v 1.6 1994/10/26 00:56:30 cgd Exp $ */ 510 511/*- 512 * Copyright (c) 1990 The Regents of the University of California. 513 * All rights reserved. 514 * 515 * Redistribution and use in source and binary forms, with or without 516 * modification, are permitted provided that the following conditions 517 * are met: 518 * 1. Redistributions of source code must retain the above copyright 519 * notice, this list of conditions and the following disclaimer. 520 * 2. Redistributions in binary form must reproduce the above copyright 521 * notice, this list of conditions and the following disclaimer in the 522 * documentation and/or other materials provided with the distribution. 523 * 3. Neither the name of the University nor the names of its contributors 524 * may be used to endorse or promote products derived from this software 525 * without specific prior written permission. 526 * 527 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 528 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 529 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 530 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 531 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 532 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 533 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 534 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 535 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 536 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 537 * SUCH DAMAGE. 538 * 539 * @(#)string.h 5.10 (Berkeley) 3/9/91 540 */ 541 542wlan/protocol/support/bin2srec/include/stringl/stringl.h 543 544======================================================================================================================================== 545 546/* 547 * $Header: //source/qcom/qct/core/kernel/libstd/main/latest/src/strlcpy.c#1 $ 548 * $DateTime: 2011/01/07 17:50:19 $ 549 */ 550 551/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */ 552 553/* 554 * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> 555 * 556 * Permission to use, copy, modify, and distribute this software for any 557 * purpose with or without fee is hereby granted, provided that the above 558 * copyright notice and this permission notice appear in all copies. 559 * 560 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 561 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 562 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 563 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 564 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 565 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 566 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 567 */ 568 569wlan/protocol/support/bin2srec/strlcpy.c 570 571====================================================================================================================================== 572