hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/fs/ecryptfs/ecryptfs_kernel.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /**
23 * eCryptfs: Linux filesystem encryption layer
34 * Kernel declarations.
....@@ -7,22 +8,7 @@
78 * Copyright (C) 2004-2008 International Business Machines Corp.
89 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>
910 * Trevor S. Highland <trevor.highland@gmail.com>
10
- * Tyler Hicks <tyhicks@ou.edu>
11
- *
12
- * This program is free software; you can redistribute it and/or
13
- * modify it under the terms of the GNU General Public License as
14
- * published by the Free Software Foundation; either version 2 of the
15
- * License, or (at your option) any later version.
16
- *
17
- * This program is distributed in the hope that it will be useful, but
18
- * WITHOUT ANY WARRANTY; without even the implied warranty of
19
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20
- * General Public License for more details.
21
- *
22
- * You should have received a copy of the GNU General Public License
23
- * along with this program; if not, write to the Free Software
24
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25
- * 02111-1307, USA.
11
+ * Tyler Hicks <code@tyhicks.com>
2612 */
2713
2814 #ifndef ECRYPTFS_KERNEL_H