Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/etc/check-binaries.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright 2013 The Rust Project Developers. See the COPYRIGHT
#!/usr/bin/env python
#
# Copyright 2013-2014 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
#
Expand Down
2 changes: 2 additions & 0 deletions src/etc/check-summary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
#
# Copyright 2012-2014 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
Expand Down
2 changes: 2 additions & 0 deletions src/etc/extract_grammar.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
#
# Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
Expand Down
4 changes: 3 additions & 1 deletion src/etc/get-snapshot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright 2011-2013 The Rust Project Developers. See the COPYRIGHT
#!/usr/bin/env python
#
# Copyright 2011-2014 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
#
Expand Down
4 changes: 3 additions & 1 deletion src/etc/make-snapshot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Copyright 2011-2013 The Rust Project Developers. See the COPYRIGHT
#!/usr/bin/env python
#
# Copyright 2011-2014 The Rust Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution and at
# http://rust-lang.org/COPYRIGHT.
#
Expand Down