| Index: tpmd_dev/openbsd/tpmd_dev.c
|
| diff --git a/tpmd_dev_openbsd/tpmd_dev.c b/tpmd_dev/openbsd/tpmd_dev.c
|
| similarity index 86%
|
| rename from tpmd_dev_openbsd/tpmd_dev.c
|
| rename to tpmd_dev/openbsd/tpmd_dev.c
|
| index 7b372b59acd58f1ced0a0af3960c5e615be1fbe8..e1f9945a10dcb9d038890bb4c9fe0b60185fd4e6 100644
|
| --- a/tpmd_dev_openbsd/tpmd_dev.c
|
| +++ b/tpmd_dev/openbsd/tpmd_dev.c
|
| @@ -1,20 +1,19 @@
|
| -/* Software-Based Trusted Platform Module (TPM) Emulator for OpenBSD
|
| - * Copyright (C) 2007 Sebastian Schuetz <sebastian_schuetz@genua.de>
|
| - * Copyright (C) 2007 Mario Strasser <mast@gmx.net>,
|
| - * Swiss Federal Institute of Technology (ETH) Zurich
|
| - *
|
| - * This program is free software; you can redistribute it and/or modify
|
| - * it under the terms of the GNU General Public License as published
|
| - * by the Free Software Foundation; either version 2 of the License,
|
| - * or (at your option) any later version.
|
| - *
|
| - * This program is distributed in the hope that it will be useful,
|
| - * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| - * GNU General Public License for more details.
|
| - *
|
| - * $Id$
|
| - */
|
| +/* Software-based Trusted Platform Module (TPM) Emulator
|
| + * Copyright (C) 2004-2010 Mario Strasser <mast@gmx.net>
|
| + * Copyright (C) 2007 Sebastian Schuetz <sebastian_schuetz@genua.de>
|
| + *
|
| + * This module is free software; you can redistribute it and/or modify
|
| + * it under the terms of the GNU General Public License as published
|
| + * by the Free Software Foundation; either version 2 of the License,
|
| + * or (at your option) any later version.
|
| + *
|
| + * This module is distributed in the hope that it will be useful,
|
| + * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| + * GNU General Public License for more details.
|
| + *
|
| + * $Id$
|
| + */
|
|
|
| #include <sys/param.h>
|
| #include <sys/fcntl.h>
|
|
|