Skip to content

Commit

Permalink
openbsd-compat: add copyright notices; prompted by #623
Browse files Browse the repository at this point in the history
  • Loading branch information
martelletto committed Aug 2, 2022
1 parent 90c5df9 commit 509e467
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions openbsd-compat/clock_gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2020 Yubico AB. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
* SPDX-License-Identifier: BSD-2-Clause
*/

#include "openbsd-compat.h"
Expand Down
1 change: 1 addition & 0 deletions openbsd-compat/endian_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2020 Yubico AB. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
* SPDX-License-Identifier: BSD-2-Clause
*/

#include "openbsd-compat.h"
Expand Down
1 change: 1 addition & 0 deletions openbsd-compat/openbsd-compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* Copyright (c) 2018-2021 Yubico AB. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
* SPDX-License-Identifier: BSD-2-Clause
*/

#ifndef _OPENBSD_COMPAT_H
Expand Down

0 comments on commit 509e467

Please sign in to comment.