diff --git a/.editorconfig b/.editorconfig index 48c23be..6d6398a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # +--------------------+ diff --git a/.gitattributes b/.gitattributes index 86bea14..2a6c63b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration to define attributes per path. diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a42f174..3078bbd 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration for the GitHub feature to automatically request reviews from the code owners diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5790db3..4838ad4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # GitHub Action Workflow for continuous integration jobs. diff --git a/.gitignore b/.gitignore index 5588847..4fca4cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration to specify paths to ignore. diff --git a/.golangci.yml b/.golangci.yml index a51db82..7f066f0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration for golangci-lint. @@ -106,7 +106,7 @@ linters-settings: values: const: AUTHOR: Sven Greb - YEAR: 2020-present + YEAR: 2019-present regexp: EMAIL: .*@svengreb\.de template: |- diff --git a/.huskyrc.js b/.huskyrc.js index 10fccc3..c8dde14 100644 --- a/.huskyrc.js +++ b/.huskyrc.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-present Sven Greb + * Copyright (c) 2019-present Sven Greb * This source code is licensed under the MIT license found in the LICENSE file. */ diff --git a/.mailmap b/.mailmap index f00fbb4..d69c45d 100644 --- a/.mailmap +++ b/.mailmap @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration for Git mail mapping feature to coalesce together commits by the same person in the shortlog, diff --git a/.prettierignore b/.prettierignore index 2a52bd0..2910c08 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration to specify paths to ignore. diff --git a/.remarkignore b/.remarkignore index d46d9dd..1c2e258 100644 --- a/.remarkignore +++ b/.remarkignore @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Configuration to specify paths to ignore. diff --git a/.remarkrc.js b/.remarkrc.js index d9e696c..1beb5c3 100644 --- a/.remarkrc.js +++ b/.remarkrc.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-present Sven Greb + * Copyright (c) 2019-present Sven Greb * This source code is licensed under the MIT license found in the LICENSE file. */ diff --git a/.yarnrc b/.yarnrc index d3f6602..c8b9d01 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,4 +1,4 @@ -# Copyright (c) 2020-present Sven Greb +# Copyright (c) 2019-present Sven Greb # This source code is licensed under the MIT license found in the LICENSE file. # Defines repository-wide configurations. diff --git a/LICENSE b/LICENSE index ce0c198..4b97e51 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License (MIT) -Copyright (c) 2020-present Sven Greb (https://www.svengreb.de) +Copyright (c) 2019-present Sven Greb (https://www.svengreb.de) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lint-staged.config.js b/lint-staged.config.js index 07ba117..66be917 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-present Sven Greb + * Copyright (c) 2019-present Sven Greb * This source code is licensed under the MIT license found in the LICENSE file. */ diff --git a/prettier.config.js b/prettier.config.js index 880885e..0fc102c 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-present Sven Greb + * Copyright (c) 2019-present Sven Greb * This source code is licensed under the MIT license found in the LICENSE file. */