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;