From 3c5fe21078360fd02b59291ae72b76a6dcac0bda Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 27 Oct 2025 11:54:56 -0700 Subject: [PATCH] Add missing header --- server/private/lib/logAccessAudit.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/server/private/lib/logAccessAudit.ts b/server/private/lib/logAccessAudit.ts index cc56d94c..5c9cf94f 100644 --- a/server/private/lib/logAccessAudit.ts +++ b/server/private/lib/logAccessAudit.ts @@ -1,3 +1,16 @@ +/* + * This file is part of a proprietary work. + * + * Copyright (c) 2025 Fossorial, Inc. + * All rights reserved. + * + * This file is licensed under the Fossorial Commercial License. + * You may not use this file except in compliance with the License. + * Unauthorized use, copying, modification, or distribution is strictly prohibited. + * + * This file is not licensed under the AGPLv3. + */ + import { accessAuditLog, db, orgs } from "@server/db"; import { getCountryCodeForIp } from "@server/lib/geoip"; import logger from "@server/logger";