From 0778ae8a959bba9ff1e9ece4c95af5085cc266e6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 13:26:18 +0100 Subject: Use email address instead of website for attribution --- src/serdi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/serdi.c') diff --git a/src/serdi.c b/src/serdi.c index 550da3c0..30443903 100644 --- a/src/serdi.c +++ b/src/serdi.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -85,7 +85,7 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2020 David Robillard .\n" + printf("Copyright 2011-2020 David Robillard .\n" "License: \n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); -- cgit v1.2.1