From f633e3106c2cf107925c25e56165d1105020fb14 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 18 Oct 2022 02:03:29 -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 proc-macro2 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 39e0ed6..31aa793 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,5 +1,3 @@ -Copyright (c) 2014 Alex Crichton - 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