Name change
This commit is contained in:
parent
e80c8b5d86
commit
487ea01334
|
@ -63,8 +63,8 @@ install (TARGETS ${PROJECT_NAME} DESTINATION bin)
|
||||||
|
|
||||||
# CPack
|
# CPack
|
||||||
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Activity tracker")
|
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "Activity tracker")
|
||||||
set (CPACK_PACKAGE_VENDOR "Přemysl Janouch")
|
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
|
||||||
set (CPACK_PACKAGE_CONTACT "Přemysl Janouch <p@janouch.name>")
|
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
|
||||||
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
|
||||||
set (CPACK_PACKAGE_VERSION ${project_VERSION})
|
set (CPACK_PACKAGE_VERSION ${project_VERSION})
|
||||||
set (CPACK_GENERATOR "TGZ;ZIP")
|
set (CPACK_GENERATOR "TGZ;ZIP")
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2016, Přemysl Janouch <p@janouch.name>
|
Copyright (c) 2016 - 2020, Přemysl Eric Janouch <p@janouch.name>
|
||||||
|
|
||||||
Permission to use, copy, modify, and/or distribute this software for any
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
purpose with or without fee is hereby granted.
|
purpose with or without fee is hereby granted.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# VALA_VERSION
|
# VALA_VERSION
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Copyright (c) 2011, 2016, Přemysl Janouch <p@janouch.name>
|
# Copyright (c) 2011, 2016, Přemysl Eric Janouch <p@janouch.name>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted.
|
# purpose with or without fee is hereby granted.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
#=============================================================================
|
#=============================================================================
|
||||||
# Copyright (c) 2011, 2016, Přemysl Janouch <p@janouch.name>
|
# Copyright (c) 2011, 2016, Přemysl Eric Janouch <p@janouch.name>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted.
|
# purpose with or without fee is hereby granted.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// wdmtg.vala: activity tracker
|
// wdmtg.vala: activity tracker
|
||||||
//
|
//
|
||||||
// Copyright (c) 2016, Přemysl Janouch <p@janouch.name>
|
// Copyright (c) 2016 - 2020, Přemysl Eric Janouch <p@janouch.name>
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, and/or distribute this software for any
|
// Permission to use, copy, modify, and/or distribute this software for any
|
||||||
// purpose with or without fee is hereby granted.
|
// purpose with or without fee is hereby granted.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
//
|
//
|
||||||
// xext.vapi: various extensions to the x11 vapi
|
// xext.vapi: various extensions to the x11 vapi
|
||||||
//
|
//
|
||||||
// Copyright (c) 2016, Přemysl Janouch <p.janouch@gmail.com>
|
// Copyright (c) 2016 - 2020, Přemysl Eric Janouch <p.janouch@gmail.com>
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, and/or distribute this software for any
|
// Permission to use, copy, modify, and/or distribute this software for any
|
||||||
// purpose with or without fee is hereby granted.
|
// purpose with or without fee is hereby granted.
|
||||||
|
|
Loading…
Reference in New Issue