netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=d9a750e323a85c047b09ea9d0ac85c08b15c140d
commit d9a750e323a85c047b09ea9d0ac85c08b15c140d Author: Alastair Poole <[email protected]> Date: Thu Jun 18 13:18:53 2020 +0100 AUTHOR: Alastair NOT Alan or Altron or ALDO. --- AUTHORS | 2 +- src/bin/main.c | 4 ++-- src/bin/system/machine.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 5233598..cdfd4be 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -Alastair Poole <[email protected]> +Alastair Roy Poole <[email protected]> Icons: Apostolos Bartziokas <[email protected]> diff --git a/src/bin/main.c b/src/bin/main.c index 1a16fec..2f06ee1 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1,5 +1,5 @@ /* - * Copyright 2018-2019. Alastair Poole <[email protected]> + * Copyright 2018-2019. Alastair Roy Poole <[email protected]> * * See LICENSE file for details. */ @@ -51,7 +51,7 @@ main(int argc, char **argv) if ((!strcmp(argv[i], "-h")) || (!strcmp(argv[i], "-help")) || (!strcmp(argv[i], "--help") || !strcasecmp(argv[i], "-v"))) { - printf("(c) 2018-2020 Alastair Poole <[email protected]>\n"); + printf("(c) 2018-2020 Alastair Roy Poole <[email protected]>\n"); printf("Evisum version: %s\n", PACKAGE_VERSION); exit(0); } diff --git a/src/bin/system/machine.c b/src/bin/system/machine.c index f0beffe..21573d0 100644 --- a/src/bin/system/machine.c +++ b/src/bin/system/machine.c @@ -1,5 +1,5 @@ /* - Copyright (c) 2017, Al Poole <[email protected]> + Copyright (c) 2017, Alastair Roy Poole <[email protected]> All rights reserved. Redistribution and use in source and binary forms, with or without --
