From d104b0b8b37ce50c297b40d829c437f171a01c58 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 15 Dec 2024 09:04:17 +0530 Subject: [PATCH] copyright header --- ext/node/ops/sqlite/mod.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/node/ops/sqlite/mod.rs b/ext/node/ops/sqlite/mod.rs index fe75c1fe85..fd786010ca 100644 --- a/ext/node/ops/sqlite/mod.rs +++ b/ext/node/ops/sqlite/mod.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. + mod database; mod statement;