From 35721969e2a4aa81008738c9496ffb1f838c40aa Mon Sep 17 00:00:00 2001 From: pacmano1 <44065187+pacmano1@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:29:19 -0500 Subject: [PATCH] Update create_zip_with_wildcards.js --- create_zip_with_wildcards.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/create_zip_with_wildcards.js b/create_zip_with_wildcards.js index 3aaf3e9..4e30683 100644 --- a/create_zip_with_wildcards.js +++ b/create_zip_with_wildcards.js @@ -1,3 +1,5 @@ +// Copyright (c) [2024] [Diridium Technologies Inc. https://diridium.com] +// // Import necessary Java classes var File = Packages.java.io.File; var FileInputStream = Packages.java.io.FileInputStream;