Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/AnonR/smanonr..../lib/firmware/ath11k/IPQ8074/hw2.0
File: Notice.txt
This Notice.txt file contains certain notices of software components
[0] Fix | Delete
included with the software that Qualcomm Atheros, Inc. (“Qualcomm
[1] Fix | Delete
Atheros”) is required to provide you. Except where prohibited by the
[2] Fix | Delete
open source license, the content of this notices file is only provided
[3] Fix | Delete
to satisfy Qualcomm Atheros's attribution and notice requirement; your
[4] Fix | Delete
use of these software components together with the Qualcomm Atheros
[5] Fix | Delete
software (Qualcomm Atheros software hereinafter referred to as
[6] Fix | Delete
“Software”) is subject to the terms of your agreement from Qualcomm
[7] Fix | Delete
Atheros. Compliance with all copyright laws and software license
[8] Fix | Delete
agreements included in the notice section of this file are the
[9] Fix | Delete
responsibility of the user. Except as may be granted by separate
[10] Fix | Delete
express written agreement, this file provides no license to any
[11] Fix | Delete
patents, trademarks, copyrights, or other intellectual property of
[12] Fix | Delete
Qualcomm Incorporated or any of its subsidiaries.
[13] Fix | Delete
[14] Fix | Delete
Qualcomm is a trademark of Qualcomm Incorporated, registered in the
[15] Fix | Delete
United States and other countries. All Qualcomm Incorporated
[16] Fix | Delete
trademarks are used with permission. Other products and brand names
[17] Fix | Delete
may be trademarks or registered trademarks of their respective owners.
[18] Fix | Delete
[19] Fix | Delete
================================================================================
[20] Fix | Delete
[21] Fix | Delete
File: mywpa_common.h
[22] Fix | Delete
[23] Fix | Delete
/*
[24] Fix | Delete
* WPA definitions shared between hostapd and wpa_supplicant
[25] Fix | Delete
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
[26] Fix | Delete
*
[27] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[28] Fix | Delete
* See README for more details.
[29] Fix | Delete
*/
[30] Fix | Delete
[31] Fix | Delete
================================================================================
[32] Fix | Delete
[33] Fix | Delete
File: fils.c
[34] Fix | Delete
[35] Fix | Delete
/* WPA/RSN - Shared functions for supplicant and authenticator
[36] Fix | Delete
* EAP common peer/server definitions
[37] Fix | Delete
* EAP peer state machines (RFC 4137)
[38] Fix | Delete
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
[39] Fix | Delete
*
[40] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[41] Fix | Delete
* See README for more details.
[42] Fix | Delete
*/
[43] Fix | Delete
[44] Fix | Delete
================================================================================
[45] Fix | Delete
[46] Fix | Delete
File: fils.h
[47] Fix | Delete
[48] Fix | Delete
/* WPA/RSN - Shared functions for supplicant and authenticator
[49] Fix | Delete
* EAP common peer/server definitions
[50] Fix | Delete
* EAP peer state machines (RFC 4137)
[51] Fix | Delete
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
[52] Fix | Delete
*
[53] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[54] Fix | Delete
* See README for more details.
[55] Fix | Delete
*/
[56] Fix | Delete
[57] Fix | Delete
================================================================================
[58] Fix | Delete
[59] Fix | Delete
File: mywpa_common.c
[60] Fix | Delete
[61] Fix | Delete
/*
[62] Fix | Delete
* WPA/RSN - Shared functions for supplicant and authenticator
[63] Fix | Delete
* Copyright (c) 2002-2018, Jouni Malinen <j@w1.fi>
[64] Fix | Delete
*
[65] Fix | Delete
* This software may be distributed under the terms of the BSD license.
[66] Fix | Delete
* See README for more details.
[67] Fix | Delete
*/
[68] Fix | Delete
[69] Fix | Delete
================================================================================
[70] Fix | Delete
[71] Fix | Delete
File: aes_wrap.h
[72] Fix | Delete
[73] Fix | Delete
/*
[74] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[75] Fix | Delete
* 2011 Qualcomm Atheros, Inc.
[76] Fix | Delete
* All Rights Reserved.
[77] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[78] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[79] Fix | Delete
*/
[80] Fix | Delete
/*
[81] Fix | Delete
* For this file, which was received with alternative licensing options for
[82] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[83] Fix | Delete
*/
[84] Fix | Delete
[85] Fix | Delete
/*
[86] Fix | Delete
* AES-based functions
[87] Fix | Delete
*
[88] Fix | Delete
*
[89] Fix | Delete
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
[90] Fix | Delete
* - One-Key CBC MAC (OMAC1) hash with AES-128
[91] Fix | Delete
* - AES-128 CTR mode encryption
[92] Fix | Delete
* - AES-128 EAX mode encryption/decryption
[93] Fix | Delete
* - AES-128 CBC
[94] Fix | Delete
*
[95] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[96] Fix | Delete
*
[97] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[98] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[99] Fix | Delete
* published by the Free Software Foundation.
[100] Fix | Delete
*
[101] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[102] Fix | Delete
* license.
[103] Fix | Delete
*
[104] Fix | Delete
* See README and COPYING for more details.
[105] Fix | Delete
*/
[106] Fix | Delete
[107] Fix | Delete
================================================================================
[108] Fix | Delete
[109] Fix | Delete
File: aes_wrap.c
[110] Fix | Delete
[111] Fix | Delete
/*
[112] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[113] Fix | Delete
* 2011 Qualcomm Atheros, Inc.
[114] Fix | Delete
* All Rights Reserved.
[115] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[116] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[117] Fix | Delete
*/
[118] Fix | Delete
/*
[119] Fix | Delete
* For this file, which was received with alternative licensing options for
[120] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[121] Fix | Delete
*/
[122] Fix | Delete
[123] Fix | Delete
/*
[124] Fix | Delete
* AES-based functions
[125] Fix | Delete
*
[126] Fix | Delete
*
[127] Fix | Delete
* - AES Key Wrap Algorithm (128-bit KEK) (RFC3394)
[128] Fix | Delete
* - One-Key CBC MAC (OMAC1) hash with AES-128
[129] Fix | Delete
* - AES-128 CTR mode encryption
[130] Fix | Delete
* - AES-128 EAX mode encryption/decryption
[131] Fix | Delete
* - AES-128 CBC
[132] Fix | Delete
*
[133] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[134] Fix | Delete
*
[135] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[136] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[137] Fix | Delete
* published by the Free Software Foundation.
[138] Fix | Delete
*
[139] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[140] Fix | Delete
* license.
[141] Fix | Delete
*
[142] Fix | Delete
* See README and COPYING for more details.
[143] Fix | Delete
*/
[144] Fix | Delete
================================================================================
[145] Fix | Delete
[146] Fix | Delete
File: sha1.h
[147] Fix | Delete
[148] Fix | Delete
/*
[149] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[150] Fix | Delete
* 2011 Qualcomm Atheros, Inc.
[151] Fix | Delete
* All Rights Reserved.
[152] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[153] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[154] Fix | Delete
*/
[155] Fix | Delete
/*
[156] Fix | Delete
* For this file, which was received with alternative licensing options for
[157] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[158] Fix | Delete
*/
[159] Fix | Delete
[160] Fix | Delete
/*
[161] Fix | Delete
* SHA1 hash implementation and interface functions
[162] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[163] Fix | Delete
*
[164] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[165] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[166] Fix | Delete
* published by the Free Software Foundation.
[167] Fix | Delete
*
[168] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[169] Fix | Delete
* license.
[170] Fix | Delete
*
[171] Fix | Delete
* See README and COPYING for more details.
[172] Fix | Delete
*/
[173] Fix | Delete
[174] Fix | Delete
================================================================================
[175] Fix | Delete
[176] Fix | Delete
File: sha1.c
[177] Fix | Delete
[178] Fix | Delete
/*
[179] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[180] Fix | Delete
* 2011 Qualcomm Atheros, Inc.
[181] Fix | Delete
* All Rights Reserved.
[182] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[183] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[184] Fix | Delete
*/
[185] Fix | Delete
/*
[186] Fix | Delete
* For this file, which was received with alternative licensing options for
[187] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[188] Fix | Delete
*/
[189] Fix | Delete
[190] Fix | Delete
/*
[191] Fix | Delete
* SHA1 hash implementation and interface functions
[192] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[193] Fix | Delete
*
[194] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[195] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[196] Fix | Delete
* published by the Free Software Foundation.
[197] Fix | Delete
*
[198] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[199] Fix | Delete
* license.
[200] Fix | Delete
*
[201] Fix | Delete
* See README and COPYING for more details.
[202] Fix | Delete
*/
[203] Fix | Delete
[204] Fix | Delete
================================================================================
[205] Fix | Delete
[206] Fix | Delete
File: crypto.h
[207] Fix | Delete
[208] Fix | Delete
/*
[209] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[210] Fix | Delete
* 2011 Qualcomm Atheros, Inc.
[211] Fix | Delete
* All Rights Reserved.
[212] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[213] Fix | Delete
* Notifications and licenses are retained for attribution purposes only.
[214] Fix | Delete
*/
[215] Fix | Delete
/*
[216] Fix | Delete
* For this file, which was received with alternative licensing options for
[217] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[218] Fix | Delete
*/
[219] Fix | Delete
[220] Fix | Delete
/*
[221] Fix | Delete
* WPA Supplicant / wrapper functions for crypto libraries
[222] Fix | Delete
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[223] Fix | Delete
*
[224] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[225] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[226] Fix | Delete
* published by the Free Software Foundation.
[227] Fix | Delete
*
[228] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[229] Fix | Delete
* license.
[230] Fix | Delete
*
[231] Fix | Delete
* See README and COPYING for more details.
[232] Fix | Delete
*
[233] Fix | Delete
* This file defines the cryptographic functions that need to be implemented
[234] Fix | Delete
* for wpa_supplicant and hostapd. When TLS is not used, internal
[235] Fix | Delete
* implementation of MD5, SHA1, and AES is used and no external libraries are
[236] Fix | Delete
* required. When TLS is enabled (e.g., by enabling EAP-TLS or EAP-PEAP), the
[237] Fix | Delete
* crypto library used by the TLS implementation is expected to be used for
[238] Fix | Delete
* non-TLS needs, too, in order to save space by not implementing these
[239] Fix | Delete
* functions twice.
[240] Fix | Delete
*
[241] Fix | Delete
* Wrapper code for using each crypto library is in its own file (crypto*.c)
[242] Fix | Delete
* and one of these files is build and linked in to provide the functions
[243] Fix | Delete
* defined here.
[244] Fix | Delete
*/
[245] Fix | Delete
[246] Fix | Delete
================================================================================
[247] Fix | Delete
[248] Fix | Delete
File: suppl_auth_api.h
[249] Fix | Delete
[250] Fix | Delete
/*
[251] Fix | Delete
* For this file, which was received with alternative licensing options for
[252] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[253] Fix | Delete
*/
[254] Fix | Delete
[255] Fix | Delete
/*
[256] Fix | Delete
* WPA Supplicant - Common definitions
[257] Fix | Delete
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[258] Fix | Delete
*
[259] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[260] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[261] Fix | Delete
* published by the Free Software Foundation.
[262] Fix | Delete
*
[263] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[264] Fix | Delete
* license.
[265] Fix | Delete
*
[266] Fix | Delete
* See README and COPYING for more details.
[267] Fix | Delete
*/
[268] Fix | Delete
[269] Fix | Delete
================================================================================
[270] Fix | Delete
[271] Fix | Delete
File: config.h
[272] Fix | Delete
[273] Fix | Delete
/*
[274] Fix | Delete
* For this file, which was received with alternative licensing options for
[275] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[276] Fix | Delete
*/
[277] Fix | Delete
[278] Fix | Delete
/*
[279] Fix | Delete
* WPA Supplicant / Configuration file structures
[280] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[281] Fix | Delete
*
[282] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[283] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[284] Fix | Delete
* published by the Free Software Foundation.
[285] Fix | Delete
*
[286] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[287] Fix | Delete
* license.
[288] Fix | Delete
*
[289] Fix | Delete
* See README and COPYING for more details.
[290] Fix | Delete
*/
[291] Fix | Delete
[292] Fix | Delete
================================================================================
[293] Fix | Delete
[294] Fix | Delete
File: ieee80211_defines.h
[295] Fix | Delete
[296] Fix | Delete
/*
[297] Fix | Delete
* Copyright (c) 2011 Qualcomm Technologies, Inc.
[298] Fix | Delete
* 2008-2011 Qualcomm Atheros, Inc.
[299] Fix | Delete
* All Rights Reserved.
[300] Fix | Delete
* Confidential and Proprietary - Qualcomm Technologies, Inc.
[301] Fix | Delete
* Qualcomm Atheros, Inc. has chosen to take madwifi subject to the BSD license and terms.
[302] Fix | Delete
*
[303] Fix | Delete
*/
[304] Fix | Delete
[305] Fix | Delete
================================================================================
[306] Fix | Delete
[307] Fix | Delete
File: wpa_i.h
[308] Fix | Delete
[309] Fix | Delete
/*
[310] Fix | Delete
* For this file, which was received with alternative licensing options for
[311] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[312] Fix | Delete
*/
[313] Fix | Delete
[314] Fix | Delete
/*
[315] Fix | Delete
* wpa_supplicant - Internal WPA state machine definitions
[316] Fix | Delete
* Copyright (c) 2004-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[317] Fix | Delete
*
[318] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[319] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[320] Fix | Delete
* published by the Free Software Foundation.
[321] Fix | Delete
*
[322] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[323] Fix | Delete
* license.
[324] Fix | Delete
*
[325] Fix | Delete
* See README and COPYING for more details.
[326] Fix | Delete
*/
[327] Fix | Delete
[328] Fix | Delete
================================================================================
[329] Fix | Delete
[330] Fix | Delete
File: wpa.h
[331] Fix | Delete
[332] Fix | Delete
/*
[333] Fix | Delete
* For this file, which was received with alternative licensing options for
[334] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[335] Fix | Delete
*/
[336] Fix | Delete
[337] Fix | Delete
/*
[338] Fix | Delete
* wpa_supplicant - WPA definitions
[339] Fix | Delete
* Copyright (c) 2003-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[340] Fix | Delete
*
[341] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[342] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[343] Fix | Delete
* published by the Free Software Foundation.
[344] Fix | Delete
*
[345] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[346] Fix | Delete
* license.
[347] Fix | Delete
*
[348] Fix | Delete
* See README and COPYING for more details.
[349] Fix | Delete
*/
[350] Fix | Delete
[351] Fix | Delete
================================================================================
[352] Fix | Delete
[353] Fix | Delete
File: common.h
[354] Fix | Delete
[355] Fix | Delete
/*
[356] Fix | Delete
* For this file, which was received with alternative licensing options for
[357] Fix | Delete
* distribution, Qualcomm Atheros, Inc. has selected the BSD license.
[358] Fix | Delete
*/
[359] Fix | Delete
[360] Fix | Delete
/*
[361] Fix | Delete
* wpa_supplicant/hostapd / common helper functions, etc.
[362] Fix | Delete
* Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi>
[363] Fix | Delete
*
[364] Fix | Delete
* This program is free software; you can redistribute it and/or modify
[365] Fix | Delete
* it under the terms of the GNU General Public License version 2 as
[366] Fix | Delete
* published by the Free Software Foundation.
[367] Fix | Delete
*
[368] Fix | Delete
* Alternatively, this software may be distributed under the terms of BSD
[369] Fix | Delete
* license.
[370] Fix | Delete
*
[371] Fix | Delete
* See README and COPYING for more details.
[372] Fix | Delete
*/
[373] Fix | Delete
[374] Fix | Delete
================================================================================
[375] Fix | Delete
[376] Fix | Delete
File: atomic_ops.h
[377] Fix | Delete
[378] Fix | Delete
/*
[379] Fix | Delete
* Australian Public Licence B (OZPLB)
[380] Fix | Delete
*
[381] Fix | Delete
* Version 1-0
[382] Fix | Delete
*
[383] Fix | Delete
* Copyright (c) 2007, Open Kernel Labs, Inc.
[384] Fix | Delete
*
[385] Fix | Delete
* All rights reserved.
[386] Fix | Delete
*
[387] Fix | Delete
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
[388] Fix | Delete
* National ICT Australia
[389] Fix | Delete
* http://www.ertos.nicta.com.au
[390] Fix | Delete
*
[391] Fix | Delete
* Permission is granted by National ICT Australia, free of charge, to
[392] Fix | Delete
* any person obtaining a copy of this software and any associated
[393] Fix | Delete
* documentation files (the "Software") to deal with the Software without
[394] Fix | Delete
* restriction, including (without limitation) the rights to use, copy,
[395] Fix | Delete
* modify, adapt, merge, publish, distribute, communicate to the public,
[396] Fix | Delete
* sublicense, and/or sell, lend or rent out copies of the Software, and
[397] Fix | Delete
* to permit persons to whom the Software is furnished to do so, subject
[398] Fix | Delete
* to the following conditions:
[399] Fix | Delete
*
[400] Fix | Delete
* * Redistributions of source code must retain the above copyright
[401] Fix | Delete
* notice, this list of conditions and the following disclaimers.
[402] Fix | Delete
*
[403] Fix | Delete
* * Redistributions in binary form must reproduce the above
[404] Fix | Delete
* copyright notice, this list of conditions and the following
[405] Fix | Delete
* disclaimers in the documentation and/or other materials provided
[406] Fix | Delete
* with the distribution.
[407] Fix | Delete
*
[408] Fix | Delete
* * Neither the name of National ICT Australia, nor the names of its
[409] Fix | Delete
* contributors, may be used to endorse or promote products derived
[410] Fix | Delete
* from this Software without specific prior written permission.
[411] Fix | Delete
*
[412] Fix | Delete
* EXCEPT AS EXPRESSLY STATED IN THIS LICENCE AND TO THE FULL EXTENT
[413] Fix | Delete
* PERMITTED BY APPLICABLE LAW, THE SOFTWARE IS PROVIDED "AS-IS", AND
[414] Fix | Delete
* NATIONAL ICT AUSTRALIA AND ITS CONTRIBUTORS MAKE NO REPRESENTATIONS,
[415] Fix | Delete
* WARRANTIES OR CONDITIONS OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
[416] Fix | Delete
* BUT NOT LIMITED TO ANY REPRESENTATIONS, WARRANTIES OR CONDITIONS
[417] Fix | Delete
* REGARDING THE CONTENTS OR ACCURACY OF THE SOFTWARE, OR OF TITLE,
[418] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT,
[419] Fix | Delete
* THE ABSENCE OF LATENT OR OTHER DEFECTS, OR THE PRESENCE OR ABSENCE OF
[420] Fix | Delete
* ERRORS, WHETHER OR NOT DISCOVERABLE.
[421] Fix | Delete
*
[422] Fix | Delete
* TO THE FULL EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
[423] Fix | Delete
* NATIONAL ICT AUSTRALIA OR ITS CONTRIBUTORS BE LIABLE ON ANY LEGAL
[424] Fix | Delete
* THEORY (INCLUDING, WITHOUT LIMITATION, IN AN ACTION OF CONTRACT,
[425] Fix | Delete
* NEGLIGENCE OR OTHERWISE) FOR ANY CLAIM, LOSS, DAMAGES OR OTHER
[426] Fix | Delete
* LIABILITY, INCLUDING (WITHOUT LIMITATION) LOSS OF PRODUCTION OR
[427] Fix | Delete
* OPERATION TIME, LOSS, DAMAGE OR CORRUPTION OF DATA OR RECORDS; OR LOSS
[428] Fix | Delete
* OF ANTICIPATED SAVINGS, OPPORTUNITY, REVENUE, PROFIT OR GOODWILL, OR
[429] Fix | Delete
* OTHER ECONOMIC LOSS; OR ANY SPECIAL, INCIDENTAL, INDIRECT,
[430] Fix | Delete
* CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES, ARISING OUT OF OR IN
[431] Fix | Delete
* CONNECTION WITH THIS LICENCE, THE SOFTWARE OR THE USE OF OR OTHER
[432] Fix | Delete
* DEALINGS WITH THE SOFTWARE, EVEN IF NATIONAL ICT AUSTRALIA OR ITS
[433] Fix | Delete
* CONTRIBUTORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH CLAIM, LOSS,
[434] Fix | Delete
* DAMAGES OR OTHER LIABILITY.
[435] Fix | Delete
*
[436] Fix | Delete
* If applicable legislation implies representations, warranties, or
[437] Fix | Delete
* conditions, or imposes obligations or liability on National ICT
[438] Fix | Delete
* Australia or one of its contributors in respect of the Software that
[439] Fix | Delete
* cannot be wholly or partly excluded, restricted or modified, the
[440] Fix | Delete
* liability of National ICT Australia or the contributor is limited, to
[441] Fix | Delete
* the full extent permitted by the applicable legislation, at its
[442] Fix | Delete
* option, to:
[443] Fix | Delete
* a. in the case of goods, any one or more of the following:
[444] Fix | Delete
* i. the replacement of the goods or the supply of equivalent goods;
[445] Fix | Delete
* ii. the repair of the goods;
[446] Fix | Delete
* iii. the payment of the cost of replacing the goods or of acquiring
[447] Fix | Delete
* equivalent goods;
[448] Fix | Delete
* iv. the payment of the cost of having the goods repaired; or
[449] Fix | Delete
* b. in the case of services:
[450] Fix | Delete
* i. the supplying of the services again; or
[451] Fix | Delete
* ii. the payment of the cost of having the services supplied again.
[452] Fix | Delete
*
[453] Fix | Delete
* The construction, validity and performance of this licence is governed
[454] Fix | Delete
* by the laws in force in New South Wales, Australia.
[455] Fix | Delete
*/
[456] Fix | Delete
/*
[457] Fix | Delete
* Author: Malcolm Purvis <malcolmp@ok-labs.com>
[458] Fix | Delete
* Author: Carlos Dyonisio <medaglia@ok-labs.com>
[459] Fix | Delete
*/
[460] Fix | Delete
[461] Fix | Delete
================================================================================
[462] Fix | Delete
[463] Fix | Delete
File: qurt_atomic_ops.h
[464] Fix | Delete
[465] Fix | Delete
/*
[466] Fix | Delete
* Australian Public Licence B (OZPLB)
[467] Fix | Delete
*
[468] Fix | Delete
* Version 1-0
[469] Fix | Delete
*
[470] Fix | Delete
* Copyright (c) 2007, Open Kernel Labs, Inc.
[471] Fix | Delete
*
[472] Fix | Delete
* All rights reserved.
[473] Fix | Delete
*
[474] Fix | Delete
* Developed by: Embedded, Real-time and Operating Systems Program (ERTOS)
[475] Fix | Delete
* National ICT Australia
[476] Fix | Delete
* http://www.ertos.nicta.com.au
[477] Fix | Delete
*
[478] Fix | Delete
* Permission is granted by National ICT Australia, free of charge, to
[479] Fix | Delete
* any person obtaining a copy of this software and any associated
[480] Fix | Delete
* documentation files (the "Software") to deal with the Software without
[481] Fix | Delete
* restriction, including (without limitation) the rights to use, copy,
[482] Fix | Delete
* modify, adapt, merge, publish, distribute, communicate to the public,
[483] Fix | Delete
* sublicense, and/or sell, lend or rent out copies of the Software, and
[484] Fix | Delete
* to permit persons to whom the Software is furnished to do so, subject
[485] Fix | Delete
* to the following conditions:
[486] Fix | Delete
*
[487] Fix | Delete
* * Redistributions of source code must retain the above copyright
[488] Fix | Delete
* notice, this list of conditions and the following disclaimers.
[489] Fix | Delete
*
[490] Fix | Delete
* * Redistributions in binary form must reproduce the above
[491] Fix | Delete
* copyright notice, this list of conditions and the following
[492] Fix | Delete
* disclaimers in the documentation and/or other materials provided
[493] Fix | Delete
* with the distribution.
[494] Fix | Delete
*
[495] Fix | Delete
* * Neither the name of National ICT Australia, nor the names of its
[496] Fix | Delete
* contributors, may be used to endorse or promote products derived
[497] Fix | Delete
* from this Software without specific prior written permission.
[498] Fix | Delete
*
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function