Skip to content

Commit 0dc8e5e

Browse files
committed
[Docs] Update the license and copyright docs
1 parent 0bd423e commit 0dc8e5e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,10 @@ site. [[Become a sponsor](https://opencollective.com/cider#sponsor)]
256256

257257
## License
258258

259-
Copyright © 2012-2020 Tim King, Phil Hagelberg, Bozhidar Batsov, Artur Malabarba and
260-
[contributors](https://github.com/clojure-emacs/cider/contributors).
259+
CIDER is Distributed under the GNU General Public License, version 3.
261260

262-
Distributed under the GNU General Public License, version 3
261+
Copyright © 2012-2020 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and
262+
[contributors](https://github.com/clojure-emacs/cider/contributors).
263263

264264
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg
265265
[nREPL]:https://github.com/nrepl/nrepl
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
= License
1+
= License & Copyright
22
:experimental:
33

4+
== Code License
5+
46
CIDER is distributed under the GNU General Public License, version 3, the same as Emacs.
57

68
TIP: Type kbd:[C-h C-c] in Emacs to view it.
79

810
`cider-nrepl` is distributed under the Eclipse Public License, the same as Clojure.
911

10-
== Documentation
12+
== Documentation License
1113

1214
All the original text is available under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).
1315

@@ -16,3 +18,7 @@ All the original Emacs Lisp code is available under the terms of the GNU General
1618
All the original Clojure code is available under the terms of the Eclipse Public License 1 or any later version.
1719

1820
NOTE: Reach out to Bozhidar if you have any questions about licensing.
21+
22+
== Copyright
23+
24+
© 2012-2020 Bozhidar Batsov, Artur Malabarba, Tim King, Phil Hagelberg and CIDER contributors.

0 commit comments

Comments
 (0)