Skip to content

Commit

Permalink
Update license field following SPDX 2.1 license expression standard
Browse files Browse the repository at this point in the history
  • Loading branch information
frisoft authored and Byron committed Jul 21, 2023
1 parent 95c30b2 commit 9064ea3
Show file tree
Hide file tree
Showing 61 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "The library implementing all capabilities of the gitoxide CLI"
repository = "https://github.com/Byron/gitoxide"
version = "0.30.0"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion gix-actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.24.0"
description = "A way to identify git actors"
authors = ["Sebastian Thiel <[email protected]>"]
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-archive"
version = "0.2.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "implements archive generation from of a tree"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-attributes"
version = "0.15.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing .gitattributes files"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-bitmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-bitmap"
version = "0.2.5"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dedicated implementing the standard git bitmap format"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-chunk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Interact with the git chunk file format used in multi-pack index
authors = ["Sebastian Thiel <[email protected]>"]
repository = "https://github.com/Byron/gitoxide"
documentation = "https://github.com/git/git/blob/seen/Documentation/technical/chunk-format.txt"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion gix-command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-command"
version = "0.2.7"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project handling internal git command execution"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-commitgraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-commitgraph"
version = "0.18.0"
repository = "https://github.com/Byron/gitoxide"
documentation = "https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate."
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Read-only access to the git commitgraph file format"
authors = ["Conor Davis <[email protected]>", "Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-config-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-config-value"
version = "0.12.4"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project providing gix-config value parsing"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-credentials"
version = "0.17.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project to interact with git credentials helpers"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-date"
version = "0.7.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project parsing dates the way git does"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-diff"
version = "0.33.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Calculate differences between various git objects"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-diff-tests"
version = "0.0.0"
publish = false
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-discover"
version = "0.22.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Discover git repositories and check if a directory is a git repository"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A crate to integrate various capabilities using compile-time feat
repository = "https://github.com/Byron/gitoxide"
version = "0.32.0"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"

Expand Down
2 changes: 1 addition & 1 deletion gix-fetchhead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-fetchhead"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project to read and write .git/FETCH_HEAD"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-filter"
version = "0.1.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project implementing git filters"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-fs"
version = "0.4.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate providing file system specific utilities to `gitoxide`"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-glob/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-glob"
version = "0.10.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing with pattern matching"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.11.3"
description = "Borrowed and owned git hash digests used to identify git objects"
authors = ["Sebastian Thiel <[email protected]>"]
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion gix-hashtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-hashtable"
version = "0.2.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate that provides hashtable based data structures optimized to utilize ObjectId keys"
authors = ["Pascal Kuthe <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-ignore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-ignore"
version = "0.5.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing .gitignore files"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-index"
version = "0.21.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-index/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-index-tests"
version = "0.0.0"
publish = false
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-lfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-lfs"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing with handling git large file support"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-lock"
version = "7.0.1"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A git-style lock-file implementation"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-mailmap"
version = "0.16.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project for parsing mailmap files"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-negotiate"
version = "0.5.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project implementing negotiation algorithms"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-note/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-note"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing with git notes"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.33.0"
description = "Immutable and mutable git objects with decoding and encoding support"
authors = ["Sebastian Thiel <[email protected]>"]
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-odb"
version = "0.50.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Implements various git object databases"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
Expand Down
2 changes: 1 addition & 1 deletion gix-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-pack"
version = "0.40.0"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Implements git packs and related data structures"
edition = "2021"
include = ["src/**/*", "LICENSE-*", "CHANGELOG.md"]
Expand Down
2 changes: 1 addition & 1 deletion gix-pack/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-pack-tests"
version = "0.30.1"
repository = "https://github.com/Byron/gitoxide"
authors = ["Sebastian Thiel <[email protected]>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
edition = "2018"
include = ["src/**/*", "CHANGELOG.md"]
Expand Down
2 changes: 1 addition & 1 deletion gix-packetline-blocking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-packetline-blocking"
version = "0.16.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-packetline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-packetline"
version = "0.16.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project implementing the pkt-line serialization format"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-path"
version = "0.8.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing paths and their conversions"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-pathspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-pathspec"
version = "0.1.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing magical pathspecs"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-prompt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-prompt"
version = "0.5.3"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate of the gitoxide project for handling prompts in the terminal"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-protocol"
version = "0.36.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project for implementing git protocols"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-quote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-quote"
version = "0.4.5"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing with various quotations used by git"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-rebase/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-rebase"
version = "0.0.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project dealing rebases"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-ref"
version = "0.33.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A crate to handle git references"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-ref/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "gix-ref-tests"
version = "0.0.0"
publish = false
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "Please use `gix-<thiscrate>` instead ('git' -> 'gix')"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion gix-refspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "gix-refspec"
version = "0.14.0"
repository = "https://github.com/Byron/gitoxide"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
description = "A WIP crate of the gitoxide project for parsing and representing refspecs"
authors = ["Sebastian Thiel <[email protected]>"]
edition = "2021"
Expand Down
Loading

0 comments on commit 9064ea3

Please sign in to comment.