[NUT-devel] [nut]: r158 - in trunk: libnut/demuxer.c libnut/muxer.c libnut/nut.h libnut/priv.h libnut/reorder.c nututils/demux_avi.c nututils/demux_nut.c nututils/demux_ogg.c nututils/framer_mpeg4.c nututils/framer_vorbis.c nututils/nutindex.c nututils/nutmerge.c nututils/nutmerge.h
ods15
subversion at mplayerhq.hu
Mon Sep 25 20:43:44 CEST 2006
Author: ods15
Date: Mon Sep 25 20:43:42 2006
New Revision: 158
Modified:
trunk/libnut/demuxer.c
trunk/libnut/muxer.c
trunk/libnut/nut.h
trunk/libnut/priv.h
trunk/libnut/reorder.c
trunk/nututils/demux_avi.c
trunk/nututils/demux_nut.c
trunk/nututils/demux_ogg.c
trunk/nututils/framer_mpeg4.c
trunk/nututils/framer_vorbis.c
trunk/nututils/nutindex.c
trunk/nututils/nutmerge.c
trunk/nututils/nutmerge.h
Log:
LICENSE -> COPYING
Modified: trunk/libnut/demuxer.c
==============================================================================
--- trunk/libnut/demuxer.c (original)
+++ trunk/libnut/demuxer.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <inttypes.h>
#include <stdlib.h>
Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c (original)
+++ trunk/libnut/muxer.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <inttypes.h>
#include <stdlib.h>
Modified: trunk/libnut/nut.h
==============================================================================
--- trunk/libnut/nut.h (original)
+++ trunk/libnut/nut.h Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#ifndef _NUT_H
#define _NUT_H
Modified: trunk/libnut/priv.h
==============================================================================
--- trunk/libnut/priv.h (original)
+++ trunk/libnut/priv.h Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#ifndef _NUT_PRIV_H
#define _NUT_PRIV_H
Modified: trunk/libnut/reorder.c
==============================================================================
--- trunk/libnut/reorder.c (original)
+++ trunk/libnut/reorder.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <inttypes.h>
#include <stdlib.h>
Modified: trunk/nututils/demux_avi.c
==============================================================================
--- trunk/nututils/demux_avi.c (original)
+++ trunk/nututils/demux_avi.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include "nutmerge.h"
#include <string.h>
Modified: trunk/nututils/demux_nut.c
==============================================================================
--- trunk/nututils/demux_nut.c (original)
+++ trunk/nututils/demux_nut.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include "nutmerge.h"
#define ABS(x) MAX(x,-x)
Modified: trunk/nututils/demux_ogg.c
==============================================================================
--- trunk/nututils/demux_ogg.c (original)
+++ trunk/nututils/demux_ogg.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <stdio.h>
#include <string.h>
Modified: trunk/nututils/framer_mpeg4.c
==============================================================================
--- trunk/nututils/framer_mpeg4.c (original)
+++ trunk/nututils/framer_mpeg4.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include "nutmerge.h"
Modified: trunk/nututils/framer_vorbis.c
==============================================================================
--- trunk/nututils/framer_vorbis.c (original)
+++ trunk/nututils/framer_vorbis.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <string.h>
#include "nutmerge.h"
Modified: trunk/nututils/nutindex.c
==============================================================================
--- trunk/nututils/nutindex.c (original)
+++ trunk/nututils/nutindex.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/nututils/nutmerge.c
==============================================================================
--- trunk/nututils/nutmerge.c (original)
+++ trunk/nututils/nutmerge.c Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include "nutmerge.h"
#include <math.h>
Modified: trunk/nututils/nutmerge.h
==============================================================================
--- trunk/nututils/nutmerge.h (original)
+++ trunk/nututils/nutmerge.h Mon Sep 25 20:43:42 2006
@@ -1,5 +1,5 @@
// (C) 2005-2006 Oded Shimon
-// This file is available under the MIT/X license, see LICENSE
+// This file is available under the MIT/X license, see COPYING
#include <inttypes.h>
#include <stdlib.h>
More information about the NUT-devel
mailing list