summaryrefslogtreecommitdiff
path: root/std/encoding/csv_stringify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/encoding/csv_stringify.ts')
-rw-r--r--std/encoding/csv_stringify.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/encoding/csv_stringify.ts b/std/encoding/csv_stringify.ts
index 913cd3116..758609734 100644
--- a/std/encoding/csv_stringify.ts
+++ b/std/encoding/csv_stringify.ts
@@ -1,4 +1,4 @@
-// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Implements the CSV spec at https://tools.ietf.org/html/rfc4180
// This module is browser compatible.