| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /** |
|---|
| 2 | 3 | * eCryptfs: Linux filesystem encryption layer |
|---|
| 3 | 4 | * Kernel declarations. |
|---|
| .. | .. |
|---|
| 7 | 8 | * Copyright (C) 2004-2008 International Business Machines Corp. |
|---|
| 8 | 9 | * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com> |
|---|
| 9 | 10 | * 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> |
|---|
| 26 | 12 | */ |
|---|
| 27 | 13 | |
|---|
| 28 | 14 | #ifndef ECRYPTFS_KERNEL_H |
|---|