From bfab4ed0dfa5e2034005133a257201c934bc3a80 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Thu, 2 Jan 2020 15:13:47 -0500 Subject: Happy new year! (#3578) --- std/media_types/deps.ts | 2 +- std/media_types/mod.ts | 2 +- std/media_types/test.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'std/media_types') diff --git a/std/media_types/deps.ts b/std/media_types/deps.ts index ee095f50c..2a56d2079 100644 --- a/std/media_types/deps.ts +++ b/std/media_types/deps.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. export { extname } from "../path/mod.ts"; diff --git a/std/media_types/mod.ts b/std/media_types/mod.ts index b7c75fb22..6a6067a0e 100644 --- a/std/media_types/mod.ts +++ b/std/media_types/mod.ts @@ -5,7 +5,7 @@ * * Copyright (c) 2014 Jonathan Ong * Copyright (c) 2015 Douglas Christopher Wilson - * Copyright (c) 2019 the Deno authors + * Copyright (c) 2020 the Deno authors * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the diff --git a/std/media_types/test.ts b/std/media_types/test.ts index 9d630ad10..155dd6e3d 100644 --- a/std/media_types/test.ts +++ b/std/media_types/test.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. import { test } from "../testing/mod.ts"; import { assertEquals } from "../testing/asserts.ts"; -- cgit v1.2.3