kernel/net/dccp/qpolicy.c
.. .. @@ -1,13 +1,10 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * net/dccp/qpolicy.c 3 4 * 4 5 * Policy-based packet dequeueing interface for DCCP. 5 6 * 6 7 * Copyright (c) 2008 Tomasz Grobelny <tomasz@grobelny.oswiecenia.net> 7 - *8 - * This program is free software; you can redistribute it and/or9 - * modify it under the terms of the GNU General Public License v210 - * as published by the Free Software Foundation.11 8 */ 12 9 #include "dccp.h" 13 10