about summary refs log tree commit diff
path: root/src/rustdoc_ng/plugins.rs
diff options
context:
space:
mode:
authorCorey Richardson <corey@octayn.net>2013-09-12 21:10:51 -0400
committerCorey Richardson <corey@octayn.net>2013-09-16 07:28:44 -0400
commit0298c3ca108e44c11dcfda221f3edeb608645ccf (patch)
treeb140792b1eaddfae444ede5eaf3ebdfb809b73ff /src/rustdoc_ng/plugins.rs
parentc1d977a638064e3ad8c1343d4b146e99607525ba (diff)
downloadrust-0298c3ca108e44c11dcfda221f3edeb608645ccf.tar.gz
rust-0298c3ca108e44c11dcfda221f3edeb608645ccf.zip
rustdoc_ng: add licenses and issue numbers to appease tidy
Diffstat (limited to 'src/rustdoc_ng/plugins.rs')
-rw-r--r--src/rustdoc_ng/plugins.rs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rustdoc_ng/plugins.rs b/src/rustdoc_ng/plugins.rs
index db243c9e21c..4bad87088a1 100644
--- a/src/rustdoc_ng/plugins.rs
+++ b/src/rustdoc_ng/plugins.rs
@@ -1,3 +1,13 @@
+// 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.
+//
+// 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.
+
 use clean;
 
 use extra;