From e28ab19ed4c04a2084b6644f73ab00371ce1baa1 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 22 Dec 2025 16:28:19 -0500 Subject: [PATCH] Add header --- server/private/lib/blueprints/MaintenanceSchema.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/server/private/lib/blueprints/MaintenanceSchema.ts b/server/private/lib/blueprints/MaintenanceSchema.ts index 31663de3..af6b525a 100644 --- a/server/private/lib/blueprints/MaintenanceSchema.ts +++ b/server/private/lib/blueprints/MaintenanceSchema.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 { z } from "zod"; export const MaintenanceSchema = z.object({