| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Description: |
|---|
| 3 | 4 | * Device Driver for the Infineon Technologies |
|---|
| .. | .. |
|---|
| 8 | 9 | * Sirrix AG - security technologies <tpmdd@sirrix.com> and |
|---|
| 9 | 10 | * Applied Data Security Group, Ruhr-University Bochum, Germany |
|---|
| 10 | 11 | * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ |
|---|
| 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, version 2 of the |
|---|
| 15 | | - * License. |
|---|
| 16 | 12 | */ |
|---|
| 17 | 13 | |
|---|
| 18 | 14 | #include <linux/init.h> |
|---|