AUTHOR: Alastair NOT Alan or Altron or ALDO.

edi-0.5
Alastair Poole 3 years ago
parent cd0bc01101
commit d9a750e323
  1. 2
      AUTHORS
  2. 4
      src/bin/main.c
  3. 2
      src/bin/system/machine.c

@ -1,4 +1,4 @@
Alastair Poole <netstar@gmail.com>
Alastair Roy Poole <netstar@gmail.com>
Icons:
Apostolos Bartziokas <barz621@gmail.com>

@ -1,5 +1,5 @@
/*
* Copyright 2018-2019. Alastair Poole <netstar@gmail.com>
* Copyright 2018-2019. Alastair Roy Poole <netstar@gmail.com>
*
* 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 <netstar@gmail.com>\n");
printf("(c) 2018-2020 Alastair Roy Poole <netstar@gmail.com>\n");
printf("Evisum version: %s\n", PACKAGE_VERSION);
exit(0);
}

@ -1,5 +1,5 @@
/*
Copyright (c) 2017, Al Poole <netstar@gmail.com>
Copyright (c) 2017, Alastair Roy Poole <netstar@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save