diff options
Diffstat (limited to 'js/timers.ts')
-rw-r--r-- | js/timers.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/timers.ts b/js/timers.ts index da2cccd89..9f18d2716 100644 --- a/js/timers.ts +++ b/js/timers.ts @@ -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. import { deno as pb } from "./msg.pb"; import { pubInternal, sub } from "./dispatch"; import { assert } from "./util"; |