diff options
author | anders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-08 11:37:54 +0000 |
---|---|---|
committer | anders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-08 11:37:54 +0000 |
commit | 10aa8c8539722e4956bc0cce64e2677a192924ec (patch) | |
tree | 3fc72803ba5f96b91048c238813600811147554b /libao2 | |
parent | 8da82b8b0e33e46d63677ad0f2bc60c43a52a081 (diff) | |
download | mpv-10aa8c8539722e4956bc0cce64e2677a192924ec.tar.bz2 mpv-10aa8c8539722e4956bc0cce64e2677a192924ec.tar.xz |
Correction of lisensing comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4050 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/filter.h | 17 | ||||
-rw-r--r-- | libao2/fir.h | 17 | ||||
-rw-r--r-- | libao2/pl_resample.c | 17 |
3 files changed, 6 insertions, 45 deletions
diff --git a/libao2/filter.h b/libao2/filter.h index 964e335672..0a97b6c7e6 100644 --- a/libao2/filter.h +++ b/libao2/filter.h @@ -1,20 +1,7 @@ /*============================================================================= // -// This file is part of mplayer. -// -// mplayer is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// mplayer is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with mplayer; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// This software has been released under the terms of the GNU Public +// license. See http://www.gnu.org/copyleft/gpl.html for details. // // Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au // diff --git a/libao2/fir.h b/libao2/fir.h index 0124d03d9e..9046e3dc0f 100644 --- a/libao2/fir.h +++ b/libao2/fir.h @@ -1,20 +1,7 @@ /*============================================================================= // -// This file is part of mplayer. -// -// mplayer is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// mplayer is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with mplayer; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// This software has been released under the terms of the GNU Public +// license. See http://www.gnu.org/copyleft/gpl.html for details. // // Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au // diff --git a/libao2/pl_resample.c b/libao2/pl_resample.c index 3ab049ca08..e4f5bf7cc4 100644 --- a/libao2/pl_resample.c +++ b/libao2/pl_resample.c @@ -1,20 +1,7 @@ /*============================================================================= // -// This file is part of mplayer. -// -// mplayer is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License as published by -// the Free Software Foundation; either version 2 of the License, or -// (at your option) any later version. -// -// mplayer is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with mplayer; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// This software has been released under the terms of the GNU Public +// license. See http://www.gnu.org/copyleft/gpl.html for details. // // Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au // |