branch: elpa/rust-mode
commit 9672625e8c22fd507a6b36b0c1e8632d31115528
Author: Derek Guenther <[email protected]>
Commit: Derek Guenther <[email protected]>

    Added more scripts to tidy check
---
 run_rust_emacs_tests.sh | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/run_rust_emacs_tests.sh b/run_rust_emacs_tests.sh
index afb98fd..770135c 100755
--- a/run_rust_emacs_tests.sh
+++ b/run_rust_emacs_tests.sh
@@ -1,3 +1,13 @@
+# Copyright 2014 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.
+#
 # This runs the test for emacs rust-mode.
 # It must be possible to find emacs via PATH.
 emacs -batch -l rust-mode.el -l rust-mode-tests.el -f 
ert-run-tests-batch-and-exit

Reply via email to