Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(513)

Unified Diff: tpmd_dev/openbsd/tpmd_dev.c

Issue 660204: Upgrade to tpm-emulator version 0.7. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tpmd_dev/openbsd/tpmd_dev.h ('k') | tpmd_dev/tpmd_dev.rules.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tpmd_dev/openbsd/tpmd_dev.h ('k') | tpmd_dev/tpmd_dev.rules.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698