Skip to content

Commit fcc270c

Browse files
authored
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.
1 parent b5bb6e3 commit fcc270c

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

LICENSE.md

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
Copyright Neovim contributors. All rights reserved.
2-
3-
nvim-lspconfig is licensed under the terms of the Apache 2.0 license.
4-
5-
nvim-lspconfig's license follows:
6-
7-
====
81
Apache License
92
Version 2.0, January 2004
103
http://www.apache.org/licenses/

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,11 @@ a new configuration for it helps others, especially if the server requires speci
158158
to get started. Most configs are simple. For an extensive example see
159159
[texlab.lua](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/server_configurations/texlab.lua).
160160
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).
161+
162+
## License
163+
164+
Copyright Neovim contributors. All rights reserved.
165+
166+
nvim-lspconfig is licensed under the terms of the Apache 2.0 license.
167+
168+
See [LICENSE.md](./LICENSE.md)

0 commit comments

Comments
 (0)