From 2a36879e306a3f747b0946fc5c03ac6608447de4 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 2 Jan 2020 23:41:59 +0000 Subject: Add missing year ranges to copyright notices (#3582) --- core/libdeno/modules.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/libdeno/modules.cc') diff --git a/core/libdeno/modules.cc b/core/libdeno/modules.cc index bb7dc5d98..9ccdbcadb 100644 --- a/core/libdeno/modules.cc +++ b/core/libdeno/modules.cc @@ -1,4 +1,4 @@ -// Copyright 2018 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. #include "exceptions.h" #include "internal.h" -- cgit v1.2.3