Skip to content
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

Add a tidy check for the license #4018

Closed
brson opened this issue Nov 22, 2012 · 0 comments
Closed

Add a tidy check for the license #4018

brson opened this issue Nov 22, 2012 · 0 comments
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Milestone

Comments

@brson
Copy link
Contributor

brson commented Nov 22, 2012

This line should be most everywhere:

  // Copyright 2012 The Rust Project Developers. See the COPYRIGHT
  // file at the top-level directory of this distribution and at
  // http://rust-lang.org/COPYRIGHT.
  //
  // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
  // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
  // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
  // option. This file may not be copied, modified, or distributed
  // except according to those terms.

If all files can't be relicensed together then we can have an fxail-license comment to identify them. We'll need to know exactly which files require a license header. For greatest effectiveness, files and directories without the Rust license block should be explicitly whitelisted.

It might be worth it to write this in Rust, as the build system is going that direction.

brson added a commit to brson/rust that referenced this issue Jan 18, 2013
@brson brson closed this as completed Jan 18, 2013
bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
* Preserve comments in empty statements

Closes rust-lang#4018

* fixup! Preserve comments in empty statements
RalfJung added a commit to RalfJung/rust that referenced this issue Nov 10, 2024
…zation

Standardized variable names for InterpCx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-testsuite Area: The testsuite used to check the correctness of rustc
Projects
None yet
Development

No branches or pull requests

1 participant