summaryrefslogtreecommitdiff
path: root/http/file_server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'http/file_server.ts')
-rwxr-xr-xhttp/file_server.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/http/file_server.ts b/http/file_server.ts
index d1a34ab79..1f3fdd586 100755
--- a/http/file_server.ts
+++ b/http/file_server.ts
@@ -1,4 +1,5 @@
#!/usr/bin/env deno --allow-net
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
// This program serves files in the current directory over HTTP.
// TODO Stream responses instead of reading them into memory.