From fcc270cc834acbc0ad6aebf1f4bf0d0bb87a8eb8 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Sat, 11 Feb 2023 01:54:59 +0100 Subject: [PATCH] chore(license): move copyright notice to readme (#2448) I noticed that GitHub can't parse the license SPDX ID form the license file. So I moved the copyright notice above the license text to the bottom of the readme. --- LICENSE.md | 7 ------- README.md | 8 ++++++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 04c0a3d5..d9a10c0d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,10 +1,3 @@ -Copyright Neovim contributors. All rights reserved. - -nvim-lspconfig is licensed under the terms of the Apache 2.0 license. - -nvim-lspconfig's license follows: - -==== Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/README.md b/README.md index bc79e9d3..9f16eecf 100644 --- a/README.md +++ b/README.md @@ -158,3 +158,11 @@ a new configuration for it helps others, especially if the server requires speci to get started. Most configs are simple. For an extensive example see [texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/texlab.lua). 3. Ask questions on our [Discourse](https://neovim.discourse.group/c/7-category/7) or in the [Neovim Matrix room](https://app.element.io/#/room/#neovim:matrix.org). + +## License + +Copyright Neovim contributors. All rights reserved. + +nvim-lspconfig is licensed under the terms of the Apache 2.0 license. + +See [LICENSE.md](./LICENSE.md)