From 0e2a050c4fe611b204543082aa6a77ee03ad183e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 1 Aug 2020 14:04:10 +0200 Subject: Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- line-editor.c | 2 +- nncmpp.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8ce370..76ca00d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,8 +98,8 @@ endforeach (page) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "MPD client") -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 1d6387b..7abc3d4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 - 2018, Přemysl Janouch +Copyright (c) 2016 - 2018, 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/line-editor.c b/line-editor.c index 708afd4..0ae26f9 100644 --- a/line-editor.c +++ b/line-editor.c @@ -1,7 +1,7 @@ /* * line-editor.c: a line editor component for the TUI part of liberty * - * Copyright (c) 2017 - 2018, Přemysl Janouch + * Copyright (c) 2017 - 2018, 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/nncmpp.c b/nncmpp.c index 56ff1e9..4540c1f 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -1,7 +1,7 @@ /* * nncmpp -- the MPD client you never knew you needed * - * Copyright (c) 2016 - 2018, Přemysl Janouch + * Copyright (c) 2016 - 2018, Přemysl Eric Janouch * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted. -- cgit v1.2.3