aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-09-14 15:20:50 +0200
committerPřemysl Eric Janouch <p@janouch.name>2020-09-14 15:20:50 +0200
commit78c0cd443d7e302fac6448db9d776c02a185d084 (patch)
treef026227efd924017f0b12ed746021a304cf1809b
parent6a99d97ad0064e0ad1599e14571337109264e302 (diff)
downloadtermo-78c0cd443d7e302fac6448db9d776c02a185d084.tar.gz
termo-78c0cd443d7e302fac6448db9d776c02a185d084.tar.xz
termo-78c0cd443d7e302fac6448db9d776c02a185d084.zip
Name change
-rw-r--r--CMakeLists.txt4
-rw-r--r--LICENSE2
-rw-r--r--README.adoc2
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3466ecf..f60e7c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,8 +173,8 @@ 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.name>")
+set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
+set (CPACK_PACKAGE_CONTACT "Přemysl Eric 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})
diff --git a/LICENSE b/LICENSE
index 58391ff..bcd79a8 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
Copyright (c) 2007-2014 Paul Evans <leonerd@leonerd.org.uk>
-Copyright (c) 2014 Přemysl Janouch <p@janouch.name>
+Copyright (c) 2014 Přemysl Eric 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 5e392d5..be13d26 100644
--- a/README.adoc
+++ b/README.adoc
@@ -68,7 +68,7 @@ Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
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
+<leonerd@leonerd.org.uk>, with additional changes made by Přemysl Eric Janouch
<p@janouch.name>.
You may use the software under the terms of the MIT license, the text of which