summaryrefslogtreecommitdiff
path: root/std/media_types
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-02 15:13:47 -0500
committerGitHub <noreply@github.com>2020-01-02 15:13:47 -0500
commitbfab4ed0dfa5e2034005133a257201c934bc3a80 (patch)
treecd53471ad241770d3cd9a9da6246463d92e0ebeb /std/media_types
parentb0761138e5d2486c241ab8fdfa67fe2c2a0b621b (diff)
Happy new year! (#3578)
Diffstat (limited to 'std/media_types')
-rw-r--r--std/media_types/deps.ts2
-rw-r--r--std/media_types/mod.ts2
-rw-r--r--std/media_types/test.ts2
3 files changed, 3 insertions, 3 deletions
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 <me@jongleberry.com>
* Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
- * 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";