summaryrefslogtreecommitdiff
path: root/examples/cat.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cat.ts')
-rw-r--r--examples/cat.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/cat.ts b/examples/cat.ts
index d8862d424..38fdbb2cc 100644
--- a/examples/cat.ts
+++ b/examples/cat.ts
@@ -1,3 +1,4 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import * as deno from "deno";
async function cat(filenames: string[]): Promise<void> {