diff options
author | Přemysl Janouch <p@janouch.name> | 2018-06-24 01:05:34 +0200 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-06-24 01:05:34 +0200 |
commit | 9adbb8c89746d591e67a80b41ab90d802328f4fb (patch) | |
tree | 14a80d5b09458e9abc3802d2170c358519b0e7ef | |
parent | 953789650ee894ba8d8f1a4ed5241e8c4e402760 (diff) | |
download | termo-9adbb8c89746d591e67a80b41ab90d802328f4fb.tar.gz termo-9adbb8c89746d591e67a80b41ab90d802328f4fb.tar.xz termo-9adbb8c89746d591e67a80b41ab90d802328f4fb.zip |
Update mail address
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | 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 <p.janouch@gmail.com>") +set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>") 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}) @@ -1,5 +1,5 @@ Copyright (c) 2007-2014 Paul Evans <leonerd@leonerd.org.uk> -Copyright (c) 2014 Přemysl Janouch <p.janouch@gmail.com> +Copyright (c) 2014 Přemysl Janouch <p@janouch.name> 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 <leonerd@leonerd.org.uk>, with additional changes made by Přemysl Janouch -<p.janouch@gmail.com>. +<p@janouch.name>. 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. |