diff --git a/LICENSE b/LICENSE index d84d79d..42ff1af 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,5 @@ -The UI is a fork of https://github.com/davidrayoussef/react-quiz. Original license below. - Copyright (c) 2016 David Ra Youssef +Copyright (c) 2022 Konrad Höffner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 97f8dfb..e3d24e4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # SNIK Quiz +![build](https://github.com/snikproject/snik-graph/actions/workflows/build.yml/badge.svg) +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) + ![SNIK Quiz screenshot](../../releases/download/0.2/snik-quiz.png) ## Usage @@ -43,4 +46,5 @@ Create the files as required by the process. ./deploy ### License -Almost all the code is from https://github.com/davidrayoussef/react-quiz so we just supply the LICENSE file of that project. With our additional code you can do whatever you want. The question data is probably in the same category as https://github.com/IMISE/snik. +SNIK Quiz uses the MIT license like , which this is a fork of with minimal modifications. +The main contribution of SNIK Quiz is the question data, not the user interface.