diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:06:17 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-09-28 05:06:17 +0200 |
commit | 6964c610ba768e6d9bce66473ae963ce9f702563 (patch) | |
tree | 5d5d856f13b17a39f70ede075aeabcd49544188e | |
parent | 68ee2dc9b177011ea1c4261c745d6598071abac6 (diff) | |
download | neetdraw-6964c610ba768e6d9bce66473ae963ce9f702563.tar.gz neetdraw-6964c610ba768e6d9bce66473ae963ce9f702563.tar.xz neetdraw-6964c610ba768e6d9bce66473ae963ce9f702563.zip |
Name change
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | autistdraw.c | 2 |
3 files changed, 4 insertions, 4 deletions
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 <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 "${PROJECT_SOURCE_DIR}/LICENSE") set (CPACK_PACKAGE_VERSION_MAJOR ${project_VERSION_MAJOR}) set (CPACK_PACKAGE_VERSION_MINOR ${project_VERSION_MINOR}) @@ -1,4 +1,4 @@ -Copyright (c) 2014, Přemysl Janouch <p@janouch.name> +Copyright (c) 2014, Přemysl Eric Janouch <p@janouch.name> 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 <p@janouch.name> + * Copyright (c) 2014, Přemysl Eric Janouch <p@janouch.name> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. |