|
8 | 8 |
|
9 | 9 | * safe_str_constraint.c |
10 | 10 | * |
11 | | -* October 2008, Bo Berry |
12 | | -* 2012, Jonathan Toppins <[email protected]> |
13 | | -* |
14 | | -* Copyright � 2008, 2009, 2012 Cisco Systems |
15 | | -* All rights reserved. |
16 | | -
|
17 | | -* ignore_handler_s.c |
18 | | -* |
19 | | -* 2012, Jonathan Toppins <[email protected]> |
20 | | -* |
21 | | -* Copyright � 2012 Cisco Systems |
22 | | -* All rights reserved. |
23 | | -* |
24 | | -* Permission is hereby granted, free of charge, to any person |
25 | | -* obtaining a copy of this software and associated documentation |
26 | | -* files (the "Software"), to deal in the Software without |
27 | | -* restriction, including without limitation the rights to use, |
28 | | -* copy, modify, merge, publish, distribute, sublicense, and/or |
29 | | -* sell copies of the Software, and to permit persons to whom the |
30 | | -* Software is furnished to do so, subject to the following |
31 | | -* conditions: |
32 | | -* |
33 | | -* The above copyright notice and this permission notice shall be |
34 | | -* included in all copies or substantial portions of the Software. |
35 | | -* |
36 | | -* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
37 | | -* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
38 | | -* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
39 | | -* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
40 | | -* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
41 | | -* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
42 | | -* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
43 | | -* OTHER DEALINGS IN THE SOFTWARE. |
44 | | -*------------------------------------------------------------------ |
| 11 | +============================= |
| 12 | +Safe String Library license: |
| 13 | +============================= |
| 14 | +MIT License |
| 15 | +
|
| 16 | +Copyright (c) 2014-2018 Intel Corporation |
| 17 | +
|
| 18 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 19 | +of this software and associated documentation files (the "Software"), to deal |
| 20 | +in the Software without restriction, including without limitation the rights |
| 21 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 22 | +copies of the Software, and to permit persons to whom the Software is |
| 23 | +furnished to do so, subject to the following conditions: |
| 24 | +
|
| 25 | +The above copyright notice and this permission notice shall be included in all |
| 26 | +copies or substantial portions of the Software. |
| 27 | +
|
| 28 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 29 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 30 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 31 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 32 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 33 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 34 | +SOFTWARE. |
| 35 | +
|
| 36 | +================================================================================ |
| 37 | +
|
| 38 | +Copyright (C) 2012, 2013 Cisco Systems |
| 39 | +All rights reserved. |
| 40 | +
|
| 41 | +Permission is hereby granted, free of charge, to any person |
| 42 | +obtaining a copy of this software and associated documentation |
| 43 | +files (the "Software"), to deal in the Software without |
| 44 | +restriction, including without limitation the rights to use, |
| 45 | +copy, modify, merge, publish, distribute, sublicense, and/or |
| 46 | +sell copies of the Software, and to permit persons to whom the |
| 47 | +Software is furnished to do so, subject to the following |
| 48 | +conditions: |
| 49 | +
|
| 50 | +The above copyright notice and this permission notice shall be |
| 51 | +included in all copies or substantial portions of the Software. |
| 52 | +
|
| 53 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 54 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES |
| 55 | +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 56 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT |
| 57 | +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, |
| 58 | +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
| 59 | +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
| 60 | +OTHER DEALINGS IN THE SOFTWARE. |
45 | 61 | */ |
46 | 62 | #include "EbString.h" |
47 | 63 |
|
|
0 commit comments