-
Notifications
You must be signed in to change notification settings - Fork 389
sync license files with rustc repo #1846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
Copyright (c) 2016 The Miri Developers | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Doesn't removing this conflict with "The above copyright notice... shall be included in all copies or substantial portions of the Software"? Although it seems that this notice was removed from rustc There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was changed in rustc in rust-lang/rust#43498 without explicit buy-in from all contributors. So this particular change I think we are safe to do in Miri as well. |
||
|
||
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 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The appendix was removed in rustc in rust-lang/rust#67734, without explicit buy-in from all contributors. So I think we are safe to do the same in Miri as well.