[Ffmpeg-cvslog] CVS: ffmpeg COPYING, 1.4, 1.5 cmdutils.c, 1.11, 1.12 ffmpeg.c, 1.362, 1.363 ffplay.c, 1.54, 1.55 ffserver.c, 1.103, 1.104
Diego Biurrun CVS
diego
Thu Jan 12 23:43:47 CET 2006
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.21, 1.22 allformats.c, 1.51, 1.52 amr.c, 1.9, 1.10 asf-enc.c, 1.75, 1.76 asf.c, 1.89, 1.90 asf.h, 1.68, 1.69 au.c, 1.23, 1.24 audio.c, 1.27, 1.28 avidec.c, 1.78, 1.79 avienc.c, 1.118, 1.119 avio.c, 1.16, 1.17 aviobuf.c, 1.33, 1.34 beosaudio.cpp, 1.12, 1.13 crc.c, 1.12, 1.13 cutils.c, 1.8, 1.9 daud.c, 1.1, 1.2 dc1394.c, 1.6, 1.7 dv.c, 1.48, 1.49 dv.h, 1.4, 1.5 dv1394.c, 1.18, 1.19 dv1394.h, 1.6, 1.7 electronicarts.c, 1.4, 1.5 ffm.c, 1.48, 1.49 file.c, 1.12, 1.13 flic.c, 1.9, 1.10 flvdec.c, 1.24, 1.25 flvenc.c, 1.21, 1.22 framehook.c, 1.6, 1.7 gif.c, 1.22, 1.23 gifdec.c, 1.11, 1.12 grab.c, 1.39, 1.40 grab_bktr.c, 1.4, 1.5 http.c, 1.20, 1.21 idcin.c, 1.8, 1.9 idroq.c, 1.11, 1.12 img.c, 1.42, 1.43 img2.c, 1.19, 1.20 ipmovie.c, 1.14, 1.15 jpeg.c, 1.16, 1.17 matroska.c, 1.19, 1.20 mmf.c, 1.5, 1.6 mov.c, 1.98, 1.99 movenc.c, 1.47, 1.48 mp3.c, 1.12, 1.13 mpeg.c, 1.90, 1.91 mpegts.c, 1.36, 1.37 mpegts.h, 1.10, 1.11 mpegtsenc.c, 1.11, 1.12 mpjpeg.c, 1.7, 1.8 nsvdec.c, 1.13, 1.14 nut.c, 1.59, 1.60 oggparseflac.c, 1.3, 1.4 os_support.c, 1.5, 1.6 png.c, 1.8, 1.9 pnm.c, 1.6, 1.7 psxstr.c, 1.11, 1.12 raw.c, 1.61, 1.62 rm.c, 1.55, 1.56 rtp.c, 1.22, 1.23 rtp.h, 1.5, 1.6 rtpproto.c, 1.11, 1.12 rtsp.c, 1.25, 1.26 rtsp.h, 1.7, 1.8 segafilm.c, 1.10, 1.11 sgi.c, 1.6, 1.7 sierravmd.c, 1.13, 1.14 sol.c, 1.5, 1.6 swf.c, 1.31, 1.32 tcp.c, 1.16, 1.17 udp.c, 1.21, 1.22 utils.c, 1.172, 1.173 wav.c, 1.59, 1.60 wc3movie.c, 1.14, 1.15 westwood.c, 1.10, 1.11 yuv.c, 1.5, 1.6 yuv4mpeg.c, 1.28, 1.29
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/doc texi2pod.pl,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv2134
Modified Files:
COPYING cmdutils.c ffmpeg.c ffplay.c ffserver.c
Log Message:
Update licensing information: The FSF changed postal address.
Index: COPYING
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/COPYING,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- COPYING 17 Dec 2005 18:14:25 -0000 1.4
+++ COPYING 12 Jan 2006 22:43:14 -0000 1.5
@@ -2,7 +2,7 @@
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -485,7 +485,7 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Also add information on how to contact you by electronic and paper mail.
Index: cmdutils.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/cmdutils.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cmdutils.c 22 Dec 2005 01:10:04 -0000 1.11
+++ cmdutils.c 12 Jan 2006 22:43:14 -0000 1.12
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define HAVE_AV_CONFIG_H
#include "avformat.h"
Index: ffmpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffmpeg.c,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -d -r1.362 -r1.363
--- ffmpeg.c 7 Jan 2006 20:21:36 -0000 1.362
+++ ffmpeg.c 12 Jan 2006 22:43:14 -0000 1.363
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define HAVE_AV_CONFIG_H
#include <limits.h>
@@ -4176,7 +4176,7 @@
"\n"
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
- "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
+ "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
);
#else
printf(
@@ -4192,7 +4192,7 @@
"\n"
"You should have received a copy of the GNU Lesser General Public\n"
"License along with this library; if not, write to the Free Software\n"
- "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
+ "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n"
);
#endif
exit(1);
Index: ffplay.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffplay.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ffplay.c 22 Dec 2005 01:10:05 -0000 1.54
+++ ffplay.c 12 Jan 2006 22:43:14 -0000 1.55
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define HAVE_AV_CONFIG_H
#include "avformat.h"
Index: ffserver.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/ffserver.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- ffserver.c 22 Dec 2005 01:10:05 -0000 1.103
+++ ffserver.c 12 Jan 2006 22:43:14 -0000 1.104
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#define HAVE_AV_CONFIG_H
#include "avformat.h"
@@ -4437,7 +4437,7 @@
"\n"
"You should have received a copy of the GNU Lesser General Public\n"
"License along with this library; if not, write to the Free Software\n"
- "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
+ "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n"
);
}
- Previous message: [Ffmpeg-cvslog] CVS: ffmpeg/libavformat 4xm.c, 1.21, 1.22 allformats.c, 1.51, 1.52 amr.c, 1.9, 1.10 asf-enc.c, 1.75, 1.76 asf.c, 1.89, 1.90 asf.h, 1.68, 1.69 au.c, 1.23, 1.24 audio.c, 1.27, 1.28 avidec.c, 1.78, 1.79 avienc.c, 1.118, 1.119 avio.c, 1.16, 1.17 aviobuf.c, 1.33, 1.34 beosaudio.cpp, 1.12, 1.13 crc.c, 1.12, 1.13 cutils.c, 1.8, 1.9 daud.c, 1.1, 1.2 dc1394.c, 1.6, 1.7 dv.c, 1.48, 1.49 dv.h, 1.4, 1.5 dv1394.c, 1.18, 1.19 dv1394.h, 1.6, 1.7 electronicarts.c, 1.4, 1.5 ffm.c, 1.48, 1.49 file.c, 1.12, 1.13 flic.c, 1.9, 1.10 flvdec.c, 1.24, 1.25 flvenc.c, 1.21, 1.22 framehook.c, 1.6, 1.7 gif.c, 1.22, 1.23 gifdec.c, 1.11, 1.12 grab.c, 1.39, 1.40 grab_bktr.c, 1.4, 1.5 http.c, 1.20, 1.21 idcin.c, 1.8, 1.9 idroq.c, 1.11, 1.12 img.c, 1.42, 1.43 img2.c, 1.19, 1.20 ipmovie.c, 1.14, 1.15 jpeg.c, 1.16, 1.17 matroska.c, 1.19, 1.20 mmf.c, 1.5, 1.6 mov.c, 1.98, 1.99 movenc.c, 1.47, 1.48 mp3.c, 1.12, 1.13 mpeg.c, 1.90, 1.91 mpegts.c, 1.36, 1.37 mpegts.h, 1.10, 1.11 mpegtsenc.c, 1.11, 1.12 mpjpeg.c, 1.7, 1.8 nsvdec.c, 1.13, 1.14 nut.c, 1.59, 1.60 oggparseflac.c, 1.3, 1.4 os_support.c, 1.5, 1.6 png.c, 1.8, 1.9 pnm.c, 1.6, 1.7 psxstr.c, 1.11, 1.12 raw.c, 1.61, 1.62 rm.c, 1.55, 1.56 rtp.c, 1.22, 1.23 rtp.h, 1.5, 1.6 rtpproto.c, 1.11, 1.12 rtsp.c, 1.25, 1.26 rtsp.h, 1.7, 1.8 segafilm.c, 1.10, 1.11 sgi.c, 1.6, 1.7 sierravmd.c, 1.13, 1.14 sol.c, 1.5, 1.6 swf.c, 1.31, 1.32 tcp.c, 1.16, 1.17 udp.c, 1.21, 1.22 utils.c, 1.172, 1.173 wav.c, 1.59, 1.60 wc3movie.c, 1.14, 1.15 westwood.c, 1.10, 1.11 yuv.c, 1.5, 1.6 yuv4mpeg.c, 1.28, 1.29
- Next message: [Ffmpeg-cvslog] CVS: ffmpeg/doc texi2pod.pl,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ffmpeg-cvslog
mailing list