.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | #ifndef _DCCP_LI_HIST_ |
---|
2 | 3 | #define _DCCP_LI_HIST_ |
---|
3 | 4 | /* |
---|
.. | .. |
---|
5 | 6 | * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. |
---|
6 | 7 | * Copyright (c) 2005-7 Ian McDonald <ian.mcdonald@jandi.co.nz> |
---|
7 | 8 | * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or modify it |
---|
10 | | - * under the terms of the GNU General Public License as published by the Free |
---|
11 | | - * Software Foundation; either version 2 of the License, or (at your option) |
---|
12 | | - * any later version. |
---|
13 | 9 | */ |
---|
14 | 10 | #include <linux/ktime.h> |
---|
15 | 11 | #include <linux/list.h> |
---|