From 76e3382157262030e6944554af2e579b98828a7a Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Fri, 1 Jun 2012 13:08:04 +0100 Subject: [PATCH] Bump year --- bpm-tag | 2 +- bpm.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bpm-tag b/bpm-tag index 1fd8b33..d8512eb 100755 --- a/bpm-tag +++ b/bpm-tag @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2011 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.c b/bpm.c index 5c4b546..7ebd778 100644 --- a/bpm.c +++ b/bpm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 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 2011 Mark Hills " +#define BANNER "bpm (C) Copyright 2012 Mark Hills " #define NAME "bpm" #define RATE 44100 /* of input data */