From fb74adcf16445c31b9d4a64a18249cffa76505fd Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 8 Oct 2021 13:42:53 -0500 Subject: [PATCH] Replaced an incorrect email in the license sections --- README.md | 4 ++-- cmd/check.go | 2 +- cmd/root.go | 2 +- cmd/serve.go | 2 +- cmd/update.go | 2 +- internal/parser/dockerfile/dockerfile.go | 2 +- internal/parser/parser.go | 2 +- main.go | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d927c83..72f41c8 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ I am not currently accepting outside contributions. ## License -Copyright © 2021 Drew Short - ``` +Copyright © 2021 Drew Short + Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at diff --git a/cmd/check.go b/cmd/check.go index d062848..5b15544 100644 --- a/cmd/check.go +++ b/cmd/check.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/cmd/root.go b/cmd/root.go index 248ef5e..6dbfbef 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/cmd/serve.go b/cmd/serve.go index f65a9d4..e954a78 100644 --- a/cmd/serve.go +++ b/cmd/serve.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/cmd/update.go b/cmd/update.go index bc1fd24..06e1d9b 100644 --- a/cmd/update.go +++ b/cmd/update.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/internal/parser/dockerfile/dockerfile.go b/internal/parser/dockerfile/dockerfile.go index 5af959d..9e6ccc3 100644 --- a/internal/parser/dockerfile/dockerfile.go +++ b/internal/parser/dockerfile/dockerfile.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/internal/parser/parser.go b/internal/parser/parser.go index 6ae8b5e..2a699a8 100644 --- a/internal/parser/parser.go +++ b/internal/parser/parser.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short 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/main.go b/main.go index 60b04a8..7357d31 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -Copyright © 2021 Drew Short +Copyright © 2021 Drew Short Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.