Skip to content

Commit eb81c71

Browse files
committed
chore: add SPDX header to blueimp md5 types
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1b78901 commit eb81c71

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/types/blueimp-md5.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
16
declare module 'blueimp-md5' {
27
const md5: (value: string) => string
38
export default md5

0 commit comments

Comments
 (0)