From 7a43b90f6738b816c973e1dc785aa8446ca1ec3b Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Fri, 24 Jan 2025 12:36:12 +0000 Subject: [PATCH] Chore [Client] [ListMailboxes] copyright notice and license agreement (#15) - [+] chore(list_mailboxes.go): add copyright notice and license agreement information Reviewed-on: https://git.b0zal.io/H0llyW00dzZ/imap/pulls/15 Co-authored-by: H0llyW00dzZ Co-committed-by: H0llyW00dzZ --- client/list_mailboxes.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/list_mailboxes.go b/client/list_mailboxes.go index eacf62d..d591cec 100644 --- a/client/list_mailboxes.go +++ b/client/list_mailboxes.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 client import (