Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2018-07-27 20:24:12 +0300
committerChristopher Haster <chaster@utexas.edu>2018-07-27 22:02:38 +0300
commit066448055c551ec57d638415b84ae63543b4332e (patch)
tree96167e3e7ea7b114fda11ccbf26339d202309fc2
parentd66723ccfd526c9bca36f69be4ea0a2a1229d933 (diff)
Moved SPDX and license info into README
This makes is a bit easier to find the description about the SPDX tags, and fixes the issue where GitHub doesn't detect the license text.
-rw-r--r--LICENSE.md12
-rw-r--r--README.md13
2 files changed, 13 insertions, 12 deletions
diff --git a/LICENSE.md b/LICENSE.md
index f794972..ed69bea 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -22,15 +22,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
----
-
-*Note*:
-Individual files contain the following tag instead of the full license text.
-
-
-
- SPDX-License-Identifier: BSD-3-Clause
-
-This enables machine processing of license information based on the SPDX
-License Identifiers that are here available: http://spdx.org/licenses/
diff --git a/README.md b/README.md
index e778a65..623ba0a 100644
--- a/README.md
+++ b/README.md
@@ -146,6 +146,19 @@ The tests assume a Linux environment and can be started with make:
make test
```
+## License
+
+The littlefs is provided under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html)
+license. See [LICENSE.md](LICENSE.md) for more information. Contributions to
+this project are accepted under the same license.
+
+Individual files contain the following tag instead of the full license text.
+
+ SPDX-License-Identifier: BSD-3-Clause
+
+This enables machine processing of license information based on the SPDX
+License Identifiers that are here available: http://spdx.org/licenses/
+
## Related projects
[Mbed OS](https://github.com/ARMmbed/mbed-os/tree/master/features/filesystem/littlefs) -