| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | #ifndef _LINUX_TFRC_H_ |
|---|
| 2 | 3 | #define _LINUX_TFRC_H_ |
|---|
| 3 | 4 | /* |
|---|
| .. | .. |
|---|
| 8 | 9 | * Copyright (c) 2005 Ian McDonald <iam4@cs.waikato.ac.nz> |
|---|
| 9 | 10 | * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
|---|
| 10 | 11 | * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon |
|---|
| 11 | | - * |
|---|
| 12 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 13 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 14 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 15 | | - * (at your option) any later version. |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | #include <linux/types.h> |
|---|
| 18 | 14 | |
|---|