Bump year

This commit is contained in:
Mark Hills 2012-06-01 13:08:04 +01:00
parent cd46459569
commit 76e3382157
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2011 Mark Hills <mark@pogo.org.uk> # Copyright (C) 2012 Mark Hills <mark@pogo.org.uk>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

4
bpm.c
View File

@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2011 Mark Hills <mark@pogo.org.uk> * Copyright (C) 2012 Mark Hills <mark@pogo.org.uk>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License
@ -25,7 +25,7 @@
#include <sysexits.h> #include <sysexits.h>
#include <unistd.h> #include <unistd.h>
#define BANNER "bpm (C) Copyright 2011 Mark Hills <mark@pogo.org.uk>" #define BANNER "bpm (C) Copyright 2012 Mark Hills <mark@pogo.org.uk>"
#define NAME "bpm" #define NAME "bpm"
#define RATE 44100 /* of input data */ #define RATE 44100 /* of input data */