Skip to content

Commit 3966d04

Browse files
committed
LICENSE: move it to where it belongs.
For one, it makes github actually detect and show the license.
1 parent 833001e commit 3966d04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/LICENSE LICENSE

File renamed without changes.

doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# Install Doc files
33
#
4-
set(DOC_FILES README AUTHORS TRANSLATORS LICENSE)
4+
set(DOC_FILES README AUTHORS TRANSLATORS ../LICENSE)
55
install(FILES ${DOC_FILES} DESTINATION ${CMAKE_INSTALL_DOCDIR})
66

77
# create config docs

0 commit comments

Comments
 (0)