From 8ca1f66a2dd4bd97c1db9602342e6c4a135d5459 Mon Sep 17 00:00:00 2001 From: Steve Winslow Date: Sun, 2 Dec 2018 08:12:09 -0500 Subject: [PATCH] Fixed typo in license statement URL Signed-off-by: Steve Winslow --- provider/mem/mem.go | 2 +- provider/mem/mem_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/mem/mem.go b/provider/mem/mem.go index 36665595..0b909797 100644 --- a/provider/mem/mem.go +++ b/provider/mem/mem.go @@ -3,7 +3,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/lic:wenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/provider/mem/mem_test.go b/provider/mem/mem_test.go index 2733778a..2414c49f 100644 --- a/provider/mem/mem_test.go +++ b/provider/mem/mem_test.go @@ -3,7 +3,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://www.apache.org/lic:wenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS,