From 6a93c83bc394fd90b703aea5ed619cc30342fdb7 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 5 Jul 2021 12:46:01 -0700 Subject: [PATCH] LICENSE: note directories with a separate LICENSE file This will ensure if we e.g. include other projects source code that we can easily denote it as such with a separate LICENSE file in that directory. Signed-off-by: Stephen Gutekanst --- LICENSE | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 123973a..ba6099d 100644 --- a/LICENSE +++ b/LICENSE @@ -3,8 +3,11 @@ Copyright 2021, Hexops Contributors (given via the Git commit history). All documentation, image, sound, font, and 2D/3D model files are CC-BY-4.0 licensed unless otherwise noted. You may get a copy of this license at https://creativecommons.org/licenses/by/4.0 +Files in a directory with a separate LICENSE file may contain files under different license terms, +described within that LICENSE file. + All other files are licensed under the Apache License, Version 2.0 (see LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0) or the MIT license (see LICENSE-MIT or http://opensource.org/licenses/MIT), at your option. All files in the project without exclusions may not be copied, modified, or distributed except -according to the terms above. +according to the terms above. \ No newline at end of file