Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Update header files from U2F spec.
Browse files Browse the repository at this point in the history
New version with licensing info was provided by the FIDO Alliance.
  • Loading branch information
btoews committed Jul 21, 2017
1 parent 70d561d commit 480d3be
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions inc/u2f.h
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__
Expand Down
11 changes: 8 additions & 3 deletions inc/u2f_hid.h
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__
Expand Down

0 comments on commit 480d3be

Please sign in to comment.