|
1 | 1 | /* |
2 | 2 | * windivert_hash.c |
3 | | - * (C) 2018, all rights reserved, |
| 3 | + * (C) 2019, all rights reserved, |
4 | 4 | * |
5 | 5 | * This file is part of WinDivert. |
6 | 6 | * |
|
31 | 31 | * with this program; if not, write to the Free Software Foundation, Inc., 51 |
32 | 32 | * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
33 | 33 | * |
34 | | - * xxHash - Fast Hash algorithm |
35 | | - * Copyright (C) 2012-2016, Yann Collet |
| 34 | + * xxHash - Fast Hash algorithm |
| 35 | + * Copyright (C) 2012-2016, Yann Collet |
36 | 36 | * |
37 | | - * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) |
| 37 | + * BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) |
38 | 38 | * |
39 | | - * Redistribution and use in source and binary forms, with or without |
40 | | - * modification, are permitted provided that the following conditions are |
41 | | - * met: |
| 39 | + * Redistribution and use in source and binary forms, with or without |
| 40 | + * modification, are permitted provided that the following conditions are |
| 41 | + * met: |
42 | 42 | * |
43 | | - * * Redistributions of source code must retain the above copyright |
44 | | - * notice, this list of conditions and the following disclaimer. |
45 | | - * * Redistributions in binary form must reproduce the above |
46 | | - * copyright notice, this list of conditions and the following disclaimer |
47 | | - * in the documentation and/or other materials provided with the |
48 | | - * distribution. |
| 43 | + * * Redistributions of source code must retain the above copyright |
| 44 | + * notice, this list of conditions and the following disclaimer. |
| 45 | + * * Redistributions in binary form must reproduce the above |
| 46 | + * copyright notice, this list of conditions and the following disclaimer |
| 47 | + * in the documentation and/or other materials provided with the |
| 48 | + * distribution. |
49 | 49 | * |
50 | | - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
51 | | - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
52 | | - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
53 | | - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
54 | | - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
55 | | - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
56 | | - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
57 | | - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
58 | | - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
59 | | - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
60 | | - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 50 | + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 51 | + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 52 | + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 53 | + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 54 | + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 55 | + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 56 | + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 57 | + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 58 | + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 59 | + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 60 | + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
61 | 61 | */ |
62 | 62 |
|
63 | 63 | /* |
|
0 commit comments