mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-07 14:44:16 +02:00
Fix GPL license references and repo hygiene
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -5,6 +5,7 @@ AGENTS.md
|
|||||||
build/
|
build/
|
||||||
build-ci/
|
build-ci/
|
||||||
build-arch-ci/
|
build-arch-ci/
|
||||||
|
build-dir/
|
||||||
cmake-build-*/
|
cmake-build-*/
|
||||||
|
|
||||||
## CMake artifacts
|
## CMake artifacts
|
||||||
@@ -28,6 +29,16 @@ Makefile
|
|||||||
|
|
||||||
## Runtime files
|
## Runtime files
|
||||||
*.log
|
*.log
|
||||||
|
test-*.json
|
||||||
|
|
||||||
|
## Packaging artifacts
|
||||||
|
pkg/
|
||||||
|
src/bearwave/
|
||||||
|
bearwave/
|
||||||
|
*.pkg.tar.zst
|
||||||
|
*.pkg.tar.zst.sig
|
||||||
|
*.pkg.tar.xz
|
||||||
|
*.pkg.tar.xz.sig
|
||||||
|
|
||||||
## Local caches / user state
|
## Local caches / user state
|
||||||
.cache/
|
.cache/
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ BearWave is designed for fast station browsing, simple playback controls, favori
|
|||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ BearWave intentionally does not aim to be:
|
|||||||
- MPRIS integration for Plasma media controls and media keys
|
- MPRIS integration for Plasma media controls and media keys
|
||||||
- system tray integration for background playback
|
- system tray integration for background playback
|
||||||
- desktop notifications for song/track changes with local cover art caching
|
- desktop notifications for song/track changes with local cover art caching
|
||||||
- embedded About dialog with links and MIT license text
|
- embedded About dialog with links and GNU GPLv3 license text
|
||||||
|
|
||||||
## Project Status
|
## Project Status
|
||||||
|
|
||||||
@@ -330,4 +330,4 @@ For contributor and agent guardrails, see `AGENTS.md`.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
|
This project is licensed under the GNU GPL-3.0-or-later. See [LICENSE](LICENSE) for details.
|
||||||
|
|||||||
@@ -204,8 +204,8 @@
|
|||||||
<translation>LinkedIn öffnen</translation>
|
<translation>LinkedIn öffnen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>MIT License</source>
|
<source>GNU GPLv3 License</source>
|
||||||
<translation>MIT License</translation>
|
<translation>GNU GPLv3-Lizenz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Copyright (c) 2026</source>
|
<source>Copyright (c) 2026</source>
|
||||||
|
|||||||
Reference in New Issue
Block a user