Skip to content

Commit

Permalink
Fix copyright, reassign to Trussed
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Jun 24, 2022
1 parent 3a57130 commit 6711ae1
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5]- 2022-06-25
- fix incorrect MIT license copyright info

## [0.1.4]- 2022-03-05

- add missing dyn trait, will yank 0.1.3
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "delog"
version = "0.1.4"
version = "0.1.5"
description = "Deferred logging, an implementation and extension of Rust's standard logging facade."
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/nickray/delog"
repository = "https://github.com/trussed-dev/delog"
documentation = "https://docs.rs/delog"
readme = "README.md"
categories = ["algorithms", "development-tools", "embedded", "no-std"]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 John Scarrott
Copyright (c) 2020 Trussed Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion delog-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "examples"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion gate-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gate-tests"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion gate-tests/lib-a/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lib-a"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gate-tests/lib-a/lib-a1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lib-a1"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gate-tests/lib-a/lib-a2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lib-a2"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion gate-tests/lib-b/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lib-b"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

[dependencies.delog]
Expand Down
2 changes: 1 addition & 1 deletion qemu-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "qemu-tests"
version = "0.0.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"
description = "Test salty using QEMU musca-b1"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion rtic-examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rtic-examples"
version = "0.1.0"
authors = ["Nicolas Stalder <n@stalder.io>"]
authors = ["Trussed Developers"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 6711ae1

Please sign in to comment.