From 225abca72b9aa8c39d9897607d7c9f30552d63dd Mon Sep 17 00:00:00 2001 From: Dmitri Toubelis Date: Mon, 10 Aug 2020 01:02:31 -0400 Subject: [PATCH] Minor fixes --- aqueue.go | 2 +- aqueue_doc.go | 2 +- aqueue_errors.go | 2 +- aqueue_test.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aqueue.go b/aqueue.go index c229d77..f579d99 100644 --- a/aqueue.go +++ b/aqueue.go @@ -1,4 +1,4 @@ -// Copyright 2020 AQueue contributors +// Copyright 2020 The AQueue Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/aqueue_doc.go b/aqueue_doc.go index c213851..8d621ce 100644 --- a/aqueue_doc.go +++ b/aqueue_doc.go @@ -1,4 +1,4 @@ -// Copyright 2020 AQueue contributors +// Copyright 2020 The AQueue Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/aqueue_errors.go b/aqueue_errors.go index 12f2953..cfac7e8 100644 --- a/aqueue_errors.go +++ b/aqueue_errors.go @@ -1,4 +1,4 @@ -// Copyright 2020 AQueue contributors +// Copyright 2020 The AQueue Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/aqueue_test.go b/aqueue_test.go index 5fefb1d..8cb0340 100644 --- a/aqueue_test.go +++ b/aqueue_test.go @@ -1,4 +1,4 @@ -// Copyright 2020 AQueue contributors +// Copyright 2020 The AQueue Contributors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.