diff options
Diffstat (limited to 'src/post/audio')
-rw-r--r-- | src/post/audio/audio_filters.c | 2 | ||||
-rw-r--r-- | src/post/audio/audio_filters.h | 2 | ||||
-rw-r--r-- | src/post/audio/stretch.c | 2 | ||||
-rw-r--r-- | src/post/audio/upmix.c | 2 | ||||
-rw-r--r-- | src/post/audio/upmix_mono.c | 2 | ||||
-rw-r--r-- | src/post/audio/volnorm.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/post/audio/audio_filters.c b/src/post/audio/audio_filters.c index 3d56a793b..68c48a479 100644 --- a/src/post/audio/audio_filters.c +++ b/src/post/audio/audio_filters.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: audio_filters.c,v 1.7 2006/07/10 22:08:44 dgp85 Exp $ * diff --git a/src/post/audio/audio_filters.h b/src/post/audio/audio_filters.h index 111367006..ced5e27b7 100644 --- a/src/post/audio/audio_filters.h +++ b/src/post/audio/audio_filters.h @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * $Id: audio_filters.h,v 1.3 2006/02/05 20:38:37 miguelfreitas Exp $ * diff --git a/src/post/audio/stretch.c b/src/post/audio/stretch.c index 33fd4b7ce..d8b174b4f 100644 --- a/src/post/audio/stretch.c +++ b/src/post/audio/stretch.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * Time stretch by a given factor, optionally preserving pitch * diff --git a/src/post/audio/upmix.c b/src/post/audio/upmix.c index bc8cb8025..fe8c4a762 100644 --- a/src/post/audio/upmix.c +++ b/src/post/audio/upmix.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * Upmix audio filter for xine. * (c) 2004 James Courtier-Dutton (James@superbug.demon.co.uk) diff --git a/src/post/audio/upmix_mono.c b/src/post/audio/upmix_mono.c index 5a8ea9abb..c6f53acb2 100644 --- a/src/post/audio/upmix_mono.c +++ b/src/post/audio/upmix_mono.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * Upmix audio filter for xine. * (c) 2004 James Courtier-Dutton (James@superbug.demon.co.uk) diff --git a/src/post/audio/volnorm.c b/src/post/audio/volnorm.c index 9278db6a9..866dd87ae 100644 --- a/src/post/audio/volnorm.c +++ b/src/post/audio/volnorm.c @@ -15,7 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA * * Volume normalization audio filter for xine. Ported by Jason Tackaberry * from MPlayer's af_volnorm, which is copyright 2004 by Alex Beregszaszi |