From ca733b10c9a357213c59dd97c728af3f3c31d8fd Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Fri, 24 Jan 2025 14:11:59 +0700 Subject: [PATCH] Update [Exporter] Package Documentation - [+] chore(docs.go): add copyright notice and license agreement information --- export/docs.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/export/docs.go b/export/docs.go index 8c954d4..22fa3c3 100644 --- a/export/docs.go +++ b/export/docs.go @@ -1,3 +1,8 @@ +// Copyright (c) 2025 H0llyW00dzZ All rights reserved. +// +// By accessing or using this software, you agree to be bound by the terms +// of the License Agreement, which you can find at LICENSE files. + // Package export provides functionality to export email messages // in various formats. It defines interfaces and implementations // for exporting messages, allowing flexibility in how messages