This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version with licensing info was provided by the FIDO Alliance.
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
// Common U2F raw message format header - Review Draft | ||
// 2014-10-08 | ||
// Editor: Jakob Ehrensvard, Yubico, [email protected] | ||
/** | ||
* Copyright FIDO Alliance, 2017 | ||
* | ||
* Licensed under CC-BY: | ||
* https://creativecommons.org/licenses/by/4.0/legalcode | ||
* | ||
* Editor: Jakob Ehrensvard, Yubico, [email protected] | ||
*/ | ||
|
||
#ifndef __U2F_H_INCLUDED__ | ||
#define __U2F_H_INCLUDED__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
// Common U2F HID transport header - Review Draft | ||
// 2014-10-08 | ||
// Editor: Jakob Ehrensvard, Yubico, [email protected] | ||
/** | ||
* Copyright FIDO Alliance, 2017 | ||
* | ||
* Licensed under CC-BY: | ||
* https://creativecommons.org/licenses/by/4.0/legalcode | ||
* | ||
* Editor: Jakob Ehrensvard, Yubico, [email protected] | ||
*/ | ||
|
||
#ifndef __U2FHID_H_INCLUDED__ | ||
#define __U2FHID_H_INCLUDED__ | ||
|