diff options
Diffstat (limited to 'lib/ts_bm.c')
-rw-r--r-- | lib/ts_bm.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ts_bm.c b/lib/ts_bm.c index 9e66ee4020e9..b352903c50e3 100644 --- a/lib/ts_bm.c +++ b/lib/ts_bm.c | |||
@@ -1,11 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * lib/ts_bm.c Boyer-Moore text search implementation | 3 | * lib/ts_bm.c Boyer-Moore text search implementation |
3 | * | 4 | * |
4 | * This program is free software; you can redistribute it and/or | ||
5 | * modify it under the terms of the GNU General Public License | ||
6 | * as published by the Free Software Foundation; either version | ||
7 | * 2 of the License, or (at your option) any later version. | ||
8 | * | ||
9 | * Authors: Pablo Neira Ayuso <pablo@eurodev.net> | 5 | * Authors: Pablo Neira Ayuso <pablo@eurodev.net> |
10 | * | 6 | * |
11 | * ========================================================================== | 7 | * ========================================================================== |