Skip to content

Commit bc4ead5

Browse files
Adding ON Semiconductor copyright notice.
1 parent 2dc3806 commit bc4ead5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+673
-227
lines changed

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/NCS36510.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**************************************************************************/
22
/**
3-
* @file ARMCM3.h
3+
* @file NCS36510.h
44
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Header File
55
* for CM3 Device Series
66
* @version V1.05

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/cmsis_nvic.c

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 0.1 $
88
* $Date: 2015-11-06 $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
@@ -18,10 +24,11 @@
1824
* INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
1925
* @endinternal
2026
*
21-
* @ingroup app
27+
* @ingroup
2228
*
2329
* @details
2430
*/
31+
2532
#include <cmsis_nvic.h>
2633

2734
#define NVIC_RAM_VECTOR_ADDRESS (0x20000000) // Vectors positioned at start of RAM

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/cmsis_nvic.h

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 0.1 $
88
* $Date: 2015-11-06 $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
@@ -18,7 +24,7 @@
1824
* INCIDENTAL, OR CONSEQUENTIAL DAMAGES, FOR ANY REASON WHATSOEVER.
1925
* @endinternal
2026
*
21-
* @ingroup app
27+
* @ingroup
2228
*
2329
* @details
2430
*/

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/system_NCS36510.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**************************************************************************//**
2-
* @file system_ARMCM3.c
2+
* @file system_NCS36510.c
33
* @brief CMSIS Cortex-M3 Device System Source File
44
* for CM3 Device Series
55
* @version V1.05

hal/targets/cmsis/TARGET_ONSEMI/TARGET_NCS36510/system_NCS36510.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**************************************************************************//**
2-
* @file system_ARMCM3.h
2+
* @file system_NCS36510.h
33
* @brief CMSIS Cortex-M3 Device System Header File
44
* for CM3 Device Series
55
* @version V1.05

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/Pad.c

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
* $Rev: 2848 $
99
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
1010
******************************************************************************
11-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
12-
* ON Semiconductor is supplying this software for use with ON Semiconductor
13-
* processor based microcontrollers only.
11+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
12+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
13+
* under limited terms and conditions. The terms and conditions pertaining to the software
14+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
15+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
16+
* if applicable the software license agreement. Do not use this software and/or
17+
* documentation unless you have carefully read and you agree to the limited terms and
18+
* conditions. By using this software and/or documentation, you agree to the limited
19+
* terms and conditions.
1420
*
1521
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1622
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/PeripheralNames.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 0.1 $
88
* $Date: 2015-11-07 $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/PinNames.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 0.1 $
88
* $Date: 2015-11-06 $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/adc_sar.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Date: 2015-06-15 16:46:35 +0530 (Mon, 15 Jun 2015) $
88
* @brief Definitions and API for the SAR ADC driver.
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/adc_sar_map.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 3422 $
88
* $Date: 2015-06-09 11:01:43 +0530 (Tue, 09 Jun 2015) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/aes_map.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 2110 $
88
* $Date: 2013-07-16 20:13:03 +0530 (Tue, 16 Jul 2013) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/analogin_api.c

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev:
88
* $Date:
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/architecture.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: $
88
* $Date: $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/assert_onsemi.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 3823 $
88
* $Date: 2015-10-23 16:21:37 +0530 (Fri, 23 Oct 2015) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/char_driver.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 2607 $
88
* $Date: 2013-12-06 18:02:43 +0530 (Fri, 06 Dec 2013) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/clock.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 3414 $
88
* $Date: 2015-06-05 13:27:04 +0530 (Fri, 05 Jun 2015) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/clock_map.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 2848 $
88
* $Date: 2014-04-01 22:48:18 +0530 (Tue, 01 Apr 2014) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

hal/targets/hal/TARGET_ONSEMI/TARGET_NCS36510/crossbar.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@
77
* $Rev: 2033 $
88
* $Date: 2013-06-28 17:12:31 +0200 (Fri, 28 Jun 2013) $
99
******************************************************************************
10-
* @copyright (c) 2012 ON Semiconductor. All rights reserved.
11-
* ON Semiconductor is supplying this software for use with ON Semiconductor
12-
* processor based microcontrollers only.
10+
* Copyright 2016 Semiconductor Components Industries LLC (d/b/a “ON Semiconductor”).
11+
* All rights reserved. This software and/or documentation is licensed by ON Semiconductor
12+
* under limited terms and conditions. The terms and conditions pertaining to the software
13+
* and/or documentation are available at http://www.onsemi.com/site/pdf/ONSEMI_T&C.pdf
14+
* (“ON Semiconductor Standard Terms and Conditions of Sale, Section 8 Software”) and
15+
* if applicable the software license agreement. Do not use this software and/or
16+
* documentation unless you have carefully read and you agree to the limited terms and
17+
* conditions. By using this software and/or documentation, you agree to the limited
18+
* terms and conditions.
1319
*
1420
* THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
1521
* OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF

0 commit comments

Comments
 (0)