From 06c0e291182f20f207e4c914ae78d3f9ec16e074 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 Jan 2019 21:31:59 -0500 Subject: Fix cpplint --- libdeno/exceptions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libdeno/exceptions.h') diff --git a/libdeno/exceptions.h b/libdeno/exceptions.h index fce70e3f3..362bbc0e6 100644 --- a/libdeno/exceptions.h +++ b/libdeno/exceptions.h @@ -1,3 +1,4 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. #ifndef EXCEPTIONS_H_ #define EXCEPTIONS_H_ -- cgit v1.2.3