diff --git a/LICENSE b/LICENSE index 261eeb9..91fa25c 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2024 Liam White 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/README.md b/README.md index ccbca0f..850e0d4 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The packages are designed to be composable via dot import. Dot imports are gener import ( . "github.com/liamawhite/parse/core" - // . "github.com/liamawhite/parse/time" whichever other packages you may need + // . "github.com/liamawhite/parse/time" any other packages you may need ) var BlankLine = Times(2, NewLine) // \n\n