Skip to content

Commit

Permalink
fix: case sensitivity of audio-lab in file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Feb 20, 2023
1 parent 21fd908 commit cee8b03
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions tests/ard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
by SWR audio lab
simple tests with mocha and chai
by SWR Audio Lab
tests with mocha and chai
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/date.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
by SWR audio lab
simple tests with mocha and chai
by SWR Audio Lab
tests with mocha and chai
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/helpers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
by SWR audio lab
simple tests with mocha and chai
by SWR Audio Lab
tests with mocha and chai
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/numbers.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable sonarjs/no-duplicate-string */
/*
by SWR audio lab
simple tests with mocha and chai
by SWR Audio Lab
tests with mocha and chai
*/

Expand Down
4 changes: 2 additions & 2 deletions tests/strings.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable sonarjs/no-duplicate-string */
/*
by SWR audio lab
simple tests with mocha and chai
by SWR Audio Lab
tests with mocha and chai
*/

Expand Down
2 changes: 1 addition & 1 deletion utils/ard/createHashedId.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
by SWR audio lab
by SWR Audio Lab
this file creates a CRC64-ECMA182-compliant hash
based on an utf-8 encoded input string
Expand Down
2 changes: 1 addition & 1 deletion utils/undici/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
SWR Audio Lab
by SWR Audio Lab
this file runs the undici-wrapper util
Expand Down

0 comments on commit cee8b03

Please sign in to comment.