From 4871b9bae4c4482e1330035e5e73ebe7f8aeaf3e Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 17:04:09 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- server.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/server.js b/server.js index e542f0c..f29f426 100644 --- a/server.js +++ b/server.js @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + var http = require("http"), fs = require("fs"), vaultDir = "/application/vault/",