Skip to content

Commit

Permalink
style: follow SPDX & REUSE specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Integral-Tech committed Jun 28, 2024
1 parent 135a6fb commit 2f72a70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 [email protected]
#
# SPDX-License-Identifier: GPL-3.0-or-later

name: Build
on: push
permissions: write-all
Expand Down
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: 2024 [email protected]
//
// SPDX-License-Identifier: GPL-3.0-or-later

async function recognize(base64, lang, options) {
const { config, utils } = options;
const { tauriFetch: fetch } = utils;
Expand Down

0 comments on commit 2f72a70

Please sign in to comment.