Skip to content

Commit

Permalink
Update username and links
Browse files Browse the repository at this point in the history
  • Loading branch information
someguynamedjosh committed Dec 27, 2023
1 parent cfa7b82 commit b71fb15
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion LICENSE_APACHE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Joshua Maros
Copyright 2021 Josh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_MIT
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Joshua Maros
Copyright (c) 2021 Josh

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
4 changes: 2 additions & 2 deletions examples/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "ouroboros_examples"
version = "0.18.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
authors = ["Josh <someguynamedjosh@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Examples for the ouroboros crate."
documentation = "https://docs.rs/ouroboros_examples"
repository = "https://github.com/joshua-maros/ouroboros"
repository = "https://github.com/someguynamedjosh/ouroboros"

[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]
Expand Down
2 changes: 1 addition & 1 deletion examples/LICENSE_APACHE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Joshua Maros
Copyright 2021 Josh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion examples/LICENSE_MIT
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Joshua Maros
Copyright (c) 2021 Josh

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
4 changes: 2 additions & 2 deletions ouroboros/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "ouroboros"
version = "0.18.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
authors = ["Josh <someguynamedjosh@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Easy, safe self-referential struct generation."
readme = "../README.md"
documentation = "https://docs.rs/ouroboros"
repository = "https://github.com/joshua-maros/ouroboros"
repository = "https://github.com/someguynamedjosh/ouroboros"

[dependencies]
aliasable = "0.1.3"
Expand Down
2 changes: 1 addition & 1 deletion ouroboros/LICENSE_APACHE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Joshua Maros
Copyright 2021 Josh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ouroboros/LICENSE_MIT
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Joshua Maros
Copyright (c) 2021 Josh

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
4 changes: 2 additions & 2 deletions ouroboros_macro/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "ouroboros_macro"
version = "0.18.2"
authors = ["Joshua Maros <joshua-maros@github.com>"]
authors = ["Josh <someguynamedjosh@github.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Proc macro for ouroboros crate."
documentation = "https://docs.rs/ouroboros_macro"
repository = "https://github.com/joshua-maros/ouroboros"
repository = "https://github.com/someguynamedjosh/ouroboros"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion ouroboros_macro/LICENSE_APACHE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Joshua Maros
Copyright 2021 Josh

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion ouroboros_macro/LICENSE_MIT
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Joshua Maros
Copyright (c) 2021 Josh

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

0 comments on commit b71fb15

Please sign in to comment.