Skip to content

Commit

Permalink
change top-level license
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Nov 13, 2023
1 parent 5bc134a commit 78cb9b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ add_custom_target(test_pkgconfig

# Setup CPack
set(CPACK_PACKAGE_DESCRIPTION_FILE "${Ginkgo_SOURCE_DIR}/README.md")
set(CPACK_RESOURCE_FILE_LICENSE "${Ginkgo_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_LICENSE "${Ginkgo_SOURCE_DIR}/LICENSE.md")
set(CPACK_PACKAGE_ICON "${Ginkgo_SOURCE_DIR}/assets/logo.png")
set(CPACK_PACKAGE_CONTACT "ginkgo.library@gmail.com")
include(CPack)
Expand Down
29 changes: 0 additions & 29 deletions LICENSE

This file was deleted.

9 changes: 9 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# License of Ginkgo

Ginkgo follows the [REUSE specification of the Free Software Foundation Europe](https://reuse.software/).
Therefore, you will find clear licensing information for our source code.

**The source code of Ginkgo is released under the terms of the BSD 3-Clause "New" or "Revised" License**.

If you want to use Ginkgo, but need a different license, please
[contact us](https://github.com/ginkgo-project/ginkgo/wiki#contact-us).

0 comments on commit 78cb9b4

Please sign in to comment.