Skip to content

Commit d821530

Browse files
committed
Remove inaccurate (misattributed) copyright notices
LICENSE-MIT and one source file contain inaccurate copyright notices of the form "Copyright (c) (years) The Rust Project Developers", which implies that an entity called "The Rust Project Developers" holds copyrights in Rust. Rust contributors retain their copyrights, and do not assign them to anyone by contributing. Remove the inaccurate notices.
1 parent 5c05eb8 commit d821530

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

LICENSE-MIT

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Copyright (c) 2014 The Rust Project Developers
2-
31
Permission is hereby granted, free of charge, to any
42
person obtaining a copy of this software and associated
53
documentation files (the "Software"), to deal in the

src/cargo/util/lev_distance.rs

-10
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
// Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
2-
// file at the top-level directory of this distribution and at
3-
// http://rust-lang.org/COPYRIGHT.
4-
//
5-
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6-
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7-
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8-
// option. This file may not be copied, modified, or distributed
9-
// except according to those terms.
10-
111
use std::cmp;
122

133
pub fn lev_distance(me: &str, t: &str) -> usize {

0 commit comments

Comments
 (0)