Bump year
This commit is contained in:
parent
cd46459569
commit
76e3382157
2
bpm-tag
2
bpm-tag
|
|
@ -1,6 +1,6 @@
|
|||
#!/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
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
|
|
|||
4
bpm.c
4
bpm.c
|
|
@ -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
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
#include <sysexits.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 RATE 44100 /* of input data */
|
||||
|
|
|
|||
Loading…
Reference in New Issue