From 8198c5f15e379b5a0c1b2a805d7b4b9035e4c605 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 5 Jan 2009 12:41:40 +0000 Subject: Replace informal license notices by standard license header and add standard license header where missing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28264 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/window.h | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'libaf/window.h') diff --git a/libaf/window.h b/libaf/window.h index fb4b1cefae..1c179b7902 100644 --- a/libaf/window.h +++ b/libaf/window.h @@ -1,12 +1,22 @@ -/*============================================================================= -// -// This software has been released under the terms of the GNU General Public -// license. See http://www.gnu.org/copyleft/gpl.html for details. -// -// Copyright 2001 Anders Johansson ajh@atri.curtin.edu.au -// -//============================================================================= -*/ +/* + * Copyright (C) 2001 Anders Johansson ajh@atri.curtin.edu.au + * + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ /* Calculates a number of window functions. The following window functions are currently implemented: Boxcar, Triang, Hanning, -- cgit v1.2.3