From 487ea0133492f5a7cad0f7cd19cfd56d4d0fbf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 17 Sep 2020 09:14:05 +0200 Subject: [PATCH] Name change --- CMakeLists.txt | 4 ++-- LICENSE | 2 +- cmake/FindVala.cmake | 2 +- cmake/ValaPrecompile.cmake | 2 +- wdmtg.vala | 2 +- xext.vapi | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27c68db..cdeae10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,8 +63,8 @@ install (TARGETS ${PROJECT_NAME} DESTINATION bin) # CPack set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Activity tracker") -set (CPACK_PACKAGE_VENDOR "Přemysl 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 ${project_VERSION}) set (CPACK_GENERATOR "TGZ;ZIP") diff --git a/LICENSE b/LICENSE index 5d8799e..5826897 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016, Přemysl Janouch +Copyright (c) 2016 - 2020, 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/cmake/FindVala.cmake b/cmake/FindVala.cmake index 63cdc88..bbc5b5c 100644 --- a/cmake/FindVala.cmake +++ b/cmake/FindVala.cmake @@ -6,7 +6,7 @@ # VALA_VERSION #============================================================================= -# Copyright (c) 2011, 2016, Přemysl Janouch +# Copyright (c) 2011, 2016, 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/cmake/ValaPrecompile.cmake b/cmake/ValaPrecompile.cmake index 8c5468b..8d8fdb5 100644 --- a/cmake/ValaPrecompile.cmake +++ b/cmake/ValaPrecompile.cmake @@ -14,7 +14,7 @@ # #============================================================================= -# Copyright (c) 2011, 2016, Přemysl Janouch +# Copyright (c) 2011, 2016, 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/wdmtg.vala b/wdmtg.vala index 0a7f959..30b2ddc 100644 --- a/wdmtg.vala +++ b/wdmtg.vala @@ -1,7 +1,7 @@ // // wdmtg.vala: activity tracker // -// Copyright (c) 2016, Přemysl Janouch +// Copyright (c) 2016 - 2020, 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/xext.vapi b/xext.vapi index e3f39df..69019b5 100644 --- a/xext.vapi +++ b/xext.vapi @@ -1,7 +1,7 @@ // // xext.vapi: various extensions to the x11 vapi // -// Copyright (c) 2016, Přemysl Janouch +// Copyright (c) 2016 - 2020, Přemysl Eric Janouch // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted.