diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-06-06 17:50:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-06 17:50:32 +0000 |
commit | 969f949300cda963d6bfb8ec870a58007e9641bd (patch) | |
tree | 975fa2d715aac2a541319ee887a7603790e735ad | |
parent | bea91b8c2931e3263ca68003a888df2592176587 (diff) | |
download | ffmpeg-969f949300cda963d6bfb8ec870a58007e9641bd.tar.gz |
Remove Fabrice's copyright from the Makefiles. They have been entirely
rewritten since they were originally created.
Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | libavcodec/Makefile | 4 | ||||
-rw-r--r-- | libavformat/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
@@ -1,7 +1,3 @@ -# -# Main ffmpeg Makefile -# (c) 2000-2004 Fabrice Bellard -# include config.mak SRC_DIR = $(SRC_PATH_BARE) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 29b34a6b61..8ce837b0c9 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1,7 +1,3 @@ -# -# libavcodec Makefile -# (c) 2000-2005 Fabrice Bellard -# include $(SUBDIR)../config.mak NAME = avcodec diff --git a/libavformat/Makefile b/libavformat/Makefile index 0d18f742f9..378fd9d1c2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -1,7 +1,3 @@ -# -# libavformat Makefile -# (c) 2000-2003 Fabrice Bellard -# include $(SUBDIR)../config.mak NAME = avformat |