From 412c51d7875fbb19aeaceb70b4e0b6d383003008 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 23 May 2020 14:15:36 +0200 Subject: [PATCH] Change copyrights for consistency with the @godotengine organization --- LICENSE.md => LICENSE.txt | 5 ++--- README.md | 8 +++++--- 2 files changed, 7 insertions(+), 6 deletions(-) rename LICENSE.md => LICENSE.txt (85%) diff --git a/LICENSE.md b/LICENSE.txt similarity index 85% rename from LICENSE.md rename to LICENSE.txt index 149ba76..5718726 100644 --- a/LICENSE.md +++ b/LICENSE.txt @@ -1,6 +1,5 @@ -# MIT License - -Copyright © 2020 Hugo Locurcio and contributors +Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. +Copyright (c) 2014-2020 Godot Engine contributors (cf. https://github.com/godotengine/godot/blob/master/AUTHORS.md). 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 ce26ced..8e912d3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ View the completion status of the Godot class reference (updated daily). ## License -Copyright © 2020 Hugo Locurcio and contributors +- Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. +- Copyright (c) 2014-2020 Godot Engine contributors + (cf. ). -- Unless otherwise specified, files in this repository are licensed under the - MIT license, see [LICENSE.md](LICENSE.md) for more information. +Unless otherwise specified, files in this repository are licensed under the +MIT license. See [LICENSE.txt](LICENSE.txt) for more information.