From 16744a9a3a5e8ef002c1ba185e91bd136ed9fd02 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 13 May 2020 19:32:44 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f52726..5d84d20 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,12 @@ Since this is a toy repo, I don't spend much time about the license stuff. Curre Anyway here is a list of file which is in non-free state (with license: do whatever you want but cannot be used as homework): - All png images inside `icons` folder. - - FlacPic.h - - ID3v2Pic.h - seekableslider.{h,cpp} +And something from ShadowPlayer but in other license: + + - {Flac,ID3v2}Pic.h : [AlbumCoverExtractor](https://github.com/ShadowPower/AlbumCoverExtractor), with [MIT License](https://github.com/ShadowPower/AlbumCoverExtractor/blob/master/LICENSE) + Also there are some source code which I copy-paste from Qt codebase, which released under BSD-3-Clause license by the Qt Company: - playlistmodel.{h,cpp}