From cee8b038e9b088d6abb9d84c68f1ee9af1970623 Mon Sep 17 00:00:00 2001 From: Rafael M Date: Mon, 20 Feb 2023 11:40:51 +0100 Subject: [PATCH] fix: case sensitivity of audio-lab in file headers --- tests/ard.js | 4 ++-- tests/date.js | 4 ++-- tests/helpers.js | 4 ++-- tests/numbers.js | 4 ++-- tests/strings.js | 4 ++-- utils/ard/createHashedId.js | 2 +- utils/undici/index.js | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/ard.js b/tests/ard.js index cad292f..921e5ac 100644 --- a/tests/ard.js +++ b/tests/ard.js @@ -1,7 +1,7 @@ /* - by SWR audio lab - simple tests with mocha and chai + by SWR Audio Lab + tests with mocha and chai */ diff --git a/tests/date.js b/tests/date.js index 9a63e23..b31ca8c 100644 --- a/tests/date.js +++ b/tests/date.js @@ -1,7 +1,7 @@ /* - by SWR audio lab - simple tests with mocha and chai + by SWR Audio Lab + tests with mocha and chai */ diff --git a/tests/helpers.js b/tests/helpers.js index cba8a5d..fb5b436 100644 --- a/tests/helpers.js +++ b/tests/helpers.js @@ -1,7 +1,7 @@ /* - by SWR audio lab - simple tests with mocha and chai + by SWR Audio Lab + tests with mocha and chai */ diff --git a/tests/numbers.js b/tests/numbers.js index 94cdf9b..518fcc2 100644 --- a/tests/numbers.js +++ b/tests/numbers.js @@ -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 */ diff --git a/tests/strings.js b/tests/strings.js index c151321..8616ba8 100644 --- a/tests/strings.js +++ b/tests/strings.js @@ -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 */ diff --git a/utils/ard/createHashedId.js b/utils/ard/createHashedId.js index 35bb79c..ae2b1a2 100644 --- a/utils/ard/createHashedId.js +++ b/utils/ard/createHashedId.js @@ -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 diff --git a/utils/undici/index.js b/utils/undici/index.js index d69334c..e424968 100644 --- a/utils/undici/index.js +++ b/utils/undici/index.js @@ -1,6 +1,6 @@ /* - SWR Audio Lab + by SWR Audio Lab this file runs the undici-wrapper util