]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/cat-and-grep.sh
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / etc / cat-and-grep.sh
index 361e8d8e60eed9a48edc1c7a7023e7c3bb9ffadf..77dc52a9350706dd3cb7d7b1763b43c03b95ee1f 100755 (executable)
@@ -1,16 +1,6 @@
 #!/bin/sh
 set -eu
 
-# Copyright 2017 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.
-
 # Performs `cat` and `grep` simultaneously for `run-make` tests in the Rust CI.
 #
 # This program will read lines from stdin and print them to stdout immediately.