Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Nov 16, 2022
1 parent 87d9346 commit e7f7822
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 126 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 ZondaX GmbH
Copyright 2018 - 2022 ZondaX AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ledger-go

[![CircleCI](https://circleci.com/gh/Zondax/ledger-go.svg?style=shield)](https://circleci.com/gh/ZondaX/ledger-go)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![GithubActions](https://github.com/zondax/ledger-go/actions/workflows/main.yml/badge.svg)](https://github.com/Zondax/ledger-go/blob/main/.github/workflows/main.yaml)

This project provides a library to connect to ledger devices.
This project provides a library to connect to ledger devices.

It handles APDU encapsulation, Zemu and USB (HID) communication.

Expand Down
4 changes: 2 additions & 2 deletions apduWrapper.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -50,7 +50,7 @@ func ErrorMessage(errorCode uint16) string {
case 0x6D00:
return "[APDU_CODE_INS_NOT_SUPPORTED] Instruction code not supported or invalid"
case 0x6E00:
return "[APDU_CODE_CLA_NOT_SUPPORTED] Class not supported"
return "[APDU_CODE_CLA_NOT_SUPPORTED] CLA not supported"
case 0x6F00:
return "APDU_CODE_UNKNOWN"
case 0x6F01:
Expand Down
2 changes: 1 addition & 1 deletion apduWrapper_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ledger.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* (c) 2020 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ledger_hid.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// +build !ledger_mock,!ledger_zemu

/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
115 changes: 0 additions & 115 deletions ledger_hid_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion ledger_mock.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//+build ledger_mock

/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ledger_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ledger_zemu.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//+build ledger_zemu

/*******************************************************************************
* (c) 2018 ZondaX GmbH
* (c) 2018 - 2022 ZondaX AG
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down

0 comments on commit e7f7822

Please sign in to comment.