aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE.md7
-rw-r--r--README.md8
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)