From f68ec6eff29b5ecf248cc54642ea93f29e4424d6 Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Tue, 21 May 2013 21:21:49 +0100 Subject: [PATCH] Update copyright --- 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 1cbb6d7..a24a12d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ bpm-tools: Tempo (Beats Per Minute) analysis tools -(C) Copyright 2012 Mark Hills +(C) Copyright 2013 Mark Hills See the COPYING file for licensing terms. diff --git a/bpm-graph b/bpm-graph index a62afa1..e9b3647 100755 --- a/bpm-graph +++ b/bpm-graph @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Mark Hills +# Copyright (C) 2013 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 729f7a6..431f2c1 100755 --- a/bpm-tag +++ b/bpm-tag @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012 Mark Hills +# Copyright (C) 2013 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 2013 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 974d5fd..f022ac2 100644 --- a/bpm.c +++ b/bpm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Mark Hills + * Copyright (C) 2013 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 2013 Mark Hills " #define NAME "bpm" #define RATE 44100 /* of input data */