From 9adbb8c89746d591e67a80b41ab90d802328f4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 24 Jun 2018 01:05:34 +0200 Subject: [PATCH] Update mail address --- CMakeLists.txt | 2 +- LICENSE | 2 +- README.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98ae77b..3466ecf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -174,7 +174,7 @@ install (FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}.pc" # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Terminal key input library") set (CPACK_PACKAGE_VENDOR "Premysl Janouch") -set (CPACK_PACKAGE_CONTACT "Přemysl Janouch ") +set (CPACK_PACKAGE_CONTACT "Přemysl Janouch ") set (CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR}) set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR}) diff --git a/LICENSE b/LICENSE index 93afa4f..58391ff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Copyright (c) 2007-2014 Paul Evans -Copyright (c) 2014 Přemysl Janouch +Copyright (c) 2014 Přemysl Janouch 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.adoc b/README.adoc index d331b49..6c3b91b 100644 --- a/README.adoc +++ b/README.adoc @@ -69,7 +69,7 @@ License ------- 'termo' is based on the 'termkey' library, originally written by Paul Evans , with additional changes made by Přemysl Janouch -. +. You may use the software under the terms of the MIT license, the text of which is included within the package, see the file LICENSE.