From 973d01b19b92a96b7b58b9cdeb47338507a4ca60 Mon Sep 17 00:00:00 2001 From: Prabhjot Singh Sethi Date: Fri, 18 Apr 2025 10:33:37 +0000 Subject: [PATCH] Add missing copyright Signed-off-by: Prabhjot Singh Sethi --- sync/lock.go | 3 +++ sync/test/example.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sync/lock.go b/sync/lock.go index cd83df6..0156831 100644 --- a/sync/lock.go +++ b/sync/lock.go @@ -1,3 +1,6 @@ +// Copyright © 2025 Prabhjot Singh Sethi, All Rights reserved +// Author: Prabhjot Singh Sethi + package sync import ( diff --git a/sync/test/example.go b/sync/test/example.go index 715f436..832a6de 100644 --- a/sync/test/example.go +++ b/sync/test/example.go @@ -1,3 +1,6 @@ +// Copyright © 2025 Prabhjot Singh Sethi, All Rights reserved +// Author: Prabhjot Singh Sethi + package main import (