]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/gather.c
* modules/demux/asf/libasf.c: fixed memory leak.
[vlc] / modules / stream_out / gather.c
index 7985f71ab0d73beef70ec9a4676cb4e9840abe6e..1cd22c393aa029930a17e277e83a98349bd6c59f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * gather.c: gathering stream output module
  *****************************************************************************
- * Copyright (C) 2003-2004 VideoLAN
+ * Copyright (C) 2003-2004 the VideoLAN team
  * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
@@ -18,7 +18,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, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************