[FFmpeg-cvslog] timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.

Michael Niedermayer git at videolan.org
Sun Sep 18 00:34:41 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Sep 18 00:29:32 2011 +0200| [eac673d506eaefc29b0fc74b5043e41a2bf0967d] | committer: Michael Niedermayer

timecode: relicense to LGPLv2+ with permission of Baptiste and ubitux.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eac673d506eaefc29b0fc74b5043e41a2bf0967d
---

 libavcodec/timecode.c |   12 ++++++------
 libavcodec/timecode.h |   10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/libavcodec/timecode.c b/libavcodec/timecode.c
index b12506f..7f3b1d5 100644
--- a/libavcodec/timecode.c
+++ b/libavcodec/timecode.c
@@ -5,19 +5,19 @@
  * This file is part of FFmpeg.
  *
  * FFmpeg 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;
- * version 2 of the License.
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * FFmpeg 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.
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public
+ * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-*/
+ */
 
 /**
  * @file
diff --git a/libavcodec/timecode.h b/libavcodec/timecode.h
index d8507a7..c166407 100644
--- a/libavcodec/timecode.h
+++ b/libavcodec/timecode.h
@@ -5,16 +5,16 @@
  * This file is part of FFmpeg.
  *
  * FFmpeg 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;
- * version 2 of the License.
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * FFmpeg 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.
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public
+ * You should have received a copy of the GNU Lesser General Public
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */



More information about the ffmpeg-cvslog mailing list