Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Mar 30, 2023
1 parent 5ce0ae3 commit 447161a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MIT License

Copyright (c) 2023 Badge.team
Copyright (c) 2023 Reinier van der Leer (Pwuts)
Copyright (c) 2023 Nicolai Electronics

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ interface BadgeAPI {
TODO: auto generated docs :)

## Credits
* Renze Nicolai (@renzenicolai): WebUSB implementation (firmware + JS client)
* Reinier van der Leer (@Pwuts): TypeScript conversion & documentation
* Nicolai Electronics: initial WebUSB implementation (firmware + JS client)
* Reinier van der Leer (@Pwuts): TypeScript conversion, documentation, improvements etc.

## References
* [WebUSB implementation] in the MCH2022 badge firmware
Expand Down
2 changes: 1 addition & 1 deletion src/badge-api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Renze Nicolai
* @author Nicolai Electronics
* @author Reinier van der Leer
*/

Expand Down
2 changes: 1 addition & 1 deletion src/badge-usb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @author Renze Nicolai
* @author Nicolai Electronics
* @author Reinier van der Leer
*/

Expand Down
2 changes: 1 addition & 1 deletion src/lib/crc32.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @author Renze Nicolai */
/** @author Nicolai Electronics */

export function crc32FromArrayBuffer(input: ArrayBuffer): number {
var table = new Uint32Array([
Expand Down

0 comments on commit 447161a

Please sign in to comment.