summaryrefslogtreecommitdiffstats
path: root/src/async_dag.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/async_dag.rs')
-rw-r--r--src/async_dag.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/async_dag.rs b/src/async_dag.rs
index 0ebc166..f9f5072 100644
--- a/src/async_dag.rs
+++ b/src/async_dag.rs
@@ -1,3 +1,9 @@
+//
+// This Source Code Form is subject to the terms of the Mozilla Public
+// License, v. 2.0. If a copy of the MPL was not distributed with this
+// file, You can obtain one at http://mozilla.org/MPL/2.0/.
+//
+
use std::pin::Pin;
use anyhow::Result;