From f01c3074e603f1acf56bcf8c1e711673017b8094 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 21 Mar 2018 23:02:54 +0000 Subject: [PATCH] standardize license file - Filename matches format of other standard files in the repo (README, etc.) - Include title and copyright notice per the template text: - http://choosealicense.com/licenses/isc/ - https://opensource.org/licenses/isc-license - http://spdx.org/licenses/ISC.html#licenseText --- license => LICENSE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename license => LICENSE.md (89%) diff --git a/license b/LICENSE.md similarity index 89% rename from license rename to LICENSE.md index 755e428..eeec5e1 100644 --- a/license +++ b/LICENSE.md @@ -1,4 +1,6 @@ -Copyright 2017 Rhyne Vlaservich +## ISC Licence + +Copyright (c) 2017–2018, Rhyne Vlaservich Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.