kernel/security/apparmor/capability.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * AppArmor security module 3 4 * .. .. @@ -5,11 +6,6 @@ 5 6 * 6 7 * Copyright (C) 1998-2008 Novell/SUSE 7 8 * Copyright 2009-2010 Canonical Ltd. 8 - *9 - * This program is free software; you can redistribute it and/or10 - * modify it under the terms of the GNU General Public License as11 - * published by the Free Software Foundation, version 2 of the12 - * License.13 9 */ 14 10 15 11 #include <linux/capability.h>