From 2c477dd7cb37d37f4c8bcf7fd159c08c4cfa1ac1 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 1 Jan 2019 19:58:40 -0500 Subject: Happy new year! --- js/assets.ts | 2 +- js/blob.ts | 2 +- js/blob_test.ts | 2 +- js/chmod.ts | 2 +- js/chmod_test.ts | 2 +- js/compiler.ts | 2 +- js/compiler_test.ts | 2 +- js/console.ts | 2 +- js/console_test.ts | 2 +- js/copy_file.ts | 2 +- js/copy_file_test.ts | 2 +- js/deno.ts | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'js') diff --git a/js/assets.ts b/js/assets.ts index 2344cfc04..773612b26 100644 --- a/js/assets.ts +++ b/js/assets.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // tslint:disable-next-line:no-reference /// diff --git a/js/blob.ts b/js/blob.ts index 4717a28fb..96aae496e 100644 --- a/js/blob.ts +++ b/js/blob.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as domTypes from "./dom_types"; import { containsOnlyASCII } from "./util"; import { TextEncoder } from "./text_encoding"; diff --git a/js/blob_test.ts b/js/blob_test.ts index 293d475dd..142554167 100644 --- a/js/blob_test.ts +++ b/js/blob_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assert, assertEqual } from "./test_util.ts"; test(async function blobString() { diff --git a/js/chmod.ts b/js/chmod.ts index 385e6345d..74b211f84 100644 --- a/js/chmod.ts +++ b/js/chmod.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as msg from "gen/msg_generated"; import * as flatbuffers from "./flatbuffers"; import * as dispatch from "./dispatch"; diff --git a/js/chmod_test.ts b/js/chmod_test.ts index f731a026e..75f4524db 100644 --- a/js/chmod_test.ts +++ b/js/chmod_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { testPerm, assertEqual } from "./test_util.ts"; import * as deno from "deno"; diff --git a/js/compiler.ts b/js/compiler.ts index 5031fb0bf..ceb11f861 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as ts from "typescript"; import { MediaType } from "gen/msg_generated"; diff --git a/js/compiler_test.ts b/js/compiler_test.ts index 8afe64d7f..21aab180a 100644 --- a/js/compiler_test.ts +++ b/js/compiler_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { test, assert, assertEqual } from "./test_util.ts"; import * as deno from "deno"; import * as ts from "typescript"; diff --git a/js/console.ts b/js/console.ts index 396def545..456d3485e 100644 --- a/js/console.ts +++ b/js/console.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { isTypedArray } from "./util"; // tslint:disable-next-line:no-any diff --git a/js/console_test.ts b/js/console_test.ts index e3349054b..3f045db86 100644 --- a/js/console_test.ts +++ b/js/console_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { Console, libdeno, stringifyArgs, inspect } from "deno"; import { test, assert, assertEqual } from "./test_util.ts"; diff --git a/js/copy_file.ts b/js/copy_file.ts index 255d977bf..a4e8d210c 100644 --- a/js/copy_file.ts +++ b/js/copy_file.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import * as msg from "gen/msg_generated"; import * as flatbuffers from "./flatbuffers"; import * as dispatch from "./dispatch"; diff --git a/js/copy_file_test.ts b/js/copy_file_test.ts index 807fbb9d0..02f13c6f3 100644 --- a/js/copy_file_test.ts +++ b/js/copy_file_test.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. import { testPerm, assert, assertEqual } from "./test_util.ts"; import * as deno from "deno"; diff --git a/js/deno.ts b/js/deno.ts index 86a6990d6..2e82613e8 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // Public deno module. /// -- cgit v1.2.3