Skip to content

Commit addba24

Browse files
committed
Update copyright years for 2019
1 parent 5b84966 commit addba24

File tree

443 files changed

+443
-443
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

443 files changed

+443
-443
lines changed

.github/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
3+
# Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
44
# file at the top-level directory of this distribution and at
55
# http://rust-lang.org/COPYRIGHT.
66
#

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2018 The Rust Project Developers
1+
Copyright 2014-2019 The Rust Project Developers
22

33
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
44
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license

README.md

Lines changed: 1 addition & 1 deletion

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

ci/base-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
# Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
# file at the top-level directory of this distribution and at
33
# http://rust-lang.org/COPYRIGHT.
44
#

ci/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
# Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
# file at the top-level directory of this distribution and at
33
# http://rust-lang.org/COPYRIGHT.
44
#

clippy_dev/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_dev/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_dummy/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_dummy/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/approx_const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/arithmetic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/assign_ops.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/bit_mask.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/blacklisted_name.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/block_in_if_condition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/booleans.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/bytecount.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/cargo_common_metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/collapsible_if.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/const_static_lifetime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/consts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/copies.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/copy_iterator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/cyclomatic_complexity.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/default_trait_access.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/deprecated_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/derive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/double_comparison.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/double_parens.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/drop_forget_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/duration_subsec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/else_if_without_else.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/empty_enum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/entry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/enum_clike.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/enum_glob_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/enum_variants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/eq_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/erasing_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/escape.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/eta_reduction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/eval_order_dependence.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/excessive_precision.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/explicit_write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/fallible_impl_from.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/format.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/formatting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/functions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/identity_conversion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/identity_op.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/if_not_else.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/implicit_return.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/indexing_slicing.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/infallible_destructuring_match.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/infinite_iter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/inherent_impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/inline_fn_without_body.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/int_plus_one.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/invalid_ref.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/items_after_statements.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/large_enum_variant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

clippy_lints/src/len_zero.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
1+
// Copyright 2014-2019 The Rust Project Developers. See the COPYRIGHT
22
// file at the top-level directory of this distribution.
33
//
44
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or

0 commit comments

Comments
 (0)