diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
| commit | 6b6acde972bfd646e5b8a3eeaabd613c44d1028c (patch) | |
| tree | 1057dd2b7728eb3a37a7d0ed222c847329501578 /src/rt/sync | |
| parent | 1244c0b6fd8325e1eab274e6d9b989e1ee1e2c57 (diff) | |
| download | rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.tar.gz rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.zip | |
Add a license check to tidy. #4018
Diffstat (limited to 'src/rt/sync')
| -rw-r--r-- | src/rt/sync/lock_and_signal.h | 1 | ||||
| -rw-r--r-- | src/rt/sync/sync.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/rt/sync/lock_and_signal.h b/src/rt/sync/lock_and_signal.h index 1ed494a77ae..5a0eb83a394 100644 --- a/src/rt/sync/lock_and_signal.h +++ b/src/rt/sync/lock_and_signal.h @@ -1,4 +1,3 @@ -// -*- c++ -*- // 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. diff --git a/src/rt/sync/sync.h b/src/rt/sync/sync.h index 13d11a55021..6ac97d57933 100644 --- a/src/rt/sync/sync.h +++ b/src/rt/sync/sync.h @@ -1,4 +1,3 @@ -// -*- c++ -*- // 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. |
