Skip to content

Commit

Permalink
fix(spec): remove libexec from existence
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Feb 10, 2025
1 parent 3c4c63d commit d1efe3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cargo run -p taidan_catalogue_parser -- catalogue/browser.yml

## 📃 License

The rust code is licensed under `GPL-3.0-or-later`.
`GPL-3.0-or-later`

Copyright © 2024~2025 Fyra Labs & Ultramarine Linux Contributors

Expand All @@ -56,11 +56,3 @@ The rust code is licensed under `GPL-3.0-or-later`.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

However, some sources of Taidan are separately licensed, notably:

- `scripts/libexec/` (`GPL-2.0-or-later`, see `scripts/libexec/README.md`)
- `data/window-manager/` (`GPL-2.0-or-later`, see `data/window-manager/README.md`)

In order words, most files are licensed under `GPL-3.0-or-later`, but Taidan
is strictly `GPL-3.0-or-later AND GPL-2.0-or-later`.
5 changes: 2 additions & 3 deletions scripts/taidan.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Name: taidan
Version: git~%{shortcommit}
Release: 1%?dist
Summary: Out-Of-Box-Experience (OOBE) and Welcome App
SourceLicense: GPL-3.0-or-later AND GPL-2.0-or-later
License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later AND GPL-2.0-or-later
SourceLicense: GPL-3.0-or-later
License: (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND GPL-3.0-or-later
URL: https://github.com/Ultramarine-Linux/taidan
Source0: %{url}/archive/%{gitcommit}.tar.gz
Requires: (glib2 or (/usr/bin/plasma-apply-colorscheme and kf6-kconfig))
Expand Down Expand Up @@ -45,7 +45,6 @@ DESTDIR=%buildroot ./scripts/install.sh
%files -f com.fyralabs.Taidan.lang
%doc README.md
%license LICENSE.md LICENSE.dependencies
%license scripts/libexec/COPYING
%_bindir/taidan
%_datadir/polkit-1/rules.d/100-taidan.rules
%_sysconfdir/com.fyralabs.Taidan/
Expand Down

0 comments on commit d1efe3c

Please sign in to comment.