Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #55 from nextcloud/chore/noid/reuseToml
Browse files Browse the repository at this point in the history
Migrate reuse to toml
  • Loading branch information
AndyScherzinger authored Sep 9, 2024
2 parents 70be321 + 0e3ce2a commit 9725a87
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
12 changes: 0 additions & 12 deletions .reuse/dep5

This file was deleted.

9 changes: 9 additions & 0 deletions LICENSES/MIT.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
MIT License

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ SPDX-License-Identifier: CC0-1.0
![](https://raw.githubusercontent.com/nextcloud/translate/main/screenshots/Logo.png)

# Translate

[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/translate)](https://api.reuse.software/info/github.com/nextcloud/translate)

A Machine translation provider using Opus models by University of Helsinki running locally on CPU.

The models run completely on your machine. No private data leaves your servers.
Expand Down
18 changes: 18 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: Marcel Klehr <mklehr@gmx.net>
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "Translate"
SPDX-PackageSupplier = "Marcel Klehr <mklehr@gmx.net>"
SPDX-PackageDownloadLocation = "https://github.com/nextcloud/translate"

[[annotations]]
path = ["package-lock.json", "package.json", "composer.json", "composer.lock", "CHANGELOG.md", "src/**", "test/**", "psalm.xml", "psalm-baseline.xml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Marcel Klehr <mklehr@gmx.net>"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["l10n/**.js", "l10n/**.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Nextcloud translators <https://app.transifex.com/nextcloud/>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/nextcloud/translate/issues"
},
"license": "agpl",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit 9725a87

Please sign in to comment.