Relplat 897 copywrite fixes for mutliple licenses (#23722)

This commit is contained in:
modrake
2023-10-20 08:40:43 -07:00
committed by GitHub
parent 8b15e7d216
commit eca4b4d801
150 changed files with 732 additions and 6 deletions

View File

@@ -1 +1,6 @@
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
export { ensureTrailingSlash, sanitizePath } from 'core/utils/sanitize-path';