From 5622db48d08ceba85acf0a6ae42c6f0b2e11e161 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra Date: Sat, 25 Nov 2017 23:17:27 +0530 Subject: [PATCH] docs(license): Update License fix for GitHub (#16113) --- LICENSE => LICENSE.md | 0 README.md | 4 ++-- Curriculum-LICENSE.md => seed/LICENSE.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE => LICENSE.md (100%) rename Curriculum-LICENSE.md => seed/LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/README.md b/README.md index 0148c916fe..d4f4bd14c5 100644 --- a/README.md +++ b/README.md @@ -69,5 +69,5 @@ License Copyright (c) 2017 freeCodeCamp. The content of this repository bound by the following LICENSE(S) -- The computer software is licensed under the [BSD-3-Clause](./LICENSE). -- The curricular content as in the [`/seed`](/seed) and subdirectories are licensed under the [CC-BY-SA-4.0](./Curriculum-LICENSE.md) +- The computer software is licensed under the [BSD-3-Clause](./LICENSE.md). +- The curricular content in the [`/seed`](/seed) and subdirectories are licensed under the [CC-BY-SA-4.0](./seed/LICENSE.md) diff --git a/Curriculum-LICENSE.md b/seed/LICENSE.md similarity index 100% rename from Curriculum-LICENSE.md rename to seed/LICENSE.md