From 9750a3d731cd381e832bcacf1d03e48ddb46cc16 Mon Sep 17 00:00:00 2001 From: Laslo Hunhold Date: Tue, 1 May 2018 19:01:22 +0200 Subject: Use indentation to increase readability Granted, this style is definitely not common, but for the short utility-functions of this program it's just the right choice. This provides great flexibility, such that in the long run, it will be possible to also share code between the OS-implementations. This also keeps the state-keeping at a minimum and makes it clearer which functions are implemented on which OS without having to jiggle around with too many files in the process. --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LICENSE') diff --git a/LICENSE b/LICENSE index ae87dc6..47282b2 100644 --- a/LICENSE +++ b/LICENSE @@ -11,7 +11,7 @@ Copyright 2016-2017 Quentin Rameau Copyright 2016 Mike Coddington Copyright 2016-2018 parazyd Copyright 2017 Tobias Stoeckmann -Copyright 2017 Laslo Hunhold +Copyright 2017-2018 Laslo Hunhold Copyright 2018 Darron Anderson Permission to use, copy, modify, and/or distribute this software for any -- cgit v1.2.3