Skip to content

Commit 9797e21

Browse files
committed
chore: Match licensing with other plugins
1 parent 1039600 commit 9797e21

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

plugins/single-instance/LICENSE.spdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
SPDXVersion: SPDX-2.1
2+
DataLicense: CC0-1.0
3+
PackageName: tauri
4+
DataFormat: SPDXRef-1
5+
PackageSupplier: Organization: The Tauri Programme in the Commons Conservancy
6+
PackageHomePage: https://tauri.app
7+
PackageLicenseDeclared: Apache-2.0
8+
PackageLicenseDeclared: MIT
9+
PackageCopyrightText: 2019-2022, The Tauri Programme in the Commons Conservancy
10+
PackageSummary: <text>Tauri is a rust project that enables developers to make secure
11+
and small desktop applications using a web frontend.
12+
</text>
13+
PackageComment: <text>The package includes the following libraries; see
14+
Relationship information.
15+
</text>
16+
Created: 2019-05-20T09:00:00Z
17+
PackageDownloadLocation: git://github.com/tauri-apps/tauri
18+
PackageDownloadLocation: git+https://github.com/tauri-apps/tauri.git
19+
PackageDownloadLocation: git+ssh://github.com/tauri-apps/tauri.git
20+
Creator: Person: Daniel Thompson-Yvetot

plugins/single-instance/LICENSE_APACHE-2.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,4 @@
174174
incurred by, or claims asserted against, such Contributor by reason
175175
of your accepting any such warranty or additional liability.
176176

177-
END OF TERMS AND CONDITIONS
177+
END OF TERMS AND CONDITIONS

plugins/single-instance/LICENSE_MIT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 - Present Tauri Programme within The Commons Conservancy
3+
Copyright (c) 2017 - Present The Tauri Programme in the Commons Conservancy
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)