Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ members = ["crates/eidos-core", "crates/eidos-fuse", "crates/eidos-games", "crat
# and the log header - so a release that left it at 0.0.0 would be telling Nexus
# something untrue about who is calling.
version = "1.1.0" # x-release-please-version
license = "GPL-3.0-only"
license = "GPL-3.0-or-later"
repository = "https://github.com/Project-Colony/Eidos"
edition = "2021"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ Adding a family is one descriptor row:

## License

GPL-3.0. Mod management belongs to everyone.
GPL-3.0-or-later. Mod management belongs to everyone.
2 changes: 1 addition & 1 deletion assets/brand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ for s in 48 32 16; do rsvg-convert -w $s eidos-icon-small.svg -o png/eid
rsvg-convert -w 1024 eidos-logo.svg -o png/eidos-logo-1024.png
```

Original work, GPL-3.0 with the rest of Eidos.
Original work, GPL-3.0-or-later with the rest of Eidos.
2 changes: 1 addition & 1 deletion crates/eidos-gamefeatures/assets/PROVENANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ are the DirectX End-User Runtime helper DLLs), not the Wine builtins.

Governed by the Microsoft Windows SDK / DirectX redistributable license. Confirm the
redistribution terms for these specific builds and their interaction with Eidos's
GPL-3.0 license before any public release that embeds these binaries.
GPL-3.0-or-later license before any public release that embeds these binaries.

## Not bundled (intentionally)

Expand Down
2 changes: 1 addition & 1 deletion packaging/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pkgrel=1
pkgdesc="Native Linux mod manager: a FUSE union filesystem that merges mods over a game for Proton, MO2/usvfs-style"
arch=('x86_64')
url="https://github.com/Project-Colony/Eidos"
license=('GPL-3.0-only')
license=('GPL-3.0-or-later')
# fuse3 is what actually mounts (fusermount3 for the rootless path); 7zip backs
# the mod installer's extraction; xdg-utils is the nxm:// handler registration
# and "open in explorer".
Expand Down
Loading