add license attribution
This commit is contained in:
parent
aaf2ab3634
commit
575f3f467b
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
// from https://github.com/jitsi/js-utils/blob/2fbf686ad94e72afbac0dbdb7d77b6c83e7a66c0/random/roomNameGenerator.js
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
use once_cell::sync::Lazy;
|
use once_cell::sync::Lazy;
|
||||||
|
|
Loading…
Reference in New Issue