Skip to content

Commit 28f2a30

Browse files
authored
chore: specify license as GPL-3.0-or-later (#70)
1 parent 1783029 commit 28f2a30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,9 @@ sudo zypper in libayatana-appindicator3-devel
172172
Prebuild binaries for Windows and Linux: [releases page](https://github.com/rszyma/kanata-tray/releases/latest)
173173

174174
To build from source see recipes in [justfile](./justfile).
175+
176+
177+
## Contributing
178+
179+
Unless explicitly stated otherwise, your contributions to this repository will be made under
180+
[GNU General Public License v3.0 or later](https://spdx.org/licenses/GPL-3.0-or-later.html) license.

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ buildGoModule {
3838
Works on Windows, Linux and macOS.
3939
'';
4040
homepage = "https://github.com/rszyma/kanata-tray";
41-
license = licenses.gpl3;
41+
license = licenses.gpl3Plus;
4242
platforms = platforms.unix;
4343
};
4444
}

0 commit comments

Comments
 (0)