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 */