From ee6828f60737ea4dbaa27f50a89b5b7f4af88f31 Mon Sep 17 00:00:00 2001 From: Kyle Billings Date: Sun, 9 Feb 2014 11:05:38 -0500 Subject: [PATCH] Fix inconsistencies with the spelling of license --- CodingStandards.txt | 2 +- README.md | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CodingStandards.txt b/CodingStandards.txt index 727e53efb..79403af2f 100644 --- a/CodingStandards.txt +++ b/CodingStandards.txt @@ -46,7 +46,7 @@ a. File comment is always at top, and includes: - Original author, date. - Later maintainers (not contributors - they can be seen through VCS log). - Copyright. -- Licence (e.g. see COPYING). +- License (e.g. see COPYING). b. Never use #ifdef/#define/#endif file guards. Prefer #pragma once as first line below file comment. c. Prefer static const variable to value macros. d. Prefer inline constexpr functions to function macros. diff --git a/README.md b/README.md index bd45e5fb1..8e5d7b535 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,10 @@ See BUILDING.md See TODO -## Licence +## License -See LICENCE +See LICENSE ## Contributing Please read CodingStandards.txt thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formating guidelines as describled in CodingStandards.txt. - -