From 5c4b3997ed755414efe9b9c7219083350d15d91b Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Fri, 30 Nov 2012 12:01:04 +0000 Subject: [PATCH] Update email address --- README | 2 +- bpm-graph | 2 +- bpm-tag | 4 ++-- bpm.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 09a5279..b3254ba 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ bpm-tools: Tempo (Beats Per Minute) analysis tools -(C) Copyright 2012 Mark Hills +(C) Copyright 2012 Mark Hills See the COPYING file for licensing terms. diff --git a/bpm-graph b/bpm-graph index b068289..a62afa1 100755 --- a/bpm-graph +++ b/bpm-graph @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Mark Hills +# Copyright (C) 2012 Mark Hills # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/bpm-tag b/bpm-tag index 9eac216..729f7a6 100755 --- a/bpm-tag +++ b/bpm-tag @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Mark Hills +# Copyright (C) 2012 Mark Hills # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -26,7 +26,7 @@ set -e usage() { cat < +bpm-tag (C) Copyright 2012 Mark Hills Usage: bpm-tag [options] Tag an audio file with tempo (in beats-per-minute, BPM) diff --git a/bpm.c b/bpm.c index 7ebd778..68a7d1c 100644 --- a/bpm.c +++ b/bpm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Mark Hills + * Copyright (C) 2012 Mark Hills * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -25,7 +25,7 @@ #include #include -#define BANNER "bpm (C) Copyright 2012 Mark Hills " +#define BANNER "bpm (C) Copyright 2012 Mark Hills " #define NAME "bpm" #define RATE 44100 /* of input data */