summaryrefslogtreecommitdiffstats
path: root/libaf
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-22 08:02:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-01-22 08:02:06 +0000
commit4f9a4a72c92ee84cd6d3aa9dec839b9d95c0f1b8 (patch)
tree8e76c18b083f865a1a7e2899dbe55c7640a2deed /libaf
parent2d33f0d405e40ac856b1cfa3c1719da5c8758c64 (diff)
downloadmpv-4f9a4a72c92ee84cd6d3aa9dec839b9d95c0f1b8.tar.bz2
mpv-4f9a4a72c92ee84cd6d3aa9dec839b9d95c0f1b8.tar.xz
Fix FSF address and otherwise broken license headers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21995 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libaf')
-rw-r--r--libaf/af_surround.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libaf/af_surround.c b/libaf/af_surround.c
index 76b1b318e6..4b1cb9dac2 100644
--- a/libaf/af_surround.c
+++ b/libaf/af_surround.c
@@ -13,9 +13,9 @@
* 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 this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Original author: Steve Davies <steve@daviesfam.org>
*/