summaryrefslogtreecommitdiff
path: root/src/reply.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reply.h')
-rw-r--r--src/reply.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/reply.h b/src/reply.h
index aa2e61f8c..4b16204da 100644
--- a/src/reply.h
+++ b/src/reply.h
@@ -1,5 +1,4 @@
-// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
-// All rights reserved. MIT License.
+// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// TODO(ry) This library handles parsing and sending Flatbuffers. It's written
// in C++ because flatbuffer support for Rust is not quite there. However, once