diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c1e71e..a71a302 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,8 +86,8 @@ install (FILES LICENSE DESTINATION ${CMAKE_INSTALL_DOCDIR}) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Terminal drawing application") -set (CPACK_PACKAGE_VENDOR "Premysl Janouch") -set (CPACK_PACKAGE_CONTACT "Přemysl Janouch
") +set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") +set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch
") set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_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 17c491c..8193f83 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014, Přemysl Janouch
+Copyright (c) 2014, Přemysl Eric Janouch
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. diff --git a/autistdraw.c b/autistdraw.c index a434203..4066362 100644 --- a/autistdraw.c +++ b/autistdraw.c @@ -1,7 +1,7 @@ /* * autistdraw.c: terminal drawing for NEET autists^Wartists * - * Copyright (c) 2014, Přemysl Janouch
+ * Copyright (c) 2014, Přemysl Eric Janouch
* * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted.