From ff461ff27a3aac98fe6e44b3fe3109cb74eab078 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 2 Aug 2016 21:56:59 +0100 Subject: [PATCH] add license title and use standard copyright notice; both changes in conformance to the recommended license text: - http://choosealicense.com/licenses/isc/ - https://opensource.org/licenses/isc-license - http://spdx.org/licenses/ISC.html#licenseText --- LICENSE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 27d1e9c..02e3aeb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -pyttsx Copyright (c) 2009, 2013 Peter Parente +ISC License + +Copyright (c) 2009, 2013 Peter Parente Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -10,4 +12,4 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.