diff --git a/src/hooks/use-posthog-analytics.ts b/src/hooks/use-posthog-analytics.ts index 1cdd805818..4f5935fd05 100644 --- a/src/hooks/use-posthog-analytics.ts +++ b/src/hooks/use-posthog-analytics.ts @@ -1,3 +1,8 @@ +/** + * Copyright (c) HashiCorp, Inc. + * SPDX-License-Identifier: MPL-2.0 + */ + import { useEffect } from 'react' import { useRouter } from 'next/router'