From d9a750e323a85c047b09ea9d0ac85c08b15c140d Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Thu, 18 Jun 2020 13:18:53 +0100 Subject: [PATCH] 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 +Alastair Roy Poole Icons: Apostolos Bartziokas 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 + * Copyright 2018-2019. Alastair Roy Poole * * 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 \n"); + printf("(c) 2018-2020 Alastair Roy Poole \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 + Copyright (c) 2017, Alastair Roy Poole All rights reserved. Redistribution and use in source and binary forms, with or without