From 66c9803e7938490a84057f3989d2385937d68510 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Oct 2022 02:06:01 -0700 Subject: [PATCH] MIT copyright line Delete the first paragraph of LICENSE-MIT (an inaccurate pseudo-copyright line), leaving only the text of the MIT license. Nothing about the license of cargo-expand has changed, only our understanding of how to correctly communicate that license has changed. This mirrors an equivalent change applied in the rust-lang/rust repository years ago. --- LICENSE-MIT | 2 -- 1 file changed, 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index 15b0427..31aa793 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,5 +1,3 @@ -Copyright (c) 2016 cargo-expand 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 in the