Home
last modified time | relevance | path

Searched refs:LIVES_AUTHOR_EMAIL (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h523 #define LIVES_AUTHOR_EMAIL "salsaman+lives@gmail.com" macro
H A Dcallbacks.c7002 char *authors[2] = {LIVES_AUTHOR_EMAIL, NULL};
7013 … "copyright", "(C) "LIVES_COPYRIGHT_YEARS" salsaman <"LIVES_AUTHOR_EMAIL"> and others",
7038 LiVES_VERSION, LIVES_COPYRIGHT_YEARS, LIVES_AUTHOR_EMAIL, LIVES_WEBSITE);
7049 activate_url_inner("mailto:"LIVES_AUTHOR_EMAIL);
H A Dmain.c576 …fprintf(stderr, "Copyright "LIVES_COPYRIGHT_YEARS" Gabriel Finch ("LIVES_AUTHOR_EMAIL") and others… in print_notice()