chore: add MIT license, fix repository URLs
This commit is contained in:
parent
2ce7ab14c9
commit
7ee8f14f3d
@ -6,7 +6,7 @@ resolver = "2"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/anomalyco/MovieMapper"
|
repository = "https://git.example.com/jarianc/MovieMapper"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
# Shared dependencies across workspace
|
# Shared dependencies across workspace
|
||||||
|
|||||||
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2025 Jarian Cottingham
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "A Rust-based version of MovieMapper for organizing and managing movie and TV show collections"
|
description = "A Rust-based version of MovieMapper for organizing and managing movie and TV show collections"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/anomalyco/MovieMapper"
|
repository = "https://git.example.com/jarianc/MovieMapper"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
keywords = ["media", "ffmpeg", "tvdb", "jellyfin", "video"]
|
keywords = ["media", "ffmpeg", "tvdb", "jellyfin", "video"]
|
||||||
categories = ["command-line-utilities", "filesystem"]
|
categories = ["command-line-utilities", "filesystem"]
|
||||||
|
|||||||
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Backend integration layer for MovieMapper"
|
description = "Backend integration layer for MovieMapper"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/anomalyco/MovieMapper"
|
repository = "https://git.example.com/jarianc/MovieMapper"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# Use the existing Rust backend as a path dependency
|
# Use the existing Rust backend as a path dependency
|
||||||
|
|||||||
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Rust UI for MovieMapper using Iced"
|
description = "Rust UI for MovieMapper using Iced"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/anomalyco/MovieMapper"
|
repository = "https://git.example.com/jarianc/MovieMapper"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { version = "0.12", features = ["debug"] }
|
iced = { version = "0.12", features = ["debug"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user